I've tried all the versions of this module, along with all the player versions as well.
the newest of each, along with a patch gets me an audio player that plays.. however it doesn't show the name of the track or any other info.. just plays..
all the others show the player and the playlist below it, however, instead of listing the tracks, it says "playlist not found" .. theres obviously a playlist created in views.
I'm using drupal 5.3, and I had it working in 5.1, but not now..
Comments
Comment #1
Muslim guy commentedalso interested to know...... there isnt any audio_playlist.module in `audio' module package for 5.x! this i noticed after using 4.7.x and 5.x
Although the XSPF player is included, i dont know how to create playlist and dont think the `iTunes' is useful, for average user to just open the site and listening to the playlist (automatically played)
Seems that 5.x Audio is missing two important functionalities:
1. Audio Attach
2. Audio Playlist - that works with Playlist.module
Comment #2
manimal commentedI believe its all handled through views_bonus in 5.x, so using it you can create playlists..
however, my problem is that when the playlist and player load, it says "playlist not found" where the tracks would be listed..
Comment #3
physiotek commentedsame issue here
Comment #4
kemitix commentedTry disabling Clean URLs.
The path to the playlist is passed to the flash player using drupal_query_string_encode which in turn uses drupal_urlencode. drupal_urlencode doesn't provide flashvars compatible paths when Clean Urls are enabled.
If you want to keep Clean URLs enabled, then calling the following instead of drupal_query_string_encode works for me:
Update the call to drupal_query_string_encode in views_bonus_audio_player in views_bonus_audio_playlist.module to this function instead.
Comment #5
pomliane commentedThis version of Views Bonus Pack is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.