命令行音乐播放器moc (解决mp3乱码)

2699阅读 0评论2012-03-20 
分类:LINUX

gedit ~/.moc/config

点击(此处)折叠或打开

  1. ReadTags = no
  2. Sort = FileName
  3. ShowStreamErrors = no
  4. Mp3IgnoreCRCErrors = yes
  5. Repeat = yes
  6. Shuffle = no
  7. AutoNext = yes
  8. FormatString = “%(n:%n :)%(a:%a - :)%(t:%t:)%(A: /(%A/):)”
  9. OutputBuffer = 2048
  10. InputBuffer = 512
  11. Prebuffering = 64
  12. SoundDriver = JACK, ALSA, OSS
  13. JackOutLeft = “alsa_pcm:playback_1″
  14. JackOutRight = “alsa_pcm:playback_2″
  15. OSSDevice = /dev/dsp

  16. XTermTheme = transparent-background #主题配置
  17. OSSMixerDevice = /dev/mixer

  18. OSSMixerChannel = pcm

  19. OSSMixerChannel2 = master

  20. AlsaMixer = PCM

  21. AlsaMixer2 = Master

  22. AlsaDevice = default

  23. ShowHiddenFiles = no

  24. HideFileExtension = no

  25. ShowFormat = yes

  26. ShowTime = IfAvailable

  27. Theme = example_theme

  28. UseMmap = no

  29. SavePlaylist = yes

  30. SyncPlaylist = yes

  31. ASCIILines = no

  32. TagsCacheSize = 256

  33. FollowPlayedFile = yes

  34. CanStartInPlaylist = yes

  35. PlaylistFullPaths = no
常用快捷键:
moc快捷键可以在进入后按h查看,常用的如下:
q           退出
ncurses前端,但moc server仍在运行
Q          退出moc server
enter    开始从当前文件播放
s           停止
tab         在file list和playlist切换
a            增加文件到playlist
R            重复模式
X            循环模式


上一篇:tmux 安装、使用、配置
下一篇:linux常用头文件详解