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

alex ua’s picture

Project: Embedded Media Field » Media: Vimeo
Version: 6.x-1.8 » 6.x-1.0
Component: Embedded Video Field » Code

Moving to Media: Vimeo issue queue.

aaron’s picture

Status: Active » Fixed

yes! just committed a fix for it.

Status: Fixed » Closed (fixed)

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

alanom’s picture

Tip: 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!!