I'm not finding info on how to extract info from the id3 tags and display that. I have the player installed and working and a View that lists files.
I can easily add fields to hold that data, but then it has to be keyed in for each file a second time (once when the file itself was created). So I'd like to just display the tags in the View. Is that possible?
Comments
Comment #1
aharown07 commentedFound it... I think. Need getID3 module http://drupal.org/project/getid3
Comment #2
aharown07 commentedOK, it seems this is more complex than I thought. Is there an easier way than FileFieldMeta with getid3 and some sort of patch?
(http://drupal.org/node/480754)
Maybe we'll just key it in manually!