How to add content into txt/lcr that is ignored by players?
I’m trying to write LRC SyncedLyrics files per txt.
I was wondering if i could add something that the player will ignore that looks like a timestamp but isn’t? It’s for organizing the timestamps when a song has a refrain twice but with different endings each time, to keep track at in which cycle it uses what.
Sure i can just put xx inside and remove when finished, but if one looked at it later it could get confusing.
So far I’ve seen it displays everything after a valid timestamp (numbers, letters, brackets), but is there something a player doesn’t? Like comments in other programming places ( // or /* */ )