Community Radio-jrPlaylist
Design and Skin Customization
I asked this question before but I can't seem to figure it out.How do I create a playlist to play all audio and soundcloud on my site.It can be done manually by adding 300 songs to a playlist but I feel there is a simpler way of achieving this.
Paul gave me some code for a radio on his motagator website.It plays audio files only.
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" order_by="audio_title random" limit=100 autoplay=true}
The sage skin has this code for a radio player but I need help on how I can modify to capture all audio and soundcloud tracks.
radio_player
{jrCore_include template="meta.tpl"}
{jrPlaylist_util mode="embed_playlist" playlist_id=$_post.playlist_id template="radio_playlist.tpl"}
Radio playlist
{jrCore_media_player type="jrPlaylist_blue_monday" module="jrPlaylist" item=$item}
updated by @johnchansa: 06/25/14 05:13:34PM