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 GJ51 » Wed Aug 08, 2012 5:23 am

The player control buttons disappear when using the Back to Black theme, which of course is my favorite.

No scroll bars on the left side.

Can't scroll left column or jump to letter sections in IE 9. Scrolling and jump to alpha sections work in Chrome, but there is no left scroll bar. Scrolling only available through mouse wheel for the left column.

So cool - Frames can be resized in IE 9 - but not in Chrome.

This is another feature I've been hoping to see since I first started using SS. I've also notice that frame resizing works in IE10 on my Win 8 test box.

I'd love to see thin borders between the frames that can be resized on all versions and platforms. Lists the folders, but not the files. Only shows the cover art in each folder. .wtv works fine on my other 4.7b3 sites. In earlier versions I used to have to edit one of the jsp files to get wtv recognized as a video file, but I don't recall having to do that in the later versions.

Not recognizing wtv files.
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: Technical Preview: Subsonic Mashup Mod 4.7

Postby hakko » Wed Aug 08, 2012 7:24 am

MadEvil wrote:This errors happen if you use the original DB structure and then upgrade to the Mashup-Mod.
Because i extended the table schema and only the replacement of the war file will not migrate the db-structure. :cry:


Maybe it's a good idea to have the code itself upgrade the db structure?

I did it like this. I added my new, own database schemas to DaoHelper to have them executed at start-up:

https://github.com/hakko/subsonic/blob/ ... elper.java

the first one of them clears out stuff that Sindre's been working on:

https://github.com/hakko/subsonic/blob/ ... binet.java

and then the rest of them add MusicCabinet specific stuff (like default home screen, number of columns to display in home screen etc)

https://github.com/hakko/subsonic/blob/ ... _5_35.java
https://github.com/hakko/subsonic/blob/ ... _6_80.java
https://github.com/hakko/subsonic/blob/ ... _6_82.java
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby gigon » Wed Aug 08, 2012 6:45 pm

I have got the "4.7.beta3 (build 3090) – August 7, 2012 – (Moded by MadEvil)" running well but I miss "MiniSub", which is included in the official release...
Subsonic Package for Synology DiskStations http://eg-blog.de
gigon
 
Posts: 46
Joined: Thu Dec 01, 2011 12:52 am

Re: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Wed Aug 08, 2012 6:50 pm

hakko wrote:
MadEvil wrote:This errors happen if you use the original DB structure and then upgrade to the Mashup-Mod.
Because i extended the table schema and only the replacement of the war file will not migrate the db-structure. :cry:


Maybe it's a good idea to have the code itself upgrade the db structure?

I did it like this. I added my new, own database schemas to DaoHelper to have them executed at start-up:

https://github.com/hakko/subsonic/blob/ ... elper.java

the first one of them clears out stuff that Sindre's been working on:

https://github.com/hakko/subsonic/blob/ ... binet.java

and then the rest of them add MusicCabinet specific stuff (like default home screen, number of columns to display in home screen etc)

https://github.com/hakko/subsonic/blob/ ... _5_35.java
https://github.com/hakko/subsonic/blob/ ... _6_80.java
https://github.com/hakko/subsonic/blob/ ... _6_82.java

Hi hakko,

thx for your examples, until the final version appears I will try to integrate some stuff.
but if i drop the old tables i also lost the data within, a migration of the media_file table is very difficult
and so a install from scratch is easier and better. (i change the structure from artist, album and media_file table a lot) :wink:

but i can implement some querys to cleanup old tables to start without erros.


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 » Wed Aug 08, 2012 6:56 pm

GJ51 wrote:The player control buttons disappear when using the Back to Black theme, which of course is my favorite.


I found the bugs in the code and theme files, so the theme should work now!

GJ51 wrote:No scroll bars on the left side. Can't scroll left column or jump to letter sections in IE 9. Scrolling and jump to alpha sections work in Chrome, but there is no left scroll bar. Scrolling only available through mouse wheel for the left column. So cool - Frames can be resized in IE 9 - but not in Chrome.
This is another feature I've been hoping to see since I first started using SS. I've also notice that frame resizing works in IE10 on my Win 8 test box.
I'd love to see thin borders between the frames that can be resized on all versions and platforms.


Dreams come true, i add a new feature to enable Frame resizeable Playqueue on all Plattforms per user-settings (tested with IE, Firefox, Chrome)

GJ51 wrote:Lists the folders, but not the files. Only shows the cover art in each folder. .wtv works fine on my other 4.7b3 sites. In earlier versions I used to have to edit one of the jsp files to get wtv recognized as a video file, but I don't recall having to do that in the later versions.

Not recognizing wtv files.


I don't know what you exactly mean with this.

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 » Wed Aug 08, 2012 7:22 pm

New Build: 3092 (Beta3)

NEW: New Feature to enable resizing on PlayQueue Frame
NEW: Fix IE Bug to prevent display Custom Scroller
NEW: Fix Theme "Back on Black" Playericons
NEW: Fix Iconpath on Videoplayerpage if not root content is used
NEW: Disable GZIP Filter, prevent startup on Tomcat6
NEW: DB Link in Top only enabled for Admins


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

capture_008_08082012_211806.png
capture_008_08082012_2118d06.png
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 » Wed Aug 08, 2012 8:37 pm

GJ51 wrote:One feature I've asked fo several times is to make this setting "Sticky" so that it doesn't keep resetting to the default.

Thanks again for the hard work.
Gary


What do you mean exactly with "Sticky", all settings will be saved if you restart your subsonic service?
If you mean the Settings for Album display (Row & Column), this can be saved in the personal settings page.

PS: Thank you for your Feedback :D

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 GJ51 » Wed Aug 08, 2012 9:29 pm

Excellent!
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: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Aug 09, 2012 12:51 am

Hi Gary,

Did you try this before you make the first media scan,
i don't know if it works on rescan the library.

1) Go to > Settings > General
2) append the wtv extension to the video files section
3) save
4) go to > Settings > Transcoding
5) add this new transcoding line
_1) Name: wtv video
_2) converted from: wtv
_3) converted to: flv
_4) Step 1: ffmpeg -ss %o -i %s -async 30 -b %bk -r 23-.976 -s %wx%h -ar 44100 -ac 2 -v 0 -f flv -vcodec libx264 -preset fast -threads 0 -
6) save
7) start first media scan
8) done

i test this with B3092 and it works for me!

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 GJ51 » Thu Aug 09, 2012 1:02 am

Yes I made all the entries in the file extension and transcoding section to the same as my standard 4.7b3 site. The files have been scanned numerous times but still don't show. I'll review to check for minor typo details again.

I didn't add a seperate transcoding entry as everything worked in the standard install just fine. The main issue is getting the files to show once the folder is selected. So far I haven't been able to get past that.

I guess I could always try another clean install. By the way, there is no "About" button so how do you verify the build number from the web interface?

EDIT: I'll upgrade to 3092 within the next few hours to see if that makes a difference.
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: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Aug 09, 2012 1:18 am

GJ51 wrote:I guess I could always try another clean install. By the way, there is no "About" button so how do you verify the build number from the web interface?


Click on logo in the left top corner for the about Page. :wink:
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 GJ51 » Thu Aug 09, 2012 1:24 am

Got it. I'm on 3091, but I'm only seeing the 8/7 build from 29 hours ago in the dropbox link. What am I misssing for getting to the 3092 build?

I know you advise a clean install instead of an upgrade from the standard SS install but is it ok to just drop the next version onto your previous build?
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

AW: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Aug 09, 2012 1:30 am

Sorry i forgot the dropbox, can take the uploaded.to Links?
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 GJ51 » Thu Aug 09, 2012 1:49 am

Got it, sorry brain running a little slow today. I'll start dropping it in.

EDIT: Ok - dropped in and rescanning.

EDIT: Same result - I'll do a scratch install.

EDIT: Same result. Folders show, but it won't display the files.

This site has the same permission settings as my other site. Tomcat was configured the same on both servers with only the port numbers set differently.

Got me baffled.
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: Technical Preview: Subsonic Mashup Mod 4.7

Postby MadEvil » Thu Aug 09, 2012 7:30 am

GJ51 wrote:Got it, sorry brain running a little slow today. I'll start dropping it in.

EDIT: Ok - dropped in and rescanning.
EDIT: Same result - I'll do a scratch install.
EDIT: Same result. Folders show, but it won't display the files.

This site has the same permission settings as my other site. Tomcat was configured the same on both servers with only the port numbers set differently.
Got me baffled.


Hi,
I did the same as on my server and it works.

you set the transcoding other as i described in the post. I correct this, delete the whole media_file table and make a rescan. wtv are now displayed and streamed well.

TYI: to delete all scaned mediafiles from Database, you go to the DB-View and enter DELETE FROM MEDIA_FILE

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

PreviousNext

Return to Madsonic

Who is online

Users browsing this forum: No registered users and 0 guests