Caused from a typo i had some problems today. My script contained the following line in the ParserScriptAlbum part:
regexreplace "(?<=<th colspan=.2.>).+(\d+)(?=:\s+
\s+)" "(Folge \1)"
I forget a 'p' in the command regexpreplace. However, i didnt get an error or any results from my script. It just finished after some time and showed up with all fields blank in the 'Adjust tag information' dialog. Nothing was written to the debug log, although turned on. If I deleted the debug logfile, no logfile has been created. In my case, information about previous commands that have been sucessful executed before the buggy line has been lost. No error was logged in Mp3tagError.log.
I could image two changes:
- it would be nice to inform the user about the typo, somehow
- the debug log should be written anyway
-u302320