Closed (fixed)
Project:
AudioField
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2010 at 17:49 UTC
Updated:
5 Jan 2018 at 08:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
snipe commentedI am too waiting for integration of ID3
Comment #2
mandclu commentedSubscribe. Would be great to have the read/write capabilities of the old Audio module.
Comment #3
lunk rat commentedSubscribing. Please let us know what we can do to help add ID3 support/integration with the getid3() module. 1PixelOut is routinely configured to use getid3() - is there a quick patch we can use to add getid3() support for this player in the audiofield module?
Thanks!
Comment #4
jacobroufa commentedBump... How do you develop an Audio related project without including ID3 support? What can I do to help???
Comment #5
tamerzg commentedCurrently I am busy with my work so I won't have time to work on this in near future. If you can contribute a patch I ll be glad to commit it.
Comment #6
BeaPower commentedwould love this.
Comment #7
eggthing commentedSubscribe. Yes this would be great!
Comment #8
chromix commentedI don't know about 6, but to accomplish this in 7, I believe "Audio" should become a wholly new field type (rather than just a widget of File). That way the additional fields can be added in hook_field_info() similar to how the image module does it. The Audio's getID3 integration module gives a pretty good indication of how the various data points can be saved to the file as well as the DB. It'd be pretty slick :)
Content would have to be migrated (meaning file field items will have to become audio field items) and I'm not sure how that would work.
Comment #9
chromix commentedScratch that... it looks like audiofield_field_widget_process() was already set up with something like this in mind.
Comment #10
infines commentedWhat can I do to help scoot this a long?
Comment #11
MHz commentedThis post is over a year old, are there any plans to integrate ID3 support?
Comment #12
infines commentedAt this rate, it's going to be best to build your own module.
Comment #13
msajko commentedSupport for reading ID3 tags including all other file header options:
Comment #14
tamerzg commentedGreat work, thanks!