![]() |
|
List soundfiles (mp3) - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: List soundfiles (mp3) (/thread-12672.html) |
List soundfiles (mp3) - Eli15 - 2017-02-18 hi, I like to have mp3-soundfile in a list, By now, in ZenPhoto, I can play them only I would like to see the list in the album.php may be with an zpminimal-Template eli List soundfiles (mp3) - fretzl - 2017-02-19 Try changing the ` List soundfiles (mp3) - acrylian - 2017-02-19 Another way if you want an actual playlist and more flexibility: [list] List soundfiles (mp3) - Eli15 - 2017-02-19 Hi, @fretzl And the description-text becomes not displayed between the Js-players. @acrylian the sound album is a second-level-album beside 3 image-albums. eli List soundfiles (mp3) - fretzl - 2017-02-19 Ok, I see. Forget my solution. Each player needs to have a unique ID and that is much more work. About @acrylian's solution: List soundfiles (mp3) - fretzl - 2017-02-19 Also...maybe you are using the List soundfiles (mp3) - Eli15 - 2017-02-19 there might something change in zpMinimal from 1.4.11 to 1.4.14? And some values stay somewhere in the cache: I empty the with the actual zpMinimal, I can select this sub-template-file, how I get these single JS-Playtool+description for each file? eli I don't use the themeSwitcher List soundfiles (mp3) - fretzl - 2017-02-20 Looks like you forgot to check the [i]Playlist support[/i] option in jPlayer's options. List soundfiles (mp3) - Eli15 - 2017-02-20 hi, a long way for me. But: the main problem now is, to get the file-descriptions below every audio-title-link.
eli List soundfiles (mp3) - acrylian - 2017-02-20 If you are using the playlist you could only list the file descriptions separately below for example. You could do that using the next_image loop already mentioned or via the object model itself (see the guide on our user guide). Not sure what you mean with the video screen. You can also use the audio only playlist, the jplayer playlist function has an parameter option for that. List soundfiles (mp3) - Eli15 - 2017-02-20 thanx,
I can't find a parameter option in the jplayer-plugin for "audio only playlist". When I drain the css, it still keeps the empty screen-space on top of the list. List soundfiles (mp3) - acrylian - 2017-02-20 There is no option to set, it is a parameter of the function List soundfiles (mp3) - Eli15 - 2017-02-20 oh - I was bit delay-minded ... thank you!! First: that made it smaller, yes Than I put all the description into the Title (up to 150-... letters). regards, eli List soundfiles (mp3) - Eli15 - 2017-02-20 one little plugin-limp: List soundfiles (mp3) - acrylian - 2017-02-20 No fallback but it is very unlikely that anyone has no JS enabled (90+% do have). We also can only provide what the player adapted provides. List soundfiles (mp3) - Eli15 - 2017-02-20 hi, without Js, you use sytem-own software. Sure, most are coming with Js on - not me. I imagined, because of the check for "allow downloading" in jPlayer-plugin, it would be available for a pure download too ... eli List soundfiles (mp3) - acrylian - 2017-02-20 I get what you mean but you are really the minority without JS: If you ask the normal user he often does not know what it is or even how to disaable it ;-).. You can create a fall back noscript list using the mentioned next_image loop or object model as well. |