Search found 214 matches

by cheaters
12 Jul 2022, 19:32
Forum: Scripting and Automation
Topic: Excluding multiple shows with excludes.txt
Replies: 22
Views: 17399

Re: Excluding multiple shows with excludes.txt

e.g. there are many ways, but I'd do it like this: any{ movie }{ n in ['Firefly'] } :idea: The movie binding will throw an error if the object at hand is not a movie, and so all Movie type objects evaluate to true and thus all Movie type objects are included. The remainder of the code is the series...
by cheaters
12 Jul 2022, 19:16
Forum: Scripting and Automation
Topic: Excluding multiple shows with excludes.txt
Replies: 22
Views: 17399

Re: Excluding multiple shows with excludes.txt

I added a list of tv shows (that seem to consistently be incorrectly matched) in my includes file to set FB straight, unfortunately if I download something else, a movie for instance, that's NOT in the includes list, it is not acted on. I really don't want to have to add a movie to the includes list...
by cheaters
08 Jul 2022, 14:20
Forum: Scripting and Automation
Topic: Excluding multiple shows with excludes.txt
Replies: 22
Views: 17399

Re: Excluding multiple shows with excludes.txt

:?: What would be the construction for a --filter that had both includes and excludes, by referencing two different text files? :?: Also, it looks like the command you give above gets the ID from TheMovieDB by default So how do we specify on the command line which database to get the ID from in orde...
by cheaters
21 Jun 2022, 22:11
Forum: Feature Requests and Bug Reports
Topic: Strict mode causes fb to "Ignore orphaned subtitles"
Replies: 3
Views: 1353

Re: Strict mode causes fb to "Ignore orphaned subtitles"

Thanks..

Any work around?
Any ideas why fb had an issue with “True Things 2021” and matched it to “Terrible Things 2021” ?
by cheaters
21 Jun 2022, 19:46
Forum: Feature Requests and Bug Reports
Topic: Strict mode causes fb to "Ignore orphaned subtitles"
Replies: 3
Views: 1353

Strict mode causes fb to "Ignore orphaned subtitles"

I have a post-download filebot shell script that missed some pretty simple file names (will give example below). It was set to -non-strict mode. In a recent post Red said to use strict mode if the file is being matched incorrectly. Tried that once and the mp4 file was matched correctly but the subti...
by cheaters
22 May 2022, 14:05
Forum: Feature Requests and Bug Reports
Topic: [Filebot-xpra] For western TV, {db.TheTVDB.plex} and {plex} sometimes yield different episode numbers.
Replies: 3
Views: 2067

Re: [Filebot-xpra] For western TV, {db.TheTVDB.plex} and {plex} sometimes yield different episode numbers.

Wish I had received this simple bit of information as an option :x I have struggled with this for a very, very long time and received overly complicated advice . Appears to be much easier to implement in my AMC script. What's happening now is a series is downloaded named with the correct production ...
by cheaters
18 May 2022, 19:32
Forum: Feature Requests and Bug Reports
Topic: Ebook and Audiobook
Replies: 4
Views: 7885

Re: Ebook and Audiobook

`exiftool' will provide metadata for .epub. :?: Regardless of renaming... how does one move a file that has a certain tag to a different directory if it is not a movie, series, music? Right now software, eBooks, and audiobooks all get sent to my "Unsorted" directory. :?: Are there options ...
by cheaters
07 Jan 2022, 16:59
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

@rednoah, That worked really well for those two series but everything else fails now, including movies. This is obviously far more complicated than just adding --filter and some arguments. It requires a complete rebuild of my script. Don't know why I was expecting it to only apply to shows that have...
by cheaters
07 Jan 2022, 05:04
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

Thanks for this. I am finally getting around to it again. :arrow: In this case, you'll want to use the --filter option to exclude "SNL Poland" , or include "Saturday Night Live" exclusively. Please read FAQ #2 for details. e.g. exclude "SNL Poland" --filter "none{ ...
by cheaters
15 Nov 2021, 04:53
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

Thanks for the help... I need a little more context for my use case. i am going to use an external file but that begs the question where do I add --file-filter so it only applies to movies or series and not music or books. If I only want filters to apply to --def seriesFormat and --def movieFormat o...
by cheaters
15 Nov 2021, 00:38
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

There is no all in one solution I think I should provide an example of what I am running into. filename is: Saturday.Night.Live.S47E06.Jonathan.Majors.720p.WEB.h264-KOGi[rartv] [2021-11-14 05:01:50.112] Run script [fn:amc] at [Sun Nov 14 05:01:50 CST 2021] [2021-11-14 05:01:50.138] Parameter: minFi...
by cheaters
09 Nov 2021, 01:31
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

@kim
Thanks for sticking with me on this.
I am having more mismatches using this method on other shows when it’s just the name of the show and season. How would I only apply his method to certain troublesome shows like NOVA and not to other shows?
by cheaters
06 Nov 2021, 03:08
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

Is there a good reason why I shouldn't use it the way it is now?

Keeping the default save path as:

Code: Select all

/Volumes/PlexMedia/PlexServer_1
And defining paths for files I don't want to end up in the default path.
by cheaters
05 Nov 2021, 16:59
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

why ? --output "/Volumes/PlexMedia/PlexServer_1" from format /Volumes/PlexMedia/PlexServer_1/ /Volumes/SeedDrive/PlexServer_2/ do this --output "/Volumes/" format PlexMedia/PlexServer_1/ SeedDrive/PlexServer_2/ Thank you for suggesting that. :?: ... Since I am using --conflict i...
by cheaters
04 Nov 2021, 17:11
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

Kim, This is my modified AMC script. I believe I added the mapper option correctly - please check. I also prepended order.airdate. to my series format definition. Is there something I am missing... { /usr/local/bin/filebot -script fn:amc --output "/Volumes/PlexMedia/PlexServer_1" \ --actio...
by cheaters
03 Nov 2021, 21:27
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

First time I tried this :) It took a bit of time to get working because no "Absolute Airdate Order" but you need to use "Date and Title" maybe update page ;) https://www.filebot.net/forums/viewtopic.php?t=6136 THANKS! Much appreciation. I will give that a shot. How are you are t...
by cheaters
03 Nov 2021, 17:47
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

I haven't worked much with my presets and with my advancing years that means much has been forgotten :? I have a shell script that works 99% of the time unless there is a misnamed file. Occasionally it's due to an incorrect year in a movie file name (off by 1 because of a release date discrepancy), ...
by cheaters
02 Nov 2021, 00:00
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

Thank you I’ll look at that when I get back. I use an AMC Script and rarely have to use the GUI. What I want is for Plex to show them properly. Proper name and proper season and episode are required. As it stands it’s less than automatic. I have to rename the files before FileBot gets a hold of them...
by cheaters
01 Nov 2021, 23:09
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

Re: TVDB policy regarding out of order series

To be clear… The files I am getting are already named with the correct season and episode (from NOVA). They are then mapped by TVDB to the incorrect episodes when renaming with FileBot.
by cheaters
01 Nov 2021, 17:31
Forum: Anything and Everything else
Topic: TVDB policy regarding out of order series
Replies: 28
Views: 39500

TVDB policy regarding out of order series

Last year season 47 of NOVA was shown out of series order. Meaning shows that were supposed to air later aired earlier or vice versa. This happens once in awhile and NOVA isn't the only series. TVDB has a policy that all shows on their site are listed in Aired Order which is fine, but then they modi...
by cheaters
18 Oct 2021, 03:04
Forum: Feature Requests and Bug Reports
Topic: filebot -script fn:history no longer working --SOLVED
Replies: 4
Views: 10004

Re: filebot -script fn:history no longer working --SOLVED

Apparently filebot's "system.properties" is sensitive to case.

Code: Select all

/Users/user/.filebot/system.properties
this works:

Code: Select all

net.filebot.logging.debug=WARNING
this caused filebot to not startup:

Code: Select all

net.filebot.logging.debug=warning
by cheaters
17 Oct 2021, 18:39
Forum: Feature Requests and Bug Reports
Topic: filebot -script fn:history no longer working --SOLVED
Replies: 4
Views: 10004

filebot -script fn:history no longer working --SOLVED

10/17/21_13:24:52 /Users/john $ filebot -script fn:history Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class net.filebot.Logging at net.filebot.Main.main(Unknown Source) 10/17/21_13:26:08 /Users/john $ filebot -script fn:history /Users/john/.filebot/his...
by cheaters
02 Apr 2021, 17:31
Forum: Scripting and Automation
Topic: history script --format option not working
Replies: 3
Views: 2907

Re: history script --format option not working

Thank you. That takes a long time to run with 34,000 lines of history. I don't think basename is meant to be run that way? real 0m22.386s user 0m11.157s sys 0m14.146s The following gets me what I want in a readable format. (On macOS it requires GNU sed / gsed ). I am open to a better/faster/simpler ...
by cheaters
01 Apr 2021, 19:33
Forum: Scripting and Automation
Topic: history script --format option not working
Replies: 3
Views: 2907

history script --format option not working

Description: FileBot keeps an internal history of all rename operations in case you want to revert files to their original names or just want to find out the original name of a given file. Here's a script to help with that. Print old and new names in rows for easy comparison: filebot -script fn:his...
by cheaters
29 Mar 2021, 04:25
Forum: macOS
Topic: Where does FileBot store the "Copy to" directory string?
Replies: 8
Views: 18293

Re: Where does FileBot store the "Copy to" directory string?

Here's what the call stack would look like: 1. qBT calls your qBT_e-program.sh 1.1. qBT_e-program.sh calls filebot 1.1.1. filebot -exec calls your delete-srt-files.sh passing along the destination {folder} as Argument $1 1.1.1.1. delete-srt-files.sh calls find "$1" ... e.g. -exec /path/to...