ncmpcpp 停止突出显示当前歌曲
ncmpcpp stops highlighting current song
您好,我最近在使用 ncmpcpp,我已经根据需要很好地配置了它。不幸的是,在播放列表视图中,3-4 秒后它将停止突出显示当前播放的歌曲,结果我忘记了我在播放列表中的位置(即使歌曲在 header 中播放)。
有没有办法让当前播放的歌曲一直高亮显示?我查看了许多 ncmpcpp 配置选项,但找不到相关内容。
这是正在发生的事情的动图:
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"
吸取教训,经常阅读手册页!
有一个 ncmpcpp 配置选项 playlist_disable_highlight_delay = 0
解决了突出显示消失的问题。当您将其设置为 0 时,它将永远保持突出显示状态。
虽然理想的情况是我可以突出显示播放列表的其他部分并且仍然对当前正在播放的内容有一些指示。 But c'est la vie,这是一个解决方案。
您好,我最近在使用 ncmpcpp,我已经根据需要很好地配置了它。不幸的是,在播放列表视图中,3-4 秒后它将停止突出显示当前播放的歌曲,结果我忘记了我在播放列表中的位置(即使歌曲在 header 中播放)。
有没有办法让当前播放的歌曲一直高亮显示?我查看了许多 ncmpcpp 配置选项,但找不到相关内容。
这是正在发生的事情的动图: 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"
吸取教训,经常阅读手册页!
有一个 ncmpcpp 配置选项 playlist_disable_highlight_delay = 0
解决了突出显示消失的问题。当您将其设置为 0 时,它将永远保持突出显示状态。
虽然理想的情况是我可以突出显示播放列表的其他部分并且仍然对当前正在播放的内容有一些指示。 But c'est la vie,这是一个解决方案。