| Summary: | Failure to edit .m4a tags | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Chris Fullerton <christopher.fullerton> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.4-SVN | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Chris Fullerton
2006-02-17 18:26:29 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. |