]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist_selector.cmd
Remove old audio file selector code.
[paraslash.git] / playlist_selector.cmd
diff --git a/playlist_selector.cmd b/playlist_selector.cmd
deleted file mode 100644 (file)
index b819025..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-OF: playlist_selector_command_list
-SF: playlist_selector.c
-HC: prototypes for the commands of the playlist audio file selector
-CC: array of commands for the playlist audio file selector
-AT: server_command
-IN: para error string afh afs server list user_list
-SN: list of playlist selector commands
----
-N: ppl
-P: AFS_READ
-D: print playlist
-U: ppl
-H: Print out the current playlist
----
-N: lpl
-P: AFS_WRITE
-D: load playlist
-U: lpl
-H: Read a new playlist from stdin. Example:
-H: find /audio -name '*.mp3' | para_client lpl
----