New Features / Wishlist

13 views
Skip to first unread message

cucko

unread,
Apr 17, 2011, 11:12:16 AM4/17/11
to Favorite Players
Post your ideas here.

gascomm

unread,
Apr 17, 2011, 12:36:27 PM4/17/11
to Favorite Players
hi,

magnificent player - just what i've been looking for. many thanks for
your hours of coding ; )

are there any plans for an android app? or just web only?

also - would it be possible to 'brand' it with user colours &/or
embed? as the ninjamixdump which i oversee uses only black, white &
pale blue colouring.

Gorancho Sirkarovski

unread,
Apr 17, 2011, 1:11:12 PM4/17/11
to favorite...@googlegroups.com
Hi. I was thinking about send param="css=yourCSSpath" to include in the page.. I will do something about that.. 

About android app, i don't have an android so i don't know about the features with theirs browsers.. If support audio tag (i know that 2.2 souuport it) but not sure about stream link from mixCloud how to handle it.. Anyway it will be done in near future... It's not a problem :)

Cheers.. 
Cucko
--
Goran Sirkarovski Cucko

gas

unread,
Apr 17, 2011, 1:27:43 PM4/17/11
to favorite...@googlegroups.com
you, my man - are a star :)

cucko

unread,
Apr 17, 2011, 2:02:47 PM4/17/11
to Favorite Players
i know :D

Cucko

gas

unread,
Apr 17, 2011, 2:44:49 PM4/17/11
to favorite...@googlegroups.com
hehe, humble also : )

i can offer nothing by way of coding assistance as i've never moved
beyond basic html & notepad ... tho hopefully you'll find something u
like on our thing http://ninjamixdump.tumblr.com/

Gorancho Sirkarovski

unread,
Apr 18, 2011, 3:10:07 AM4/18/11
to favorite...@googlegroups.com
there you go...

now on every page you can put http://favoritecloudplayer.net78.net/mc.html#userfavs=ninjamixdump&css=css/test.css
the css path is stored in cookie, and automatically removed from hash after page load

cucko
--
Goran Sirkarovski Cucko

gas

unread,
Apr 18, 2011, 5:32:45 AM4/18/11
to favorite...@googlegroups.com
*scratches head*

am i to understand i can place a custom css file on my own server to
specify my own colour scheme?

where would i find an example to edit?

i get the concept but it's a few steps ahead of my code comfort zone : )

i've just woken up - that may well be a factor in my stupidity also hehe

Gorancho Sirkarovski

unread,
Apr 18, 2011, 5:39:54 AM4/18/11
to favorite...@googlegroups.com
you can place css on your server.
here is some sample CSS http://favoritecloudplayer.net78.net/css/sc-playerJQ.css
but still there are number of class definitions from JqueryUI, so you will need to find the classes (best way with chrome - right click on element - inspect element, then you can see the class name and definitions). just rewrite the definitions in your CSS, and thats it.
--
Goran Sirkarovski Cucko

gas

unread,
Apr 18, 2011, 5:59:32 AM4/18/11
to favorite...@googlegroups.com
fantastic ... that'll keep me busy for a few days, thank you.

hope this will also be of use for others : )

Gorancho Sirkarovski

unread,
Apr 18, 2011, 8:07:23 AM4/18/11
to favorite...@googlegroups.com
i forgot the themerollertool on jqueryui, 
http://jqueryui.com/themeroller/
this will be very helpful to create your own CSS theme, download it and put it in the player. its easy and quick. :)
it should save you few days of CSS writing :)

cucko
--
Goran Sirkarovski Cucko

gas

unread,
Apr 18, 2011, 8:19:33 AM4/18/11
to favorite...@googlegroups.com
thank you - will let you know how i get on with branding and integration.

gas

gas

unread,
Apr 18, 2011, 5:02:34 PM4/18/11
to favorite...@googlegroups.com
pffft! i cant even find where the orange background is specified to
change it to our standard blue #5cc2e6

further proof that my great code monkey career lies in some future
lifetime, hehe

thanks for offering anyway - my links are working & hopefully will
draw a few more people towards your project so all's well ;)

g

Gorancho Sirkarovski

unread,
Apr 18, 2011, 5:11:00 PM4/18/11
to favorite...@googlegroups.com
active track is in
current mix is .sc-trackslist tr.active

hover state in .sc-trackslist tr:hover

table header is 
.sc-trackslist table th


they all are in sc-playerJQ.css
so you will need to override those classes.
everything else, which is not in sc-playerJQ.css is defined by JQueryUI css theme.

hope this helps.

cucko
--
Goran Sirkarovski Cucko

gas

unread,
Apr 18, 2011, 5:26:55 PM4/18/11
to favorite...@googlegroups.com
no, sorry - thats way over my head. i simply don't know what i'm doing here.

waaay beyond my very basic understanding of just html & a little css.
i'm a cut+paste master tho please dont ask me how things work ;)

honestly, all i wanted to do was swap the orange highlights to #5cc2e6
but i don't know how. i'm humbled by yr skills mate.

one suggestion for the standard player though is if you were to place
the player above or below the playlist would that not work nicely in
a mobile/smartphone web browser?

i did a simple thing @ http://ninjamixdump.tumblr.com/m & it makes for
far easier mobile browsing - just a thought which may increase
traffic. you really should be coding FOR mixcloud & getting a wage
with what your doing.

thanks for offering assistance & apologies for my dopeyness ; )

Gorancho Sirkarovski

unread,
Apr 18, 2011, 5:55:00 PM4/18/11
to favorite...@googlegroups.com
for now you can use http://favoritecloudplayer.net78.net/mc.html#userfavs=ninjamixdump&theme=Dark%20Hive
or set any other from preset themes in configure dialog.

cucko
--
Goran Sirkarovski Cucko

Gorancho Sirkarovski

unread,
Apr 18, 2011, 6:37:33 PM4/18/11
to favorite...@googlegroups.com
i removed all backgroud color definitions from my CSS..

so now, the css generated with jquery theme tool should work fine..
create your theme, download css, and add it to the app.. there should be no problem with background color now.

cucko
--
Goran Sirkarovski Cucko

Gorancho Sirkarovski

unread,
Apr 19, 2011, 5:33:27 AM4/19/11
to favorite...@googlegroups.com
here is sample css with your hex color created from jq theme tool.

hope this helps...

cucko
--
Goran Sirkarovski Cucko

gas

unread,
Apr 19, 2011, 5:35:13 AM4/19/11
to favorite...@googlegroups.com
thanks, couldnt figure out how to use that jquery thing ; )

Gorancho Sirkarovski

unread,
Apr 19, 2011, 5:44:00 AM4/19/11
to favorite...@googlegroups.com
there is nothing to figure out. :) 

just goto http://jqueryui.com/themeroller/
choose from themes closest theme you want.. then goto "Roll your Own".. change settings that you want, color, fontsize (on right you have real time preview for each element)
when you're finished, click Download theme, and then just download. this should download zip file with folder \css\custom-theme\. copy all files on your server. and in url for MC player set &css=http://yourserver/pathToCSS

thats it.

cucko 
--
Goran Sirkarovski Cucko

gas

unread,
Apr 19, 2011, 5:48:06 AM4/19/11
to favorite...@googlegroups.com
once explained it appears simple : )

Gorancho Sirkarovski

unread,
Apr 19, 2011, 5:49:44 AM4/19/11
to favorite...@googlegroups.com
i hope so..
happy styling :)

c
--
Goran Sirkarovski Cucko

gas

unread,
Apr 19, 2011, 5:50:37 AM4/19/11
to favorite...@googlegroups.com
will do. thanks for your patience

Dagguh

unread,
Jun 6, 2011, 7:01:26 AM6/6/11
to My Cloud Players
It would be great if you could tell the player to:
- automatically start playing
- shuffle the playlist
via URL.

Gorancho Sirkarovski

unread,
Jun 6, 2011, 7:13:48 AM6/6/11
to favorite...@googlegroups.com
2 clicks less? no problem, but still you will need to write params in the url with the keyboard :)
or you will bookmark the link with autoplay and shuffle params ? :)

i will do it, append your bookmark to &autoplay=1&shuffle=1

thanks for feedback.
cucko
--
Goran Sirkarovski Cucko

Gorancho Sirkarovski

unread,
Jun 6, 2011, 7:20:16 AM6/6/11
to favorite...@googlegroups.com
one more question?
this refers to soundcloud player right ?
mixcloud API don't have autoplay function yet. 
on cloudyJ apps there is an option to autostart with search param, example: http://mycloudplayers.com/cdj.html#s=magician+twist
it will automatically search similar songs, random choose one, and start playing.

cucko 
--
Goran Sirkarovski Cucko
Message has been deleted

Gorancho Sirkarovski

unread,
Jun 6, 2011, 7:39:59 AM6/6/11
to favorite...@googlegroups.com

Dagguh

unread,
Jun 6, 2011, 7:46:42 AM6/6/11
to My Cloud Players
I never expected a response so fast.

Thank you very much, it works perfectly ^^
Now I only need to middle-click my bookmark :)

Cheers!

On 6 Cze, 13:39, Gorancho Sirkarovski <cu...@webthink.com> wrote:
> update links
>
> done.
> set your bookmark link tohttp://mycloudplayers.com/?autoplay=1&shuffle=1#user=USERNAME
> orhttp://mycloudplayers.com/?autoplay=1&shuffle=1#userfavs=USERNAME

Steve Mannion

unread,
Jun 14, 2011, 8:58:24 PM6/14/11
to My Cloud Players
Hi, was just wondering if Mixcloud results could play automatically
one after another as with YT and SC results but you've answered my
question (API issue?).

One other thing I noticed is that if you fullscreen YT vids from
results it will not stay fullscreen when the next clip loads - not a
big deal but would be great to see fullscreen retained when each clip
plays.

Really amazing work tho - been waiting for something like this for
some time so thanks!

Steve

Gorancho Sirkarovski

unread,
Jun 15, 2011, 7:57:57 AM6/15/11
to favorite...@googlegroups.com
Sorry, the youtube embed does not have option to start fullscreen nor API method to make it fullscreen after start playing.
I will try to make api call to load next video in the same player, maybe that will work.

For MixCloud, still no api for controling the player, and no events so cannot determine when the mix is stopped playing, or auto start playing on load.
--
Goran Sirkarovski Cucko

Gorancho Sirkarovski

unread,
Jun 15, 2011, 11:09:26 AM6/15/11
to favorite...@googlegroups.com
Hi.

I've updated YouTube player to play next video in fullscreen.

As well now the reordering if much better (does not play the video if you click anywhere on the row).
And to play the video you need to click on the Video Title.

Cucko
--
Goran Sirkarovski Cucko

Steve Mannion

unread,
Jun 15, 2011, 11:14:39 AM6/15/11
to favorite...@googlegroups.com
Awesome :)

Another 'bug' I noticed is that the numerical order of results is wrong too e.g. 11 is sorted between 1 and 2.

Gorancho Sirkarovski

unread,
Jun 15, 2011, 11:26:18 AM6/15/11
to favorite...@googlegroups.com
on which player sorting is wrong ? Youtube ? which column ?
--
Goran Sirkarovski Cucko

Gorancho Sirkarovski

unread,
Jun 15, 2011, 11:28:15 AM6/15/11
to favorite...@googlegroups.com
i fixed sorting by views on youtube player too.

cucko
--
Goran Sirkarovski Cucko

Steve Mannion

unread,
Jun 15, 2011, 11:29:43 AM6/15/11
to favorite...@googlegroups.com
only checked for Mixcloud but tho it sorts by plays correctly at first, when you re-sort and then sort by most plays again it will no longer sort correctly for some reason.

Gorancho Sirkarovski

unread,
Jun 15, 2011, 12:17:40 PM6/15/11
to favorite...@googlegroups.com
ah. maybe, the mixcloud and youtube player i left as they was from the first time i've developed them.
i didn't spent so much time for debuging and testing as on soundcloud player.
but soon i will fix those issues too.

thanks for reporting.
cucko
--
Goran Sirkarovski Cucko

Gorancho Sirkarovski

unread,
Jun 15, 2011, 12:21:35 PM6/15/11
to favorite...@googlegroups.com
there you go. mixcloud player sorting now is working fine.

cucko
--
Goran Sirkarovski Cucko

Dagguh

unread,
Jun 16, 2011, 5:45:58 PM6/16/11
to My Cloud Players
Hey,

Sometimes a track is unavailable in the embed, although it is
available on soundcloud itself. Could your player just skip the
unavailable tracks instead of interrupting the flow of playlist?

Gorancho Sirkarovski

unread,
Jun 16, 2011, 7:40:56 PM6/16/11
to favorite...@googlegroups.com
send me an example with search term, so i can test it. 
or is it user tracks or userfavorites?
i think that i've fixed this issue before, and searching only streamable tracks (some tracks are streamable only on soundcloud and not in embed player)
but maybe something went wrong.

thanks for feedback
--
Goran Sirkarovski Cucko

Dagguh

unread,
Jun 20, 2011, 9:05:42 AM6/20/11
to My Cloud Players
It was userfavorites. I cannot seem to reproduce the issue now. I
remember it was kind of random. If it happens again, I will notify
you :)

Gorancho Sirkarovski

unread,
Jun 20, 2011, 9:10:44 AM6/20/11
to favorite...@googlegroups.com
ok, thanks.
--
Goran Sirkarovski Cucko

Dagguh

unread,
Aug 16, 2011, 7:28:46 AM8/16/11
to My Cloud Players
Ok, I got one:
http://mycloudplayers.com/?autoplay=1&shuffle=1&userfavs=dagguh
DJ Fresh - Gold Dust (Radio Edit) by Ministry of Sound
It doesn't play. Notice that this favorite is the last one on my
list.

cucko

unread,
Aug 16, 2011, 7:45:32 AM8/16/11
to My Cloud Players
Thanks.

If fixed it, it was some bug only with the last song from the list.

Please notice the new shortcuts in the player :)
shift + up/down arrow - move selected track up/down in playlist
shift + page up/down arrow - move selected track 10 places up/down in
playlist
delete - remove selected from playlist

If you find any other bugs, feel free to write me.

Cheers. Cucko.
Reply all
Reply to author
Forward
0 new messages