Search found 5 matches
- 02 Oct 2019, 18:25
- Forum: Scripting and Automation
- Topic: AMC - Filters In Depth
- Replies: 8
- Views: 6004
Re: AMC - Filters In Depth
Yep, no problem. Thank you so much!
- 02 Oct 2019, 18:01
- Forum: Scripting and Automation
- Topic: AMC - Filters In Depth
- Replies: 8
- Views: 6004
Re: AMC - Filters In Depth
Is there anything else I can do to get it to read /{name of series}/{name of episode} format through the UI?
- 02 Oct 2019, 16:08
- Forum: Scripting and Automation
- Topic: AMC - Filters In Depth
- Replies: 8
- Views: 6004
Re: AMC - Filters In Depth
Yep, here's a log of trying to sort a bunch of "Kurzgesagt – In a Nutshell" episodes. That's the name of the show on TVDB and those are each episode titles. It tried to find shows entitled the first word (or a few words) of each episode title. filebot -script 'fn:amc' /YouTube --output '/TV Shows' ...
- 02 Oct 2019, 15:32
- Forum: Scripting and Automation
- Topic: AMC - Filters In Depth
- Replies: 8
- Views: 6004
Re: AMC - Filters In Depth
Thanks so much for clearing this up.
FileBot does not work well at all.
It think that the first word of each episode title is the series title and it’s downloading series information for hundreds of shows when the whole folder is just one show.
Isn’t there a q= or something to give it a hint?
FileBot does not work well at all.
It think that the first word of each episode title is the series title and it’s downloading series information for hundreds of shows when the whole folder is just one show.
Isn’t there a q= or something to give it a hint?
- 01 Oct 2019, 23:01
- Forum: Scripting and Automation
- Topic: AMC - Filters In Depth
- Replies: 8
- Views: 6004
AMC - Filters In Depth
Hi, I'm trying to figure out what to put into the "Filter" field so that when FileBot is considering what the file is, it can use this template: /{name of series}/{name of episode} This is how my downloader is organizing it and I can't change that. I'm using FileBot-Node via Docker. This image ...