Search found 13 matches

by snowybunting
12 Oct 2021, 21:54
Forum: Scripting and Automation
Topic: Excluding multiple shows with excludes.txt
Replies: 22
Views: 17288

Re: Excluding multiple shows with excludes.txt

--format expressions and --filter expressions are the same thing, so all documentation related to naming applies equally to filtering, and vice versa. 1. use --format for testing --filter expressions, so we can see what your filter expression would include / exclude: filebot -list --q CSI -non-stri...
by snowybunting
12 Oct 2021, 13:11
Forum: Scripting and Automation
Topic: Excluding multiple shows with excludes.txt
Replies: 22
Views: 17288

Re: Excluding multiple shows with excludes.txt

1. Create a file that looks like this: 74380 Magnum, P.I. (1980) 72546 CSI: Crime Scene Investigation (2000) :arrow: Note that we use the TAB character to separate ID ➔ NAME columns. 2. Add this filter option to your commad: --filter "none{ id.toString() in csv('/path/to/excludes.tsv') }"...
by snowybunting
11 Oct 2021, 18:29
Forum: Scripting and Automation
Topic: Excluding multiple shows with excludes.txt
Replies: 22
Views: 17288

Re: Excluding multiple shows with excludes.txt

I've been watching this thread because of two shows being misnamed consistently. I made an "excludes.txt" file, and put in the tvdb ID of the incorrect shows, but it does not seem to work for me. I've used the two --filter pieces of code the original poster had tried, but neither work. I h...
by snowybunting
15 Jul 2021, 18:17
Forum: Help and Support
Topic: Deluge script and subtitles
Replies: 1
Views: 5583

Deluge script and subtitles

I have a working Deluge script that will attempt to grab a subtitle, but if there isn't one for that particular release it doesn't try to get one from a different release. I can force it afterwards by running fn:suball on the finished directory, I'm wondering if I can add that to my working script? ...
by snowybunting
09 Apr 2020, 20:57
Forum: Help and Support
Topic: File with spaces aborts
Replies: 1
Views: 1611

File with spaces aborts

I have a script running on torrents that works really well except for random files with spaces in the name. When this happens, I generally just change the filename so there aren't any spaces, but the odd thing is sometimes the csript works on files with spaces. I must have something amiss in my scri...
by snowybunting
28 Mar 2020, 19:33
Forum: Scripting and Automation
Topic: Copy/move/hardlink to multiple locations
Replies: 4
Views: 3177

Re: Copy/move/hardlink to multiple locations

Good stuff, that's exactly what I was looking for. Thanks for the quick reply. You can pass in your own shell script as rename action and then you can do absolutely anything: https://www.filebot.net/forums/viewtopic.php?t=4915 You can also use --def exec to run a post-process command on each destina...
by snowybunting
28 Mar 2020, 19:14
Forum: Scripting and Automation
Topic: Copy/move/hardlink to multiple locations
Replies: 4
Views: 3177

Re: Copy/move/hardlink to multiple locations

Welp, found this from 5 years ago in the search, I'm guessing it's still the case that filebot can't do multiple locations. https://www.filebot.net/forums/search.php?keywords=filebot+move+files+multiple+locations Re: Deliver files to multiple locations, and brackets issue 1. FileBot is certainly not...
by snowybunting
28 Mar 2020, 18:59
Forum: Scripting and Automation
Topic: Copy/move/hardlink to multiple locations
Replies: 4
Views: 3177

Copy/move/hardlink to multiple locations

I currently have a good working script that takes a file from Deluge then hardlinks it to a directory where it's processed by pyMedusa. Is it possible to have that script hardlink or move it to a separate, 2nd location at the same time. Here is the basic script that's executed after Deluge grabs the...
by snowybunting
26 Sep 2019, 17:15
Forum: Synology NAS & Embedded Linux
Topic: [README] Unsupported class file major version 57
Replies: 24
Views: 30698

Re: Filebot not working great on Synology

FileBot 4.8.6 (latest beta) is available here: https://get.filebot.net/filebot/BETA/ :idea: The FileBot 4.8.5 release (released a few months ago) does not seem to be completely forwards-compatible with Java 13 (released this week). Please try the latest beta (released this week). OK, that worked, t...
by snowybunting
26 Sep 2019, 17:03
Forum: Synology NAS & Embedded Linux
Topic: [README] Unsupported class file major version 57
Replies: 24
Views: 30698

Re: Filebot not working great on Synology

Oops, I guess I don't: Required: i.e. FileBot 4.8.6 (latest beta) Have: FileBot 4.8.5 (r6224) I have Filebot set to "Auto Update", I'm not seeing another way to get version 4.8.6. I did a search for "update-filebot.sh" that I saw referenced in the forums here, but I apparently do...
by snowybunting
26 Sep 2019, 16:31
Forum: Synology NAS & Embedded Linux
Topic: [README] Unsupported class file major version 57
Replies: 24
Views: 30698

Re: Filebot not working great on Synology

It seems as if I do: snowybunting@Beeblebrox:~$ filebot -version FileBot 4.8.5 (r6224) / OpenJDK Runtime Environment 13 / Linux 4.4.59+ (amd64) snowybunting@Beeblebrox:~$ java -version openjdk version "13" 2019-09-17 OpenJDK Runtime Environment (build 13+33) OpenJDK 64-Bit Server VM (build...
by snowybunting
25 Sep 2019, 00:01
Forum: Synology NAS & Embedded Linux
Topic: [README] Unsupported class file major version 57
Replies: 24
Views: 30698

[README] Unsupported class file major version 57

I've gotten filebot to work renaming files on my DSM 918+ with this basic script: filebot -rename *.mkv -non-strict ...but if I try to run any script (fn:amc, fn:sysinfo, etc.), I get this error: filebot -script 'fn:amc' '/volume1/Media/USB_TV/American Horror Story/Season 01' --output '/volume1/Medi...
by snowybunting
19 Sep 2019, 17:27
Forum: Anything and Everything else
Topic: Comments on FileBot Pricing Explained
Replies: 13
Views: 36178

Re: FileBot Pricing Explained

I became aware of Filebot when my seedbox offered it as an app. I found it amazingly useful so I purchased the universal license so I could use it on my home machine as well. I don't have any questions, just wanted to say thanks for making a program I can use every day and find well-worth the money.