Can you please help me tweak this Java code

Hypnoman

Newbie
Joined
Feb 21, 2013
Messages
11
Reaction score
1
there is this amazing code for playing music on your blog or web site. This code allows you to play music from youtube. The only problem I have is the fact that it only plays 50 songs.
Can you please take a look at it and see if you can help me play more songs?
here is the code
<!-- SCM Music Player -->
<script type="text/javascript" src="URL I'M NOT ABLE TO POST CUZ I'M NEW"
data-config="{'skin':'skins/tunes/skin.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'top','showplaylist':true,'playlist':'YOUR PLAY LIST'S URL" ></script>
<!-- SCM Music Player script end -->
 
<!-- SCM Music Player -->
<script type="text/javascript" src="URL I'M NOT ABLE TO POST CUZ I'M NEW"
data-config="{'skin':'skins/tunes/skin.css','volume':50,'autoplay':true,'shuffle':tr ue,'repeat':1,'placement':'top','showplaylist':tru e,'playlist':'YOUR PLAY LIST'S URL" ></script>
<!-- SCM Music Player script end -->

bolded underlined part, maybe ?
And that is really maybe because is easy to control those stuff from server directly so they can notice and prevent user input in script
 
<!-- SCM Music Player -->
<script type="text/javascript" src="URL I'M NOT ABLE TO POST CUZ I'M NEW"
data-config="{'skin':'skins/tunes/skin.css','volume':50,'autoplay':true,'shuffle':tr ue,'repeat':1,'placement':'top','showplaylist':tru e,'playlist':'YOUR PLAY LIST'S URL" ></script>
<!-- SCM Music Player script end -->

bolded underlined part, maybe ?
And that is really maybe because is easy to control those stuff from server directly so they can notice and prevent user input in script
Ya, I tried that before but it is literally the music's volume. I was afraid that it was probably controlled at the servers. That sucks. I don't understand why it has to be limited: its not like i'm uploading the music or something.
 
Maybe they have (or is in future plans) to make premium service with 100 or unlimited playings...
Send me site name on PM, will try to fiddle it, maybe something comes up.
 
I can't really PM you Yet. I"m too much of a noob. scm music player is the name though.
Thanks
 
I checked it, its project on github and owner is most probably more than glad to help you with this.
Code:
http://scmplayer.net/

you can add as much songs as you want. Just clicking on "Add more songs" is adding you 5 more songs, not limited. I had clicked like 50 times, no problem. Kind doing it in hurry and maybe I am wrong, but try it.
 
Back
Top