- Code: Select all
[4] => Array
(
[hierarchy] => ----
[name] => MEDIATYPE
[size] => 75
[offset] => 92348
[mean] => com.apple.iTunes
[version] => 0
[flags_raw] => 1
[data] => CD
)
[5] => Array
(
[hierarchy] => ----
[name] => PLAY_COUNTER
[size] => 77
[offset] => 92423
[mean] => com.apple.iTunes
[version] => 0
[flags_raw] => 1
[data] => 1
)
It looks like getid3 is just ignoring those (which since they're custom I can understand) but is there any easy way to get those out. I don't need to write to those tags if that makes it easier. I'm also not afraid of PHP I just can't seem to find the place to add those to the list of known tags (or whatever it is that I need to do).
Thanks in advance!
Matt
P.S. I posted a more complete array dump at http://pastebin.com/U3H6MjTS
