Package: xmms2
Version: 0.6DrMattDestruction-1
Severity: wishlist

Should we bind xmms2 with files it can play? With a low priority if needed.

Sample scripts using xmms2-client-nycli:

: cat play-directory
#!/bin/sh
/usr/bin/nyxmms2 stop
/usr/bin/nyxmms2 playlist clear
/usr/bin/nyxmms2 add "$@"
/usr/bin/nyxmms2 playlist shuffle
/usr/bin/nyxmms2 play

: cat play-music
#!/bin/sh
/usr/bin/nyxmms2 stop
/usr/bin/nyxmms2 playlist clear
/usr/bin/nyxmms2 add --file "$@"
/usr/bin/nyxmms2 play

: cat play-playlist
#!/bin/sh
/usr/bin/nyxmms2 stop
/usr/bin/nyxmms2 playlist clear
/usr/bin/nyxmms2 add --file --pls "$@"
/usr/bin/nyxmms2 playlist shuffle
/usr/bin/nyxmms2 play




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to