1. New line problem.
If you specify new fields content in the way:
Code: Select all
[=plugin.field]\n[plugin.field2]
The things I would like to discuss are pre- and suffixes. It is not possible to get to work properly something like this:
Code: Select all
[=plugin.field]["\n"plugin.field2]
If some fields are empty the current solutions give me over-sized rectangles:
Code: Select all
Planet.mp3
Black Sabbath
Code: Select all
Planet.mp3
Planet Caravan\nParanoid\nBlack Sabbath
2. Missing quotes
Editing fields contents using TC built-in procedures gives you no possibility to have quotes. If you write " it will disappear from configuration file. You can always use two signs (trying to walkaround this problem):
Code: Select all
""[plugin.field]""
IMHO it might be pretty once again tho allow its usage. Single " sign might work as starting / ending character or between fields. For prefixes \" should work like a charm.
Just trying to make TC prettier
