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.
%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.