I had to make a modification to the player (added avanced menu) but, here it is:
https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B1iBWlUz8eUkNTFmOWFlOTMtNzQ4Zi00MWQ3LTgxZmEtYzg5YzJkZjAwYzM1&hl=en_US
NOTE: This theme has been tested on Subsonic ver 4.4 and 4.5 beta 1 hosted on a Windows/tomcat server
Installation steps:
1.) BACKUP the subsonic webapp/root folder before continuing
2.) Stop the tomcat/jetty service. close all browsers
3.) Extract all files to the webapp root folder OVERWRITE ALL files.
4.) Start service and reopen browser.
IMPORTANT: I updated the themes.txt with all subsonic themes includeing mine and the buff theme (buff theme files are not included). Any additional themes will have to be removed from the list. ALSO This theme pack
will change some configurations in CSS/JSP/JS files. If you have any mods prior to this, this may change the design.
CUSTOMIZATIONS: I've added alot of separate CSS files to render specific designs (calendar, playermod, accordion, etc)....all of them are linked to the original CSS theme files. If you want to change these or remove these, just look for:
- Code: Select all
@import "accordion-darkness.css";
@import "default.css";
@import "playermod-cccccc.css";
within a theme files such as in the midnight.css. Its as simple as removing or changing the import css to one you like best.
Please let me know if somethign doesn't look right or is missing
The accordion themes are named as "accordion-<theme>.css" all based on the jQUERY UI site (
http://jqueryui.com/themeroller/)
The playermod themes are named "playermod-<colorcode>.css". They use the images located in a cooresponding folder named the same as its colorcode.
KNOWN ISSUES- Internal Player width is 600px; if playlist frame is smaller than that it will disappear.
Again, please let me know if something doesn't look right or is missing
Enjoy