autoplay embeded playlists

soaringeagle
@soaringeagle
10 years ago
3,304 posts
i want to autoplay (and autoshuffle if possible) a rather large playlist in my profile but none of the autoplay options id expect to work seemed to do the trick and id also want a shuffle="on" type thing if available
can this be done


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 02/21/15 08:22:14AM
douglas
@douglas
10 years ago
2,806 posts
I'm not sure about the shuffle, but you can add autolplay=true to your jrCore_media_player function.

Hope this helps! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
soaringeagle
@soaringeagle
10 years ago
3,304 posts
im not talking about a smarty template i mean the embed in the profile bio
[jrEmbed module="jrPlaylist" id="3" autoplay="true"]



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
I unmarked it solved because I think you misunderstood the question


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,149 posts
You can't set autoplay when doing an embed, since you can have multiple embeds per page - if we have 5 playlists embedded in a single page, they all would attempt to start at the same time.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
Of course that's common sense but it will be nice if we could have one.
I'm just used to having music autoplay on my profile


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
10 years ago
3,304 posts
As an alternative, really possible to add a playlist directly to the profile?

By that I mean just like a playlist that they can add their songs directly to and of the automatically set to autoplay, or better yet, they can use a form field to turn on autoplay.


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
10 years ago
10,149 posts
soaringeagle:
As an alternative, really possible to add a playlist directly to the profile?

By that I mean just like a playlist that they can add their songs directly to and of the automatically set to autoplay, or better yet, they can use a form field to turn on autoplay.

Yes - you would just decide where on the profile they want it, then add a jrCore_media_player call to play all songs by the profile:

https://www.jamroom.net/the-jamroom-network/documentation/development/788/jrcore-media-player

Note that it supports searches and options just like jrCore_list.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
10 years ago
3,304 posts
i assume its ok to use in the profile sidebar and say i seyt a "autoplay " in the profile mod form
and it was a checkbox like profile_autoplay
you can add an if within the jcore_meia_player call like {jcore_media_player {if $profile_autoplay = on}autoplay=true{/if}}
just trying to figure out how that would work as many would want an autoplay others wouldnt
and for that matter say they found a song i know they can add it to a playlist they created with a name but how do they add it to the playlist that plays on the profile is there a way to set a name for it in the template code that they then just add it to


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags