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.

[support] hurricane's Docker Repository

Featured Replies

  • Replies 396
  • Views 68k
  • Created
  • Last Reply

Hurricane, can you help me again please

Installed sonarr

However when i want to add series in sonarr which are on my unraid server

I go into file browser, but i cant find my folder/share in there

yeah

got it fixed meanwhile :P

  • 2 weeks later...

Hey Hurricane!

 

I installed your Subsonic Docker and I found only one problem that's breaking my reverse DNS.  I want to set the url base to 'subsonic' and i do that by editing

 

UrlRedirectContextPath=subsonic

 

however, when i restart the docker, it wipes that setting out.  Any chance you could update the container to not do that?

Have been using tmm for about 2 weeks now.  Works great.  I donated to the developer as I was looking to use the trakt features.  Once registered I restarted the docker and got an error.  Tried multiple restarts. still happens.

 

Pastebin of error

  • 2 weeks later...

I can not get the emby-beta to work....It seems as though it is not pulling the new build..

 

Anyone else have this issue?

 

Thanks!

I can not get the emby-beta to work....It seems as though it is not pulling the new build..

 

Anyone else have this issue?

 

Thanks!

 

Over in the Emby forums he said he is working on new builds but he needs to fix the debs first.

 

 

  • Author

Have been using tmm for about 2 weeks now.  Works great.  I donated to the developer as I was looking to use the trakt features.  Once registered I restarted the docker and got an error.  Tried multiple restarts. still happens.

 

Pastebin of error

 

You need to set the mac of the container and hostname. Please check the docker readme for the appropriate run settings.

  • Author

I can not get the emby-beta to work....It seems as though it is not pulling the new build..

 

Anyone else have this issue?

 

Thanks!

Yes, it's broken right now and will be fixed soon.

  • Author

Hey Hurricane!

 

I installed your Subsonic Docker and I found only one problem that's breaking my reverse DNS.  I want to set the url base to 'subsonic' and i do that by editing

 

UrlRedirectContextPath=subsonic

 

however, when i restart the docker, it wipes that setting out.  Any chance you could update the container to not do that?

 

Hey Phaze, sorry it took me so long to get back. Yes I can try and have that resolved. Please give me a couple of weeks. Have a lot on my plate.

No rush, I've switched madsonic. Just add it to the eventual to do list. 

  • 3 weeks later...

I appear to be getting scrambled audio issues when playing certain videos through emby. I wonder if this is an emby bug or whether a codec is missing that can be installed server side?

In your TinyMediaManager container, how can I get the registered version to stick?  I saw in the docker hub page you mentioned it's based on MAC address, but I use the register command, and it verifies me just fine, however if I try to restart TMM, it still shows me unregistered. 

 

I originally registered TMM when I was using it on my Windows desktop, so if it's somehow bound to that MAC address, I can't really tell my container to use that address since my desktop is still in use on the same lan.

 

  • Author

In your TinyMediaManager container, how can I get the registered version to stick?  I saw in the docker hub page you mentioned it's based on MAC address, but I use the register command, and it verifies me just fine, however if I try to restart TMM, it still shows me unregistered. 

 

I originally registered TMM when I was using it on my Windows desktop, so if it's somehow bound to that MAC address, I can't really tell my container to use that address since my desktop is still in use on the same lan.

 

First of take note of the mac address the container currently uses you can do this with docker exec and looking at the interface setting.

 

Within the docker interface edit the config file, go to advance view and under extra or additional parameters enter the following --mac-address=

followed by the mac address you wrote down earlier.

 

You will also need to set the hostname, and you can append that to the same field as were you just enter the mac address, that option is:

--hostname

 

you can find more info here https://docs.docker.com/engine/reference/run/

  • Author

I appear to be getting scrambled audio issues when playing certain videos through emby. I wonder if this is an emby bug or whether a codec is missing that can be installed server side?

 

This is emby related, please post at their forums. I always found there best.

In your TinyMediaManager container, how can I get the registered version to stick?  I saw in the docker hub page you mentioned it's based on MAC address, but I use the register command, and it verifies me just fine, however if I try to restart TMM, it still shows me unregistered. 

 

I originally registered TMM when I was using it on my Windows desktop, so if it's somehow bound to that MAC address, I can't really tell my container to use that address since my desktop is still in use on the same lan.

 

Awesome, I got it up and running.  Thanks for the quick response!

 

First of take note of the mac address the container currently uses you can do this with docker exec and looking at the interface setting.

 

Within the docker interface edit the config file, go to advance view and under extra or additional parameters enter the following --mac-address=

followed by the mac address you wrote down earlier.

 

You will also need to set the hostname, and you can append that to the same field as were you just enter the mac address, that option is:

--hostname

 

you can find more info here https://docs.docker.com/engine/reference/run/

  • 2 weeks later...

HI guys,

 

The emby Docker reports the wrong IP to the various Emby apps - it reports the 172. IP rather than the actual IP of the server.

 

This means that all the built in apps font seamlessly connect and you have to add the server manually via IP every time you use it - which kills it for the kids on the Fire TV.

 

Any one any ideas?

 

cheers

 

Stuart

Thank you - works perfectly now!

Hi - I am using the CouchPotato docker and when I tell CP to extract archives I get this error message. I'm assuming there is no unrar like utility available to the docker, but I do have unrar running on my Unraid server.

 

12-02 17:55:11 INFO

[tato.core.plugins.renamer] Archive filename.rar found. Extracting...

12-02 17:55:12 ERROR

[tato.core.plugins.renamer] Failed to extract /downloads/complete/filename.rar: No suitable RAR unpacker installed Traceback (most recent call last): File "/couchpotato/couchpotato/core/plugins/renamer.py", line 1214, in extractFiles rar_handle = RarFile(archive['file'], custom_path = unrar_path) File "/couchpotato/libs/unrar2/__init__.py", line 102, in __init__ RarFileImplementation.init(self, password, custom_path) File "/couchpotato/libs/unrar2/unix.py", line 79, in init stdoutdata, stderrdata = self.call('v', []).communicate() File "/couchpotato/libs/unrar2/unix.py", line 133, in call return call_unrar([cmd] + soptions + ['--', self.archiveName] + files, self.custom_path) File "/couchpotato/libs/unrar2/unix.py", line 62, in call_unrar raise UnpackerNotInstalled("No suitable RAR unpacker installed") UnpackerNotInstalled: No suitable RAR unpacker installed

 

Any idea how to resolve this?

 

Thanks

I just updated my docker and Emby is no longer starting?

 

Log file only has..

 

Dec 6 17:31:55 Tower2 syslog-ng[47]: syslog-ng starting up; version='3.5.3'

Thanks, yes there has been a build trigger to addressed the issue.

Thanks for the information.  I have rolled back my docker image and everything is working again.  I will wait until i here the issue has been resolved.  Thanks for your work on these :o)

 

 

Archived

This topic is now archived and is closed to further replies.

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.