September 23, 20187 yr 14 hours ago, tjb_altf4 said: The template still needs an update, I installed Airsonic for the first time and ran into the 'too small initial heap' error. Updating the JAVA_OPTS values with m after numbers as noted earlier resolved the issue. I thought we fixed that a long time ago... Apparently we didn't.
September 27, 20187 yr Really liking Airsonic, seems very solid. I've changed over the back end from the internal hsqldb to MariaDB. Probably not needed in terms of performance, but a nice to have for backing up library and user profiles etc as part of a centralised db.
October 1, 20187 yr On 9/22/2018 at 7:26 PM, saarg said: I thought we fixed that a long time ago... Apparently we didn't. just tried for the first time also and same issue
October 1, 20187 yr just tried for the first time also and same issueIt's definitely been fixed now, probably an issue with your locally cached templateSent from my Mi A1 using Tapatalk
October 1, 20187 yr It's definitely been fixed now, probably an issue with your locally cached templateSent from my Mi A1 using TapatalkFirst time installing it. Adding the m fix it Sent from my iPhone using Tapatalk Pro
October 1, 20187 yr https://github.com/linuxserver/docker-templates/pull/95Sent from my Mi A1 using Tapatalk
October 6, 20187 yr On 10/1/2018 at 2:09 PM, CHBMB said: https://github.com/linuxserver/docker-templates/pull/95 Sent from my Mi A1 using Tapatalk I’m not intimate with the XML schema, but does the config on line 99 need updating also?
October 6, 20187 yr 5 hours ago, tjb_altf4 said: I’m not intimate with the XML schema, but does the config on line 99 need updating also? Good pick up..... Thanks https://github.com/linuxserver/docker-templates/pull/97#issuecomment-427592214
October 7, 20187 yr 19 hours ago, CHBMB said: Good pick up..... Thanks https://github.com/linuxserver/docker-templates/pull/97#issuecomment-427592214 My bad. Didn't think about that one at all.
October 7, 20187 yr 3 hours ago, saarg said: My bad. Didn't think about that one at all. Neither did I..... @tjb_altf4 did though....
October 7, 20187 yr 12 minutes ago, CHBMB said: Neither did I..... @tjb_altf4 did though.... Good we have some users that quality check our work 😁
October 7, 20187 yr 1 minute ago, saarg said: Good we have some users that quality check our work 😁 I dunno, I think we do alright for a mishmash of amateurs..... lol
October 7, 20187 yr Just now, CHBMB said: I dunno, I think we do alright for a mishmash of amateurs..... lol Absolutely agree! Which kind of place would the world have been without us? 😂
October 7, 20187 yr 19 minutes ago, saarg said: Which kind of place would the world have been without us? Peaceful and serene
November 24, 20187 yr I'm not having luck streaming music with the Airsonic DLNA media server. The media server does not appear to any devices (receiver, tv, etc). I have the PLEX media server docker installed and my devices can see that. I have restarted the Arisonic server each time after saving the DLNA setting. Any suggestions? Thanks! Enable DLNA server: Box checked Use this option to turn on the DLNA/UPnP media server in Airsonic, and stream your media to compatible DLNA players. Requires restart. Media Server name: Airsonic Name of the media server, as shown on DLNA players. LAN Server address: Slightly confused about this setting. I'm not sure exactly what I need to put here. I have tried http://UNRAID-IP/, http://UNRAID-IP/airsonic/, http://UNRAID-IP:4040/, http://UNRAID-IP:4040/airsonic/ The base LAN address to be used for DLNA resources, for example http://192.168.0.2/airsonic/ Log shows the server is enabled or at least started to enable. 2018-11-24 10:37:49.047 INFO --- o.a.player.service.UPnPService : Enabling UPnP/DLNA media server Version10.1.1-RELEASE – December 16, 2017 Serverjetty/9.3.14.v20161028, java 1.8.0_151, Linux (120.3 MB / 442.0 MB)
November 24, 20187 yr 27 minutes ago, dboonthego said: I'm not having luck streaming music with the Airsonic DLNA media server. The media server does not appear to any devices (receiver, tv, etc). I have the PLEX media server docker installed and my devices can see that. I have restarted the Arisonic server each time after saving the DLNA setting. Any suggestions? Thanks! Enable DLNA server: Box checked Use this option to turn on the DLNA/UPnP media server in Airsonic, and stream your media to compatible DLNA players. Requires restart. Media Server name: Airsonic Name of the media server, as shown on DLNA players. LAN Server address: Slightly confused about this setting. I'm not sure exactly what I need to put here. I have tried http://UNRAID-IP/, http://UNRAID-IP/airsonic/, http://UNRAID-IP:4040/, http://UNRAID-IP:4040/airsonic/ The base LAN address to be used for DLNA resources, for example http://192.168.0.2/airsonic/ Log shows the server is enabled or at least started to enable. 2018-11-24 10:37:49.047 INFO --- o.a.player.service.UPnPService : Enabling UPnP/DLNA media server Version10.1.1-RELEASE – December 16, 2017 Serverjetty/9.3.14.v20161028, java 1.8.0_151, Linux (120.3 MB / 442.0 MB) You need to map port 1900, but not sure if it works as plex already use it. Another solution is to give the airsonic its own IP. Edited November 24, 20187 yr by saarg
November 26, 20187 yr On 11/24/2018 at 11:32 AM, saarg said: You need to map port 1900, but not sure if it works as plex already use it. Another solution is to give the airsonic its own IP. Thanks. I turned off PLEX and added added the following port config to the docker container. I also tried setting Network Type=Host; Privileged=On. Still no luck. Config Type: Port Name: DLNA Port Container Port: 1900 Host Port: 1900 Connection Type: UDP Description: DLNA Port Still confused about the proper usage of "LAN Server address" in the Airsonic web console. Any other suggestions?
November 26, 20187 yr 6 hours ago, dboonthego said: Thanks. I turned off PLEX and added added the following port config to the docker container. I also tried setting Network Type=Host; Privileged=On. Still no luck. Config Type: Port Name: DLNA Port Container Port: 1900 Host Port: 1900 Connection Type: UDP Description: DLNA Port Still confused about the proper usage of "LAN Server address" in the Airsonic web console. Any other suggestions? I have never tried it myself, so not sure about the Lan server address. Try setting it to the IP:port/airsonic. It's should be the same address as you use for accessing airsonic in a browser. Edit: Just tested here. You need to give airsonic its own IP for it to work. Edit the template, change network to br0, give it an IP of your local network in the IP field. Be sure to set the Lan server in airsonic settings to how you access the server. Should be the above I mentioned earlier. Edited November 26, 20187 yr by saarg
November 26, 20187 yr 10 hours ago, saarg said: Try setting it to the IP:port/airsonic. It's should be the same address as you use for accessing airsonic in a browser. Thanks for the clarification. That is how I am setting; with a trailing '/' slash. 10 hours ago, saarg said: You need to give airsonic its own IP for it to work. Edit the template, change network to br0, give it an IP of your local network in the IP field. Network type is set to Bridge, but the template does not have an IP field. Not sure how to assign this.
November 26, 20187 yr 2 hours ago, dboonthego said: Thanks for the clarification. That is how I am setting; with a trailing '/' slash. Network type is set to Bridge, but the template does not have an IP field. Not sure how to assign this. You need to enable it in docker settings in unraid first i think.
November 27, 20187 yr 10 hours ago, saarg said: You need to enable it in docker settings in unraid first i think. Looks like unRAID 6.4+ is required to assign a different IP. {sigh} New rabbit hole to follow. https://forums.unraid.net/topic/57181-real-docker-faq/?page=2#comment-584226
November 27, 20187 yr 3 hours ago, dboonthego said: Looks like unRAID 6.4+ is required to assign a different IP. {sigh} New rabbit hole to follow. https://forums.unraid.net/topic/57181-real-docker-faq/?page=2#comment-584226 If you are still pre 6.4 it's about time to update 😲
December 7, 20187 yr On 11/27/2018 at 3:37 AM, saarg said: If you are still pre 6.4 it's about time to update 😲 Truth. Upgraded to 6.6.5 last week and found the time to play with Airsonic again tonight. DLNA is finally working! ... but I feel like it should have also worked without the OS update. Thanks for the help.
January 3, 20197 yr Not sure if it's Airsonic, Docker template, or Unraid OS, but the Airsonic server becomes unresponsive after about 12-24hrs. Restarting the docker container will bring it back temporarily. All was working fine until I upgraded stuff. The docker log shows there is a memory error? Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded Would increasing the JAVA_OPTS help? My current setting is -Xms256m -Xmx512m Recent changes: Updated all plugins Updated Unraid to v6.6.5 Enabled Airsonic DLNA server Changed the network type to Custom : br0 and assigned a fixed IP in the docker template Updated Unraid to v6.6.6
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.