Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Is there a tag editor that will show me miscellaneous garbage tags? (Read 3827 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Is there a tag editor that will show me miscellaneous garbage tags?

Is there a tag editor that will show me miscellaneous garbage tags?  I've been driving myself crazy trying to find something like this.  What led me to this point - iTunes apparently writes some information into the tags of both mp3 and its native m4a files, including Sound Check data.  I'd like to be able to see and experiment with these tags.  But every tag editor I've looked at is only giving me the basics: song title, album title, artist, etc.  I had thought it might show up in Comments but no luck.  Any suggestions?  Preferably I'd like to be able to get into these tags for both my mp3 and m4a files, but I'll settle for either at this point.

 

Is there a tag editor that will show me miscellaneous garbage tags?

Reply #1
foobar2000 should do it.

Is there a tag editor that will show me miscellaneous garbage tags?

Reply #2
Actually there are more tag editor out there that are capable of what you need than you think. Another alternative would be Mp3Tag: http://www.mp3tag.de/en or http://developer.mp3tag.de/ (latest build).

Is there a tag editor that will show me miscellaneous garbage tags?

Reply #3
MP3Tag is perfect, thanks!

Is there a tag editor that will show me miscellaneous garbage tags?

Reply #4
MP3Tag is perfect, thanks!

If you think you also have APE tags, you will need to tweak Mp3tag...
Tools > Options > Tags > Mpeg > Read: check "[x] APE" (then do a "View > Refresh F5").

But, if you do check "[x] APE", then Mp3tag appears to not read the IDv3 tags.





Something that has helped me, I created some "Customize columns"...

Code: [Select]
Name: Tag
Value: %_tag_read%[ (%_tag%)]

Name: ID3v2 Char
Value: %_id3v2_character_encoding%

Name: Album Gain
Value: %replaygain_album_gain%

Name: Track Gain
Value: %replaygain_track_gain%

Mike

(P.S. You'll need the Development Build (at least version 2.36f) http://developer.mp3tag.de/ to use %_id3v2_character_encoding%)