I've been playing around with creating my own playlist layout but I came across some stuff I don't understand while looking at some available layouts.
To change the colors you can place a hex value between characters, why is the following format sometimes used: F9F8EE|F9F8EE, why put in the value twice seperated by | characters?
Also, sometimes multiple characters are placed behind each other like what's the point of doing that?
Is there a way to put in a line feed? E.g. if some title names are too long I want to cut of a bit and place the last word on the next line underneath the first part of the title at the same starting location.
What would be a good construction to do this?
I can use $len() to determine the length of the string, use $right() to determine the starting point of the last word and determining the new start position won't a a read problem eighter but I'm stuck with the line feed.
I noticed using the $get() function, if you want to display the value, will create an empty space of one character behind the value of the variable, is this a bug? Is there some way to avoid this?
I also noticed there are fields being used which mentioned in e.g. the help reference like %__codec%, %__referenced_file%, %__bitrate% and %__channels%.
Is there a complete list of fields with description somewhere?