Search found 17 matches

by Jay Freeman
01 Aug 2016, 09:22
Forum: Support 6.x
Topic: Editing jsp files aka customization
Replies: 3
Views: 2311

Re: Editing jsp files aka customization

The source code is available in git if you are confident compiling and deploying yourself
by Jay Freeman
22 Jul 2016, 09:33
Forum: Bug Reports 6.x
Topic: Album appears as artist
Replies: 0
Views: 3947

Album appears as artist

Some of my albums are appearing under artist, I manually fixed it by changing the database (Auto -> Album set) but I wanted to know what was causing it because I have a massive library and want to deploy on another machine at home. I finally figured it out :-) My folder structure is as follows: Rock...
by Jay Freeman
24 Jun 2016, 19:04
Forum: Bug Reports 6.x
Topic: Album (small) thumbnails don't display correctly
Replies: 5
Views: 5473

Re: Album (small) thumbnails don't display correctly

If you are comfortable with the command line, a tool like imagemagick can recursively fix all your images in one go
by Jay Freeman
24 Jun 2016, 17:51
Forum: Bug Reports 6.x
Topic: Album (small) thumbnails don't display correctly
Replies: 5
Views: 5473

Re: Album (small) thumbnails don't display correctly

If you drag and drop one of the incorrect images directly into your browser, does it render correctly?

I'm wondering if the images are badly formatted so not even the browser will be able to show them correctly
by Jay Freeman
23 Jun 2016, 13:20
Forum: Madsonic 6.x
Topic: Madsonic 6.1
Replies: 13
Views: 16438

Re: Madsonic 6.1

How often are changes pushed upstream?

I can't anything newer than 2 months ago
by Jay Freeman
22 Jun 2016, 16:57
Forum: Bug Reports 6.x
Topic: Album (small) thumbnails don't display correctly
Replies: 5
Views: 5473

Re: Album (small) thumbnails don't display correctly

Are you able to open the images in paint/gimp and save them again?

I have 5,000 images and each one displays perfectly (some never used to show for some reason, so I re-saved them)
by Jay Freeman
17 Jun 2016, 13:35
Forum: Feature Requests 6.x
Topic: Editable Artist BIO
Replies: 2
Views: 4888

Editable Artist BIO

I would really love to have Madsonic read the artist BIO from disk (XML ideally), replacing the lastFM bio the same way that artist photos are read from disk. I have some artists that do not appear on lastFM, and ideally I would like their bio and similar artists to show up in the UI.
by Jay Freeman
17 Jun 2016, 13:29
Forum: Support 6.x
Topic: 6.1 Beta with a large music collection
Replies: 1
Views: 2095

6.1 Beta with a large music collection

I have had a chance this week to give the 6.1 beta a thorough test with a large audio collection and I have to say I'm seriously impressed with how it is coming along. Aside from a few annoyances, a couple of bugs this build is worthy of staying on my server as a production build. Collection size: 1...
by Jay Freeman
16 Jun 2016, 13:10
Forum: Development
Topic: Madsonic Build Info
Replies: 5
Views: 13216

Re: Madsonic Build Info

IntelliJ IDEA is an excellent IDE for Java development and imports this project without any problems.
by Jay Freeman
16 Jun 2016, 12:57
Forum: Bug Reports 6.x
Topic: http requests behind a proxy fails
Replies: 1
Views: 1720

Re: http requests behind a proxy fails

Equally, LAstFMService.java never sets the proxy, even though there is a setProxy method.
by Jay Freeman
16 Jun 2016, 12:32
Forum: Bug Reports 6.x
Topic: http requests behind a proxy fails
Replies: 1
Views: 1720

http requests behind a proxy fails

I originally asked a question in support regarding proxies (http://forum.madsonic.org/viewtopic.php?f=62&t=1828) Seems this is a genuine bug, so I'm reporting it here also. Calls to HttpGet should be passed a proxy via the RequestCofig object. HttpGet method = new HttpGet(url); HttpHost proxy = ...
by Jay Freeman
16 Jun 2016, 12:05
Forum: Support 6.x
Topic: Proxy wont allow license validation
Replies: 2
Views: 2460

Re: Proxy wont allow license validation

A quick test in SettingsService.java public void validateLicense() { // code snipped HttpHost proxy = new HttpHost(proxyServer, proxyPort, "http"); RequestConfig requestConfig = RequestConfig.custom() .setProxy(proxy) // code snipped } Seems to work for me (made the same change to isLicens...
by Jay Freeman
15 Jun 2016, 16:59
Forum: Support 6.x
Topic: Proxy wont allow license validation
Replies: 2
Views: 2460

Re: Proxy wont allow license validation

I have tried setting the following in the vmoptions file -Dhttp.proxyHost=...... -Dhttp.proxyPort=...... -Dhttp.nonProxyHosts="localhost|127.0.0.1" I've also set them as environment variables (JAVA_OPTS) and in the java control panel, still no joy. I had a quick look at the source to commu...
by Jay Freeman
15 Jun 2016, 12:41
Forum: Support 6.x
Topic: Proxy wont allow license validation
Replies: 2
Views: 2460

Proxy wont allow license validation

I am running madsonic at work, but the network I am on is behind a proxy. I am unable to validate my license, and see the following error in the logs: [2016-06-15 12:30:53,623] WARN SettingsService - Failed to validate license. org.apache.http.conn.HttpHostConnectException: Connect to beta.madsonic....
by Jay Freeman
08 Jun 2016, 13:17
Forum: Support 6.x
Topic: Artist Hub - correct folder structure
Replies: 0
Views: 1988

Artist Hub - correct folder structure

Hi, For the most part Artist Hub works perfectly for me, with the exception for compilation albums. This is an example of my folder structure \Acid Jazz\Jamiroquai\1993 - Emergency On Planet Earth\01. filename.flac . . \Compilations\Best of Irish Punk\01. Filename.flac \Compilations\Rock Anthems\01....
by Jay Freeman
25 May 2016, 15:02
Forum: Support 6.x
Topic: Classical music genre doesn't appear
Replies: 0
Views: 2077

Classical music genre doesn't appear

Out of all the 30 or so genre's I have in my collection, each one displays correctly wherever I am able to choose genre except classical music.

I have checked that the tag is correct for the albums I have, what am I doing wrong?