Release: HomeView - CarouselMod (Updated)

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

Moderator: moderators

What Screen Resolution do you prefer for Subsonic/CarouselMod?

1024x768
3
14%
1280x1024
4
18%
1440x900
2
9%
1920x1080
9
41%
bigger
4
18%
 
Total votes : 22

Release: HomeView - CarouselMod (Updated)

Postby MadEvil » Fri Feb 03, 2012 11:39 pm

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
Last edited by MadEvil on Thu Mar 08, 2012 3:03 am, edited 14 times in total.
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Preview: New HomeView - CarouselMod

Postby bytethdgroove » Sat Feb 04, 2012 3:31 am

YES YES YES YES... i love it...can't wait to try it out
great work so far!

peace
byte
"I'm as honest as the day is long, the longer the daylight the less I do wrong!"
Image
User avatar
bytethdgroove
 
Posts: 59
Joined: Mon Apr 25, 2011 1:02 pm
Location: Chicago

Re: Preview: New HomeView - CarouselMod

Postby ytechie » Sun Feb 05, 2012 5:50 am

Keep it up MadEvil! This mod looks very promising.

Best of luck,
Yosef
User avatar
ytechie
 
Posts: 547
Joined: Sun Dec 12, 2010 5:05 am
Location: Manhattan, New York

Re: Preview: New HomeView - CarouselMod

Postby deepanp » Sun Feb 05, 2012 9:59 pm

I would love to try this out if there is a realease? Perhaps for debugging? :) Can't wait for this!
deepanp
 
Posts: 2
Joined: Tue Aug 02, 2011 2:20 pm

Re: Preview: New HomeView - CarouselMod

Postby MadEvil » Mon Feb 06, 2012 11:10 am

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:
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Pre-Release: HomeView - CarouselMod

Postby bytethdgroove » Mon Feb 06, 2012 11:29 pm

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
"I'm as honest as the day is long, the longer the daylight the less I do wrong!"
Image
User avatar
bytethdgroove
 
Posts: 59
Joined: Mon Apr 25, 2011 1:02 pm
Location: Chicago

Re: Pre-Release: HomeView - CarouselMod

Postby MadEvil » Tue Feb 07, 2012 1:37 am

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!
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Pre-Release: HomeView - CarouselMod

Postby ytechie » Tue Feb 07, 2012 1:42 am

Does this rely heavily on the java backend, or can it be done in javascript?
User avatar
ytechie
 
Posts: 547
Joined: Sun Dec 12, 2010 5:05 am
Location: Manhattan, New York

Re: Pre-Release: HomeView - CarouselMod

Postby MadEvil » Tue Feb 07, 2012 2:02 am

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
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Pre-Release: HomeView - CarouselMod

Postby Synyster » Tue Feb 07, 2012 11:41 pm

works great. can it just replace random altogether
Synyster
 
Posts: 3
Joined: Tue Feb 07, 2012 1:39 am

Re: Pre-Release: HomeView - CarouselMod

Postby bytethdgroove » Tue Feb 07, 2012 11:44 pm

got it working....yeah :).......looks great
anyway to have an option of how many albums to display?
thanks
byte
"I'm as honest as the day is long, the longer the daylight the less I do wrong!"
Image
User avatar
bytethdgroove
 
Posts: 59
Joined: Mon Apr 25, 2011 1:02 pm
Location: Chicago

Re: Pre-Release: HomeView - CarouselMod

Postby muiz » Wed Feb 08, 2012 12:07 am

So i lose all my other mods after installing this? If so, isnt there another way?
muiz
 
Posts: 86
Joined: Wed Feb 02, 2011 11:52 am

Re: Pre-Release: HomeView - CarouselMod

Postby bytethdgroove » Thu Feb 09, 2012 12:20 am

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
"I'm as honest as the day is long, the longer the daylight the less I do wrong!"
Image
User avatar
bytethdgroove
 
Posts: 59
Joined: Mon Apr 25, 2011 1:02 pm
Location: Chicago

Re: Pre-Release: HomeView - CarouselMod

Postby SparkyRih » Fri Feb 10, 2012 1:36 pm

That's awesome :D

I wonder if it would work on my android tablet :)
VMWare ESXi 5.5 > Ubuntu 16.04 > Subsonic 6.0 (Modded with PHP based registration feature)

Image
User avatar
SparkyRih
 
Posts: 216
Joined: Wed May 11, 2011 1:52 pm
Location: The Netherlands

Re: Pre-Release: HomeView - CarouselMod

Postby MadEvil » Fri Feb 10, 2012 3:18 pm

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
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Next

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 0 guests