Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. ctb@cafe:~$ mpc help
  2. Usage: mpc [options] <command> [<arguments>]
  3. mpc version: 0.28
  4.  
  5. Options:
  6. -v, --verbose Give verbose output
  7. -q, --quiet Suppress status message
  8. -q, --no-status synonym for --quiet
  9. -h, --host=<host> Connect to server on <host>
  10. -P, --password=<password> Connect to server using password <password>
  11. -p, --port=<port> Connect to server port <port>
  12. -f, --format=<format> Print status with format <format>
  13. -w, --wait Wait for operation to finish (e.g. database update)
  14.  
  15. Commands:
  16. mpc Display status
  17. mpc add <uri> Add a song to the current playlist
  18. mpc crop Remove all but the currently playing song
  19. mpc current Show the currently playing song
  20. mpc del <position> Remove a song from the current playlist
  21. mpc play [<position>] Start playing at <position>
  22. mpc next Play the next song in the current playlist
  23. mpc prev Play the previous song in the current playlist
  24. mpc pause Pauses the currently playing song
  25. mpc pause-if-playing Pauses the currently playing song; exits with failure if not playing
  26. mpc toggle Toggles Play/Pause, plays if stopped
  27. mpc cdprev Compact disk player-like previous command
  28. mpc stop Stop the currently playing playlists
  29. mpc seek [+-][HH:MM:SS]|<0-100>% Seeks to the specified position
  30. mpc clear Clear the current playlist
  31. mpc outputs Show the current outputs
  32. mpc enable [only] <output # or name> [...] Enable output(s)
  33. mpc disable [only] <output # or name> [...] Disable output(s)
  34. mpc toggleoutput <output # or name> [...] Toggle output(s)
  35. mpc shuffle Shuffle the current playlist
  36. mpc move <from> <to> Move song in playlist
  37. mpc playlist [<playlist>] Print <playlist>
  38. mpc listall [<file>] List all songs in the music dir
  39. mpc ls [<directory>] List the contents of <directory>
  40. mpc lsplaylists List currently available playlists
  41. mpc load <file> Load <file> as a playlist
  42. mpc insert <uri> Insert a song to the current playlist after the current track
  43. mpc save <file> Save a playlist as <file>
  44. mpc rm <file> Remove a playlist
  45. mpc volume [+-]<num> Set volume to <num> or adjusts by [+-]<num>
  46. mpc repeat <on|off> Toggle repeat mode, or specify state
  47. mpc random <on|off> Toggle random mode, or specify state
  48. mpc single <on|off> Toggle single mode, or specify state
  49. mpc consume <on|off> Toggle consume mode, or specify state
  50. mpc search <type> <query> Search for a song
  51. mpc searchadd <type> <query> Search songs and add them to the current playlist
  52. mpc find <type> <query> Find a song (exact match)
  53. mpc findadd <type> <query> Find songs and add them to the current playlist
  54. mpc searchplay <pattern> Find and play a song in the current playlist
  55. mpc list <type> [<type> <query>] Show all tags of <type>
  56. mpc crossfade [<seconds>] Set and display crossfade settings
  57. mpc clearerror Clear the current error
  58. mpc mixrampdb [<dB>] Set and display mixrampdb settings
  59. mpc mixrampdelay [<seconds>] Set and display mixrampdelay settings
  60. mpc update [<path>] Scan music directory for updates
  61. mpc sticker <uri> <get|set|list|delete|find> [args..] Sticker management
  62. mpc stats Display statistics about MPD
  63. mpc version Report version of MPD
  64. mpc idle [events] Idle until an event occurs
  65. mpc idleloop [events] Continuously idle until an event occurs
  66. mpc replaygain [off|track|album] Set or display the replay gain mode
  67. mpc channels List the channels that other clients have subscribed to.
  68. mpc sendmessage <channel> <message> Send a message to the specified channel.
  69. mpc waitmessage <channel> Wait for at least one message on the specified channel.
  70. mpc subscribe <channel> Subscribe to the specified channel and continuously receive messages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement