title
Products            Buy            Support Forum            Professional            About            Codec Central
 

ARRAY text in artist tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fractaleater
    • Jan 2007
    • 15

    ARRAY text in artist tag

    I have not seen this one before, so just checking if is this is my problem.

    CoreConveted wma to flac. Ended up with Composer: ARRAY({a hex number}). Artist: ARRAY({a hex number}). Album artist: "Various Artists". The wma file has Author: {a regular name}, Composer: {a regular name}, and Album Artist: "Various Artists"

    I'm guessing that the tag reader is lumping together Composer and Artist and then filling both values with the array ref to the lump on the tag write.

    If so, is there a way to suppress the tag reads in the registry or do I need to read then myself and resolve after the conversion?

    Richard
  • Spoon
    Administrator
    • Apr 2002
    • 43898

    #2
    Re: ARRAY text in artist tag

    What is the hex number 0x0D?
    Spoon
    www.dbpoweramp.com

    Comment

    • fractaleater
      • Jan 2007
      • 15

      #3
      Re: ARRAY text in artist tag

      [<sigh> actually, this is a problem with *my* tag updater since dbpoweramp handles multiple items in tags delimited by ";" just fine.. I tested by converting a wma file with multiple items in author and composer, and the flac file has the same entries with no ARRAY trouble. So, I'll just crawl back under my rock.]

      Oops. Looks like the tag tool I was using to examine the tags was auto adjusting for additional details (multiple entries) in both Author and Composer. So, I had multiple entries delimited by ";" in both Author and Composer. I guess that Author and Artist are the same tag.. and that explains why the array reference addresses where different for composer and artist. The hex numbers were full memory style 32 bit integers.

      So, the "real" problem is that Core Converter could more gracefully handle multiple entries in Artist/Composer/AlbumArtist tags that are delimited by ";" when converting from wma to flac. Choosing the first item in the tag certainly seems like an easy option, but it would be much better to work it out to have multiple comments with same name.

      Richard
      Last edited by fractaleater; 02-20-2007, 09:16 AM. Reason: bad information

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 43898

        #4
        Re: ARRAY text in artist tag

        In WMA if there are multiple items (for the same tag, ie multiple artists), Microsoft state they should be on seperate id tags, ie:

        Artist Some Artist
        Artist Another Artist

        not seperated by ;
        Spoon
        www.dbpoweramp.com

        Comment

        Working...

        ]]>