I have a file(s) named:
2 Pac - Can't C Me (Ft. George Clinton).mp3
2 Pac - All Bout U (Ft. Snoop Dogg, Nate Dogg & Dru Down).mp3 etc...
I want to take out the part in parenthesis (Ft. George Clinton) along with the leading space and put this in the Comment field minus the leading space.
So the new filename would be:
2 Pac - Can't C Me.mp3
2 Pac - All Bout U.mp3
and the comments added to the tag would be:
(Ft. George Clinton)
(Ft. Snoop Dogg, Nate Dogg & Dru Down)
or (preferred)
Featuring George Clinton
Featuring Snoop Dogg, Nate Dogg & Dru Down
WOW! How do I do that? It looks like something written another language... I am sorry I dont understand what the fields are?
Like:
Tag_Felder formatieren etc...
My program is in english.
Regular expressions can be used for validating data fields and manipulating information.
So far so good, but make sure to use the correct regular expression string : ^(.) ((.))$
Note the space char after the first group.
DD.20061211.1012
And make sure not to mix up %_FILENAME% with %TITLE%.
%_FILENAME% means the name of the data file used within the storage filesystem.
%TITLE% means the MP3 data tag used within the MP3 file.