-
-
New Emby Docker
It's strange though, because there was a container update roughly at the same time I got the update notification, so I expected it to include the update.
-
New Emby Docker
Yup, same problem here: docker is updated, but Emby still claims to need an update.
-
FileBot containers
By default, in filebot.sh in your config folder, it is configured with the COPY action ( --action copy parameter). I presume settling in filebot means there are no new files added or removed, so it should work.
-
[Plug-In] Community Applications
Just ran into an nasty problem. My Sonarr image data kept being reset, so I had to scan the library every day again to reset it. I also installed Emby, and after a day it would start the wizard again, though not every setting was wiped. So I was thinking, what happens every day that could cause this? The mover maybe? I have my appdata share setup so it is a regular share that automatically gets moved at night from cache to the array. That way, reads should be fast enough, writes are fast and I have my data safe. Turns out I was right: by default the path that was given to (some of) my docker containers is not /mnt/user/appdata, but /mnt/cache/appdata! Woops! I realize many people out there may not run a similar setup as I do, but just wanted to post this as a warning to those that do, so they don't repeat my mistake.
-
[Plug-In] Community Applications
Getting the following error since the latest update under General Settings: Warning: file_get_contents(/tmp/community.applications/tempFiles/Repositories.json): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(292) : eval()'d code on line 32 Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(292) : eval()'d code on line 34 Warning: natcasesort() expects parameter 1 to be array, null given in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(292) : eval()'d code on line 38 Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(292) : eval()'d code on line 42 Is anyone else getting this, or is something off with my setup? Impeccable timing, I wanted to add a feature to your recycle.bin plugin to modify the default ".Recycle.Bin" path, so I forked it and am currently in the process of (possibly) adding a bunch more features I've thought up ,