View Issue Details

IDProjectCategoryView StatusLast Update
0013031MMW v4Codecpublic2016-06-21 07:46
Reporterpeke Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version4.1.10 
Summary0013031: f_aac: m4a tracks created for sync with Sony Players using MediaGo do not work correctly
Descriptionm4a tracks created for sync with Sony Players using MediaGo do not work in MMW and are not imported correctly.

Initially I thought that only Format of Album Art is a problem but problem looks deeper.

Sample tracks are in ticket.
Additional InformationTAD-266-35308
TagsNo tags attached.
Fixed in build

Relationships

related to 0013032 feedbackrusty MMW v4 Support for changing cover image format during sync. 
related to 0013033 resolvedmichal AAC / Video codec plugin Cannot play ALAC files tagged by MediaGo 
related to 0002915 feedbackrusty MMW 5 'Sort by' field for Artist / Album Artist / Album 

Activities

peke

2015-12-21 14:51

developer   ~0043742

Last edited: 2015-12-21 15:28

based on IM talk:
"MediaGo tags the file in a strange way, it sometimes uses UTF8 and sometimes UTF16, maybe the decoder does not count with this. At least for title, they tag title in two different atoms, in @nam it is in UTF8 and in titl it is in UTF16 and titl should be UTF8 too"

peke

2015-12-21 15:24

developer   ~0043743

As Analyzed QuickTime plays track.

michal

2015-12-21 18:00

developer   ~0043745

Support for reading UTF16 tags added from build 1779. These tags (e.g. udta.titl) are used in f4v files and were always in UTF8, but MediaGo writes them to M4A and in UTF16BE.
We need writing them too and check f_aac_codec plugin for correct playback, as it does not play this file for some reason.

michal

2015-12-21 18:43

developer   ~0043748

Playback fixed as 0013033.

michal

2015-12-22 09:01

developer   ~0043754

As tags like udta.titl are not standard in m4a, decreasing priority of writing changes to them.

michal

2016-06-21 07:45

developer   ~0045013

Based on additional user analysis, it seems to be problem with unsupported sort fields. iTunes and MediaGo use special tags used for sorting (Sort Album, Sort Artist, etc.), and it seems, that the Sony Player needs these sort fields for correct functionality. MediaGo adds these tags during sync, and Sony displays all ok, MediaMonkey does not use them, and it leads to problems.
So to fix this, we need to support these sort fields, already track as 0002915.