per http://getid3.sourceforge.net/ getid3() library does not support flv files. However it does state that it works with swf files.
That said, I believe you must have access to the actual file and not trying to pull from a 3rd party. ie: youtube. Sounds more like you want the feeds.module or some other to pull date from youtube or the media: youtube.module
the best way to answer your question however, is to test it on a test install.
Change this to mention integration with File entity module. The getID3 schema could be deprecated and utilize File Entity's metadata attribute to autoload and attach ID3 information on the actual entity. This can be set on hook_file_presave(), which is when File Entity does its work as well.
Since this module doesn't seem to be maintained, I've spun up a fork (versus writing endless patches) that could serve as the modules 7.x-2.x, which implements file_entity integration: https://www.drupal.org/sandbox/mglaman/2328073
I've tried contacting project owner and co-maintainers - both via D.o contact forms and stalking IRC. Reached a point where need to actual working project trumped typical procedures.
I think we should avoid forking projects and create even more modules on drupal.org that does more and less the same. I have moved your co maintainer issue to the right project. You could update it with the info you provided in #7.
Comments
Comment #1
vm commentedper http://getid3.sourceforge.net/ getid3() library does not support flv files. However it does state that it works with swf files.
That said, I believe you must have access to the actual file and not trying to pull from a 3rd party. ie: youtube. Sounds more like you want the feeds.module or some other to pull date from youtube or the media: youtube.module
the best way to answer your question however, is to test it on a test install.
Comment #2
vm commentedresetting status. errant mouse.
Comment #3
steinmb commentedCrossposting #780848: Merge getID3 with FileField Meta in Drupal 7
Comment #4
mglamanChange this to mention integration with File entity module. The getID3 schema could be deprecated and utilize File Entity's metadata attribute to autoload and attach ID3 information on the actual entity. This can be set on hook_file_presave(), which is when File Entity does its work as well.
Comment #5
mglamanSince this module doesn't seem to be maintained, I've spun up a fork (versus writing endless patches) that could serve as the modules 7.x-2.x, which implements file_entity integration: https://www.drupal.org/sandbox/mglaman/2328073
Comment #6
steinmb commented@mglaman Have you considered stepping up as maintainer/co maintainer?
Comment #7
mglaman@steinmb - yes, see #2303681: getID3() Offer to Co-Maintain
I've tried contacting project owner and co-maintainers - both via D.o contact forms and stalking IRC. Reached a point where need to actual working project trumped typical procedures.
Comment #8
steinmb commentedI think we should avoid forking projects and create even more modules on drupal.org that does more and less the same. I have moved your co maintainer issue to the right project. You could update it with the info you provided in #7.
Comment #9
mglamanNow have the 7.x-2.x branch :) Updating.
Comment #10
mglamanThe 7.x-2.x branch implements File Entity integration. The 7.x-1.x will maintain its own metadata table.
Comment #12
steinmb commentedGood job! See if you, while at it, can remove the no longer used master branch - https://www.drupal.org/empty-git-master
Comment #13
mglamansteinmb, thanks for reminder! Done :)
Comment #15
mglamanLinking to 2.0 release plan