I'm attempting to format a Marquee string. Apparently using the strftime escape sequences to create multiple lines is not a solution. I discovered while experimenting that using %n (newline) in the string will put VLC into some sort of loop. I may be going about things in the wrong manner, but there...