Moc ovvero "Music On Console"

Schermata tipica di Mocp
Ottimo software per gestire la musica da shell, personalmente lo uso via SSH per impostare playlist in simultanea con altre persone se ci troviamo nello stesso ambiente lavorativo, ovviamente gli altri per poterlo utilizzare a prescindere dal sistema operativo posseduto devono avere almeno Putty.

Installazione su Ubuntu/Debian:

sudo apt-get install moc

Esecuzione del programma (da terminale ovviamente):

mocp

Lista delle shortcut da tastiera per un utilizzo immediato:

-V --version Print program version and exit..
-h --help Print usage and exit.
-D --debug Turn on logging to a file.
-S --server Run only the server.
-F --foreground Run server in foreground, log to stdout.
-R --sound-driver NAME Use the specified sound driver (oss, alsa, jack, null).
-m --music-dir Start in MusicDir.
-a --append Append the files/directories/playlists passed in
the command line to playlist and exit.
-q --enqueue Add the files given on command line to the queue.
-c --clear Clear the playlist and exit.
-p --play Start playing from the first item on the playlist.
-l --playit Play files given on command line without modifying the
playlist.
-s --stop Stop playing.
-f --next Play next song.
-r --previous Play previous song.
-x --exit Shutdown the server.
-T --theme theme Use selected theme file (read from ~/.moc/themes if
the path is not absolute.
-C --config FILE Use the specified config file instead of the default.
-M --moc-dir DIR Use the specified MOC directory instead of the default.
-P --pause Pause.
-U --unpause Unpause.
-G --toggle-pause Toggle between play/pause.
-v --volume (+/-)LEVEL Adjust PCM volume.
-y --sync Synchronize the playlist with other clients.
-n --nosync Don't synchronize the playlist with other clients.
-A --ascii Use ASCII characters to draw lines.
-i --info Print the information about the currently played file.
-Q --format FORMAT Print the formatted information about the currently played file.
-e --recursively Alias for -a.
-k --seek N Seek by N seconds (can be negative).
-j --jump N{%,s} Jump to some position of the current track.
-o --on Turn on a control (shuffle, autonext, repeat).
-u --off Turn off a control (shuffle, autonext, repeat).
-t --toggle Toggle a control (shuffle, autonext, repeat).

Nessun commento: