Madsonic - Mashup Mod (old Support Thread)

Madsonic Mashup Mod is a fork of the Subsonic 4.7 Server Build 3090 with some Subsonic Data schema modifications!

Moderator: moderators

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Jun 21, 2012 11:15 pm

jdubso wrote:I love this mod, I have no errors and everything seems to work fine. The following are issues that I have encountered:
    +When i add cover art for an album through the image search it says it downloaded fine, and the file shows up as cover.jpg but it won't show up in the folder in subsonic, even with a new folder scan. If you click to enlarge it shows, just not in the normal view. <-- if you clear the browser cache they show up
    +The sort by folder structure isn't working.
    +When the chat window is on the right below the users the text does not wrap and bleeds off the screen.
    +There is no button/link at top to access about page with subsonic log <-- figured this out, click subsonic logo on top left
Thank you again. I love this look.

Hi, thanks for your feedback!

*) the coverart displaying is maybe a bug in Subsonic 4.7 -> viewtopic.php?f=2&t=9766
*) I'am working on a better Mediatype and Sorting function, maybe in the next Builds its done.
*) The wrap bug on the right frame will be fixed its on my TODO List.
*) Yes the About Page is only accessibly via Click on the left top Logo.

Best regards
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Jun 21, 2012 11:18 pm

paradym3 wrote:Great work with this! Thanks to everyone who contributed!
For some reason my Similar Artists are not showing. This is supposed to be enabled by default correct? No additional config is needed? It does not display in IE8, Chrome, Firefox.
Specs:
Windows Server 2008 R2 SP1
IIS with ARR routing to Apache Tomcat
Thank you,
Craig

Hi,
Sorry for this, my last changes broke the Similar Artist Function, it will come back in future Builds.
Best regards
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Jun 21, 2012 11:20 pm

hi folks, sorry for the long delay, my daughter was ill in hospital so i had no time to answer.

New Build: 3020

NEW: First Build with JDK 1.7.05
NEW: Update exe4j 4.4.5
NEW: Update Jquery 1.7.2
NEW: Update Jquery UI 1.8.21
NEW: Update JWPlayer 5.9.2268
NEW: Update Externalplayer (new Skin, Next & Previous Button are back)
NEW: Sinkable Scrollbars (Left & Playqueue Frame)
NEW: Bugfix Playqueue jumps to top on next Button
NEW: Optimize AlbumArtist Tag reading
NEW: temp. disable broken Similar Artist Function (come back soon)

Download look @ first Post -> viewtopic.php?f=8&t=9187

Best regards
Last edited by MadEvil on Tue Jun 26, 2012 12:56 am, edited 1 time in total.
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby jdubso » Fri Jun 22, 2012 3:34 am

I tried to do an upgrade from Build 3016 to 3020. Got the error message below. Tried doing a clean install and received the same error. Then downgraded from java 1.7.05 to 1.6.32 and attempted another clean install and received the same error message on install. Any advice?

Code: Select all
java.lang.UnsupportedClassVersionError: net/sourceforge/subsonic/booter/Main : Unsupported major.minor version 51.0
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(Unknown Source)
   at java.lang.ClassLoader.defineClass(Unknown Source)
   at java.security.SecureClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.access$000(Unknown Source)
   at java.net.URLClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
   at com.exe4j.runtime.WinLauncher.main(Unknown Source)
jdubso
 
Posts: 40
Joined: Tue Mar 15, 2011 11:55 am
Location: United States

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby Jameson » Fri Jun 22, 2012 3:46 am

Thank you for all the work. Latest beta build is awesome!
User avatar
Jameson
 
Posts: 12
Joined: Fri May 04, 2012 11:02 am

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Fri Jun 22, 2012 6:23 am

Jameson wrote:Thank you for all the work. Latest beta build is awesome!


Oh yeah, thx !! :D
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Fri Jun 22, 2012 6:31 am

jdubso wrote:I tried to do an upgrade from Build 3016 to 3020. Got the error message below. Tried doing a clean install and received the same error. Then downgraded from java 1.7.05 to 1.6.32 and attempted another clean install and received the same error message on install. Any advice?

Code: Select all
java.lang.UnsupportedClassVersionError: net/sourceforge/subsonic/booter/Main : Unsupported major.minor version 51.0
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(Unknown Source)

Hi,
this is maybe a problem with the build. as I said before this is a first build with JDK 1.7.05.
In you case you tried to execute a 1.7 compiled project to start with java 1.6.

This build only work with Java 1.7!

What OS system and what installation package do you use? Maybe a made a mistake with the dep and rpm package.

similar problem -> http://techtracer.com/2007/10/10/resolv ... 490-error/

Try Builds below B3020 they are compiled with JDK 1.6 to test this out.

Best regards
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby ananda96 » Sun Jun 24, 2012 12:01 am

Feedback:

Version 4.7.beta2 (build 3020) – 22. Juni 2012 – (Moded by MadEvil)
Server jetty-6.1.x, java 1.7.0_05, Windows 7 (151,8 MB / 163,8 MB)

clean uninstall JAVA, reinstall, overwrote Build 3016 to Build 3020 - NO Errors!

Thanks a lot!

What happened to Genre Feature?

(running on W7x64SP1 + FF 14beta7)
User avatar
ananda96
 
Posts: 17
Joined: Fri Aug 26, 2011 4:27 am
Location: Costa Rica

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby jdubso » Sun Jun 24, 2012 1:18 am

ananda96 wrote:Feedback:

Version 4.7.beta2 (build 3020) – 22. Juni 2012 – (Moded by MadEvil)
Server jetty-6.1.x, java 1.7.0_05, Windows 7 (151,8 MB / 163,8 MB)

clean uninstall JAVA, reinstall, overwrote Build 3016 to Build 3020 - NO Errors!

Thanks a lot!

What happened to Genre Feature?

(running on W7x64SP1 + FF 14beta7)


Did you install http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.html?

I went through those steps, removing all traces of Java from my machine running WIN 7 x64 and did a clean install of jre 7u5 and I couldn't get it to work.
jdubso
 
Posts: 40
Joined: Tue Mar 15, 2011 11:55 am
Location: United States

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby ananda96 » Sun Jun 24, 2012 10:00 pm

yes, offline install, browser closed, kicked subsonic with taskmanager, wiped all caches and traces with ccleaner, zero errors.
did you used 3016 before?

I really would recommend a feature like "save config to ini file" or something different to restore all settings for clean reinstall and scan.
User avatar
ananda96
 
Posts: 17
Joined: Fri Aug 26, 2011 4:27 am
Location: Costa Rica

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby jdubso » Sun Jun 24, 2012 10:03 pm

ananda96 wrote:yes, offline install, browser closed, kicked subsonic with taskmanager, wiped all caches and traces with ccleaner, zero errors.
did you used 3016 before?


I was running 3016 with no issues on java 7u5. Tried upgrading to 3020 a hundred different ways with clean installs of both Java and Subsonic.
jdubso
 
Posts: 40
Joined: Tue Mar 15, 2011 11:55 am
Location: United States

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby tycoonbob » Mon Jun 25, 2012 2:40 am

So I am trying B3020 tonight, and a few things to note:
First off, my OS for my SubSonic device is Windows Server 2012 Release Candidate Datacenter x64.
So I uninstalled Java 1.6, and uninstalled B3016, and installed B3020...to let it install Java. B3020 installed Java v1.6u32. SubSonic didn't work, since it was compiled with 1.7...so I uninstalled the 1.6.
Downloaded the offline installer for the latest 1.7, both the x64 and x86...and installed both. With that being said, I can say that SubSonic still didn't work with on the 1.7 x64 install, as I got a popup saying it couldn't find the x32 install of JDK, but resolved itself after I installed it. All seemed to work after that, and working good so far.

**Sorry to hear about your daughter.
tycoonbob
 
Posts: 33
Joined: Mon Feb 06, 2012 2:49 pm

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby jdubso » Mon Jun 25, 2012 3:31 am

tycoonbob wrote:So I am trying B3020 tonight, and a few things to note:
First off, my OS for my SubSonic device is Windows Server 2012 Release Candidate Datacenter x64.
So I uninstalled Java 1.6, and uninstalled B3016, and installed B3020...to let it install Java. B3020 installed Java v1.6u32. SubSonic didn't work, since it was compiled with 1.7...so I uninstalled the 1.6.
Downloaded the offline installer for the latest 1.7, both the x64 and x86...and installed both. With that being said, I can say that SubSonic still didn't work with on the 1.7 x64 install, as I got a popup saying it couldn't find the x32 install of JDK, but resolved itself after I installed it. All seemed to work after that, and working good so far.

**Sorry to hear about your daughter.


Thank you tycoonbob, you are my savior. I installed x32 version of 7u5 and it worked. I was only installing the x64 version. Was not aware that I also need the x32 version. Thank you.
jdubso
 
Posts: 40
Joined: Tue Mar 15, 2011 11:55 am
Location: United States

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby tycoonbob » Mon Jun 25, 2012 3:22 pm

jdubso wrote:
tycoonbob wrote:So I am trying B3020 tonight, and a few things to note:
First off, my OS for my SubSonic device is Windows Server 2012 Release Candidate Datacenter x64.
So I uninstalled Java 1.6, and uninstalled B3016, and installed B3020...to let it install Java. B3020 installed Java v1.6u32. SubSonic didn't work, since it was compiled with 1.7...so I uninstalled the 1.6.
Downloaded the offline installer for the latest 1.7, both the x64 and x86...and installed both. With that being said, I can say that SubSonic still didn't work with on the 1.7 x64 install, as I got a popup saying it couldn't find the x32 install of JDK, but resolved itself after I installed it. All seemed to work after that, and working good so far.

**Sorry to hear about your daughter.


Thank you tycoonbob, you are my savior. I installed x32 version of 7u5 and it worked. I was only installing the x64 version. Was not aware that I also need the x32 version. Thank you.


Not a problem :)
All it takes is glancing at the warning popup, hehe. I'm sure the final build will be be packaged with the right version JDK installer in the future.

I had an issue this morning though...so I got it installed, and was listening to some music last night and closed my browser. This morning I load the page back up, i'm still signed in, but can't play anything. When I click, I get nothing. I had to log out and log back in before it would play anything. Nothing useful in the logs either.
tycoonbob
 
Posts: 33
Joined: Mon Feb 06, 2012 2:49 pm

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby ananda96 » Mon Jun 25, 2012 10:06 pm

The main point is subsonic is a 32bit build, so if you need for other applications x64, you need to run both, normally without any problems.
so, Jdownloader uses x64, subsonic does not.

@madevil:
hope your daughter is doing better!
User avatar
ananda96
 
Posts: 17
Joined: Fri Aug 26, 2011 4:27 am
Location: Costa Rica

PreviousNext

Return to Madsonic

Who is online

Users browsing this forum: No registered users and 1 guest