add option added + a few fixes regarding tracks with unknown length

This commit is contained in:
unK
2008-08-24 20:06:36 +02:00
parent 6ca6d47104
commit 2d6f0faf7c
8 changed files with 64 additions and 15 deletions

View File

@@ -93,6 +93,8 @@
#
#key_move_song_down = 'n'
#
#key_add = 'a'
#
#key_save_playlist = 'S'
#
#key_go_to_now_playing = 'o'

View File

@@ -60,9 +60,9 @@
## - white
##
#
#song_list_format = "[green](%l)[/green] {%a - }{%t}|{[white]%f[/white]}"
#song_list_format = "{[green](%l)[/green] }{%a - }{%t}|{[white]%f[/white]}"
#
#song_status_format = "(%l) {%a - }{%t}|{%f}"
#song_status_format = "{(%l) }{%a - }{%t}|{%f}"
#
#song_window_title_format = "{%a - }{%t}|{%f}"
#