Search found 170 matches
- 03 Aug 2022, 11:26
- Forum: macOS
- Topic: qBittorrent parameters change causing issues
- Replies: 4
- Views: 137
Re: qBittorrent parameters change causing issues
I changed nothing in the script or the qBT "call program" commands. Until this commit to the master branch everything was normal for years. With this patch, that contains changes in how the positional parameters are handled, the quoting of the parameters has gone goofy. This points to a qBittorrent ...
- 03 Aug 2022, 02:29
- Forum: macOS
- Topic: qBittorrent parameters change causing issues
- Replies: 4
- Views: 137
Re: qBittorrent parameters change causing issues
I tried to remove the double quotes using bash parameter expansion (search and replace) inside my shell script and now getting inconsistent quoting of the parameters - some quotes are removed and others remain :lol: using the following in my shell script ... --def "ut_kind"="multi" \ --def "ut_title...
- 03 Aug 2022, 01:10
- Forum: macOS
- Topic: qBittorrent parameters change causing issues
- Replies: 4
- Views: 137
qBittorrent parameters change causing issues
I filed an issue over 18 months ago and the "fixed" it in qBittorrent master . I am running the master. Now all of my positional parameters, which are quoted as required in qBittorrent, are coming into FileBot double quoted and FileBot is angry about it. Removing the quotes around the parameters in ...
- 03 Aug 2022, 00:59
- Forum: Feature Requests and Bug Reports
- Topic: macOS install creating Parent folder for FileBot
- Replies: 5
- Views: 104
Re: macOS install creating Parent folder for FileBot
Thanks. I know it's low priority.
The accepted answer says something about
The accepted answer says something about
https://apple.stackexchange.com/a/219144/40153Enforce the Location with BundleIsRelocatable
- 02 Aug 2022, 16:14
- Forum: Feature Requests and Bug Reports
- Topic: macOS install creating Parent folder for FileBot
- Replies: 5
- Views: 104
- 02 Aug 2022, 15:38
- Forum: Feature Requests and Bug Reports
- Topic: macOS install creating Parent folder for FileBot
- Replies: 5
- Views: 104
macOS install creating Parent folder for FileBot
Small issue fixed by removing the parent folder but wanted to mention it... I think I have seen this in the past, but not recently. Today I installed FileBot from the package [*]FileBot_4.9.6_x64.pkg and it created a parent folder named FileBot. Because of this the filebot alias at /usr/local/bin/fi...
- 12 Jul 2022, 19:32
- Forum: Scripting and Automation
- Topic: Excluding multiple shows with excludes.txt
- Replies: 22
- Views: 14424
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...
- 12 Jul 2022, 19:16
- Forum: Scripting and Automation
- Topic: Excluding multiple shows with excludes.txt
- Replies: 22
- Views: 14424
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...
- 08 Jul 2022, 14:20
- Forum: Scripting and Automation
- Topic: Excluding multiple shows with excludes.txt
- Replies: 22
- Views: 14424
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...
- 21 Jun 2022, 22:11
- Forum: Feature Requests and Bug Reports
- Topic: Strict mode causes fb to "Ignore orphaned subtitles"
- Replies: 3
- Views: 239
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” ?
Any work around?
Any ideas why fb had an issue with “True Things 2021” and matched it to “Terrible Things 2021” ?
- 21 Jun 2022, 19:46
- Forum: Feature Requests and Bug Reports
- Topic: Strict mode causes fb to "Ignore orphaned subtitles"
- Replies: 3
- Views: 239
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...
- 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: 510
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 ...
- 18 May 2022, 19:32
- Forum: Feature Requests and Bug Reports
- Topic: Ebook and Audiobook
- Replies: 3
- Views: 3587
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 like these...
- 07 Jan 2022, 16:59
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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...
- 07 Jan 2022, 05:04
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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{ n =~ /SNL Poland/ }" e.g. include "...
- 15 Nov 2021, 04:53
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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...
- 15 Nov 2021, 00:38
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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...
- 09 Nov 2021, 01:31
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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?
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?
- 06 Nov 2021, 03:08
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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:
And defining paths for files I don't want to end up in the default path.
Keeping the default save path as:
Code: Select all
/Volumes/PlexMedia/PlexServer_1
- 05 Nov 2021, 16:59
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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 index wouldn't items ...
- 04 Nov 2021, 17:11
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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" \ --action copy \ -...
- 03 Nov 2021, 21:27
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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 testing this without ...
- 03 Nov 2021, 17:47
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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), ...
- 02 Nov 2021, 00:00
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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...
- 01 Nov 2021, 23:09
- Forum: Anything and Everything else
- Topic: TVDB policy regarding out of order series
- Replies: 28
- Views: 28210
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.