Advertisement
Guest User

Untitled

a guest
Jul 1st, 2010
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. This program is deprecated and will be replaced by nyxmms2.
  2. Consider setting runnycli to 'true' in config file to get future behaviour
  3. (or set iknowoldcliisdeprecatedandwillgoaway to 'true' to hide this warning)
  4. The config file is located at:
  5. /root/.config/xmms2/clients/cli.conf
  6. Available commands:
  7. add - adds a URL to the playlist
  8. addarg - adds one URL with arguments to the playlist
  9. addid - adds a Medialib id to the playlist
  10. insert - inserts one URL at a specific position
  11. insertid - inserts one Medialib id at a specific position
  12. radd - adds a directory recursively to the playlist
  13. rinsert - inserts a directory recursively at a specific position
  14. clear - clears the playlist
  15. shuffle - shuffles the playlist
  16. sort - sort the playlist; use a space delimiter for multiple properties
  17. remove - removes something from the playlist
  18. list - lists the playlist
  19. addpls - Adds the contents of a playlist file to the playlist
  20. play - starts playback
  21. stop - stops playback
  22. toggleplay - toggles playback status between play/pause
  23. pause - pause playback
  24. next - play next song
  25. prev - play previous song
  26. seek - seek to a specific place in current song
  27. jump - take a leap in the playlist
  28. move - move a entry in the playlist
  29. volume - set volume for a channel
  30. volume_list - list volume levels for each channel
  31. mlib - medialib manipulation - type 'xmms2 mlib' for more extensive help
  32. playlist - playlist manipulation - type 'xmms2 playlist' for more extensive help
  33. coll - collection manipulation - type 'xmms2 coll' for more extensive help
  34. browse - browse server file lists
  35. status - go into status mode
  36. info - information about current entry
  37. current - formatted information about the current entry
  38. config - set a config value
  39. config_list - list all config values
  40. plugin_list - list all plugins loaded in the server
  41. stats - get statistics from server
  42. quit - make the server quit
  43. help - print help about a command
  44. root@home:/root/.config/xmms2/clients#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement