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.

JPDVM2014

Members
  • Joined

  • Last visited

  1. @ggfools It looks like soularr doesn't use PUID/PGID. It's been a while since I used soularr, so I'm not sure if it used to have those variables or it was just a mistake on my part. Either way, try deleting PUID and PGID, turn on advanced mode and add "--user 99:100" without the quotes into the "Extra Parameters" field. See if that helps.
  2. Could you post a screenshot of your soularr template? Also, do you happen to have lidarr set to adjust permissions? It's in lidarr settings under Media Management advanced settings.
  3. @Chandler Thanks for letting me know! It should be updated as soon as the CA refreshes.
  4. Thanks for the info! I wonder what caused it. I've got a few hundred books and my /tmp folder is empty. Maybe it's used during conversion or something and it wasn't cleaning up properly. Hopefully a reinstall fixes it up.
  5. Great, glad you got it working!
  6. Looks like there is an open issue about running as a non-root user. https://github.com/therobbiedavis/Listenarr/issues/309 So, you'll either have to remove the "--user 99:100" or pre-create the config directory and set correct permissions. If you want to pre-create the config directory, run the below in your unraid terminal. If your appdata is located somewhere other than the default, make sure to change the command to match where it is. "mkdir /mnt/user/appdata/listenarr/ && chown -R 99:100 /mnt/user/appdata/listenarr/" I think for ease of use for new installs, I'm going to remove setting the user as part of the template. Anyone who wants/needs to change that should know how.
  7. Yea, I'd try getting it at least to load to the WebUI before adding in the VPN. Then get the VPN sorted out before adding any indexers. Whenever you get a chance, if you want to post a screenshot of your template, I can see if anything stands out. I get that same npm error, but it doesn't seem to cause any issues. Only related error I see is that it can't write npm logs. My guess is it is because of the container running as "--user 99:100". You could turn on advanced view and remove that from the Extra Parameters section to see if it helps anything. If you do remove that, I'd delete your listenarr appdata folder to make sure you are restarting from scratch. FWIW, I am running with "--user 99:100", and everything seems to be running fine.
  8. No problem! Let me know if you run into any issues with it. I've got it up and running on my system with the changes.
  9. My template changes don't actually update the container, so it wouldn't be caught by the auto-update plugin. You'll have to install it again from the CA store.
  10. Good idea. I just committed the changes. Will be in the CA store next time it updates.
  11. Thanks, I'll update it!
  12. Yea, looks like it is gone. That's a shame, it was more reliable for me than CWABD. Guess I'll go back too and give it a try again.
  13. You can run "docker run --network=host --rm -it cooldockerizer93/spotizerr-auth" to get the auth tool.
  14. Did you run this in your terminal before starting? You need to adjust this command to wherever your appdata folder is, if it is different. And change the 99:100 part to match whatever you are running spotizerr as. If you left the template default, then this command should work as-is. "mkdir -p /mnt/user/appdata/spotizerr-phoenix && touch /mnt/user/appdata/spotizerr-phoenix/.cache && chown -R 99:100 /mnt/user/appdata/spotizerr-phoenix" You might have to delete a .cache directory if it exists. If you run the container without creating the .config file, it usually creates it as a directory instead.
  15. You don't actually need those variables set to run the container. You can set them in the WebUI. The log confused me the first time too. There is no indication that it has finished starting up, but if you go to the WebUI, it should be there.

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.