Skip to content

hipek8/perl6-MPD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't get too excited, almost nothing works yet

UP: Basic controls should work now

    use MPD;
    my MPD $mp .= new;
    $mp.next;
    $mp.previous;
    $mp.toggle;
    $mp.stop;
    $mp.play;
    say $mp.current-song;
    $mp.add('song.mp3');

About

Perl 6 bindings to libmpdclient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%