SS 4.4.beta1 / SUB Equalizer + Backstroke / FLAG Counter

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

Moderator: moderators

Postby stozher » Sun Jan 23, 2011 8:34 am

Added code for offline usage of plug-in's. GJ51, please test... :wink:
http://music.stozher.com:8080/login.view?user=guest&password=
User avatar
stozher
 
Posts: 313
Joined: Tue Nov 16, 2010 10:56 am
Location: Sofia, Bulgaria

Postby GJ51 » Sun Jan 23, 2011 1:51 pm

Works!
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Postby deejay2302 » Wed Jan 26, 2011 12:16 pm

kramttocs wrote:Thanks stozher! Looks good on 'slick' with barbasecolor=000000 and bartopcolor=c0c0c0


How can I change the color of the player? I would like to be as they have as dba61. Currently, my player is white. The trouble is that you can barely see the black writing since the equalizer in the foreground.

Can someone help me there?
21.681 Artists
58.141 Albums
674.091 Songs
5072,14 GB (~ 49.341 Hours)
User avatar
deejay2302
 
Posts: 165
Joined: Tue Oct 06, 2009 5:36 pm
Location: Germany

Postby stozher » Wed Jan 26, 2011 8:41 pm

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options#colors
http://en.wikipedia.org/wiki/Web_colors

...

function createPlayer() {
var flashvars = {
backcolor:"
#??????",
frontcolor:"
#??????",
plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=00D61B",
id:"player1"
}

...
http://music.stozher.com:8080/login.view?user=guest&password=
User avatar
stozher
 
Posts: 313
Joined: Tue Nov 16, 2010 10:56 am
Location: Sofia, Bulgaria

Postby deejay2302 » Fri Jan 28, 2011 6:51 am

Wow, fast help. It Works . Yeahhh Very Thanks stozher!! :D

PS: I have another question. Is it possible to set the font in the foreground? The EQ is abot the font. I find something disturbing. Can you change that?
21.681 Artists
58.141 Albums
674.091 Songs
5072,14 GB (~ 49.341 Hours)
User avatar
deejay2302
 
Posts: 165
Joined: Tue Oct 06, 2009 5:36 pm
Location: Germany

Postby stozher » Fri Jan 28, 2011 11:44 am

Additional SUB Equalizer plug-in flashvars options (click on "Setup Instructions", enter e-mail ...): http://www.longtailvideo.com/addons/plugins/247/SUB-Equalizer
...

function createPlayer() {
var flashvars = {
backcolor:"
#??????",
frontcolor:"
#??????",
plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=00D61B
&subeq.????=????",
id:"player1"
}

...
http://music.stozher.com:8080/login.view?user=guest&password=
User avatar
stozher
 
Posts: 313
Joined: Tue Nov 16, 2010 10:56 am
Location: Sofia, Bulgaria

Postby deejay2302 » Sat Jan 29, 2011 9:02 am

stozher wrote:&subeq.????=????


???? I can not find controls for it^^
21.681 Artists
58.141 Albums
674.091 Songs
5072,14 GB (~ 49.341 Hours)
User avatar
deejay2302
 
Posts: 165
Joined: Tue Oct 06, 2009 5:36 pm
Location: Germany

Postby stozher » Sat Jan 29, 2011 12:44 pm

I understand "Is it possible to set the font in the foreground?". Explain please. You allowed with flashvar options to set number of bars, colors, width, height etc. Just add another flashvar option to plug-in row.
http://music.stozher.com:8080/login.view?user=guest&password=
User avatar
stozher
 
Posts: 313
Joined: Tue Nov 16, 2010 10:56 am
Location: Sofia, Bulgaria

Postby deejay2302 » Sun Jan 30, 2011 11:30 am

Image

Image

That i will do. The EQ bars switch to background. And i can not find any code to do this in the How To from longtailvideo.
21.681 Artists
58.141 Albums
674.091 Songs
5072,14 GB (~ 49.341 Hours)
User avatar
deejay2302
 
Posts: 165
Joined: Tue Oct 06, 2009 5:36 pm
Location: Germany

Postby stozher » Sun Jan 30, 2011 12:39 pm

http://www.longtailvideo.com/support/jw ... ons#colors

...

function createPlayer() {
var flashvars = {
backcolor:"
#??????",
frontcolor:"
#??????",
lightcolor:"#??????",
screencolor:"#??????",


...
http://music.stozher.com:8080/login.view?user=guest&password=
User avatar
stozher
 
Posts: 313
Joined: Tue Nov 16, 2010 10:56 am
Location: Sofia, Bulgaria

Re: SS 4.4.beta1 / SUB Equalizer + Backstroke / FLAG Counter

Postby Hellscream » Sat Sep 03, 2011 9:14 pm

Damn EQ i need them badly :evil:
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: SS 4.4.beta1 / SUB Equalizer + Backstroke / FLAG Counter

Postby deejay2302 » Tue Sep 13, 2011 4:39 pm

My Settings for Equalizer on Subsonic 4.5

My Color-Settings for Slick Design.

What i do.....:

0.) Stop your Subsonic server and download "subsonic.war".
1.) Rename "subsonic.war" to subsonic.rar
2.) open subsonic.rar and follow the path: WEB-INF/jsp
3.) search in jsp folder for "playlist.jsp" copy the file "playlist.jsp" to desktop
4.) Open playlist.jsp with Wordpad or another Editor.
5.) search in the playlist.jsp for function createPlayer() { and edit lines to:

Code: Select all
}

    function createPlayer() {
        var flashvars = {
            backcolor:"#010101",
            frontcolor:"#ffffff",
         plugins:"backstroke-1,subeq-1&subeq.gain=2&subeq.displaymode=decay&subeq.barbasecolor=00D61B",
            id:"player1"

        };
        var params = {
            allowfullscreen:"true",
            allowscriptaccess:"always"
        };
        var attributes = {
            id:"player1",
            name:"player1"
        };
        swfobject.embedSWF("<c:url value="/flash/jw-player-5.6.swf"/>", "placeholder", "340", "24", "9.0.115", false, flashvars, params, attributes);
    }



6.) safe "playlist.jsp" and copy back to subsonic.rar and overwrite the old playlist.jsp
7.) rename subsonic.rar back to subsonic.war and upload to your server and overwrite old subsonic.war.
8.) Look on your server for "jetty" folder. Follow the path: jetty\XXXX\jsp\org\apache\jsp and and delete all the contents.
9.) Clear Cache und Cookies in your browser.
10.) Start your Subsonic Server.

11.) Tada you have EQ ;)
21.681 Artists
58.141 Albums
674.091 Songs
5072,14 GB (~ 49.341 Hours)
User avatar
deejay2302
 
Posts: 165
Joined: Tue Oct 06, 2009 5:36 pm
Location: Germany

Re: SS 4.4.beta1 / SUB Equalizer + Backstroke / FLAG Counter

Postby muiz » Tue Sep 13, 2011 10:43 pm

Its not that we dont have the EQ , its the space between playlist and player when we use the EQ above the player.
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Re:

Postby deejay2302 » Wed Sep 14, 2011 12:40 pm

Ahhh ok. You mean this:

stozher wrote:http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options#colors

...

function createPlayer() {
var flashvars = {
backcolor:"
#??????",
frontcolor:"
#??????",
lightcolor:"#??????",
screencolor:"#??????",


...


I tested the settings. They showed no effect. My Graphics in the last thread are created with Photoshop.
They are intended only as an example.
21.681 Artists
58.141 Albums
674.091 Songs
5072,14 GB (~ 49.341 Hours)
User avatar
deejay2302
 
Posts: 165
Joined: Tue Oct 06, 2009 5:36 pm
Location: Germany

Re: SS 4.4.beta1 / SUB Equalizer + Backstroke / FLAG Counter

Postby muiz » Wed Sep 14, 2011 4:11 pm

can you post a screenshot please?
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Previous

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 37 guests