I have created an Audio:Playlist view but the mp3 player from www.jeroenwijering.com doesn't seem to work with the view data (a not so educated guess). I have verified that my view is returning data by displaying it as a list, but the mp3 player is effectively frozen with no sign of life or data.
I did note a topic on the forum at www.jeroenwijering.com of someone stating that the latest version (3.5) of the player no longer worked with his xml which he used for version 3.4 succesfully.
I can't seem to find any other way to do audio playists with drupal 5 and I am currently hardcoding the player to work, which is obviously undesirable. Can someone please verify if this stuff is working with the latest versions so I can better investigate my own problems if such is the case (I'm only just getting familiar with Drupal)? I would try version 3.4 but he does not seem to provide a link for it anymore.
thanks.
grae
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | mp3_player.patch | 1.23 KB | joewang |
Comments
Comment #1
two2the8 commentedJust adding my voice to the chorus: the mp3 player's not working for me, either.
Comment #2
greygoo commentedany word on this? is there a download link anywhere for a version of the player that works with views bonus pack?
Comment #3
jshuell commentedI am also not getting the player to show. Just a direct link to audio file
Comment #4
schnizZzla commentedworking on the same problem, i really like the jwplayer. did you succeed to implement xml again? Do you have any tips fixing this issue?
Comment #5
reiterd commentedI did find a link to an older player that does work: http://www.jeroenwijering.com/upload/flash_mp3_player_23.zip
Comment #6
joewang commentedModifying the audio playlist module isn't hard to get it working with the latest www.jeroenwijering.com player. The new flash mp3 player requires an "extension" at the end to get it to recognize the mp3 file. I've hacked the audio playlist module to output XML that has "?.mp3" attached to the end of the drupal URL. There are also many things do be done for this module. See an example at a client site of mine: http://www.threesixtyfiverecords.com
Right now, I'm not going to post a patch, as my hacked code isn't all too clean. It is also heavily customized for my client site, which may not be to the benefit of others.
Comment #7
merlinofchaos commentedjoewang: Thanks for the report. Note that the original author of this plugin (me) hasn't had a reason to work on it lately; if you do, and want to spend some time cleaning up a patch, it could be highly beneficial to the rest of the community. The Bonus Pack maintainer would surely be happy about the submission!
Comment #8
manimal commentedsorry for the newbie question.. but which file do I need to edit to add the mp3 extenstion, I can't find any called audio playlist or similar.. (sorry, still learning)
I can get the player to appear, but its not showing me any tracks on the playlist....
Comment #9
joewang commentedTry this patch -- I haven't tested this out any, but it should work.
I used the separate "audio_playlist" module from the latest cvs build.
Comment #10
joewang commented-- changed status. A bit late I guess.
Comment #11
dmitrig01 commentedComitted.
Comment #12
dmitrig01 commentedCommitted.
Comment #13
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.