For a better protection the filepath, e.g. "http://luvliterecordings.dev/system/files/audio/lowfi/13_dont_fight_it_f...", should not be visible while hovering the trackname, even not if the file is protected.

Better display just the trackname. Also in the playlist by default the filename is displayed, not the given trackname of the media-file.

Comments

drupa11y’s picture

StatusFileSize
new37.26 KB

See attached image.

drupa11y’s picture

Title: Disable visibility to the filepath in the tracklist and support for Trackname-Display instead of Filename » Support for Trackname-Display instead of Filename

"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.

drupa11y’s picture

Title: Support for Trackname-Display instead of Filename » Support for Trackname-Display instead of Filename for "Multimedia Asset" & Disable visibility to the filepath in the tracklist
drupa11y’s picture

Category: feature » bug
b.one’s picture

wich 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 ?

b.one’s picture

ok, I test and yes, I need Media Gallery :)

marco_cruz’s picture

To 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.

oleksiy’s picture

Issue summary: View changes
StatusFileSize
new1.79 KB

Here is a patch to display track names using views jPlayer style.