
mocp
List of commands for mocp:
-
mocp:ai:86ce8 Returns the currently playing song in mocp$ mocp -Q '%song'try on your machineexplain this command
-
mocp:tldr:46b51 mocp: Clear the play queue while MOC is in the background.$ mocp --cleartry on your machineexplain this command
-
mocp:tldr:74c2c mocp: Stop the MOC server while it's in the background.$ mocp --exittry on your machineexplain this command
-
mocp:tldr:7feb9 mocp: Play or stop the currently queued song while MOC is in the background.$ mocp --${select}try on your machineexplain this command
-
mocp:tldr:801ce mocp: Launch the MOC terminal UI in a specific directory.$ mocp ${path-to-directory}try on your machineexplain this command
-
mocp:tldr:84c41 mocp: Add a specific song to the play queue while MOC is in the background.$ mocp --enqueue ${path-to-audio_file}try on your machineexplain this command
-
mocp:tldr:aa434 mocp: Add songs recursively to the play queue while MOC is in the background.$ mocp --append ${path-to-directory}try on your machineexplain this command
-
mocp:tldr:af598 mocp: Start the MOC server in the background, without launching the MOC terminal UI.$ mocp --servertry on your machineexplain this command