Subsonic Pack version 4.4- 2172

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

Moderator: moderators

Postby cyclopes » Wed Jun 08, 2011 9:50 pm

muiz wrote:I have lowered the player for the EQ , but now i want the rest lower to.

look for this in playlist.jsp

<td valign="bottom" style=

and add this in

<td valign="bottom" style=height:35px;........
[/b]
Vote Confirmation ;)
User avatar
cyclopes
 
Posts: 51
Joined: Thu Mar 12, 2009 11:33 pm
Location: Norway

Postby muiz » Fri Jun 10, 2011 3:05 pm

no such thing in my playlist.jsp :(
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Postby cyclopes » Fri Jun 10, 2011 11:47 pm

muiz wrote:no such thing in my playlist.jsp :(


download this file.

http://ferietunet.no/subsonic/playlist.zip

This is width equlaizer
open and look the file and you see what you have to change in playlist.jsp :)
Vote Confirmation ;)
User avatar
cyclopes
 
Posts: 51
Joined: Thu Mar 12, 2009 11:33 pm
Location: Norway

Postby muiz » Mon Jun 13, 2011 1:31 am

thx that worked :P
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Postby Hellscream » Sun Jun 26, 2011 5:46 pm

Awesome Pack working fine +++++++
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Player is blank

Postby trickydick » Fri Jul 01, 2011 1:36 am

i changed like the text file said...moded the xml, jsp and css. open each jsp in notepad and saved it. restarted services. when i log in, my player is missing. just the replacement icons are there (shuffle, repeat, etc). I litterly have a white box where it the flash player is suppoed to be. what could it be?
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Running beta

Postby trickydick » Fri Jul 01, 2011 1:49 am

i found out why. my version of the flash player is jw-player-5.6.swf, this one is pointing to jw-player-5.4.swf. I remembered i changed it to the 4.5beta1...once i modified the code to use the new player it work great. love it. thanks
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Themes for all!

Postby trickydick » Fri Jul 01, 2011 2:59 am

What about all the other themes. have you thought of making different color scheme for each theme available in subsonic, instead of use just silver/dark. This shoudn't be to difficult; modify the theme.properties for each theme and css. Do you have the orginal source code for your images (photoshop, jasc, etc)? I would like to mod them and build the player buttons for each theme.
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Make it work with each theme

Postby trickydick » Fri Jul 01, 2011 4:30 am

I love the idea, but I had to modify it just a little to make it work seamlessly with each theme.

Here is how:

I am currently working on all the player colors for each theme,but for now you will have to copy the silver or black images to the root\icons\theme folders. Don;t rename them (the shouldn't overwrite any originals.

Next you will have to modiify each css file for each theme in subsonic.. Just add this to the bottom:

/* Player images*/
a#rewind1 {
background-image:url("../icons/midnight/rewind1.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}

a#forward1 {
background-image:url("../icons/midnight/forward1.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}

a#clear1 {
background-image:url("../icons/midnight/clear1.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;
}

a#shuffle {
background-image:url("../icons/midnight/shuffle.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}

a#repeat_on {
background-image:url("../icons/midnight/repeat_on.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}

a#repeat_off {
background-image:url("../icons/midnight/repeat_off.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}

a#undo {
background-image:url("../icons/midnight/undo.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}

a#settings1 {
background-image:url("../icons/midnight/settings1.png");background-position: 0px 0px; background-repeat:no-repeat; height: 24px; width: 23px; display:block;text-indent: -9999px;}


Next....open playlist.jsp and replace the playes section with this:

<c:if test="${model.player.web}">
<td style="white-space:nowrap;"><a href="javascript:noop()" onClick="onPrevious()" id="rewind1">Rewind</a></td>
<td style="white-space:nowrap;"><a href="javascript:noop()" onClick="onNext(false)" id="forward1">Forward</a></td>
</c:if>

<td style="white-space:nowrap;">
<a href="javascript:noop()" onClick="onClear()" id="clear1">Clear</a>
</td>
<td style="white-space:nowrap;"><a href="javascript:noop()" onClick="onShuffle()" id="shuffle">Shuffle</a></td>

<c:if test="${model.player.web or model.player.jukebox or model.player.external}">
<td style="white-space:nowrap;"><span id="bobcontent1-title" class="handcursor"></span><div id="bobcontent1" class="switchgroup1"></div>


<script type="text/javascript">
// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED

var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<a href="javascript:noop()" onClick="onToggleRepeat()" id="repeat_on" /> ', '<a href="javascript:noop()" onClick="onToggleRepeat()" id="repeat_off" /> ')
bobexample.setColor('darkred', 'black')
bobexample.setPersist(true)
bobexample.collapsePrevious(true) //Only one content open at any given time
bobexample.init()
</script></a></td>
</c:if>
<td style="white-space:nowrap;"><a href="javascript:noop()" onClick="onUndo()" id="undo">undo</a></td>

<c:if test="${model.user.settingsRole}">
<td style="white-space:nowrap;"><a href="playerSettings.view?id=${model.player.id}" target="main" id="settings1">settings</a></td>
</c:if>

Thats it, now no matter what theme your users select they will get the correct player colors.

Soon i will provide source images for each theme (they are slightly different colors). Enjoy
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Postby muiz » Sat Jul 16, 2011 11:58 am

Next....open playlist.jsp and replace the playes section with this

can you explain this some more, dont get it.
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

playermod

Postby trickydick » Tue Aug 02, 2011 7:50 pm

try my playermod; it does the same thing:
http://forum.subsonic.org/forum/viewtopic.php?t=7155
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Postby muiz » Tue Aug 02, 2011 9:03 pm

time for an update for 4.5
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

4.5 supported

Postby trickydick » Wed Aug 03, 2011 1:04 pm

the player mod now supports SS 4.5 beta 2. (release 3.2)
Tricky
User avatar
trickydick
 
Posts: 147
Joined: Wed Mar 30, 2011 12:43 am
Location: Sanford, North Carolina

Re: Subsonic Pack version 4.4- 2172

Postby muiz » Tue Jan 24, 2012 10:15 pm

4.6 ? :oops:
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 7 guests