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
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
Comment