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:01 pm

ananda96 wrote:First wanna say thank you for this nice featured mod,
as recommended i installed it from scratch and it worked fine.

using last version 3016 i've got a lot of JAVA Errors...

Then i did again a fresh install and reconfigured everything, now i got on particular Folders or when click to parent Folders (Genres in my case) JAVA Errors.

Code: Select all
Exception    java.lang.IllegalArgumentException
Message    Comparison method violates its general contract!
Java version    Oracle Corporation 1.7.0_04
Operating system    Windows 7 6.1
Server    jetty-6.1.x
Memory    Used 144 of 246 MB


Is it really necessary to downgrade JAVA to old JAva Version?


Hi, now this should work with the new Build 3020.
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:04 pm

Drefsab wrote:One feature I would love to see but there are no mods that I can find, is the ability to delete media from the library (perhaps this could be admin only). This would be useful for example to me when watching tv episodes, I watch what I want then have to make a note of what I've watched and then ftp into my server and manually delete the files. It would be a lot easier to have an option to delete it in the subsonic UI.

hi, i investigate this feature!
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:06 pm

tycoonbob wrote:So I am having two issues, which are making this latest build unusable for me. Everytime I load up SubSonic in Chrome (not sure about other browsers), I get this popup error:
Cannot call method 'addEventListener' of undefined
I have to log out, and then log back in before ANYTHING will play.
Secondly, MP3s will not play. Well, some MP3s will...but I'm thinking it has sometime to do with downcoding MP3s maybe? I dunno. Transcoding MP3 to MP3 or streaming MP3 natively makes no difference, and the strange thing is...my log files on my server are not updating.
I want to close with a question...do your mashup mods eliminate viewing logs from the SubSonic web interface? I can't seem to find them.

Hi, i have bundled Mashmod with a newer ffmpeg, maybe this is a problem for transcoding.
Try it with the original from subsonic 4.6.
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: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

PreviousNext

Return to Madsonic

Who is online

Users browsing this forum: No registered users and 4 guests