]> git.tuebingen.mpg.de Git - paraslash.git/blob - playlist_selector.cmd
make the playlist selector use command_util.sh
[paraslash.git] / playlist_selector.cmd
1 N: ppl
2 P: DB_READ
3 D: print playlist
4 S: ppl
5 H: Print out the current playlist
6 ---
7 N: lpl
8 P: DB_WRITE
9 D: load playlist
10 S: lpl
11 H: Read a new playlist from stdin. Example:
12 H: find /audio -name '*.mp3' | para_client lpl
13 ---