Closed (fixed)
Project:
Media: Vimeo
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 16:43 UTC
Updated:
17 Feb 2011 at 14:21 UTC
Would it be possible to add video duration support for embedded Vimeo videos? I would like to have an automated way for my video gallery to list the durations of each video. Thanks!
Comments
Comment #1
alex ua commentedMoving to Media: Vimeo issue queue.
Comment #2
aaron commentedyes! just committed a fix for it.
Comment #4
alanom commentedTip: If you find your video's duration comes up as '0:00' - go to the edit content page and check the ID value under the embed field. Chances are, the video author has some fixed parameter added to their embed code and Media: Vimeo thinks this is part of the id.
If the ID is anything but just a number, probably looking something like "07247811?param=value", edit the embed code to cut out this section.
Devs: please update the code used to identify the ID to cut this out automatically! http://drupal.org/node/1064670 Thanks!!