Needs review
Project:
jPlayer
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 13:07 UTC
Updated:
22 Oct 2013 at 20:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
patrickroma commentedgreat!
Comment #2
patrickroma commentedIs there a way to make this work with beta3 including #906454: nothing happens when I click on "play" in playlist mode + Auto-play disabled?
Comment #3
vm commentedComment #4
nikosnikos commentedHere is a version of the patch working with beta 3
Comment #5
blakehall commentedLooks like this is working to me. Marking RTBC.
Comment #6
deviantintegral commentedI've committed this patch as well as a comment style cleanup. This doesn't easily apply to the 7.x version of the module, so it will need to be ported by hand.
Comment #7
nikosnikos commentedHere's a patch for drupal 7.
I only tested on audios not with videos.
The main change is in
jplayer_field_formatter_viewfunction.I also replaced
$typeby$modeinjplayer_sort_filesI found that$typewas used more for video/audio than single/playlist.And I did some modifications in tpl, css and js to allow jplayer to be themed as I (arbitrary) wanted in single mode.
Comment #8
vm commentedComment #9
vchen commented@nikosnikos, Thanks for the patch for drupal 7.
Can you create a patch that doesn't have your customized css or other code that is specific to your site only?