View Issue Details

IDProjectCategoryView StatusLast Update
0004525MMW v4Properties/Auto-Toolspublic2008-04-03 21:07
Reporterrusty Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0004525: Auto-tag from Web fails to tag artwork on AAC tracks
DescriptionMM 3.0.3.1151 fails to save Artwork to aac tracks. As soon as auto-tag is clicked, the Artwork briefly appears and then disappears. Moreover, the tagging status bar doesn't even appear (or appears too quickly to see).

Tested with 1.0.2 aac plugin installed/uninstalled.
Tested with tracks encoded by MM AAC plugin 1.0.2.

Note: the problem doesn't occur with MP3 tracks.
TagsNo tags attached.
Fixed in build1153

Relationships

related to 0004536 resolvedjiri Metadata isn't tagged for .aac tracks 

Activities

Ludek

2008-04-02 16:13

developer   ~0013573

Last edited: 2008-04-02 16:19

Strange, I cannot reproduce. I guess it is related to something different. f_aac_codec.dll has nothing to do with tagging.
f_aac.dll is related to tagging.

i.e. Did you try to remove/uninstall f_aac_codec.dll from the plugin folder in order to ensure that it is related to the version 1.0.2?

If you ensure that it is not related to f_aac_codec.dll (I guess that it is not) then try to use an older f_aac.dll in order to find out whether it is related to f_aac.dll and also try to remove iPhone.dll.

rusty

2008-04-02 17:04

administrator   ~0013575

Last edited: 2008-04-02 17:04

The problem is with xxx.aac tracks (and not .m4a tracks as originally reported).

I'm not sure if .aac supports embedded artwork, but at the very least, if embedded tagging fails, MM is supposed to fallback to directory-based artwork.

Ludek

2008-04-02 17:07

developer   ~0013576

I've just tested clean install of build 1151 with or without f_aac_codec.dll v1.0.2 and tagging album art to tag works fine on m4a tracks by using amazon.

Win XP, SP2, 2002

jiri

2008-04-02 22:11

administrator   ~0013590

As far as I remember, there was a problem with AAC that there isn't any generally accepted tagging standard, it's rather a raw format. ID3v2 seems to be the most often used for AACs, so also MM should use it. That said, I'm not sure why currently some tagging features that work for MP3 don't work for AAC. As discussed over IM, Ludek will check it out.

However, this doesn't seem to be a huge issue, AAC is very little used, AAC content is most often in M4A container.

Ludek

2008-04-03 17:01

developer   ~0013614

Last edited: 2008-04-03 17:04

I checked this out and found out that function
ID3Module.ID3Tag_UpdateByTagType (tag, tagtype);
fails to write any data to the AAC file. i.e. The file's timestamp/date is unchanged as can be seen e.g. in Total Commander.

Do we have sources of id3lib.dll so that we could do more about it?

jiri

2008-04-03 17:40

administrator   ~0013616

Discussed over IM with Rusty. Conclusion is that we won't tag AAC at all, but we should fix the issue that AA isn't properly linked. I think that technically should it be only about removing FP_CAN_TAG_IMAGES flag for AAC format in f_aac.dll.

Ludek

2008-04-03 17:52

developer   ~0013618

Fixed 1153.

rusty

2008-04-03 21:07

administrator   ~0013628

Verified 1153.