HI

Thanks for the alternative.

Is any plan to integration with ID3 library?

audio module has this feature already, so it may be useful to you.

Thanks

CommentFileSizeAuthor
#13 id3-support-740894-13.patch15.78 KBmsajko
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

snipe’s picture

I am too waiting for integration of ID3

mandclu’s picture

Subscribe. Would be great to have the read/write capabilities of the old Audio module.

lunk rat’s picture

Subscribing. 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!

jacobroufa’s picture

Bump... How do you develop an Audio related project without including ID3 support? What can I do to help???

tamerzg’s picture

Status: Active » Needs work

Currently 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.

BeaPower’s picture

would love this.

eggthing’s picture

Subscribe. Yes this would be great!

chromix’s picture

Version: 6.x-1.0-beta3 » 7.x-1.x-dev

I 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.

chromix’s picture

Scratch that... it looks like audiofield_field_widget_process() was already set up with something like this in mind.

infines’s picture

What can I do to help scoot this a long?

MHz’s picture

This post is over a year old, are there any plans to integrate ID3 support?

infines’s picture

At this rate, it's going to be best to build your own module.

msajko’s picture

Issue summary: View changes
Status: Needs work » Needs review
FileSize
15.78 KB

Support for reading ID3 tags including all other file header options:

  • - Filename
  • - Filesize
  • - Length
  • - Codec
  • - Channel mode
  • - Sample rate
  • - Bitrate
  • - ID3 tags
  • - Embedded ID3 picture
tamerzg’s picture

Status: Needs review » Fixed

Great work, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.