warn about consequences from using song format without any braces
This commit is contained in:
@@ -88,6 +88,10 @@
|
|||||||
## only if all requested values are available and/or define alternate
|
## only if all requested values are available and/or define alternate
|
||||||
## value with { }|{ } eg. {%a - %t}|{%f}
|
## value with { }|{ } eg. {%a - %t}|{%f}
|
||||||
##
|
##
|
||||||
|
## Note: Format that is similar to "%a - %t" (i.e. without any additional
|
||||||
|
## braces) is equal to "{%a - %t}", so if one of the tags is missing,
|
||||||
|
## you'll get nothing.
|
||||||
|
##
|
||||||
## text can also have different color than the main window has,
|
## text can also have different color than the main window has,
|
||||||
## eg. if you want length to be green, write $3%l$9
|
## eg. if you want length to be green, write $3%l$9
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -318,6 +318,8 @@ For song format you can use:
|
|||||||
|
|
||||||
You can also put them in { } and then they will be displayed only if all requested values are available and/or define alternate value with { }|{ } e.g. {%a - %t}|{%f} will check if artist and title tags are available and if they are, display them. Otherwise it'll display filename.
|
You can also put them in { } and then they will be displayed only if all requested values are available and/or define alternate value with { }|{ } e.g. {%a - %t}|{%f} will check if artist and title tags are available and if they are, display them. Otherwise it'll display filename.
|
||||||
|
|
||||||
|
\fBNote\fR: Format that is similar to "%a - %t" (i.e. without any additional braces) is equal to "{%a - %t}", so if one of the tags is missing, you'll get nothing.
|
||||||
|
|
||||||
Text can have different color than the main window, e.g. if you want length to be green, write $3%l$9.
|
Text can have different color than the main window, e.g. if you want length to be green, write $3%l$9.
|
||||||
|
|
||||||
Available values for colors:
|
Available values for colors:
|
||||||
|
|||||||
Reference in New Issue
Block a user