Hello,
I accidentally deleted my .exclude file (that was rather large). Is there a way to regenerate it without filebot reprocesses all files?
I was thinking of something like this (found on the web):
find /volume1/video/ -type f | grep -E "\.webm$|\.flv$|\.vob$|\.ogg$|\.ogv$|\.drc$|\.gifv ...
Search found 4 matches
- 22 Oct 2021, 07:41
- Forum: Scripting and Automation
- Topic: regenerate excludeList (after accidental removal)
- Replies: 1
- Views: 7476
- 02 Oct 2021, 16:11
- Forum: Scripting and Automation
- Topic: Failed to process [A] because [B] is an exact copy and already exists
- Replies: 6
- Views: 12817
Re: Failed to process [A] because [B] is an exact copy and already exists
Thanks for the quick reply
-Xmx384m doesn't seem to make much of a difference
however, -no-index speeds things up significantly (1m22 to complete). What does -no-index do (or better doesn't do)?
thanks!
j
-Xmx384m doesn't seem to make much of a difference
however, -no-index speeds things up significantly (1m22 to complete). What does -no-index do (or better doesn't do)?
thanks!
j
- 02 Oct 2021, 14:50
- Forum: Scripting and Automation
- Topic: Failed to process [A] because [B] is an exact copy and already exists
- Replies: 6
- Views: 12817
Re: Failed to process [A] because [B] is an exact copy and already exists
Thanks for your help!
Actually, I am running the script manually (to ensure all works as expected when automating the whole). I was reprocessing the same file by removing it from the .excludes list, and therefore the message Failed to process [A] because [B] is an exact copy and already exists didn ...
Actually, I am running the script manually (to ensure all works as expected when automating the whole). I was reprocessing the same file by removing it from the .excludes list, and therefore the message Failed to process [A] because [B] is an exact copy and already exists didn ...
- 25 Sep 2021, 17:21
- Forum: Scripting and Automation
- Topic: Failed to process [A] because [B] is an exact copy and already exists
- Replies: 6
- Views: 12817
Failed to process [A] because [B] is an exact copy and already exists
Hello,
I am using an adapted version of https://github.com/filebot/plugins/blob/master/bash/transmission-postprocess.sh, which in principle behaves as expected. However, I am a bit puzzled by the time it needs to complete (> 11 mins).
Find the log below:
time TR_TORRENT_DIR=/volume1/downloads ...
I am using an adapted version of https://github.com/filebot/plugins/blob/master/bash/transmission-postprocess.sh, which in principle behaves as expected. However, I am a bit puzzled by the time it needs to complete (> 11 mins).
Find the log below:
time TR_TORRENT_DIR=/volume1/downloads ...