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

CommentFileSizeAuthor
#9 mp3_player.patch1.23 KBjoewang

Comments

two2the8’s picture

Just adding my voice to the chorus: the mp3 player's not working for me, either.

greygoo’s picture

any word on this? is there a download link anywhere for a version of the player that works with views bonus pack?

jshuell’s picture

I am also not getting the player to show. Just a direct link to audio file

schnizZzla’s picture

working on the same problem, i really like the jwplayer. did you succeed to implement xml again? Do you have any tips fixing this issue?

reiterd’s picture

I did find a link to an older player that does work: http://www.jeroenwijering.com/upload/flash_mp3_player_23.zip

joewang’s picture

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

merlinofchaos’s picture

joewang: 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!

manimal’s picture

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

joewang’s picture

StatusFileSize
new1.23 KB

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

joewang’s picture

Status: Active » Needs review

-- changed status. A bit late I guess.

dmitrig01’s picture

Comitted.

dmitrig01’s picture

Status: Needs review » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.