“Terminal-based music player cmus”的版本间的差异
跳到导航
跳到搜索
(→* cmus) |
(→* cmus) |
||
(未显示同一用户的9个中间版本) | |||
第3行: | 第3行: | ||
==*cmus-remote == | ==*cmus-remote == | ||
<pre> | <pre> | ||
+ | 通过这个控制 cmus不用老是进入cmus 还有其它命令可以自己看一下 | ||
cmus-remote -u | cmus-remote -u | ||
cmus-remote -s | cmus-remote -s | ||
+ | |||
+ | cmus-remote -p Start playing. | ||
</pre> | </pre> | ||
+ | |||
+ | https://github.com/cmus/cmus/blob/master/Doc/cmus-remote.txt | ||
+ | |||
==* cmus == | ==* cmus == | ||
+ | |||
+ | man cmus-tutorial | ||
+ | |||
好教程 | 好教程 | ||
https://www.cnblogs.com/brt2/p/13258775.html | https://www.cnblogs.com/brt2/p/13258775.html | ||
+ | |||
+ | https://github.com/cmus/cmus/blob/master/Doc/cmus.txt | ||
<pre> | <pre> | ||
康姆斯 | 康姆斯 | ||
第29行: | 第40行: | ||
3.Playlist view, 类似于歌单,可以按需组织歌曲 | 3.Playlist view, 类似于歌单,可以按需组织歌曲 | ||
− | y: 将当前选中歌曲添加到播放列表 | + | y: 将当前选中歌曲添加到播放列表 常用 要用用 down 高亮 再y |
P/p: 更改曲目顺序 | P/p: 更改曲目顺序 | ||
D: 移除 | D: 移除 | ||
第38行: | 第49行: | ||
+ | |||
+ | |||
+ | c--暂停, hl/<>--快进快退, x--播放, v--停止 | ||
+ | 右下角显示播放模式: R表示重复, S随机, C连续(播完一曲后不停) | ||
第143行: | 第158行: | ||
显示所有的快捷键设置。 | 显示所有的快捷键设置。 | ||
+ | </pre> | ||
+ | == PlayList歌单 == | ||
+ | <pre> | ||
− | + | 新建歌单 :pl-create <name> | |
+ | 导出歌单 :pl-export <filename> | ||
+ | 导入歌单 :pl-import [filename] | ||
</pre> | </pre> | ||
第153行: | 第173行: | ||
[https://jlk.fjfi.cvut.cz/arch/manpages/man/cmus-tutorial.7 cmus-tutorial] | [https://jlk.fjfi.cvut.cz/arch/manpages/man/cmus-tutorial.7 cmus-tutorial] | ||
+ | |||
+ | ==Themes == | ||
+ | <pre> | ||
+ | |||
+ | vi ~/.config/cmus/itunes-like.theme | ||
+ | |||
+ | ### colors | ||
+ | ### {{{ | ||
+ | set color_cmdline_bg=145 | ||
+ | set color_cmdline_fg=black | ||
+ | set color_error=lightred | ||
+ | set color_info=lightyellow | ||
+ | set color_separator=240 | ||
+ | set color_statusline_bg=145 | ||
+ | set color_statusline_fg=black | ||
+ | set color_titleline_bg=240 | ||
+ | set color_titleline_fg=white | ||
+ | set color_win_bg=7 | ||
+ | set color_win_cur=blue | ||
+ | set color_win_cur_sel_bg=240 | ||
+ | set color_win_cur_sel_fg=white | ||
+ | set color_win_dir=lightblue | ||
+ | set color_win_fg=black | ||
+ | set color_win_inactive_cur_sel_bg=cyan | ||
+ | set color_win_inactive_cur_sel_fg=black | ||
+ | set color_win_inactive_sel_bg=gray | ||
+ | set color_win_inactive_sel_fg=black | ||
+ | set color_win_sel_bg=lightblue | ||
+ | set color_win_sel_fg=gray | ||
+ | set color_win_title_bg=240 | ||
+ | set color_win_title_fg=white | ||
+ | ### }}} | ||
+ | |||
+ | |||
+ | apply 启用 | ||
+ | #有如vim啦 这个形式,一开始我还没看明白呢 笨 | ||
+ | :colorscheme itunes-like | ||
+ | |||
+ | </pre> | ||
+ | https://github.com/cmus/cmus/wiki/themes | ||
=moc = | =moc = | ||
第163行: | 第223行: | ||
=see also= | =see also= | ||
+ | |||
+ | https://github.com/cmus/cmus | ||
+ | |||
[https://blog.csdn.net/cumo7370/article/details/107421863?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.pc_relevant_is_cache&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.pc_relevant_is_cache linux命令行音乐播放器_3个用于Linux的命令行音乐播放器] | [https://blog.csdn.net/cumo7370/article/details/107421863?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.pc_relevant_is_cache&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.pc_relevant_is_cache linux命令行音乐播放器_3个用于Linux的命令行音乐播放器] | ||
第174行: | 第237行: | ||
[https://jlk.fjfi.cvut.cz/arch/manpages/man/cmus-remote.1 cmus-remote] | [https://jlk.fjfi.cvut.cz/arch/manpages/man/cmus-remote.1 cmus-remote] | ||
+ | |||
+ | [https://github.com/qrti/tosh Touch operation for nearly every command line app on Raspberry Pi with Touch-LCD] |
2023年7月14日 (五) 03:50的最新版本
cmus 康姆斯
*cmus-remote
通过这个控制 cmus不用老是进入cmus 还有其它命令可以自己看一下 cmus-remote -u cmus-remote -s cmus-remote -p Start playing.
https://github.com/cmus/cmus/blob/master/Doc/cmus-remote.txt
* cmus
man cmus-tutorial
好教程 https://www.cnblogs.com/brt2/p/13258775.html
https://github.com/cmus/cmus/blob/master/Doc/cmus.txt
康姆斯 应该可以写配置文件的吧 ~/.config/cmus/rc set output_plugin=alsa set dsp.alsa.device=default set mixer.alsa.device=default set mixer.alsa.channel=Master 导入音乐 :a /music/pach/ 要绝对路径 3.Playlist view, 类似于歌单,可以按需组织歌曲 y: 将当前选中歌曲添加到播放列表 常用 要用用 down 高亮 再y P/p: 更改曲目顺序 D: 移除 4.Play Queue view, 播放队列(播放优先级最高) e: 将当前选中歌曲添加到队列(下一首播放) c--暂停, hl/<>--快进快退, x--播放, v--停止 右下角显示播放模式: R表示重复, S随机, C连续(播完一曲后不停) 播放暂停歌曲,c或Enter 播放或重播音乐 x 暂停 c 播放下一首音乐 b 播放上一首音乐 z 激活随机播放 s 清空当前文件列表 :clear 保存播放列表 :save /path/to/playlist 加载播放列表 :load /path/to/playlist 在7个不同的功能界面之间切换 数字键1-7 退出播放器 q 重新播放,x 降低音量,- 提高音量,= 添加到播放队列,e e 添加到队列菜单 y 添加到列表菜单 整列添加过去了 设置输出 :set output_plugin=pulse 常用组合键 Ctrl + R 切换单曲循环 Ctrl + I 切换左右菜单 H J K L 快退 上 下 快进 音量调节 - = 删除选项 shift + D 更新缓存 u 刷新 Ctrl + L 播放 选中,使用 Enter 播放,z上 一首,b 下一首,c 暂停,x 播放,v 停止 菜单查看模式 输入 1: 普通模式 输入2: 简单模式 输入3: 列表模式 输入4: 队列模式 数字1~7可以切换界面,具体如下: 1.Library view 默认打开的界面,按照歌手或专辑名排列 2.Sorted library view 所有的歌曲的列表 3.Playlist view 播放里按 y就可以添加到这里了 类似于歌单,可以按需组织歌曲 4.Play Queue view 当前播放队列 5.Browser 可以浏览文件,添加歌曲之类的 6.Filters view 显示用户定义的过滤设置 7.Settings view 显示所有的快捷键设置。
PlayList歌单
新建歌单 :pl-create <name> 导出歌单 :pl-export <filename> 导入歌单 :pl-import [filename]
https://wiki.archlinux.org/index.php/Cmus
Themes
vi ~/.config/cmus/itunes-like.theme ### colors ### {{{ set color_cmdline_bg=145 set color_cmdline_fg=black set color_error=lightred set color_info=lightyellow set color_separator=240 set color_statusline_bg=145 set color_statusline_fg=black set color_titleline_bg=240 set color_titleline_fg=white set color_win_bg=7 set color_win_cur=blue set color_win_cur_sel_bg=240 set color_win_cur_sel_fg=white set color_win_dir=lightblue set color_win_fg=black set color_win_inactive_cur_sel_bg=cyan set color_win_inactive_cur_sel_fg=black set color_win_inactive_sel_bg=gray set color_win_inactive_sel_fg=black set color_win_sel_bg=lightblue set color_win_sel_fg=gray set color_win_title_bg=240 set color_win_title_fg=white ### }}} apply 启用 #有如vim啦 这个形式,一开始我还没看明白呢 笨 :colorscheme itunes-like
https://github.com/cmus/cmus/wiki/themes
moc
Moc,Music on Console的缩写,双面板音乐播放器,右侧为播放列表,左侧为文件管理器。支持声音控制、重复播放。
see also
linux命令行音乐播放器_3个用于Linux的命令行音乐播放器
https://wiki.archlinux.org/index.php/Cmus
https://www.howtoing.com/install-cmus-music-player-in-linux/
https://jlk.fjfi.cvut.cz/arch/manpages/man/cmus-tutorial.7
Touch operation for nearly every command line app on Raspberry Pi with Touch-LCD