HydrogenAudio

Hosted Forums => foobar2000 => Development - (fb2k) => Topic started by: muzehyun on 2012-04-03 05:27:15

Title: distinguish custom metadata field with default one
Post by: muzehyun on 2012-04-03 05:27:15
I want to get specific metadata field which is provided by default not custom one.
I want to read "Album Artist" field.  --> info.meta_get("Album Artist")

But there is custom field named "<ALBUMARTIST>"
So it will read from both "Album Artist" and "<ALBUMARTIST>"

How can I get only metadata for "Album Artist" field?


Thank you

Sean