Page 1 of 1

Involved People Incomplete

Posted: Sat Jan 22, 2011 3:16 am
by GHammer
Hello,

When I get metadata from AMG, the INVOLVEDPEOPLE tag is not complete.
There will be one or sometimes two categories shown, but no data.
Like INVOLVEDPEOPLE=Engineer

This with FLAC files.

Any ideas?

Re: Involved People Incomplete

Posted: Mon Jan 24, 2011 8:28 am
by jtclipper
I will need the album you are trying to grab as URL so i can test what happens

Re: Involved People Incomplete

Posted: Mon Jan 24, 2011 1:06 pm
by GHammer
Here's one. But this happens on all albums.
http://www.allmusic.com/album/head-games-r7628
Here's the metaflac dump of the tagged file"

Code: Select all

METADATA block #2
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 997
  vendor string: reference libFLAC 1.2.1 20070917
  comments: 12
    comment[0]: TRACKNUMBER=01
    comment[1]: ARTIST=Foreigner
    comment[2]: ALBUM=Head Games
    comment[3]: TITLE=Dirty White Boy
    comment[4]: DATE=1979
    comment[5]: GENRE=Rock
    comment[6]: COMMENT=Enjoy The Music!
    comment[7]: COMPOSER=Gramm, Jones
    comment[8]: TONES=Confident,Energetic,Fun,Rousing,Rowdy,Passionate,Boisterous,Exuberant
    comment[9]: STYLES=Album Rock,Arena Rock,Contemporary Pop/Rock,Hard Rock
    comment[10]: PUBLISHER=Atlantic
    comment[11]: INVOLVEDPEOPLE=Photography
METADATA block #3
  type: 1 (PADDING)
  is last: true
  length: 7387

Re: Involved People Incomplete

Posted: Mon Jan 24, 2011 2:29 pm
by jtclipper
Does the tag field display correctly in tgf?

Re: Involved People Incomplete

Posted: Mon Jan 24, 2011 3:35 pm
by GHammer
In the AMG capture screens, it shows the info. It does not tag the file.

Re: Involved People Incomplete

Posted: Tue Jan 25, 2011 10:21 am
by jtclipper
Send me a flac file please.

Re: Involved People Incomplete

Posted: Tue Jan 25, 2011 1:03 pm
by GHammer
Done

Re: Involved People Incomplete

Posted: Tue Jan 25, 2011 1:59 pm
by jtclipper
The file is tagged fine using the same technique to store the involved people list (IPLS frame) as the ID3v2 standard and that is by using #0 ( Chr(0) ) as a delimiter, I am afraid that the utility you use does not support this char correctly.
Also there is no standard for Flac files (Vorbis comments) as to how this field will be implemented.

Re: Involved People Incomplete

Posted: Tue Jan 25, 2011 5:53 pm
by GHammer
Hmmm. It does not show using metaflac, foobar, or mp3tag.
I don't have any good ideas, but perhaps doing whatever others are doing to have data in the field would be good.