HydrogenAudio

Lossless Audio Compression => Lossless / Other Codecs => Topic started by: moonshine on 2002-09-02 06:00:16

Title: Apetag Software?
Post by: moonshine on 2002-09-02 06:00:16
Hello!

I'm on a search for software that handles reading/writing APEtags. I really haven't been able to find much:

- Tag (windows command line program,should handle v1 and v2 tags)
- Winamp plugin (allows you to change the APEtag on an .ape file, think it only handles v1 tags though)
- Abander Tag control (excellent Windows tagger, APE support only v1?)

Anyway, are there some obvious choices I'm missing?  what are people using ?

Ideally I'd love to find a linux command line util that could read APE tags at least.. (to help me db things)

Thanks..
Title: Apetag Software?
Post by: Jan S. on 2002-09-02 11:01:38
Maybe TAG can be compiles for linux?
Title: Apetag Software?
Post by: moonshine on 2002-09-02 15:40:17
That would be ideal, but I'm afraid it's can't be compiled for Linux out of the box.  Looks like it was developed using Microsoft Developer Studio in C++.  I've poked around the code a bit, but know it would take me forever to pull something like that off. 

-James
Title: Apetag Software?
Post by: Jasper on 2002-09-05 15:59:08
As far as I know Tag works perfectly fine, only it won't write v2 APE Tag's because they aren't supported by Monkey's Audio yet (I believe they will be in the near future), strangely enough they are only supported by MPC at the moment.
Title: Apetag Software?
Post by: TZOTZIOY on 2003-05-08 18:34:45
Quote
Hello!

I'm on a search for software that handles reading/writing APEtags. I really haven't been able to find much:

- Tag (windows command line program,should handle v1 and v2 tags)
- Winamp plugin (allows you to change the APEtag on an .ape file, think it only handles v1 tags though)
- Abander Tag control (excellent Windows tagger, APE support only v1?)

Anyway, are there some obvious choices I'm missing?  what are people using ?

Ideally I'd love to find a linux command line util that could read APE tags at least.. (to help me db things)

Thanks..

Quote
Ideally I'd love to find a linux command line util that could read APE tags at least.. (to help me db things)


If you got python installed on your linux box, I have created a python module that reads APE-Tags (and ID3v1.1 tags).  No writing yet for APE tags, I didn't need any so far.  So, if you describe me the tool you need, I can send you something you can use from the command-line.
Title: Apetag Software?
Post by: TwoJ on 2003-05-09 21:29:05
I know that Tag control support apev2 and i believe it supports apev1 as well. Funny enough i found it hard to believe that monkey's program didn't support v2 yet.
Title: Apetag Software?
Post by: Volcano on 2003-05-11 13:33:46
Quote
...i found it hard to believe that monkey's program didn't support v2 yet.


I'm not 100% sure, but I think there's a misconception here concerning the APEv2 tagging. AFAIK, APEv2 was not developed by the author of Monkey's Audio, it was mainly developed by Frank Klemm and thus not primarily designed for Monkey's Audio. So it's no wonder Monkey's Audio hasn't adopted it yet.
Title: Apetag Software?
Post by: Annuka on 2003-05-11 14:27:38
getID3() supports APE tags - both reading and writing from version 1.6.2.

It is a collection of php libraries, so you need to script it.

getid3.org
Title: Apetag Software?
Post by: MachineHead on 2003-05-11 14:59:37
Quote
Quote
...i found it hard to believe that monkey's program didn't support v2 yet.


I'm not 100% sure, but I think there's a misconception here concerning the APEv2 tagging. AFAIK, APEv2 was not developed by the author of Monkey's Audio, it was mainly developed by Frank Klemm and thus not primarily designed for Monkey's Audio. So it's no wonder Monkey's Audio hasn't adopted it yet.

I asked Matt about this a while back. You are correct, Frank Klemm did develop APEv2 tags. I'm pretty sure Monkey's Audio does support av2 tags now. At least when I use MC it writes this type of tag instead of av1. Matt changed this for MC. Not sure what he did at his site for the stand alone.


EDIT: spelling
Title: Apetag Software?
Post by: Annuka on 2003-05-16 00:29:16
I just hacked together a script that reads and writes apetags thru a patched getID3() 1.6.2.

Avalible here: http://www.phazer.dk/ape2.tgz (http://www.phazer.dk/ape2.tgz)

PHP4.1+ is required on your box. Fix first line of ape2 executeable if php is not located in /usr/bin/php
Title: Apetag Software?
Post by: Annuka on 2003-05-18 15:11:39
getID3() 1.6.3 was released today. Update the the two getid3 files if you need uft-8 characters.
Title: Apetag Software?
Post by: TZOTZIOY on 2003-05-19 08:57:43
Quote
getID3() 1.6.3 was released today. Update the the two getid3 files if you need uft-8 characters.

He wants to use APE2 tags, so I believe that the "if" in "if you need utf-8 ..." can be changed to "since" 
Title: Apetag Software?
Post by: ar`t on 2003-05-19 10:24:02
Try developer version of easytag for linux

http://easytag.sourceforge.net/ (http://easytag.sourceforge.net/)