Printable Version of Topic
-Brading Software Message Board +--Forum: Mp3/Tag Studio Suggestions +---Topic: Renameing & tagging started by Ivan Posted by: Ivan on May 26 2004,21:58 Hi, Usually on the internet i find names like 01-narcotic_thrust-i_like_itradio_edit-idc.mp3 Is possible to make intelligent converting of this tags 01-narcotic_thrust-i_like_it__radio_edit-mip.mp3 Modifyed filename NARCOTIC THRUST - I Like It (Radio Edit).mp3 Tags Artist : NARCOTIC THRUST Title : I Like It (Radio Edit) Track Number : 01/max number in current folder who have same Album name & to make all with macro cmds support. Im w8ing your answer ![]() Posted by: Magnus Brading on May 26 2004,22:50 Sure, you can easily parse e.g. your second example file name with the following (advanced mode) template in the auto tag tool: ---------------------CODE SAMPLE------------------- <TrackNr>-<Artist>-<Title-1[|]>__<Title-2[ (|)]>-<TRASH>.mp3 ---------------------CODE SAMPLE------------------- And make sure to activate the case fix function and the "Replace _ with space" function. Bam, one single sweep, done. And about macro/command-line features, anything you can do inside the program can easily be recorded into a macro which will later be accessed with a single click of a button, or from the command-line, including this operation, yes. end |