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

aharown07’s picture

Found it... I think. Need getID3 module http://drupal.org/project/getid3

aharown07’s picture

OK, 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!