Audio Pro - Embed Audio Playlist to External Site
Using Jamroom
Hey Michael. Not really hehe. I get 50 players instead of one player with all tunes.
I changed it back to one for now but no song info. What I want is a player with all songs by profile id that can be embeded on a public html page.
https://mixposure.com/test
test.tpl:
{jrCore_list module="jrAudio" order_by="_item_id desc" limit="50" template="standalone_player.tpl" profile_id="166116"}
standalone_player.tpl
{if isset($_items)}
{foreach $_items as $item}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" item=$item}
{/foreach}
{/if}
updated by @dazed: 01/18/20 06:56:05PM