Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Patch for APE tags on MP3s?
« previous next »
  • Print
Pages: [1] 2

Author Topic: Patch for APE tags on MP3s?  (Read 4944 times)

Offline lee321987

  • Member
  • *
  • Posts: 76
Patch for APE tags on MP3s?
« on: April 21, 2008, 05:57:24 AM »
   I read in one of the Archived threads that there was an patch to view Ape tags on mp3s. Is or was there such a patch?  (I tried Flyspray)
Logged
What are you waiting for? You're faster than this. Don't think you are... know you are. -- The Matrix

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Patch for APE tags on MP3s?
« Reply #1 on: April 21, 2008, 06:00:00 AM »
http://www.rockbox.org/tracker/task/792
Logged

zajacattack

  • Guest
Re: Patch for APE tags on MP3s?
« Reply #2 on: April 21, 2008, 06:03:04 PM »
Question:
What does APE even stand for? Are there any advantages to it? Will it ever be accepted into rockbox?
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Patch for APE tags on MP3s?
« Reply #3 on: April 21, 2008, 06:38:24 PM »
http://www.monkeysaudio.com/

Rockbox does support this codec already.  This patch would add support for APE tags in mp3 files.  It would be a change to the metadata parser.

Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Patch for APE tags on MP3s?
« Reply #4 on: April 21, 2008, 06:39:59 PM »
Quote from: zajacattack on April 21, 2008, 06:03:04 PM
Question:
What does APE even stand for? Are there any advantages to it? Will it ever be accepted into rockbox?

They're monkey's audio tags.  They're like ID3v2 but much simpler and have to go at the back of a file (ID3v2 can go front or back).  Since the patch was rejected, I don't think they'll be supported.
Logged

zajacattack

  • Guest
Re: Patch for APE tags on MP3s?
« Reply #5 on: April 21, 2008, 07:32:27 PM »
For what reasons was the patch rejected?
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Patch for APE tags on MP3s?
« Reply #6 on: April 21, 2008, 07:34:53 PM »
The task says who rejected it, and what he said his reason was.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Patch for APE tags on MP3s?
« Reply #7 on: April 21, 2008, 07:35:04 PM »
Quote from: zajacattack on April 21, 2008, 07:32:27 PM
For what reasons was the patch rejected?

It wasn't implemented very efficiently, and a lot of people here were opposed to supporting non-ID3 tag formats.
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: Patch for APE tags on MP3s?
« Reply #8 on: April 21, 2008, 07:36:47 PM »
Does anything outside Foobar 0.8.x write APE to MP3 by default?
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Patch for APE tags on MP3s?
« Reply #9 on: April 21, 2008, 09:52:08 PM »
Quote from: soap on April 21, 2008, 07:36:47 PM
Does anything outside Foobar 0.8.x write APE to MP3 by default?


I think mp3gain does, or at least it did.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Patch for APE tags on MP3s?
« Reply #10 on: April 21, 2008, 09:54:32 PM »
Yes, I think mp3gain still does unless you explicitly tell it not to.
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: Patch for APE tags on MP3s?
« Reply #11 on: April 22, 2008, 06:08:40 AM »
Quote from: saratoga on April 21, 2008, 07:35:04 PM
It wasn't implemented very efficiently, and a lot of people here were opposed to supporting non-ID3 tag formats.

Hrmph, what was so inefficient about it, may I ask (other than needing extra file seeks and such)? :D

Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Patch for APE tags on MP3s?
« Reply #12 on: April 22, 2008, 02:54:22 PM »
Quote from: Lear on April 22, 2008, 06:08:40 AM
Quote from: saratoga on April 21, 2008, 07:35:04 PM
It wasn't implemented very efficiently, and a lot of people here were opposed to supporting non-ID3 tag formats.

Hrmph, what was so inefficient about it, may I ask (other than needing extra file seeks and such)? :D



The extra seek wasn't combined with the seek for the ID3v1 tag (which would be only a few hundred bytes away).  That was the main problem as I recall. 
Logged

zajacattack

  • Guest
Re: Patch for APE tags on MP3s?
« Reply #13 on: April 22, 2008, 05:40:37 PM »
Quote from: saratoga on April 22, 2008, 02:54:22 PM
The extra seek wasn't combined with the seek for the ID3v1 tag (which would be only a few hundred bytes away).  That was the main problem as I recall. 

Were it to be implemented this way, might it be accepted?
Logged

Offline preglow

  • Developer
  • Member
  • *
  • Posts: 164
Re: Patch for APE tags on MP3s?
« Reply #14 on: April 25, 2008, 05:54:06 AM »
The problem is how APE tags might interact with ID3 tags. We've already removed the ID3v1/ID3v2 priority option, so the first thing we look for is an ID3v2 tag, which is located at the start of a file. APE tags are located at the end of a file, so what to do if a file has both ID3v2 and APE? Also, what do we do if the APE tag is appended to the file before an ID3v1 tag? Look for both? We're not going to add an option for tag parsing again, so some way to handle this automatically in a way that makes sense needs to be found, and I'm not convinced there is one. People should just stick to ID3 :>
« Last Edit: April 25, 2008, 08:40:02 AM by preglow »
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Patch for APE tags on MP3s?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.111 seconds with 14 queries.