Active
Project:
jPlayer
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2011 at 16:24 UTC
Updated:
29 Dec 2013 at 09:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drupa11y commentedSee attached image.
Comment #2
drupa11y commented"Disable visibility to the filepath in the tracklist" was solved via a patch here: http://drupal.org/node/1046744
But it does not work anymore on the latest dev.
Besides I had to mention that I use the media "Multimedia Asset" to assign the files.
Comment #3
drupa11y commentedComment #4
drupa11y commentedComment #5
b.one commentedwich version of Media do you use to edit title?
I try "7.x-1.0-rc2" and "7.x-1.0-beta5" but each time, I dont have any Title or Description fields on edit.
Do I need Media Gallery ?
Comment #6
b.one commentedok, I test and yes, I need Media Gallery :)
Comment #7
marco_cruz commentedTo display the "file title" instead of "filename", I replaced
$item['label'] = $item['filename'];with
$item['label'] = $item['media_title']['und']['0']['safe_value'];near line 127 in the file: jplayer.theme.inc
Hope it helps.
Comment #8
oleksiyHere is a patch to display track names using views jPlayer style.