Home of the Squeezebox™ & Transporter® network music players.
Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1. #1

    Special iTunes tags

    I have recently bought some tracks from the iTunes store. Playing them from LMS I also looked into the tags and realized that LMS reads tags which MP3Tag and foobar do not recognize. AKID, ATID, GEID ... just to name few. They are only on newer purchases. Until about a year ago, they were not present

    Does anyone know a tool that will read and edit those tags?

  2. #2
    Senior Member Mnyb's Avatar
    Join Date
    Feb 2006
    Location
    Västerås Sweden
    Posts
    11,698
    Quote Originally Posted by foxx View Post
    I have recently bought some tracks from the iTunes store. Playing them from LMS I also looked into the tags and realized that LMS reads tags which MP3Tag and foobar do not recognize. AKID, ATID, GEID ... just to name few. They are only on newer purchases. Until about a year ago, they were not present

    Does anyone know a tool that will read and edit those tags?
    Not even the extended tag info in mp3tag ? Rigth click for it ?
    --------------------------------------------------------------------
    Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3 sub.
    Bedroom/Office: Boom
    Kitchen: Touch + powered Fostex PM0.4
    Misc use: Radio (with battery)
    iPad1 with iPengHD & SqueezePad
    (in storage SB3, reciever ,controller )
    server HP proliant micro server N36L with ClearOS Linux

    http://people.xiph.org/~xiphmont/demo/neil-young.html

  3. #3
    nope...

  4. #4
    Senior Member
    Join Date
    May 2008
    Location
    United States
    Posts
    8,216
    Quote Originally Posted by foxx View Post
    I have recently bought some tracks from the iTunes store. Playing them from LMS I also looked into the tags and realized that LMS reads tags which MP3Tag and foobar do not recognize. AKID, ATID, GEID ... just to name few. They are only on newer purchases. Until about a year ago, they were not present

    Does anyone know a tool that will read and edit those tags?
    Will iTunes itself allow editing of these fields?
    Location 1: VortexBox Appliance 6TB (2.2) > LMS 7.7.2 > Transporter, Touch, Boom, Radio w/Battery (all ethernet)
    Location 2: VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom, Radio w/Battery (all ethernet except Radio)
    Office: Win7(64) > LMS 7.7.2 > SqueezePlay
    Spares: VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
    Controllers: iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad), CONTROLLER, or SqueezePlay 7.7 on Win7(64) laptop
    Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify

  5. #5
    I usually do not use iTunes, so I am not an expert on it. But looking at the track information did not reveal those tags. Therefore I would say: No.

    BTW: The contents of those tags is all numeric. With one exception. XID is showing alphanumeric values

  6. #6
    Senior Member
    Join Date
    Apr 2005
    Location
    Colorado
    Posts
    10,101
    They shouldn't pose a problem in LMS, if that's what you're worried about.

    LMS will read all tags, but if they don't have any meaning then they're simply ignored and not stored in the database at all. It's the same as if you were to add a tag field named 'BLAHBLAHBLAH', with any data that you like. LMS will read it, not recognize it as anything it can use, and ignore it.

    If you're using the 'View Tags' in the web interface then what you are seeing are the raw tags that are being read at that moment from the file.
    Last edited by JJZolx; 2012-07-01 at 14:01.

  7. #7
    I'm looking at the 'view tags' in iPeng.

    I am not concerned with the functonality of the files in LMS. I am more concerned with the fact that I have paid for something which is suppoed to be my property now but which still seems to be governed by somebody else.

  8. #8
    Senior Member
    Join Date
    Apr 2005
    Location
    Colorado
    Posts
    10,101
    Quote Originally Posted by foxx View Post
    still seems to be governed by somebody else.
    In what sense?

  9. #9
    In the sense that I did not pay money in order to acquire music which contains proprietary information which can neither be read nor edited by the common tag editors.

  10. #10
    Senior Member
    Join Date
    Apr 2005
    Location
    Colorado
    Posts
    10,101
    ??? I still don't really get it.

    I believe the reason that Mp3tag isn't showing the fields is that for anything other than free-form tagging system (such as vorbis comments and APE tags) it has to specifically be looking for fields by name and then has to map them to its own internal field names. I'm not completely certain why that is, but Mp3tag has never worked with raw field names.

    My experience with Mp3tag is that it won't remove the tag itself, just fields within it. If you were to remove all fields within an ID3v2 tag, an empty ID3v2 tag would still be left behind. If there are fields that Mp3tag doesn't read and write, then it will leave them, which is what you're probably seeing. The only way I can think to be rid of them for sure would be to find a tool capable of removing the whole tag, then to retag the files from scratch.

    A few google searches turn up some code suggesting what the fields may be, although much of it looks speculative. It appears they have to do with the iTunes store and accounts through which the files were purchased.

    Code:
    const string Tags::CODE_ITUNESACCOUNT     = "apID";
    const string Tags::CODE_ITUNESACCOUNTTYPE = "akID";
    const string Tags::CODE_ITUNESCOUNTRY     = "sfID";
    http://code.google.com/p/mp4v2/wiki/iTunesMetadata

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •