Release v3
This is my first Mod for Subsonic, CaraouselMod base on Subsonic Build 2585. I extracted this version from my
future-Subsonic-branch, so it should be compatible with the final 4.6 version of Subsonic Data schema.
INFO
Build with: JDK 1.6.31
Build on: Windows 7 32 Bit
Version: Subsonic 4.6.Build 2585E
TESTED
Internet Explorer 9.0
Google Chrome 17.0
Mozilla Firefox 11.0
CHANGELOG
* New Opacity Mode
* New Default Homeview
* New Topspinner for the Frontalbum
* Bug Tuning & Bugfixing
CONFIGURATION
In the home.jsp file you can edit some options from the carousel, also the new Option OpacityMode!
- Code: Select all
/* Call to the object carousel */
$(document).ready(function(){
$("#carousel1").CloudCarousel({
reflHeight: 56,
reflGap:2,
titleBox: $('#carousel1-title'),
altBox: $('#carousel1-alt'),
buttonLeft: $('#left-but'),
buttonRight: $('#right-but'),
yRadius: 50,
xRadius: 340,
xPos: 350,
yPos: 30,
speed: 0.15,
minScale: 0.4,
autoRotate: 'right',
autoRotateDelay: 3000,
bringToFront: true,
mouseWheel: true,
OpacityMode: true
});
you can edit the color of the Topspinner in the respective themefile.
Example groove.css:
- Code: Select all
#carousel1-title {
color: #FACC2E;
}
WARNING
1.st make a backup of your whole Subsonic folder, to go back if something goes wrong !!!
1-2-3 INSTALL (for subsonic.war replace only)
1) Shutdown Subsonic
2) Relpace subsonic.war file in your \Subsonic Install Folder from the Pre-Release ZIP-Folder
3) Restart Subsonic
FULL INSTALL
1) Backup Subsonic-Folder
2) Uninstall Subsonic
3) continue without delete Subsonic Folder -> (Migrate DB and Cache)
4) install Subsonic 4.6.B2585E
5) Clear Browser Cache
6) Restart Subsonic
7) Config Subsonic

MOD Files only
1. Stop Server
2. Backup complete SS folder
3. clear your Internet browsers cache AND cookies
4. clear (delete) subsonics internal cache (the jetty cache is at subsonic/jetty/<num>/jsp/org/apache/jsp/WEB_002dINF
5. edit/replace servers files (subsonic/jetty/<num>/webapp)
6. restart server
7. restart browser
If Subsonic fails to start after Setup try to uninstall and Clean
the old Subsonic Folder, after this reinstall the new setup!
Feature
*) Autorotation-Mode
*) Use with Keyboard, Mouse-Wheel , Click & drag Modus
DOWNLOAD: Full
subsonic-4.6.B2585E-war.zip
subsonic-4.6.B2585E-setup.zip
subsonic-4.6.B2585E.v3-war.zip
subsonic-4.6.B2585E.v3-setup.zip
DOWNLOAD: MODFILES ONLY
FEEDBACK
Please give me feedback if something goes wrong and to make it better for all

