Subsonic Player Mod

Third-party modifications and add-ons, Apps and Clients

Moderator: moderators

Re: Subsonic Player Mod

Postby BKKKPewsey » Thu Aug 25, 2011 1:48 am

:lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol: :lol:

Whoops this looks silly on its own page :mrgreen:
Everyone is entitled to be stupid, Image but some abuse the privilege!

Due to the confusion from too many genres of music, we have decided to put both country music and rap music into the genre of Crap music.
User avatar
BKKKPewsey
 
Posts: 2080
Joined: Mon May 23, 2011 12:16 pm
Location: United Kingdom

Re: Subsonic Player Mod

Postby muiz » Fri Aug 26, 2011 2:07 pm

Ok got it working in 4.5 now.
But now... no more EQ :(
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Re: Subsonic Player Mod

Postby BKKKPewsey » Fri Aug 26, 2011 5:15 pm

Yep you need to add back in the plugins in the create player within playlist.js
Everyone is entitled to be stupid, Image but some abuse the privilege!

Due to the confusion from too many genres of music, we have decided to put both country music and rap music into the genre of Crap music.
User avatar
BKKKPewsey
 
Posts: 2080
Joined: Mon May 23, 2011 12:16 pm
Location: United Kingdom

Re: Subsonic Player Mod

Postby trickydick » Fri Aug 26, 2011 5:50 pm

Were can I get the EQ plugin?
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Re: Subsonic Player Mod

Postby Hellscream » Fri Aug 26, 2011 6:35 pm

Do you looking for this http://www.longtailvideo.com/addons/plu ... cts%20alt=
Or u mean Graphic EQ?
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic Player Mod

Postby trickydick » Fri Aug 26, 2011 7:45 pm

hey that one is pretty cool, but how can that be implemented it in subsonic? I've seen other screenshots where the spectrum was inside the flash player
What would be really cool is if you can replace the playing bar with a spectrum of the song kind of like http://soundcloud.com.
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Re: Subsonic Player Mod

Postby Hellscream » Fri Aug 26, 2011 7:58 pm

Well its working if u toggle full screen, didn't try for video player
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic Player Mod

Postby trickydick » Fri Aug 26, 2011 8:54 pm

doesn't work for me. I've added the plugin into the jwplayer javascript.
Code: Select all
var attributes = {
            id:"player1",
            name:"player1",
            plugins:"{'spectrumvisualizer-1': {} }"
        };
        swfobject.embedSWF("<c:url value="/flash/jw-player-5.6.swf"/>", "placeholder", "340", "24", "9.0.0", false, flashvars, params, attributes);
    }
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Re: Subsonic Player Mod

Postby Hellscream » Fri Aug 26, 2011 8:57 pm

Try this:

Code: Select all
function createPlayer() {
        var flashvars = {
            backcolor:"<spring:theme code="backgroundColor"/>",
            frontcolor:"<spring:theme code="textColor"/>",
         plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=00D61B",
            id:"player1"


};
        swfobject.embedSWF("<c:url value="/flash/jw-player-5.7.swf"/>", "placeholder", "340", "24", "9.0.115", false, flashvars, params, attributes);
    }
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic Player Mod

Postby BKKKPewsey » Fri Aug 26, 2011 9:03 pm

I dont know if we are talking about the same thing but here is my code which is working.
Note I downloaded the 2 plugins and placed them in my flash folder. :)

Code: Select all
function createPlayer() {
        var flashvars = {
            backcolor:"<spring:theme code="backgroundColor"/>",
            frontcolor:"<spring:theme code="textColor"/>",
   plugins:"<c:url value="/flash/backstroke-1.swf"/>,<c:url value="/flash/subeq-1.swf"/>&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=00D61B",
            id:"player1"
Everyone is entitled to be stupid, Image but some abuse the privilege!

Due to the confusion from too many genres of music, we have decided to put both country music and rap music into the genre of Crap music.
User avatar
BKKKPewsey
 
Posts: 2080
Joined: Mon May 23, 2011 12:16 pm
Location: United Kingdom

Re: Subsonic Player Mod

Postby Hellscream » Fri Aug 26, 2011 9:06 pm

Yep that one works to
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic Player Mod

Postby trickydick » Fri Aug 26, 2011 10:24 pm

Hey alright, got it to work found this:
http://forum.subsonic.org/forum/viewtopic.php?t=4825)

Now can these be edited in any way...i want to move the eq over to the right a bit so its not over the play/pause button?
like can i doe something line this:
Code: Select all
<div id="backstroke" style="margin-left:24px;"></div>


Its a cool feature though
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Re: Subsonic Player Mod

Postby Hellscream » Fri Aug 26, 2011 10:28 pm

@ tricky what i rly need right now is your player mode 2.0 where all buttons r in same line without dropdown menu.
is it posible to post a link or upload to my SS pls.
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic Player Mod

Postby muiz » Sat Aug 27, 2011 1:34 pm

EQ works, butttt , almost cant see it, space is to small
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Re: Subsonic Player Mod

Postby Hellscream » Sat Aug 27, 2011 1:51 pm

@ muiz
Send me playlist file m8 i will fix that c... :)
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

PreviousNext

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 8 guests