MobileSheets Forums

Full Version: Piece title formatting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There exists the possibility to customize the title formatting in the library. I would like to add the custom field with brackets or a hyphen or something similar, i.e.

%title% (%custom%) or %title% - %custom%

If %custom% is empty this does not look good. So it would be great if there would be a possibility to only show the brackets or hyphen if %custom% is not empty. Does there exist something like that? If not, could this be added? I do not know what would be the best solution to do this. In the end one needs something like an if-clause in the format string, but maybe it gets to complicated.
Yes, it already exists with the advanced syntax for the song title formatting. You basically have to do

%TITLE% %CUSTOM: ${VALUE}%

The syntax is %FIELD: <value if defined>|<value if not defined>%

The value if not defined section is optional. ${VALUE} inserts the value of the field.

Mike
Great! Works like a charm.