Everything posted by Merkas
-
[Support] binhex - qBittorrentVPN
Came to ask the same question. Torrents were not showing in Chrome. Tried Edge and Firefox and both working. Was able to get Chrome working by following these steps To clear the cache for a specific website in Google Chrome, navigate to the website, open Developer Tools (F12), go to the "Application" tab, select "Storage", and then click "Clear site data" In Firefox try (ctrl + shift + i) then "storage" then on the left you can delete Cache Storage for each catagory.
-
Unraid OS version 6.10.2 available
device "eth0" does not exist Cannot find device "eth0” Dell T110 II had the network card issue. Disable virtualization in the BIOS. It was under CPU->Virtualization. Thanks for the notes on the issue in here. PowerEdge T110 II BIOS Revision 2. 10. 0 Broadcom NetXtreme Ethernet Boot Agent v14.2.6 Broadcom Inc. and subsidiaries NetXtreme BCM5722 Gigabit Ethernet PCI
-
[Support] Djoss - FileBot
I see that the creator of FileBot rednoah has a docker image with the "filebot-watcher" implemented. docker run --rm -it -v $PWD:/volume1 -v data:/data rednoah/filebot:watcher /volume1/input --output /volume1/output I've tried to make this work with out any success. here is my docker config; But after I start the docker image the log just shows this; Anyone else have any luck? Am I doing something wrong? ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Update So I played with this a bit more and have it working now. Not sure this is all correct but its working; Here is the docker config; The "Post Arguments:" commands reference a config file "/data/args.txt" that contains this; (Thanks to this post:https://www.filebot.net/forums/viewtopic.php?t=5422) **************************************************************************** music=n excludeList=/data/amc_exclude.txt clean=y artwork=n extras=n unsorted=y pushover=XXXXXXXX subtitles=en musicFormat=Music/{n}/{album+'/'}{pi.pad(2)+' - '}{artist} - {t} seriesFormat=TV/{plex.tail} movieFormat={plex} **************************************************************************** And YES I did have to buy a universal license for FileBot for this to work. Thanks
-
FileBot containers
Hi, First thanks for you're docker. Any chance you could update it to the latest build; https://hub.docker.com/r/rednoah/filebot/dockerfile Thanks