Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Deprecated] Linuxserver.io - airsonic

Featured Replies

On 4/9/2019 at 9:45 PM, saarg said:

I didn't have any issues with dlna here when I had it enabled. 

Any chance you want to enable it again, verify it's working properly, then wait and see what happens after a few days to weeks?

  • Replies 200
  • Views 55.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • sparklyballs
    sparklyballs

    set the variable to /   it's what i do

  • You have to turn on the authoring mode in docker settings, then remove the template url in the airsonic template and disable authoring mode again.

  • deusxanime
    deusxanime

    That's kind of a loaded question, so I'm going to say... it depends.   I have Plex Pass and tried to load up my music into Plex and it frustrated me. I have pretty meticulous tagging includi

Posted Images

6 hours ago, dboonthego said:

Any chance you want to enable it again, verify it's working properly, then wait and see what happens after a few days to weeks?

Then I won't have any access to it as I reverse proxy it using its own bridge. Have to move it to a separate bridge giving it an IP if I'm enabling dlna. 

 

Probably better to ask the airsonic devs about it as they make it ght have a clue what is going on. 

I changed over to this version from binhex but unable to acess airsonic through nginx which I was able to on the the binhex version. This is my config, any change that I dont know about?

server {
    listen 443 ssl;
    listen [::]:443 ssl;

    server_name music.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    # enable for ldap auth, fill in ldap details in ldap.conf
    #include /config/nginx/ldap.conf;

    location / {
        # enable the next two lines for http auth
        #auth_basic "Restricted";
        #auth_basic_user_file /config/nginx/.htpasswd;

        # enable the next two lines for ldap auth
        #auth_request /auth;
        #error_page 401 =200 /login;
        
        include /config/nginx/proxy.conf;
        resolver 127.0.0.11 valid=30s;
        set $upstream_airsonic airsonic;
        proxy_pass http://192.168.0.50:4040;
    }

 

11 minutes ago, mkono87 said:

I changed over to this version from binhex but unable to acess airsonic through nginx which I was able to on the the binhex version. This is my config, any change that I dont know about?


server {
    listen 443 ssl;
    listen [::]:443 ssl;

    server_name music.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    # enable for ldap auth, fill in ldap details in ldap.conf
    #include /config/nginx/ldap.conf;

    location / {
        # enable the next two lines for http auth
        #auth_basic "Restricted";
        #auth_basic_user_file /config/nginx/.htpasswd;

        # enable the next two lines for ldap auth
        #auth_request /auth;
        #error_page 401 =200 /login;
        
        include /config/nginx/proxy.conf;
        resolver 127.0.0.11 valid=30s;
        set $upstream_airsonic airsonic;
        proxy_pass http://192.168.0.50:4040;
    }

 

You probably didn't remove the CONTEXT_PATH variable.

4 hours ago, saarg said:

You probably didn't remove the CONTEXT_PATH variable.

Ah! I knew there was something I forgot. Thanks.

Hey all. In the past week all of the sudden Airsonic has stopped working for me. Won't load at all just get a "This site can't be reached" message. I have't changed any settings or done anything with Unraid. Looking through the logs I see several errors that seem to relate to java, but the big one says "application failed to start". I am attaching logs and configuration. Thanks

Capture.PNG

log.txt

47 minutes ago, Dizzy810 said:

I am attaching logs

Go to Tools - Diagnostics and attach the complete diagnostics zip file to your next post.

7 minutes ago, Dizzy810 said:

Here you go.

Your docker image isn't currently full, but the fact that you have given it 100G makes me wonder if you have had problems filling it in the past. If you have your docker applications correctly configured it is extremely unlikely you would ever need even 20G.

 

Also, your system share has files still on disk10.

 

Delete and recreate it at 20G then reinstall your dockers with the Previous Apps feature on the Apps page.

13 hours ago, trurl said:

Your docker image isn't currently full, but the fact that you have given it 100G makes me wonder if you have had problems filling it in the past. If you have your docker applications correctly configured it is extremely unlikely you would ever need even 20G.

 

Also, your system share has files still on disk10.

 

Delete and recreate it at 20G then reinstall your dockers with the Previous Apps feature on the Apps page.

Done. Still won't load. The reason I had it so high was when I first started using Unraid I didn't know any better and I thought the appdata was also going to be stored in the docker image. I quickly learned that it was a mistake, but with 1tb cache drive I wasn't to concerned.

 

I have attached update logs.

tower-diagnostics-20190421-0724.zip

You still have some of system share on disk10. That shouldn't cause any particular problem, it will just mean that parity has to get involved for writes to that share (and they may be frequent), slowing things down, and disk10 and parity may not be able to spin down since files in that share may be in constant use.

 

You would have to disable docker and VM services so none of that share's files are open, then run mover to get the files moved to cache where they belong. You can always find out which disks are used by each share by using the Compute feature on the User Shares page.

 

I don't use this specific docker so you may need to wait for someone else to help on that.

  • 1 month later...

Iv noticed when I enable dlna and restart it does not get saved. Any ideas?

  • 2 weeks later...
On 6/18/2019 at 7:24 AM, mkono87 said:

Iv noticed when I enable dlna and restart it does not get saved. Any ideas?

It appears like the checkbox does not correctly indicate if DLNA is enabled or disabled, but the setting does save for me.  10.2.1 did not work this way.  This behavior must be new to 10.3.1.  

 

If you get it working, I'd be curious to know how long your server stays functional with it enabled.  I've been dealing with a 24-48 max uptime before Airsonic becomes unresponsive.

  • 1 month later...

Every time I update the container I have to remove the context path /airsonic as I dont use that. Is there a way to edit the template or do I need to use the binhex version container?

7 hours ago, mkono87 said:

Every time I update the container I have to remove the context path /airsonic as I dont use that. Is there a way to edit the template or do I need to use the binhex version container?

You have to turn on the authoring mode in docker settings, then remove the template url in the airsonic template and disable authoring mode again.

On 8/2/2019 at 5:10 PM, saarg said:

You have to turn on the authoring mode in docker settings, then remove the template url in the airsonic template and disable authoring mode again.

Thanks appreciate it

  • 3 weeks later...

I'm having an issue with Airsonic where my library scan is just extremely slow. It took over a day to scan about 2500 items. My logs show no errors or anything. The music is located on a network share. I also tried libresonic, same issue. Importing music in Emby for example is fine and quick.

 

I've tried reinstalling and clearing the database, tried fast-access mode, tried libresonic as mentioned. I'm just not sure anymore where to start looking, the network speed is fine, considering emby and other containers run fine.

 

Any ideas?

Edited by kraai

1 hour ago, kraai said:

I'm having an issue with Airsonic where my library scan is just extremely slow. It took over a day to scan about 2500 items. My logs show no errors or anything. The music is located on a network share. I also tried libresonic, same issue. Importing music in Emby for example is fine and quick.

 

I've tried reinstalling and clearing the database, tried fast-access mode, tried libresonic as mentioned. I'm just not sure anymore where to start looking, the network speed is fine, considering emby and other containers run fine.

 

Any ideas?

Considering airsonic is forked from libresonic, I would suspect that the app just doesn't like network mounted shares.

5 minutes ago, j0nnymoe said:

Considering airsonic is forked from libresonic, I would suspect that the app just doesn't like network mounted shares.

Yes but this must be isolated to the docker/unraid version if that is true, which would mean it's a docker or unraid problem. I've had no issues for example with the windows version of subsonic with network shares...

And I think I've used the docker version of subsonic in the past with network shares, on linux, however can't recall for sure.

Edited by kraai

  • 2 weeks later...

I have been looking all over the web on how to add podcasts to Airsonic. Everything talks about deleting and downloading podcasts, but nothing about how to add the podcasts for download. Have I missed something?

8 minutes ago, TristBella said:

I have been looking all over the web on how to add podcasts to Airsonic. Everything talks about deleting and downloading podcasts, but nothing about how to add the podcasts for download. Have I missed something?

Nevermind. I needed to change the settings for the user to add podcast url.

  • 3 months later...

I'm having issues with libresonic / booksonic hogging almost 2 gb of ram each.  This can't be normal right?

2 hours ago, discojon said:

I'm having issues with libresonic / booksonic hogging almost 2 gb of ram each.  This can't be normal right?

I don't see why you post this in the Airsonic support thread?

1 hour ago, saarg said:

I don't see why you post this in the Airsonic support thread?

Sorry, Google brought me here.  Please delete and I'll post there.

1 hour ago, discojon said:

Sorry, Google brought me here.  Please delete and I'll post there.

You can always go directly to the correct support thread for any of your dockers by clicking on its icon on the Dashboard or Docker page and selecting Support.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.