Check for the first character in a %lyrics% tag and if its,
1. a '[' display "Is Timestamped" or
2. any other character to display "No Timestamp".
Unless there is a better way to check for timestamped lyrics?
I was thinking something like:
CODE
$if(%lyrics%,'[',Is Timestamped,No Timestamp)
But obviously thats not the proper syntax for an $if statement
Not to add any more challenge to the code, but if "%artist% - %title%" could be stripped from being included in the searching of the lyrics tag, that might help too
Thanks