Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    my $output = $mpris->Get('org.mpris.MediaPlayer2.Player', "Metadata");
    
    print Dumper($output);
    
  2. or download this
    $VAR1 = {
              'mpris:length' => 287000000,
    ...
              'mpris:trackid' => '/com/googlecode/cantata/Track/11',
              'xesam:trackNumber' => 1
            };