Search found 13 matches
- 08 Sep 2024, 08:54
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 7
- Views: 5212
Re: Filebot Script (Unraid) Folder removal
:?: The other thing of interessant would be why the folder is "not empty" at the time. not sure, because the folder is empty... :?: What does the complete console output say? The beginning of the console output will mirror all the input file paths so that you can see that was there later. [PSA ...
- 04 Sep 2024, 06:32
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 7
- Views: 5212
- 04 Sep 2024, 00:40
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 7
- Views: 5212
Re: Filebot Script (Unraid) Folder removal
root@4c476f54a9b6:/# ls -la /downloads/Napoleon.2023.Directors.Cut.2160p.WEB-DL.DV.HDR10.PLUS.ENG.LATINO.DDP5.1.Atmos.H265.MKV-BEN.THE.MEN total 50 drwxr-xr-x 1 abc abc 2 Sep 3 23:05 . drwxrwxrwx 1 abc abc 6 Sep 3 21:37 .. root@4c476f54a9b6:/# Can't see any hidden folders Yes it's built into ...
- 03 Sep 2024, 13:25
- Forum: Scripting and Automation
- Topic: Filebot Script (Unraid) Folder removal
- Replies: 7
- Views: 5212
Filebot Script (Unraid) Folder removal
Hi All, Trying to get Filebot script to remove empty folders running in unraid. The script works sometimes... When I check the folder, it's actually empty. I'm not sure if I'm doing the move or the deleting in unraid is taking a little longer which causes filebot to mark the folder as (not empty ...
- 15 Aug 2024, 06:11
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
- 15 Aug 2024, 05:39
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
Re: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
:?: What is this? Parameter: ut_title = --output dunno So like this? # Set this to 1 if you want to customize the fb.sh script. So it won't be reset at restart. custom=1 /filebot/filebot.sh \ --def ut_kind=multi \ -script fn:amc \ --output /media \ --lang "$FILEBOT_LANG" \ --action "$FILEBOT_ACTION ...
- 15 Aug 2024, 05:23
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
Re: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
:idea: I have identified the issue in my previous reply . You'll need to fix your fb.sh script (notably not one of ours) by adding --def ut_kind=multi to the filebot command. See Setup for qBittorrent on Windows, Linux and macOS for filebot / amc script usage examples. Do I add this in the ...
- 15 Aug 2024, 04:53
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
Re: AMC Script - Clean=y not working
:!: I cannot reproduce the issue with the sample file paths given above. Looks good to me: $ filebot -script fn:amc downloads --output output -non-strict --def clean=y ... Parameter: clean = y ... Input: downloads/House.of.the.Dragon.S02E08.WEB.x264-TORRENTGALAXY[TGx]/House.of.the.Dragon.S02E08.WEB ...
- 15 Aug 2024, 03:50
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
Re: AMC Script - Clean=y not working
The Folder contains .txt files of 1KB hence not important etc Please run ls -l in the console and copy & paste the output so that we can check and verify: ls -l "/downloads/House.of.the.Dragon.S02E08.WEB.x264-TORRENTGALAXY[TGx]" root@f33ece8124f:/# ls -l "/downloads/House.of.the.Dragon.S02E08.WEB ...
- 15 Aug 2024, 03:45
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
Re: AMC Script - Clean=y not working
:?: What does ls say? ls -l "/downloads/House.of.the.Dragon.S02E08.WEB.x264-TORRENTGALAXY[TGx]" NOTE: --def clean=y will not delete folders / files where the folder seem to contain important files, e.g. large files, video files, files of unknown type, etc. The Folder contains .txt files of 1KB ...
- 15 Aug 2024, 02:41
- Forum: Scripting and Automation
- Topic: AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
- Replies: 13
- Views: 8966
AMC Script - Clean=y not working (when using default script for qbittorent for unraid)
Hi All, Trying to edit my script to make filebot delete and left over files and folders after the move is renamed and moved, however it doesn't seem to be doing so. Any Ideas? Parameter: excludeList = /data/filebot/amc-exlude-list.txt Parameter: clean = y Parameter: unsorted = y Parameter: music = y ...
- 04 Jun 2024, 00:35
- Forum: Scripting and Automation
- Topic: Qbittorrent-filebot script
- Replies: 3
- Views: 2665
Re: Qbittorrent-filebot script
1. I would like it to clean up any left over folders after sorting. I believe this is achieved with --def clean=y\ but it doesn't seem to run the script if i make the change even after restarting the docker, do i have the --def clean in the wrong spot'? :? :?: What does the log say when it doesn't ...
- 03 Jun 2024, 22:52
- Forum: Scripting and Automation
- Topic: Qbittorrent-filebot script
- Replies: 3
- Views: 2665
Qbittorrent-filebot script
Hi All, I've been trying to run a qbittorrent-filebot script on unraid. I don't understand how to edit the file to make it do what I want. 1. I would like it to clean up any left over folders after sorting. I believe this is achieved with --def clean=y\ but it doesn't seem to run the script if i ...