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

AW: Re: Madsonic - Mashup Mod 4.7

Postby MadEvil » Sun Sep 30, 2012 11:44 am

jonnymnemo wrote:Mediocrefred :
With a war package, you can easy update your madsonic.
Unzip the files in the /usr/share/subsonic folder, then in the same folder do a
Code: Select all
chmod +x *

If you don't, subsonic won't be able to start.

In summary (you have to be in root):
Code: Select all
service subsonic stop
cd /usr/share/subsonic
wget put_the_link_to_the_file -O the_name_you_want_to_give_it.zip
unzip the_name_you_want_to_give_it.zip
chmod +x *
service subsonic start


All builds don't have deb, ok, but the installation with a war package is quite as easy ! :wink:


Great work!Thank you, i am sure this would help other user!

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

AW: Re: Madsonic - Mashup Mod 4.7

Postby MadEvil » Sun Sep 30, 2012 11:51 am

rixton wrote:Really love this mod, I however got some issues with loading large folders containing about ~10 000 albums, it seems to load fine, but after a while the browser just freezes (and the CPU runs up), finally I have to force-quit it
Gets the same issue in both Chrome, Firefox and Safari

The server dont get any high CPU/RAM usage at all
Have tried to do an complete re-install but always ends with the same results

I have no issue´s loading the same folder when using the original Subsonic 4.7 (even though it takes some time to load the folder)

did you tryed to increase the memory?
Best regards
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: AW: Re: Madsonic - Mashup Mod 4.7

Postby rixton » Sun Sep 30, 2012 1:41 pm

MadEvil wrote:
rixton wrote:Really love this mod, I however got some issues with loading large folders containing about ~10 000 albums, it seems to load fine, but after a while the browser just freezes (and the CPU runs up), finally I have to force-quit it
Gets the same issue in both Chrome, Firefox and Safari

The server dont get any high CPU/RAM usage at all
Have tried to do an complete re-install but always ends with the same results

I have no issue´s loading the same folder when using the original Subsonic 4.7 (even though it takes some time to load the folder)

did you tryed to increase the memory?
Best regards

Yeah, has tried to increase it up to 4GB with the same issue
The server is running FreeBSD, but there does not seem to be any issue on the server-side, it is only the brower on the client-computer that freezes
If I just quit the brower and re-open it again the server is still active and works fine to use (unless I browse the same folders again of course)

Dont know if it has anything to do with it, but the folder contains only symlinks (the smaller folders that works fine are also only using symlinks)
rixton
 
Posts: 5
Joined: Wed May 04, 2011 8:11 pm

Re: Madsonic - Mashup Mod 4.7

Postby jonnymnemo » Mon Oct 01, 2012 12:17 pm

rixton wrote:Really love this mod, I however got some issues with loading large folders containing about ~10 000 albums, it seems to load fine, but after a while the browser just freezes (and the CPU runs up), finally I have to force-quit it
Gets the same issue in both Chrome, Firefox and Safari

The server dont get any high CPU/RAM usage at all
Have tried to do an complete re-install but always ends with the same results

I have no issue´s loading the same folder when using the original Subsonic 4.7 (even though it takes some time to load the folder)


10000 in one folder !!!????? :shock:
OK, here is the problem ! Even if it doesn't crash with the original subsonic, it must take ages to load the page (even more when it is remotely, with your phone for example) !!!!
To give you an example, I have a "junk" folder which contains 3269 songs and folders... The main.view page weights ...11,6 Mb !!!

In subsonic, you have to organise better you music, at a minimum like this : /Artist/Album/song

To quote from A Practical Guide to Installing and Configuring SubSonic, by Shane R. Monroe, Monroeworld.com (http://monroeworld.com/android/subsonic/)

SubSonic assumes you are controlling your music storage hierarchy. This means that the program assumes you are organizing your music via the file system, not by "tags" embedded in the music files.

The term "album" is synonomous with "folder". On SubSonic's Home screen, when it says it's displaying 10 albums, it's really displaying 10 FOLDERS (which it assumes is a collection of songs on a particular album).

So, if all your music is in one big folder (shame on you) and you are relying on some music player to organize and display the music in some hierarctical format, SubSonic is going to be painful for you. SubSonic assumes that the ROOT of your music folder doesn't have music in it - but is INSTEAD filled with ARTISTS folders. Within the ARTISTS there are ALBUMS folders (which are their own folders) and within those albums are SONGS on that album.

In fact, songs that are on the ROOT of your music folders will NOT show up in the Android SubSonic app for playback - despite the fact that you CAN get to them from the web interface. Make sure all your music is in a folder off the music folder you have specified.
[...]
BEST METHOD (cover art should be accurate, etc) :
C:\MUSIC\JOURNEY\FRONTIERS\JOURNEY - SEPARATE WAYS.MP3
C:\MUSIC\JOURNEY\GREATEST HITS\JOURNEY - WHEEL IN THE SKY.MP3
C:\MUSIC\JAMES BROWN\GREATEST HITS\JAMES BROWN - I FEEL GOOD.MP3
C:\MUSIC\JANET JACKSON\RHYTHM NATION\JANET JACKSON - RHYTHM NATION.MP3
User avatar
jonnymnemo
 
Posts: 70
Joined: Thu Apr 12, 2012 8:11 am

Re: Madsonic - Mashup Mod 4.7

Postby jonnymnemo » Mon Oct 01, 2012 12:42 pm

Hi Madevil.

I found a bug using chrome with your latest build (3132) :

When you have a list of songs in the player, if you want to scroll down to the bottom of the list, and you use the down arrow too much times, it continues to scroll down itself, and you can't scroll up anymore. It sticks to the bottom of the list, and the only thing to do is to reload the page (or only the player), and not use the down arrow anymore (you can use the slide pad between the up and down arrow).

I tried to reproduce this in firefox and internet explorer, but the bug seems to affect only chrome.

By the way, did you have some time to test my update script ? Do you have any ideas to improve it, and new features suggestions ?
User avatar
jonnymnemo
 
Posts: 70
Joined: Thu Apr 12, 2012 8:11 am

Re: Madsonic - Mashup Mod 4.7

Postby rixton » Mon Oct 01, 2012 12:47 pm

jonnymnemo wrote:
rixton wrote:Really love this mod, I however got some issues with loading large folders containing about ~10 000 albums, it seems to load fine, but after a while the browser just freezes (and the CPU runs up), finally I have to force-quit it
Gets the same issue in both Chrome, Firefox and Safari

The server dont get any high CPU/RAM usage at all
Have tried to do an complete re-install but always ends with the same results

I have no issue´s loading the same folder when using the original Subsonic 4.7 (even though it takes some time to load the folder)


10000 in one folder !!!????? :shock:
OK, here is the problem ! Even if it doesn't crash with the original subsonic, it must take ages to load the page (even more when it is remotely, with your phone for example) !!!!
To give you an example, I have a "junk" folder which contains 3269 songs and folders... The main.view page weights ...11,6 Mb !!!

In subsonic, you have to organise better you music, at a minimum like this : /Artist/Album/song

To quote from A Practical Guide to Installing and Configuring SubSonic, by Shane R. Monroe, Monroeworld.com (http://monroeworld.com/android/subsonic/)

SubSonic assumes you are controlling your music storage hierarchy. This means that the program assumes you are organizing your music via the file system, not by "tags" embedded in the music files.

The term "album" is synonomous with "folder". On SubSonic's Home screen, when it says it's displaying 10 albums, it's really displaying 10 FOLDERS (which it assumes is a collection of songs on a particular album).

So, if all your music is in one big folder (shame on you) and you are relying on some music player to organize and display the music in some hierarctical format, SubSonic is going to be painful for you. SubSonic assumes that the ROOT of your music folder doesn't have music in it - but is INSTEAD filled with ARTISTS folders. Within the ARTISTS there are ALBUMS folders (which are their own folders) and within those albums are SONGS on that album.

In fact, songs that are on the ROOT of your music folders will NOT show up in the Android SubSonic app for playback - despite the fact that you CAN get to them from the web interface. Make sure all your music is in a folder off the music folder you have specified.
[...]
BEST METHOD (cover art should be accurate, etc) :
C:\MUSIC\JOURNEY\FRONTIERS\JOURNEY - SEPARATE WAYS.MP3
C:\MUSIC\JOURNEY\GREATEST HITS\JOURNEY - WHEEL IN THE SKY.MP3
C:\MUSIC\JAMES BROWN\GREATEST HITS\JAMES BROWN - I FEEL GOOD.MP3
C:\MUSIC\JANET JACKSON\RHYTHM NATION\JANET JACKSON - RHYTHM NATION.MP3


It takes about 1min to load the page remotely, which is pretty ok.
Re-organizing the folders are not an option, than I´d rather stick with the regular Subsonic setup

The folders are sorted by Genre, and not by artist. Not the best choice for Subsonic, but the artist-sorting is not an option at this moment
rixton
 
Posts: 5
Joined: Wed May 04, 2011 8:11 pm

Re: AW: Re: Madsonic - Mashup Mod 4.7

Postby MadEvil » Mon Oct 01, 2012 2:52 pm

rixton wrote:
MadEvil wrote:
rixton wrote:Really love this mod, I however got some issues with loading large folders containing about ~10 000 albums, it seems to load fine, but after a while the browser just freezes (and the CPU runs up), finally I have to force-quit it
Gets the same issue in both Chrome, Firefox and Safari

The server dont get any high CPU/RAM usage at all
Have tried to do an complete re-install but always ends with the same results

I have no issue´s loading the same folder when using the original Subsonic 4.7 (even though it takes some time to load the folder)

did you tryed to increase the memory?
Best regards

Yeah, has tried to increase it up to 4GB with the same issue
The server is running FreeBSD, but there does not seem to be any issue on the server-side, it is only the brower on the client-computer that freezes
If I just quit the brower and re-open it again the server is still active and works fine to use (unless I browse the same folders again of course)

Dont know if it has anything to do with it, but the folder contains only symlinks (the smaller folders that works fine are also only using symlinks)


I hope i understand this right. Do you mean your server hardware or the subsonic config has 4 GB Memory allocated.

You can change the memory for the application under
Code: Select all
/etc/sysconfig/subsonic


Default Memory is 150MB so this can be the bottleneck in your case.

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

Re: Madsonic - Mashup Mod 4.7

Postby MadEvil » Mon Oct 01, 2012 2:56 pm

jonnymnemo wrote:Hi Madevil.

I found a bug using chrome with your latest build (3132) :

When you have a list of songs in the player, if you want to scroll down to the bottom of the list, and you use the down arrow too much times, it continues to scroll down itself, and you can't scroll up anymore. It sticks to the bottom of the list, and the only thing to do is to reload the page (or only the player), and not use the down arrow anymore (you can use the slide pad between the up and down arrow).

I tried to reproduce this in firefox and internet explorer, but the bug seems to affect only chrome.

By the way, did you have some time to test my update script ? Do you have any ideas to improve it, and new features suggestions ?


hi,
i will check this scroll bug in the next build later this week, also i will test your script!
best regards
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Madsonic - Mashup Mod 4.7

Postby azkreationz » Mon Oct 01, 2012 7:07 pm

This might have been addressed already, not sure, I'm having an issue where all albums are listed twice like there's a duplicate in the DB. The only way to fix it is to delete the DB and re-scan all files, but then when it runs its nightly maintenance, and looks for new albums again - the duplicates return. Anyone else having this issue?
Image



Version 4.7 (build 3132) – September 26, 2012 – (Moded by MadEvil)
Server jetty-6.1.x, java 1.7.0_05, Windows 7 (59.2 MB / 134.6 MB)
azkreationz
 
Posts: 8
Joined: Mon Mar 26, 2012 6:45 am

Re: Madsonic - Mashup Mod 4.7

Postby GJ51 » Mon Oct 01, 2012 9:43 pm

I've never seen this happen on multiple Madsonic installs. Have you tried cleaning the db - Settings/ Clean-up database, then doing a rescan?
Gary J

http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/
User avatar
GJ51
 
Posts: 3492
Joined: Wed Oct 20, 2010 11:58 pm
Location: Western New York

Re: Madsonic - Mashup Mod 4.7

Postby azkreationz » Mon Oct 01, 2012 9:47 pm

GJ51 wrote:I've never seen this happen on multiple Madsonic installs. Have you tried cleaning the db - Settings/ Clean-up database, then doing a rescan?

Yeah, I've tried that - it still seems to do the same thing... should I try to do a completely new install? I was thinking of trying the Java 1.6 version on a completely fresh install to see if that fixed it...I just wanted to check for a solution here first before doing so.
azkreationz
 
Posts: 8
Joined: Mon Mar 26, 2012 6:45 am

Re: Madsonic - Mashup Mod 4.7

Postby BKKKPewsey » Mon Oct 01, 2012 11:46 pm

Just an idea :?: Check for any sym-links in your folders as you may have inadvertently created a loop scenario.

:mrgreen:
Everyone is entitled to be stupid, Image but some abuse the privilege!

Due to the confusion from too many genres of music, we have decided to put both country music and rap music into the genre of Crap music.
User avatar
BKKKPewsey
 
Posts: 2080
Joined: Mon May 23, 2011 12:16 pm
Location: United Kingdom

Re: Madsonic - Mashup Mod 4.7

Postby j3tblk » Tue Oct 02, 2012 12:00 am

Does anyone know how to remove these underscores that appear on hover?

Image

Thanks!
j3tblk
 
Posts: 117
Joined: Thu Jun 03, 2010 3:51 pm

Re: Madsonic - Mashup Mod 4.7

Postby gurutech » Tue Oct 02, 2012 4:27 am

j3tblk wrote:Does anyone know how to remove these underscores that appear on hover?

Image

Thanks!



Does changing the theme get rid of them? I haven't seen the underscores anywhere, but I'm only using one theme. Just a thought....
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Madsonic - Mashup Mod 4.7

Postby shivan » Wed Oct 03, 2012 10:22 am

I did not see any mention of problems with IOS or Isub. I have a couple users who use isub on their iphones and IOS 6? on their PC's and they both have the same issues. Some music will play and some will not. Also some music takes 30 + seconds to start and some does not.

I backed out of Madsonic to vanilla 4.7 and the issues are gone. I was using the b3132se build. Have any other IOS users had an issue? I really like subsonic but once you taste madsonic, subsonic seems so plain.
shivan
 
Posts: 7
Joined: Mon May 28, 2012 3:23 pm

PreviousNext

Return to Madsonic

Who is online

Users browsing this forum: No registered users and 4 guests