Hi will this work with the drupal 7 media module in extracting information such as youtube title and description?

Comments

VM’s picture

Status: Active » Closed (won't fix)

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.

VM’s picture

resetting status. errant mouse.

steinmb’s picture

Status: Closed (won't fix) » Active
mglaman’s picture

Title: Integration with Media Module? » Integration with File Entity Module?
Issue summary: View changes

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.

mglaman’s picture

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

steinmb’s picture

@mglaman Have you considered stepping up as maintainer/co maintainer?

mglaman’s picture

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

steinmb’s picture

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.

mglaman’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev

Now have the 7.x-2.x branch :) Updating.

mglaman’s picture

Status: Active » Fixed

The 7.x-2.x branch implements File Entity integration. The 7.x-1.x will maintain its own metadata table.

  • mglaman committed 7f7c819 on 7.x-2.x
    Issue #1234190 by BeaPower: Added Integration with File Entity Module? .
    
steinmb’s picture

Good job! See if you, while at it, can remove the no longer used master branch - https://www.drupal.org/empty-git-master

mglaman’s picture

steinmb, thanks for reminder! Done :)

Status: Fixed » Closed (fixed)

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

mglaman’s picture

Linking to 2.0 release plan