Everything posted by Djoss
-
[Support] Djoss - HandBrake
What about mapping the different watch folders to the same folder on unRAID ? Make sure that you configure the automatic video converter to not touch the source files. You can then manually clean the source files once all conversions are done.
-
[Support] Djoss - FileBot
Since you are invoking the binary from the container, the paths you use should be ones inside the container. By default, "/mnt/user" on unRAID is mapped to "/storage" in the container. So you should probably use paths like "/storage/mount_mergerfs/...".
-
[Support] Djoss - FileBot
You can manually invoke the binary like this: docker exec FileBot /opt/filebot/filebot -script fn:sysinfo
-
[Support] Djoss - FileBot
I just changed the 'latest' tag to point to the previous version. So just update the container again...
-
[Support] Djoss - FileBot
Thanks, I'm looking at this.
-
[Support] Djoss - FileBot
Yes, container update is coming
-
[Support] Djoss - MakeMKV
Double check the devices you mapped to the container. They may have changed ?
-
[Support] Djoss - HandBrake
This should work. You should be able to set AUTO_CONVERSION_OUTPUT_DIR to "/output/anotherdir" for example.
-
[Support] Djoss - HandBrake
Look at the container's log: you should have a message telling the pre-conversion hook being invoked. Also, make sure you have the latest version of the container.
-
[Support] Djoss - HandBrake
Note that it's input files that are checked: the same input file won't be re-encoded more than once. If you moved out the input file and then re-added it again, it may be re-encoded again if its characteristics changed. If you don't want this to happen, make sure to keep file's dates the same when moving it around.
-
[Support] Djoss - HandBrake
Are you running the latest version of the container? Because the OUTPUT_DIR should be set: https://github.com/jlesage/docker-handbrake/blob/master/rootfs/etc/services.d/autovideoconverter/run#L371
-
[Support] Djoss - FileBot
FileBot's naming schema is really powerful... thanks for your input @alturismo 👍
-
[Support] Djoss - Nginx Proxy Manager
You could try to play with these settings, to put in the Advanced tab: proxy_connect_timeout 600; proxy_send_timeout 600; proxy_read_timeout 600; send_timeout 600;
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
The setting should work... Which value did you use?
-
[Support] Djoss - Nginx Proxy Manager
This container doesn't server web sites. You would need something for this.
-
[Support] Djoss - Nginx Proxy Manager
In upload or download?
-
[Support] Djoss - Nginx Proxy Manager
Yes, reloading nginx should to the trick. When you install a custom certificate in NPM, this cert is stored somewhere under /mnt/user/appdata/NginxProxyManager/. So when a certificate is generated by certbot-docker, you would need a way to copy it over the one of NPM.
-
[Support] Djoss - FileBot
You could try to create another instance of the container, with different ports and paths.
-
[Support] Djoss - JDownloader 2
On which filesystem is /mnt/user/jDownloader ?
-
[Support] Djoss - Nginx Proxy Manager
This can work. However, when certs are updated, you will probably have to manually restart Nginx Proxy Manager...
-
[Support] Djoss - Nginx Proxy Manager
Yes I'm working on the update. The latest version bring a couple of changes that require more work...
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
Indeed this is a better way of backing up the flash drive. All files of the flash drive are owned by root/root. Since CrashPlan doesn't run as root , it can't see/read them.
-
[Support] Djoss - FileBot
You can configure different naming format for movies/series. So I guess the issue is with movies vs kids movies?
-
[Support] Djoss - FileBot
You should not set absolute paths in your Format settings. Try removing them.
-
[Support] Djoss - Nginx Proxy Manager
This is with default settings? With a clean appdata folder? Do you have the logs since the start of the container?