I want to print the video duration in my page--contenttype.tpl.php. How can I get the length of the video and print it out?

I know it can be printed using Views, but can't find anything on printing it using PHP in my tpl.php.

Anyone?

Comments

Jorrit’s picture

Status: Active » Fixed

Atr this moment you would have to query the video_queue table. I'll add the value to the field data structure (ie: $node->field_video[und][0]['duration'] == 123) in the next release.

haysuess’s picture

Thanks for the reply, I saw you mention that in another post but it was pretty old if I recall correctly, so I figured it was added already.

Status: Fixed » Closed (fixed)

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