Florian,
First, thank you for such a wonderful tag editor! Hands down, the best. Knowing that you are busy and that this is mainly a hobby project, I will keep my request simple...
Would it be possible to detect [Tabs] as "\t" in the Format string when tagging from a text file? I tag several compilations a month from a tab delimited file. Currently, I have to replace the tabs (\t) with semi-colons ( before tagging. Detecting tabs in Mp3tag would save me a search and replace in Vim!
Example
Current Format String:
%track%;%dummy%;%dummy%;%title%;%artist%;%bpm%;%dummy%;%dummy%;%ending%;%comment%;%copyright%;%publisher%;%dummy%
Proposed Change:
%track%\t%dummy%\t%dummy%\t%title%\t%artist%\t%bpm%\t%dummy%\t%dummy%\t%ending%\t%comment%\t%copyright%\t%publisher%\t%dummy%
I assume that this is just an addition to a case-statement, or something simple (hopefully).
Thanks in advance!
Tenorman