Closed (duplicate)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 22:23 UTC
Updated:
24 Apr 2010 at 02:55 UTC
Hi,
I've come across two requests for this kind of integration with FileField Paths in the last couple of weeks (#498270: FileField id3 tag use & #513546: Make ID3 Tag information available as tokens), but really it's not something that should be done in FileFeild Paths would do, but something that getID() could and should.
It's a fairly easy thing to do, information can be found at http://drupal.org/node/307140.
If I have some extra time up my sleeve I will look at giving it shot myself.
Cheers,
Deciphered.
Comments
Comment #1
wretched sinner - saved by grace commentedsubscribe
Comment #2
decipheredI've delved into this a bit more, and it is now my opinion that it may not be getID3()'s responsibility either, but the responsibility of the module requiring getID3().
One example of this would be how the Audio module provides ID3 information tokens.
However, it would be nice to have tokens available to any module using getID3(), such as FileField Meta.
Cheers,
Deciphered.
Comment #3
robloachHmmm, neat idea. So, if you were using FileField Paths and GetID3 provided Tokens for the file fields, then when you upload an MP3, it could organize them in the artist's directory. I like it a lot, but you're right, this would belong in the FileField Meta module.
Comment #4
quicksketchLet's merge this with the in-progress request at #480754: filefield_meta: store audio metadata from getid3.