HackGh Community Forum
How Can I Make My Music Playlist Play Randomly Empty


Free counters!
Staff Online
Staff Online
Members2390
Most Online179
Newest Member
https://hackgh.forumotion.com/u2487


You are not connected. Please login or register

How Can I Make My Music Playlist Play Randomly

View previous topic View next topic Go down  Message [Page 1 of 1]

Anne Owen

Anonymous
Guest
Hello HackGh, i have been visiting your site for quite some time now and i must admit i love this site. i would like you to help me make some changes to my playlist. it always start with the same music, but i wont it to select the music randomly. I bought the code from someone 3 years but haven't been able to make any changes because it an html player, i have no clue how it works. Please help?

Anne (London-Fulham)

2How Can I Make My Music Playlist Play Randomly Empty Try this Code. Wed Oct 28, 2015 6:26 pm

Dagobert

Dagobert
Support Moderator
Support Moderator
Anne Owen wrote:Hello HackGh, i have been visiting your site for quite some time now and i must admit i love this site. i would like you to help me make some changes to my playlist. it always start with the same music, but i wont it to select the music randomly. I bought the code from someone 3 years ago but haven't been able to make any changes because it an html player, i have no clue how it works. Please help?

Anne (London-Fulham)

Copy the code below and try it out on your site. I created it using some of my favorite songs. If it works for you, then we will do it using your own playlists.

Code:
<!-- Wikplayer http://www.wikplayer.com -->
<script type="text/javascript" src="http://www.wikplayer.com/code.js"
data-config="{'skin':'skins/wikhybrid/movieUp/skin.css','volume':60,'autoplay':true,'shuffle':true,'repeat':1,'showcomment':true,'marqueetexton':true,'placement':'hybrid','showplaylist':false,'playlist':[{'title':'Maher%20Zain-%20So%20soon','url':'http%3A%2F%2Fwww.tarabyon.com%2Fdownload.asp%3Ftype%3Dmp3%26mp3id%3D176555'},{'title':'Alkaline%20-%20Weh%20We%20Ago%20Do','url':'http%3A%2F%2Fdl.findmp3.mobi%2F142853632%2Falkaline%2Bweh%2Bwe%2Bago%2Bdo%2Braw.mp3'},{'title':'We%20Own%20it.','url':'http%3A%2F%2Fcache.glujar.com%2F1918_1522%2B2075_6579_6%2F2-chainz-feat-wiz-khalifa-we.mp3'}]}" ></script>
<!-- Wikplayer code end -->
 



Thanks for the compliment anyway.

Anne Owen

Anonymous
Guest
Am very grateful for your quick responds. My playlist looks different from yours, i tested your playlist and it was working perfect just like how i want my own playlist to play randomly like yours. My playlist have audio files which i recorded myself and was hosted by the same person that sold me the playlist. The code is very important to me and wouldn't like to post it in public view. i know am asking too much of you but i just don't know where to turn. is there a way to send the code via email to you guys? Thank you

Anne (London-Fulham)

PhAnt0m

PhAnt0m
Administrator
Administrator
There should be some similarity between your code and the one @Dagobert posted even doe they are not the same. you can simply copy part of a code and replace in your code. look at the code he posted again and compare it with yours, i have red mapped the important part you should look out for.


How Can I Make My Music Playlist Play Randomly SP2Zgyu

The code above is what most html developers will use to control playlist they create, with your case you should look for the code ( shuffle':false,) and change it to ( 'shuffle':true,) or maybe the command shuffle is not in you code, in that case you have to add the code manually.......

To add the code, just search for the code 'autoplay':true,, and add  'shuffle':true, after it....

it should look like     'autoplay':true, 'shuffle':true,

Now true means yes, and false means No ( so you can even decide to set 'autoplay':false,) in that case your playlist will  start automatically........ you can play around with the commands to suite your needs

Try it get back to us here......

Anne Owen

Anonymous
Guest
Thank you for the quick response and help, it was easy following the guide to change shuffle from false to true. Finally i get my playlist playing randomly, am very happy because i have been looking for help on the internet close to 3 years in many forums, mostly i don't get any response or was told to contact the person i bought the code from. Am glad i found this forum and hope to seek more help from you in future. Thanks You


Anne (London-Fulham)

WhIPL4$h

WhIPL4$h
Manager
Manager
Welcome Anne. We're glad we could be of help.

Dagobert

Dagobert
Support Moderator
Support Moderator
You are warmly welcome. Its good that we were of help to you. Smile Smile

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum