嗨,我最近正在使用 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"