profile playlist - how to add music to it
Design and Skin Customization
I never looked into auto play as I hate that on websites, nothing worse than listening to something on one tab, visiting a page on another and then having two things playing.
I added a checkbox to the Album create and Edit forms. audio_featured, then in profiles check for this, I still have some tidying up to do but you should get the general idea.
{if $media.audio_featured = "on"}
{jrCore_media_player module="jrAudio" field="audio_file" search1="_profile_id = `$_profile_id`" search2="audio_featured = on" limit="21" type="jrAudio_blue_monday"}
{else}
{*Show something else*}
{/if}
Since this is an Album and not a playlist I'd guess it can be autoplayed by using a smarty tag, and auto shuffle I am not sure about but a random ordering might achieve that.
But what is supported with playlists I am not sure.
updated by @garymoncrieff: 01/20/15 10:24:49PM