Bug 230976 - Add support for playing Monkey's Audio (APE)
Summary: Add support for playing Monkey's Audio (APE)
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 15:09 UTC by Dmytro Kostiuchenko
Modified: 2010-08-09 13:22 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmytro Kostiuchenko 2010-03-16 15:09:01 UTC
Version:            (using KDE 4.4.1)
OS:                Linux
Installed from:    Archlinux Packages

AFAIK, gstreamer provides Monkey's Audio support through ffdshow.
But tracks in Monkey's Audio format can't be added to Amarok playlist.
Please add support for playing Monkey's Audio.
Comment 1 Myriam Schweingruber 2010-03-16 16:06:29 UTC
Not sure there is much we can do about this, I guess it depends on either taglib or Phonon. Subscribing the developers.
Amarok doesn't produce sound itself, it depends on Phonon to do that, and the file type is not dependant on Amarok neither AFAICT.
Comment 2 Jeff Mitchell 2010-08-09 00:59:44 UTC
They should be pulled into the collection if you have ID3-style tags in your
APE files. Although TagLib might have some native APE support as well -- I
can't remember. If it does we may not have parsing code for it. Basically, if
you want this support you'll need to do much of the legwork, as our time is
very limited. Compile TagLib's tagreader example and see if it can read your
file; if it can, then support should be able to be added to Amarok. If it
can't, then it's a TagLib issue.
Comment 3 Lukáš Lalinský 2010-08-09 07:47:23 UTC

*** This bug has been marked as a duplicate of bug 210404 ***
Comment 4 Jeff Mitchell 2010-08-09 13:17:02 UTC
It might be better to wait on closing this until the tester confirms whether his problem seems to be on the TagLib side (for instance, corrupted files) or whether they're simply not playing in Amarok for him, which wouldn't be a TagLib issue at all.

O.P., do let us know.
Comment 5 Lukáš Lalinský 2010-08-09 13:22:20 UTC
Well, it has bee reassigned to TagLib, from that point of view it's a duplicate. :)

Monkey's Audio support is only in SVN, not in any released version, so it can't work in Amarok when using regular distro packages.