HydrogenAudio

Lossy Audio Compression => MP3 => MP3 - General => Topic started by: Foebane72 on 2013-03-09 12:42:16

Title: Can MP3Tag get tags from parent folders? Does TagScanner skip files?
Post by: Foebane72 on 2013-03-09 12:42:16
I've been dabbling in MP3s for many years now, and back in the day I used a clunky old MP3 tagger which I paid for, which turned out not to work in Win7: MP3/Tag Studio.

Well, I looked at alternatives, like MP3Tag and TagScanner, and settled on the latter, because it looks better and is faster than MP3Tag is.

My concern about MP3Tag is whether it can handle scripts like this, that I made up in TagScanner:

Code: [Select]
%artist%\%skip%\%album% %title%

This means, if I have MP3 files inside two nested folders, then the tags will be set by both the filename of the MP3 and the outer folder that it's in, skipping the inner folder. Can MP3Tag do that?

I also recently entertained the idea of renaming MP3 filenames using an MS-DOS batch file (yes, they still run in Windows!) and then going over the relevant changed areas with TagScanner to modify the tags inside. I tested this this morning, and it seems to have been a great success.

One question, though: As my MP3 collection is on a MicroSD card in my MP3 player, I thought I'd see how long TagScanner would take to change the tags on all 2000 files - it took 3-4 minutes, much faster than I expected for Flash memory. Does this mean that if TagScanner doesn't see any changes to the filename compared to the tags in the file according to the above script, then it will ignore it?

I'm new here, and this thread may be rather technical, but can anyone here help me?
Title: Can MP3Tag get tags from parent folders? Does TagScanner skip files?
Post by: rkumar2veomit on 2013-04-22 12:55:37
Same Here, I want to repeat this question again. Please help me also
Title: Can MP3Tag get tags from parent folders? Does TagScanner skip files?
Post by: tpijag on 2013-04-22 13:18:36
May I suggest you ask directly within the active forum at the developers website?
Title: Can MP3Tag get tags from parent folders? Does TagScanner skip files?
Post by: probedb on 2013-04-22 13:21:44
Is this a tag-> filename or filename -> tag?

You talk about tags being set and then go onto talking about renaming MP3s so which one is it?

The docs are here http://help.mp3tag.de/ (http://help.mp3tag.de/)
Title: Can MP3Tag get tags from parent folders? Does TagScanner skip files?
Post by: db1989 on 2013-04-22 14:12:36
You talk about tags being set and then go onto talking about renaming MP3s so which one is it?
It’s two different questions about two different programs awkwardly sandwiched together, so your confusion is understandable and demonstrates why people should make separate threads about separate things. Also, descriptive titles… I’ve tried to improve it, but 70 characters isn’t a lot for two distinct questions, again.
Title: Can MP3Tag get tags from parent folders? Does TagScanner skip files?
Post by: drumliner on 2013-04-22 20:03:05
I use something something like this with mp3tag to fill id3tags from the folder & file names:
Code: [Select]
[%publisher%] %artist% - %album%\%dummy% - %dummy% - %title%

And the folder structure that this would work on would look like this:
x:\[publisher] Album Artist - Album Title\01 - Artist - Track Title.mp3
The %dummy% placeholders are used to skip parts in the folder structure. In this example the track number and track artist since it would be the same as the album artist. Since this works, presumably going back one or more levels in the folder structure would also, but I haven't tested.