Page 1 of 3

Release: HomeView - CarouselMod (Updated)

PostPosted: Fri Feb 03, 2012 11:39 pm
by MadEvil
Hi @ all,

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
8) Done!

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

subsonic-4.6.B2585E-Modfiles.zip

subsonic-4.6.B2585E-Modfilesv2.zip

subsonic-4.6.B2585E-Modfilesv3.zip


FEEDBACK
Please give me feedback if something goes wrong and to make it better for all :wink:

8) Have Fun

Re: Preview: New HomeView - CarouselMod

PostPosted: Sat Feb 04, 2012 3:31 am
by bytethdgroove
YES YES YES YES... i love it...can't wait to try it out
great work so far!

peace
byte

Re: Preview: New HomeView - CarouselMod

PostPosted: Sun Feb 05, 2012 5:50 am
by ytechie
Keep it up MadEvil! This mod looks very promising.

Best of luck,
Yosef

Re: Preview: New HomeView - CarouselMod

PostPosted: Sun Feb 05, 2012 9:59 pm
by deepanp
I would love to try this out if there is a realease? Perhaps for debugging? :) Can't wait for this!

Re: Preview: New HomeView - CarouselMod

PostPosted: Mon Feb 06, 2012 11:10 am
by MadEvil
deepanp wrote:I would love to try this out if there is a realease? Perhaps for debugging? :) Can't wait for this!


Pre-Release is here. Give it a try! :wink:

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Mon Feb 06, 2012 11:29 pm
by bytethdgroove
tried this out today,
unfortunately I was unable to get it to work.
deleted subsonic.war. replaced (stoppd serviced before hand)
restarted and recieved a 503 error.

had to to delete my db folder and restore from the backup i made right befoe doing this.
so im back up and running.
any suggestions? would still love to get this beautiful mod to work.....

thanks for your work :)
peace
byte

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Tue Feb 07, 2012 1:37 am
by MadEvil
bytethdgroove wrote:tried this out today,
unfortunately I was unable to get it to work.
deleted subsonic.war. replaced (stoppd serviced before hand)
restarted and recieved a 503 error.

had to to delete my db folder and restore from the backup i made right befoe doing this.
so im back up and running.
any suggestions? would still love to get this beautiful mod to work.....

thanks for your work :)
peace
byte


try the Full Installer from first Post! Maby you have an other Subsonic Build Version that is not compatible.
Dont forget to backup before :wink:

Best regards!

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Tue Feb 07, 2012 1:42 am
by ytechie
Does this rely heavily on the java backend, or can it be done in javascript?

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Tue Feb 07, 2012 2:02 am
by MadEvil
ytechie wrote:Does this rely heavily on the java backend, or can it be done in javascript?


This Release is without any java-Backend changes, changes only be made in JSP, CSS and JS Files!
if you can't handle an other build you can try to integrate the jetty pack version in the Attachment!

MOD INFO -> http://forum.subsonic.org/forum/viewtopic.php?f=8&t=5852

Best Regards

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Tue Feb 07, 2012 11:41 pm
by Synyster
works great. can it just replace random altogether

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Tue Feb 07, 2012 11:44 pm
by bytethdgroove
got it working....yeah :).......looks great
anyway to have an option of how many albums to display?
thanks
byte

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Wed Feb 08, 2012 12:07 am
by muiz
So i lose all my other mods after installing this? If so, isnt there another way?

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Thu Feb 09, 2012 12:20 am
by bytethdgroove
is there another way?
yea,
just use the files from the attachment posted a few posts above mine "subsonic-4.6.B2585E-Modfiles.zip"
stop subsonic, extract files and copy them to thier perspective folder.... (backup first ofcoarse ;) )
delete your jetty cache
restart subsonic..
and you should be good to go
peace
byte

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Fri Feb 10, 2012 1:36 pm
by SparkyRih
That's awesome :D

I wonder if it would work on my android tablet :)

Re: Pre-Release: HomeView - CarouselMod

PostPosted: Fri Feb 10, 2012 3:18 pm
by MadEvil
SparkyRih wrote:That's awesome :D

I wonder if it would work on my android tablet :)


On my Samung Tablet it work, slow but it does!
For tablets i plan a new Frameset Mod, because on my tablet the layout an scrolling are a lot of pain.

best regards