Search found 10 matches

by Heruwar
27 Feb 2016, 13:30
Forum: Feature Requests 6.x
Topic: Multi genre tags support
Replies: 6
Views: 9617

Re: Multi genre tags support

Would also really like to see multitag support for genres in madsonic.
by Heruwar
23 Feb 2016, 16:53
Forum: Bug Reports 6.x
Topic: Madsonic Consistently Hanging
Replies: 15
Views: 10052

Re: Madsonic Consistently Hanging

I used to get this every few days, but haven't had any errors in a few months now after increasing JVM memory a bit with --init-memory and --max-memory.
by Heruwar
20 Nov 2015, 19:10
Forum: Info
Topic: Shell script to start media scan
Replies: 2
Views: 5079

Re: Shell script to start media scan

What error message do you get?

This works fine for me on version 6.0.7760.

curl 'http://localhost:4040/rest2/startRescan ... est&f=json'
by Heruwar
30 Aug 2015, 16:40
Forum: Solved Requests
Topic: [6.0.7110] Web player buttons don't respect context-path
Replies: 1
Views: 3694

[6.0.7110] Web player buttons don't respect context-path

========================================================================================= VERSION: MADSONIC 6.0 | BUILD: 7110.b9ea438.20150821.0127 SERVLET: jetty/8.y.z-SNAPSHOT SERVER: CPU: E8400 | ARCH: X64 | MEMORY: 4GB OS: Ubuntu 14.04.3 LTS SYSTEM: SERVER INSTALLER: DEB 20150821_madsonic-6.0.7...
by Heruwar
26 Aug 2015, 16:15
Forum: Solved Requests
Topic: [Solved] [6.0.7110] URL settings ignored in properties-file?
Replies: 6
Views: 7834

Re: [6.0.7110] URL settings ignored in properties-file?

Apparantly the command line option to madsonic.sh still works, even if the option in the properties-file doesn't.

So setting MADSONIC_ARGS="--context-path=/madsonic" in /etc/default/madsonic solves the problem for me.
by Heruwar
26 Aug 2015, 15:52
Forum: Solved Requests
Topic: [Solved] [6.0.7110] URL settings ignored in properties-file?
Replies: 6
Views: 7834

Re: [6.0.7110] URL settings ignored in properties-file?

Thanks for the feedback. I just did some more research, and the root cause for my problem is that I can't get madsonic to become available at http://localhost:4040/madsonic like before. Is the " UrlRedirectContextPath =madsonic" option renamed, or no longer available? Is it possible to get...
by Heruwar
25 Aug 2015, 15:39
Forum: Solved Requests
Topic: [Solved] [6.0.7110] URL settings ignored in properties-file?
Replies: 6
Views: 7834

Re: [6.0.7110] URL settings ignored in properties-file?

Some additional information: When I try to use the Web GUI and go to Settings > Network and try the "Use custom URL" option I get this SSL error message: https://heruwar.com/SSLHandShakeException.png Also checked with some SSL cert validation tools, and can't find any errors with my certif...
by Heruwar
24 Aug 2015, 17:37
Forum: Solved Requests
Topic: [Solved] [6.0.7110] URL settings ignored in properties-file?
Replies: 6
Views: 7834

[Solved] [6.0.7110] URL settings ignored in properties-file?

:geek: Background: I've been running Madsonic 5.2.5420 for a while with the following URL redirection settings: UrlRedirectContextPath=madsonic UrlRedirectionEnabled=false MadsonicUrl=https\://mydomain.com/madsonic Together with appropriate apache reverse proxy settings so that I can access my madso...
by Heruwar
22 Apr 2015, 21:13
Forum: Support 5.x
Topic: Apache reverse proxy madsonic, can't get it to work.
Replies: 8
Views: 12019

Re: Apache reverse proxy madsonic, can't get it to work.

ProxyPass /mad/ http://127.0.0.1:4040/ ProxyPassReverse /mad/ http://127.0.0.1:4040/ ProxyPass /script/ http://127.0.0.1:4040/script/ ProxyPassReverse /script/ http://127.0.0.1:4040/script/ ProxyPass /flash/ http://127.0.0.1:4040/flash/ ProxyPassReverse /flash/ http://127.0.0.1:4040/flash/ ProxyPas...
by Heruwar
02 Sep 2014, 20:07
Forum: Feature Requests 5.x
Topic: FLAC streaming
Replies: 2
Views: 4307

Re: FLAC streaming

Would also like to see this implemented.

The FLAC.js decoder from FFMPEG is also available on github audiocogs/flac.js as a ported version working with the Aurora.js framework.