【发布时间】:2015-05-23 04:55:53
【问题描述】:
您好,我最近正在使用 ncmpcpp,我已经将它配置得非常好,以满足我的需求。不幸的是,在播放列表视图中,3-4 秒后它会停止突出显示当前播放的歌曲,结果我忘记了我在播放列表中的位置(即使歌曲在标题中播放)。
有没有办法让当前播放的歌曲不断突出显示?我查看了众多 ncmpcpp 配置选项,但找不到相关内容。
这是正在发生的事情的 GIF: http://i.imgur.com/9eCOLyj.gif
这里是 ncmpcpp 的配置文件:http://pastebin.com/XTdQa2qb
这是 mpd 的配置文件:
music_directory "~/Music/albums"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/mpd.log"
pid_file "~/.mpd/mpd.pid"
state_file "~/.mpd/mpdstate"
auto_update "yes"
auto_update_depth "2"
audio_output {
type "osx"
name "aMat Mac Device"
mixer_type "software"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
bind_to_address "localhost"
【问题讨论】: