Audio-Daemon-MPG123
view release on metacpan or search on metacpan
MPG123/Client.pm view on Meta::CPAN
=head1 METHODS
I tried to stay as close the Audio::Play::MPG123 methods as possible with a few exceptions noted below.
=over 4
=item add [list of urls]
Needs to have arguments (array or array ref) of urls to load on the server. If you're calling an mp3
file it obviously needs access by the server, not the client. It can be simple filenames, or urls
including http: urls for streaming to the server. If there are tracks already in the playlist on the server
these will be tacked on to the end of the list. If random mode is on, it will re-randomize the entire list
when it is finished adding (see the random feature).
=item del [list of index numbers]
Takes either the index number of tracks to remove or the keyword "all" to clear out the tracks. If the
player is currently playing a track you removed it will internally call "next" to move the next track. If
you remove all tracks, it will cease to play until you add tracks back in.
=item stop
( run in 0.266 second using v1.01-cache-2.11-cpan-4d50c553e7e )