Play all audio and soundcloud tracks

johnchansa
@johnchansa
10 years ago
195 posts
I want my pop up radio player to play all audio and soundcloud tracks on my site.How can I modify the code below to achieve this? Instead of me individually adding all tracks on to a playlist.

 <a onclick="popwin('{$jamroom_url}/radio_player/{$item._item_id}/{$item.playlist_title_url}','radio_player',640,490,true);"> 

{jrCore_media_player type="jrPlaylist_player_dark" module="jrPlaylist" item_id=$_post.option   items=$item.playlist_items autoplay=$_conf.$ap} 

updated by @johnchansa: 02/26/14 11:11:04PM
michael
@michael
10 years ago
7,718 posts
That code is playing a playlist. You would need to add the songs to the playlist for them to play in the popup player.

audio and soundcloud are different things stored in different datastores. The jrSeamless module might be able to help you get a list of all the songs in both the datastores to pass to the player.

"jrSeamless"
http://www.jamroom.net/the-jamroom-network/documentation/modules/289/jrseamless

Tags