I spelled it correctly, you've jumped to a conclusion. Anyways, some parts of the Anglophone world say 'shoot' if they're too repressed to properly say 'shit'.
I am touched that you think I found the numerous lines of code, let alone could read the numerous lines of code, assuming I could recognize he numerous lines of code if I saw them...


Seriously, I can read a bit of code and I've tried to use this script
$filename(Mp3tag.tagdump.col.txt,ANSI)$loop(%_path%)^
_UNSYNCEDLYRICS:''%_unsyncedlyrics%''
_MD5:''%_md5%''
_PATH:''%_path%''
$regexp($regexp($regexp($list(,:'',''$char(13)_$char(10)),\r,U+000D),\n,U+000A),\r_\n,\r\n)$$
$loopend()
and that worked, just not in the way I wanted it to work.
This was the output:
^
_UNSYNCEDLYRICS:''
_MD5:'4EA3BF0609D03377871A5D44F40A549B'
_PATH:'c:\@mp3\!!!!!!!!\000\005film\leonard cohen - everybody knows.mp3'
ALBUMARTIST:'leonard cohen'U+000D_U+000AARTIST:'leonard cohen'U+000D_U+000ATITLE:'everybody knows'U+000D_U+000AGENRE:'folk'U+000D_U+000AUNSYNCEDLYRICS:'eng||Everybody knows that the dice are loadedU+000DU+000AEverybody rolls with their fingers crossedU+000DU+000AEverybody knows that the war is overU+000DU+000AEverybody knows the good guys lostU+000DU+000AEverybody knows the fight was fixedU+000DU+000AThe poor stay poor, the rich get richU+000DU+000AThat's how it goesU+000DU+000AEverybody knowsU+000DU+000AU+000DU+000AEverybody knows that the boat is leakingU+000DU+000AEverybody knows that the captain liedU+000DU+000AEverybody got this broken feelingU+000DU+000ALike their father or their dog just diedU+000DU+000AU+000DU+000AEverybody talking to their pocketsU+000DU+000AEverybody wants a box of chocolatesU+000DU+000AAnd a long stem roseU+000DU+000AEverybody knowsU+000DU+000AU+000DU+000AEverybody knows that you love me babyU+000DU+000AEverybody knows that you really doU+000DU+000AEverybody knows that you've been faithfulU+000DU+000AAh give or take a night or twoU+000DU+000AEverybody knows you've been discreetU+000DU+000ABut there were so many people you just had to meetU+000DU+000AWithout your clothesU+000DU+000AAnd everybody knowsU+000DU+000AU+000DU+000AEverybody knows, everybody knowsU+000DU+000AThat's how it goesU+000DU+000AEverybody knowsU+000DU+000AU+000DU+000AEverybody knows, everybody knowsU+000DU+000AThat's how it goesU+000DU+000AEverybody knowsU+000DU+000AU+000DU+000AAnd everybody knows that it's now or neverU+000DU+000AEverybody knows that it's me or youU+000DU+000AAnd everybody knows that you live foreverU+000DU+000AAh when you've done a line or twoU+000DU+000AEverybody knows the deal is rottenU+000DU+000AOld Black Joe's still pickin' cottonU+000DU+000AFor your ribbons and bowsU+000DU+000AAnd everybody knowsU+000DU+000AU+000DU+000AAnd everybody knows that the Plague is comingU+000DU+000AEverybody knows that it's moving fastU+000DU+000AEverybody knows that the naked man and womanU+000DU+000AAre just a shining artifact of the pastU+000DU+000AEverybody knows the scene is deadU+000DU+000ABut there's gonna be a meter on your bedU+000DU+000AThat will discloseU+000DU+000AWhat everybody knowsU+000DU+000AU+000DU+000AAnd everybody knows that you're in troubleU+000DU+000AEverybody knows what you've been throughU+000DU+000AFrom the bloody cross on top of CalvaryU+000DU+000ATo the beach of MalibuU+000DU+000AEverybody knows it's coming apartU+000DU+000ATake one last look at this Sacred HeartU+000DU+000ABefore it blowsU+000DU+000AAnd everybody knowsU+000DU+000AU+000DU+000AEverybody knows, everybody knowsU+000DU+000AThat's how it goesU+000DU+000AEverybody knowsU+000DU+000AU+000DU+000AOh everybody knows, everybody knowsU+000DU+000AThat's how it goesU+000DU+000AEverybody knows'U+000D_U+000A$
And these were the original lyrics
QUESTION:
how do I fit this detlevcode into the above script to make it work better?
... hin ...
$replace(%UNSYNCEDLYRICS%,$char(13)$char(10),'U+000DU+000A')
... und zurück ...
$replace(%UNSYNCEDLYRICS%,'U+000DU+000A',$char(13)$char(10))
... oder so ...
$replace(%UNSYNCEDLYRICS%,$char(13)$char(10),'<r><n>',$char(9),'<t>')
$replace(%UNSYNCEDLYRICS%,'<r><n>',$char(13)$char(10),'<t>',$char(9))
... oder so ...
$replace(%UNSYNCEDLYRICS%,$char(13),' !*+# ',$char(10),' !§$% ',$char(9),' !"§? ')
$replace(%UNSYNCEDLYRICS%,' !*+# ',$char(13),' !§$% ',$char(10),' !"§? ',$char(9))
... oder so ...
$replace(%UNSYNCEDLYRICS%,$char(13),' $char(13) ',$char(10),' $char(10) ',$char(9),' $char(9) ')
$replace(%UNSYNCEDLYRICS%,' $char(13) ',$char(13),' $char(10) ',$char(10),' $char(9) ',$char(9))
Tusend takk!
PS
If anyone could post the original layout/setup of the csv.mte I'd be grateful.
Donkeyshown! 