Madsonic - Mashup Mod [MAIN]

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

Moderator: moderators

Re: Madsonic - Mashup Mod [MAIN]

Postby hairlesshobo » Thu Nov 15, 2012 2:32 pm

Yeah, I thought the same thing so I checked it against the stock Subsonic app for Android and it acts the same. It must be how the server returns the information. What's really strange about it, I have miscellaneous tracks per artist in a "Misc" folder. If all tags share the same album, then in the mobile apps it shows the name of the album that everything shares. But, once cached, I go into offline mode and it shows "Misc" instead of the folder name that was previously displayed. This clearly has to be something to do with how the server returns the information to the clients.
hairlesshobo
 
Posts: 54
Joined: Tue Feb 15, 2011 4:34 pm

Re: Madsonic - Mashup Mod [MAIN]

Postby r0gue33 » Tue Nov 20, 2012 4:55 pm

MadSonic-

Thanks for this mod, I really like it. I've been trying to use it as my main web interface but for some reason I can't see album names under an artists folder if they have years attached to them.

For example, my Rolling Stones folder has 46 albums in it. 34 of those have the year (the new feature in Sub 4.7) and the rest don't. I can see the album names for the ones that don't have a year tag, the ones that do just list the year with no album name. It's the same across all folders and artists.

I uninstalled the original subsonic, but I didn't create a new database for your mod. Do you have any suggestions?
r0gue33
r0gue33
 
Posts: 11
Joined: Sun Mar 07, 2010 3:16 am

Re: Madsonic - Mashup Mod [MAIN]

Postby Digitaldreamer7 » Tue Nov 20, 2012 10:48 pm

r0gue33 wrote:MadSonic-

Thanks for this mod, I really like it. I've been trying to use it as my main web interface but for some reason I can't see album names under an artists folder if they have years attached to them.

For example, my Rolling Stones folder has 46 albums in it. 34 of those have the year (the new feature in Sub 4.7) and the rest don't. I can see the album names for the ones that don't have a year tag, the ones that do just list the year with no album name. It's the same across all folders and artists.

I uninstalled the original subsonic, but I didn't create a new database for your mod. Do you have any suggestions?



I had the same problem, I went to settings, clean up, clicked make full rescan, then when that finished I did the scan media folders now right above it and that solved the problem.
Digitaldreamer7
 
Posts: 8
Joined: Wed Sep 14, 2011 1:30 am

Re: Madsonic - Mashup Mod [MAIN]

Postby c0mputerking » Tue Nov 27, 2012 6:17 pm

First thank for the awsome mod for subsonic can't wait to show my friends, I'm sure to be one of the cool kids now haha.

However how do i get a full screen visualization going with the webplayer?? i installed madsonic as i thought that it might automagiclly happen but alas still no full screen visualizations. Need it as my audio goes through my 50" plasma screen flat panel and i am worried about screen burn in with the current web player
c0mputerking
 
Posts: 6
Joined: Sun Jun 06, 2010 10:07 pm

Re: Madsonic - Mashup Mod [MAIN]

Postby r0gue33 » Tue Nov 27, 2012 9:05 pm

Digitaldreamer7 wrote:
r0gue33 wrote:MadSonic-

Thanks for this mod, I really like it. I've been trying to use it as my main web interface but for some reason I can't see album names under an artists folder if they have years attached to them.

For example, my Rolling Stones folder has 46 albums in it. 34 of those have the year (the new feature in Sub 4.7) and the rest don't. I can see the album names for the ones that don't have a year tag, the ones that do just list the year with no album name. It's the same across all folders and artists.

I uninstalled the original subsonic, but I didn't create a new database for your mod. Do you have any suggestions?



I had the same problem, I went to settings, clean up, clicked make full rescan, then when that finished I did the scan media folders now right above it and that solved the problem.


Tried the clean-up and rescan with no effect. I still have lists with no album names, just release years. Thanks for the ideas though. Unless there is anything else to try, I'm going to build another VM, install fresh and copy my media folders over.
r0gue33
r0gue33
 
Posts: 11
Joined: Sun Mar 07, 2010 3:16 am

Re: Madsonic - Mashup Mod [MAIN]

Postby xenool » Tue Nov 27, 2012 10:52 pm

I get this fail when i try to update maps. someone who know what the problem is?
I use the lastest build 4.8 Beta1 B3220

[2012-11-27 23:48:58,319] ERROR MediaScannerService - Failed to scan media library.
org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [insert into album (id, path, name, SetName, artist, albumartist, song_count, duration_seconds, cover_art_path, play_count, last_played, comment, created, last_scanned, present) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; Attempt to insert null into a non-nullable column: column: NAME table: ALBUM in statement [insert into album (id, path, name, SetName, artist, albumartist, song_count, duration_seconds, cover_art_path, play_count, last_played, comment, created, last_scanned, present) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; nested exception is java.sql.SQLException: Attempt to insert null into a non-nullable column: column: NAME table: ALBUM in statement [insert into album (id, path, name, SetName, artist, albumartist, song_count, duration_seconds, cover_art_path, play_count, last_played, comment, created, last_scanned, present) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:100)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:607)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:792)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:850)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:858)
at net.sourceforge.subsonic.dao.AbstractDao.update(AbstractDao.java:71)
at net.sourceforge.subsonic.dao.AlbumDao.createOrUpdateAlbum(AlbumDao.java:148)
at net.sourceforge.subsonic.service.MediaScannerService.updateAlbum(MediaScannerService.java:312)
at net.sourceforge.subsonic.service.MediaScannerService.scanFile(MediaScannerService.java:234)
at net.sourceforge.subsonic.service.MediaScannerService.scanFile(MediaScannerService.java:219)
at net.sourceforge.subsonic.service.MediaScannerService.doScanLibrary(MediaScannerService.java:170)
at net.sourceforge.subsonic.service.MediaScannerService.access$000(MediaScannerService.java:47)
at net.sourceforge.subsonic.service.MediaScannerService$2.run(MediaScannerService.java:146)
Caused by: java.sql.SQLException: Attempt to insert null into a non-nullable column: column: NAME table: ALBUM in statement [insert into album (id, path, name, SetName, artist, albumartist, song_count, duration_seconds, cover_art_path, play_count, last_played, comment, created, last_scanned, present) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)
at org.springframework.jdbc.core.JdbcTemplate$2.doInPreparedStatement(JdbcTemplate.java:798)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:591)
... 11 more
xenool
 
Posts: 6
Joined: Sat Nov 24, 2012 11:07 am

Re: Madsonic - Mashup Mod [MAIN]

Postby MadEvil » Thu Nov 29, 2012 2:37 am

many Bugs should be fixed in beta 2 --> viewtopic.php?f=15&t=10460&start=15#p49452

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

Re: Madsonic - Mashup Mod [MAIN]

Postby Ghizmo » Thu Nov 29, 2012 2:12 pm

Hi Mad,

Again, congrats for the 4.8.beta2 (build 3280) ! Again a really nice job !

Just, i don't understand the use of "show/hide statistics"...

Have a nice day
Ghizmo
 
Posts: 9
Joined: Sat Jun 26, 2010 12:11 pm

Re: Madsonic - Mashup Mod [MAIN]

Postby MadEvil » Thu Nov 29, 2012 2:18 pm

Ghizmo wrote:Hi Mad,
Again, congrats for the 4.8.beta2 (build 3280) ! Again a really nice job !
Just, i don't understand the use of "show/hide statistics"...
Have a nice day


Hi, it's just for saving space on the left frame. I have a very long Shortcut list, so it's better to start it collapsed.
Statistics are nice, but I need it very rarely to start it expanded :lol:

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

Re: Madsonic - Mashup Mod [MAIN]

Postby Magica » Thu Nov 29, 2012 3:22 pm

Hello,

New version looks very good. Good work.
Is there some changes in social icon/chat feature? I can´t get it visible. I have checked Social icon in icon settings.
What lines I have to modify in top.jsp so I can get the Social icon and right chat field visible at same time?

Thanks in advance

-m-
Magica
 
Posts: 22
Joined: Thu Aug 11, 2011 1:46 pm

Re: Madsonic - Mashup Mod [MAIN]

Postby GJ51 » Thu Nov 29, 2012 6:10 pm

I like the new Icons feature, but notice that DB, Logs, and Upload aren't listed.

Also, is it possible that the icons could be integrated into the Groups screen so that we could assign icon access in a similar way that we enable access for each group to the media folders?

Great job!

Amazing progress.

I like the Artists page concept. Currently the main icon is generic and the album icons only display 3 when spread.

I'm sure that's why it's still beta.

Lovin' it.
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 [MAIN]

Postby MadEvil » Thu Nov 29, 2012 6:24 pm

Hi Gerry,

GJ51 wrote:I like the new Icons feature, but notice that DB, Logs, and Upload aren't listed.


This DB/Log Icons only visibbly if you have admin rights all other users don't see this Icons. EDIT: For Upload you need the Upload-Role Right.

GJ51 wrote:Also, is it possible that the icons could be integrated into the Groups screen so that we could assign icon access in a similar way that we enable access for each group to the media folders?

Well i will look into if some time is left :wink:

GJ51 wrote:Great job!
Amazing progress.
I like the Artists page concept. Currently the main icon is generic and the album icons only display 3 when spread.
I'm sure that's why it's still beta.
Lovin' it.


The Artist Cover idea is to act like the coverArt feature for albums. So if you save a artist picture in your Artist folder like (d:\Music\Abba\artist.jpg)
Madsonic detects this mediaFile as Artist and displays the cover. Or you can use the edit link within the Artist Hub, the little Icon on the bottom
of the picture (Google Picture Search is used).

best regards
Last edited by MadEvil on Thu Nov 29, 2012 6:36 pm, edited 1 time in total.
Madsonic Developer
User avatar
MadEvil
 
Posts: 354
Joined: Wed Nov 09, 2011 8:35 pm
Location: Vienna

Re: Madsonic - Mashup Mod [MAIN]

Postby gurutech » Thu Nov 29, 2012 6:29 pm

I'm liking this version as well (3280). I love the ability to collapse the artist list on the left column (I had never used it before through standard mods, and I'm hitting myself for not trying it sooner!)

The one thing I would still like to see is a way to integrate a Facebook login. I read somewhere that you were looking into this for the 4.8 full release, but would like to see it in a future Beta, if possible. I can provide some insight into the Facebook side of the integration if you need any assistance, as I have a very rudimentary version of it on my page. I can't login with it though (yet), only "register" users, and it's built off of SparkyRIH's registration engine. And even then, I have to manually change pw's in Subsonic/Madsonic due to some encryption thing I haven't been able to pinpoint yet (facebook seems to set the pw in either clear-text or non-md5 format, which I believe SS uses md5 encryption.)
Image
gurutech
 
Posts: 492
Joined: Sun Jan 15, 2012 9:56 pm

Re: Madsonic - Mashup Mod [MAIN]

Postby MadEvil » Thu Nov 29, 2012 6:32 pm

Magica wrote:Hello,
New version looks very good. Good work.
Is there some changes in social icon/chat feature? I can´t get it visible. I have checked Social icon in icon settings.
What lines I have to modify in top.jsp so I can get the Social icon and right chat field visible at same time?
Thanks in advance
-m-


Hi, to do so edit the top.jsp file as followed

Code: Select all
<c:if test="${model.showIconSocial}">         
  <c:if test="${not model.showRight}">         
    <td style="min-width:4em;padding-right:1.0em">
    <a href="chat.view?" target="main"><img src="<spring:theme code="chatImage"/>" title="${chat}" alt="${chat}"></a><br>
    <a href="chat.view?" target="main">${chat}</a>
    </td>
  </c:if>
</c:if>


and replace or delete the marked Lines

Code: Select all
<c:if test="${model.showIconSocial}">         
<!-- *** <c:if test="${not model.showRight}"> *** -->
    <td style="min-width:4em;padding-right:1.0em">
    <a href="chat.view?" target="main"><img src="<spring:theme code="chatImage"/>" title="${chat}" alt="${chat}"></a><br>
    <a href="chat.view?" target="main">${chat}</a>
    </td>
<!-- *** </c:if> *** -->
</c:if>


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

Re: Madsonic - Mashup Mod [MAIN]

Postby GJ51 » Thu Nov 29, 2012 7:04 pm

MadEvil wrote:Hi Gerry,

GJ51 wrote:I like the new Icons feature, but notice that DB, Logs, and Upload aren't listed.


This DB/Log Icons only visibbly if you have admin rights all other users don't see this Icons. EDIT: For Upload you need the Upload-Role Right.

GJ51 wrote:Also, is it possible that the icons could be integrated into the Groups screen so that we could assign icon access in a similar way that we enable access for each group to the media folders?

Well i will look into if some time is left :wink:

GJ51 wrote:Great job!
Amazing progress.
I like the Artists page concept. Currently the main icon is generic and the album icons only display 3 when spread.
I'm sure that's why it's still beta.
Lovin' it.


The Artist Cover idea is to act like the coverArt feature for albums. So if you save a artist picture in your Artist folder like (d:\Music\Abba\artist.jpg)
Madsonic detects this mediaFile as Artist and displays the cover. Or you can use the edit link within the Artist Hub, the little Icon on the bottom
of the picture (Google Picture Search is used).

best regards



LOL - You're rolling out features faster than I can learn how to use them.
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

PreviousNext

Return to Madsonic

Who is online

Users browsing this forum: No registered users and 23 guests