Bug 122172 - Failure to edit .m4a tags
Summary: Failure to edit .m4a tags
Status: RESOLVED NOT A BUG
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.4-SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 18:26 UTC by Chris Fullerton
Modified: 2006-06-11 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Fullerton 2006-02-17 18:26:29 UTC
Version:           1.4-SVN (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
Compiler:          gcc 4.0.2 
OS:                Linux

Failure to edit tags on .m4a files. Tags on .aac files can be edited.

 http://therye.org/users/mortice/test -->Acrid Avid Jam Shred - Aphex Twin for an example
Comment 1 Martin Aumueller 2006-02-17 18:38:08 UTC
m4a metadata writing is only available when linked with libmp4v2 (either from faad2 or mpeg4ip). Otherwise, m4a tag support is still r/o.
You have to enable using this library explicitly by ./configure --with-mp4v2=yes --with-mp4v2-dir=/foo/bar.
aac metadata is handled by the mp3 id3 code, this is the reason for the difference.