On the admin page:
admin/settings/audio/metadata
... metadata are referred to as multiple tags... I have been trying to research the possibility of adding the "Involved people list" frame (id3 v 2.3) to audio nodes/writing it to the mp3 files themselves. As someone new to dealing with audio metadata I have been struggling with terminology a bit... given that audio/getid3 are both correctly installed, are each of the metadata categories available on the settings/audio/metadata page:
-really tags? Or are they actually...
-frames of a single tag? Or are they really...
-header info for a single tag?
Is it possible to add a metadata frame via the settings/audio/metadata page in Drupal right out of the box? If not, any pointers on customizing for this ability (or whether that is even possible)?
Thanks very much for any insight.
Best,
CDB
Comments
Comment #1
butler commentedComment #2
drewish commentedit's a bit clunky but you can find all the supported tags by opening up getid3/write.id3v2.php and finding the ID3v2ShortFrameNameLookup() function. for involved people you'd need to add 'involved_people_list' as the tag name. i'm not too sure how well it would work since that's not one i've tested. i'll try to poke around on it later.