informatica:software:cli:cmus
¡Esta es una revisión vieja del documento!
Tabla de Contenidos
cmus — C* Music Player
Formatos soportados
Instalación
Arch Linux
Disponible a través del paquete cmus.
Configuración
Temas
Los temas son ficheros de texto con extensión .theme. Por ejemplo, dracula.theme:
### 'Onedark' theme for CMus (for 255 color terms) # Default text color set color_win_fg=179 # Overall background color set color_win_bg=default # Top title area set color_win_title_bg=135 set color_win_title_fg=236 # Separator line in view (1) set color_separator=032 # Bottom title line set color_titleline_bg=032 set color_titleline_fg=236 # Bottom status line set color_statusline_bg=default set color_statusline_fg=156 # Command-line colors set color_cmdline_fg=220 set color_cmdline_bg=default set color_error=167 set color_info=231 ### Currently playing track ### # Unselected set color_win_cur=156 # Active selection set color_win_cur_sel_bg=156 set color_win_cur_sel_fg=016 # Inactive selection set color_win_inactive_cur_sel_bg=default set color_win_inactive_cur_sel_fg=135 ### Non-playing track ### # Active selection set color_win_sel_bg=156 set color_win_sel_fg=236 # Inactive selection set color_win_inactive_sel_bg=default set color_win_inactive_sel_fg=135 ### File browser view colors # Directoy listing color set color_win_dir=032 ### For a full onedark experience set your terminal bg color to #282C34
Atajos de teclado
MOC permite el control de varias funcionalidades mediante la línea de comandos. Es útil crear atajos de teclado para las siguientes acciones:
| Acción | Comando |
|---|---|
| Reproducir / Pausar | mocp --toggle-pause |
| Activar / desactivar reproducción aleatoria | mocp --toggle shuffle |
| Siguiente canción | mocp --next |
| Anterior canción | mocp --previous |
| Avanzar 5 segundos | mocp --seek +5 |
| Retroceder 5 segundos | mocp --seek -5 |
Ejemplos:
informatica/software/cli/cmus.1779734403.txt.gz · Última modificación: por tempwin

