Hi!,

As far I can see, this module doesn't support youtube playlist as video source. It should be a pretty feature.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TravisCarden’s picture

Title: Support for YouTube playlist » Add support for YouTube playlists
Status: Active » Fixed
FileSize
1.2 KB

Thanks for the request, @arcovia. This has been added and committed. (Note: Since YouTube seems to only support embedding playlists via iframes anymore, the HTML5 player will always be used for this codec.) It will be available in the dev build tonight. Attached is a git patch for those that prefer it.

TravisCarden’s picture

Oops. Here's a better patch.

TravisCarden’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev
FileSize
1.24 KB

...and here's one for d7. :) This will be in the corresponding dev release tonight.

Status: Fixed » Closed (fixed)

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

maximpodorov’s picture

Priority: Normal » Major
Status: Closed (fixed) » Active

The last patch (#4) is obviously broken. Here is the patch for the current 7.x-3.x-dev:

--- video_filter.codecs.inc.orig        2012-09-19 19:29:19.000000000 +0400
+++ video_filter.codecs.inc     2012-10-11 00:34:50.703442274 +0400
@@ -205,7 +205,7 @@
     'control_bar_height' => 25,
   );
 
-  $codecs['youtube'] = array(
+  $codecs['youtube_playlist'] = array(
     'name' => t('YouTube (Playlist)'),
     'sample_url' => 'http://www.youtube.com/playlist?list=uN1qUeId',
     'callback' => 'video_filter_youtube_playlist_html5',
maximpodorov’s picture

Status: Active » Fixed
TravisCarden’s picture

Thank you, @maximpodorov. Somehow I missed your comment in #5, or I would've reported back here sooner!

Status: Fixed » Closed (fixed)

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