If not, consider this a feature request. I'd like to use my site as my own personal jukebox. It seems like a rather daunting task to add all of my content into one playlist however. Thanks in advance for looking at this.
If not, consider this a feature request. I'd like to use my site as my own personal jukebox. It seems like a rather daunting task to add all of my content into one playlist however. Thanks in advance for looking at this.
Comments
Comment #1
drewish commentedi think this would be do-able in the 2.x with a view.
Comment #2
pyutaros commentedYeah, that's the same route I was thinking about. I'm assuming that Views currently don't have feeds generated for them in 1.x. Are you planning on adding that in 2.x?
Thanks for a great module!
Comment #3
zirafa commentedthe audio_feeds module in 5.x-2.x-dev provides a player (and feeds) for views.
Comment #4
pyutaros commentedYep. Once again posted without checking very well. I altered the random audio block to have a page view, changed from displaying full nodes to "Audio: XSPF,..." and voila all my content in one playlist. (Rather just 100. I figured it would likely choke if I put all 10000 nodes in one playlist.) Thanks again for your help.
Comment #5
nofue commentedServus!
As much as I like the audio module, I'm trying for more than two days to get more than one song into the playlist of the xspf extended web player. That site runs on 5.5, audio 5.x-2.x-dev, and also the other modules (view, view bonus, etc.) are at the current release state. For starters, my theme is Garland (to keep the case simple)
I also added that code to template.php
I've set up a CCK node which defines various fields to hold the information about an artist (i.e. text, embedded media, date, ... fields and also audio attach ability). I created several audio nodes uploading MP3 files and attached them to the various artist records.
Issue 1
When I open the CCK node in view mode, the XSPF extended player is shown, but empty, and all the attached audio nodes appear as an ol with links to the respective audio nodes beneath the player. Hm...
Issue 2
I also created a view (page view, showing all published nodes of type "audio" (==6)).
In view mode, only the first node (with lowest node-nid) shows up, but title/artist reads "undefined"
Checking the page source, I found the following:
The playlist_url parameter looks rather strange to me but I have no idea if that's the problem...
Anyway, I'm rather clueless with this issues -- first it worked with two nodes (out of six), then I zapped all the audio nodes and imported them after installing 5.x-2.x-dev but since I get only one audio node to the playlist and that is also labeled "undefined"...
Any hints? I'm getting low on hair to tear :)
Comment #6
pyutaros commentedUnder the Page section of your View, under View Type, did you select "Audio: XSPF/M3U/PLS Playlist"?
Comment #7
nofue commentedYup. I've checked, x-checked and triple checked all the settings everywhere but I can't figure how the various components get together.
As I said, I had it "somewhat right" one time, but there were four (out of six) soundfiles missing from the list -- but they playback nicely through the xpsf player... Very confusing...
Thanks for pointing me to the view type anyway,
Norbert
Comment #8
wisdom commentedI also have exact same problem.
Comment #9
wisdom commented1) I was doing wrong url naming in view. I gave to the view url audio which I guess clashes with the Audio menu which could be accessed with /audio.
2) I assume one need to use 5.x-2.x dev instead of 5.x-1.3 for the playlist to be displayed together with the player.
Comment #10
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.