tag editor: add modified_item_prefix to see modified items

This commit is contained in:
Andrzej Rybczak
2012-09-12 18:53:22 +02:00
parent 0d81f9d65f
commit fd6a5889d0
5 changed files with 17 additions and 0 deletions

View File

@@ -226,6 +226,8 @@
#
#selected_item_suffix = "$9"
#
#modified_item_prefix = "$2> $9"
#
## colors are not supported for below variable
#
#song_window_title_format = "{%a - }{%t}|{%f}"

View File

@@ -159,6 +159,9 @@ Prefix for selected items.
.B selected_item_suffix = TEXT
Suffix for selected items.
.TP
.B modified_item_prefix = TEXT
Prefix for modified item (tag editor).
.TP
.B alternative_header_first_line_format = TEXT
Now playing song format for the first line in alternative user interface header window.
.TP