Search found 20995 matches
- 07 Aug 2022, 19:55
- Forum: Scripting and Automation
- Topic: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- Replies: 12
- Views: 173
Re: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
Maybe, but since I cannot make Radarr see Filebot, it's no use, what can I do? Well, there's lots of things you can do: Alternatively, you could have your custom bash script that is running inside the *arrs container mark the completed files somehow, e.g. set xattr to the tag value, set Last-Modifi...
- 07 Aug 2022, 18:36
- Forum: Scripting and Automation
- Topic: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- Replies: 12
- Views: 173
Re: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- when complete, Radarr imports movie to Library title-folder (i.e /movies/Matrix (1999)/Matrix (1999) (1080p DTS) [IT] [EN].mkv Why not configure Radarr to preserve your custom tag somewhere in the file path? I don't use Radarr so I don't know if this is supported or not. e.g. via folder: /radarr/...
- 07 Aug 2022, 17:42
- Forum: Windows
- Topic: Set Filebot to ONLY process 4K
- Replies: 5
- Views: 105
Re: Set Filebot to ONLY process 4K
Yep. Looks like it. Just add -r as well then:BillyTheKid wrote: ↑07 Aug 2022, 17:21 In fact i think your answer in this post (viewtopic.php?p=56951) about folders and subfolders is the reason it isn't working for me...
Code: Select all
-r
- 07 Aug 2022, 16:42
- Forum: Scripting and Automation
- Topic: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- Replies: 12
- Views: 173
Re: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
Well, presumably *arrs have the ability to move completed downloads into separate destination folders per user-defined tag. If that works, then the rest is straight-forward.
- 07 Aug 2022, 14:24
- Forum: Scripting and Automation
- Topic: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- Replies: 12
- Views: 173
Re: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
Then I'm out of luck, adapting a container is way beyond my ability, I'm a beginner with these. Indeed, containers make some tasks easier (i.e. deployment of pre-configured machines) but also make other tasks difficult or impossible, i.e. no container interoperability by design, just doesn't work u...
- 07 Aug 2022, 10:53
- Forum: Scripting and Automation
- Topic: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- Replies: 12
- Views: 173
Re: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
You can of course build your own container that includes all the tools you need in one single container. So that's what DOCKER_MODS does internally one way or another, but that's specific to and only works for the Linuxserver.io Containers . If you use a container not based on the Linuxserver.io Con...
- 07 Aug 2022, 10:36
- Forum: Windows
- Topic: Set Filebot to ONLY process 4K
- Replies: 5
- Views: 105
Re: Set Filebot to ONLY process 4K
If the --def ignore script parameter doesn't work well (i.e. negative regex match is possible but tricky) then you can use the --file-filter option like so:
Please read How to process only specific kinds of files?
for details.
Code: Select all
--file-filter "f =~ /4K|UFC/"

for details.
- 06 Aug 2022, 22:08
- Forum: Scripting and Automation
- Topic: How to post-process Radarr files after import with custom script? How can Container A talk to Container B?
- Replies: 12
- Views: 173
Re: How to post-process Radarr files after import with custom script?
Conceptually, each container is a separate machine, so one container cannot execute commands on another just like one machine cannot execute commands on another, unless you set up a network connection of some kind, e.g. have the first machine log into the second machine via SSH to run commands, or h...
- 06 Aug 2022, 01:05
- Forum: Feature Requests and Bug Reports
- Topic: Pulling metadata out of a hat....and matching on that
- Replies: 1
- Views: 58
Re: Pulling metadata out of a hat....and matching on that
I don't know how this file got mismatched the first time around. If you do a bit of trial and error with pristine test files (i.e. newly created empty files in newly created empty folders) you might be able to narrow it down. That unknown reason in combination (maybe bad folder naming, maybe bad *.n...
- 06 Aug 2022, 00:57
- Forum: Synology & QNAP & Embedded Linux
- Topic: Help with filebot -revert /path/to/files
- Replies: 10
- Views: 5584
- 05 Aug 2022, 09:23
- Forum: Episode / Movie Naming Scheme
- Topic: How do I open the Format Editor? How do I add audio languages to the file name?
- Replies: 4
- Views: 125
Re: recognize two languages??
Presumably, you want to change how files are named? Based on what kind of audio streams are in the file, yes? {n} - {s00e00} - {t} - {audioLanguages.name} https://snipboard.io/hsQ5BX.jpg Please use Double-Click ➔ https://www.filebot.net/resources/action.format.png Edit Format to open the Format Edit...
- 05 Aug 2022, 00:47
- Forum: Episode / Movie Naming Scheme
- Topic: How do I open the Format Editor? How do I add audio languages to the file name?
- Replies: 4
- Views: 125
Re: recognize two languages??
Yes. Have you tried the {audioLanguages} binding yet?
Code: Select all
{ audioLanguages }
- 03 Aug 2022, 12:29
- Forum: macOS
- Topic: qBittorrent parameters change causing issues
- Replies: 4
- Views: 154
Re: qBittorrent parameters change causing issues
Note that your qBT_e-program.sh does: --def "ut_title"="${1//\"}" but then you overwrite that value a few lines later, thus adding unnecessary confusion and inconsistency to your test case when you think you're doing the former but actually doing the latter: "ut_title"="${1}" For the purpose of test...
- 03 Aug 2022, 10:10
- Forum: macOS
- Topic: qBittorrent parameters change causing issues
- Replies: 4
- Views: 154
Re: qBittorrent parameters change causing issues
Your code is very different from the official qBT integration example, but my general advice is to start at the entry point where qBT calls your code: Instructions for macOS and Linux : Options ► Downloads ► Run an external program on torrent completion: filebot -script fn:amc --output "/path/to/med...
- 03 Aug 2022, 09:45
- Forum: Feature Requests and Bug Reports
- Topic: macOS install creating Parent folder for FileBot
- Replies: 5
- Views: 113
Re: macOS install creating Parent folder for FileBot
Look closely at the log output from Installer.app or installer; you will see entries regarding the search and final location of the relocated application. :?: What does the installer log say? :?: Did you manually create the /Applications/FileBot/ folder and then move the FileBot.app file into that,...
- 02 Aug 2022, 20:22
- Forum: Feature Requests and Bug Reports
- Topic: macOS install creating Parent folder for FileBot
- Replies: 5
- Views: 113
Re: macOS install creating Parent folder for FileBot
I'll look into it. The link above seems to be fairly unrelated to the problem at hand at first glance though.
- 02 Aug 2022, 15:58
- Forum: Feature Requests and Bug Reports
- Topic: macOS install creating Parent folder for FileBot
- Replies: 5
- Views: 113
Re: macOS install creating Parent folder for FileBot
macOS sometimes does that, not sure if it's a bug or a feature. Unfortunately, our *.pkg doesn't get to decide what macOS does. But if someone can reliably reproduce this behaviour, and find a workaround, then I'm all ears.
- 02 Aug 2022, 08:23
- Forum: Scripting and Automation
- Topic: How do I change the output path?
- Replies: 19
- Views: 21441
Re: How do I change the output path?
No worries. You can always do Double-Click ➔ Edit Format so that you can see the current format for the currently selected item. You don't need to use Presets if you only use one format for all your episodes. Just keep in mind that there's separate formats for movies and episodes. https://i.imgur.co...
- 01 Aug 2022, 21:59
- Forum: macOS
- Topic: Transferring License from Windows to Mac
- Replies: 4
- Views: 11801
- 01 Aug 2022, 12:37
- Forum: Help and Support
- Topic: No autorenaming of "Trailer Park Boys"?
- Replies: 8
- Views: 4692
Re: No autorenaming of "Trailer Park Boys"?
The amc script will ignore clutter files with extreme prejudice (e.g. any file path that contains the "trailer" keyword) so we can pick those out ahead of time and process them separately: filebot -rename -r /input --output /output --format "{plex}" --db TheMovieDB::TV --order Airdate --file-filter...
- 01 Aug 2022, 11:10
- Forum: Scripting and Automation
- Topic: How do I change the output path?
- Replies: 19
- Views: 21441
Re: How do I change the output path?
:?: What's the problem? Where are you stuck? Format: /Volumes/The Nest-1/Family/Entertainment/Dramas/Chinese Dramas - Plex Links/{n}/{n} - {s00e00} Example File Path: /Volumes/The Nest-1/Family/Entertainment/Dramas/Chinese Dramas - Plex Links/Firefly/Firefly - S01E01.mkv :?: Is this not the file pat...
- 01 Aug 2022, 08:50
- Forum: Scripting and Automation
- Topic: AMC not using IMDB id/url in sibling .nfo
- Replies: 10
- Views: 483
- 31 Jul 2022, 15:25
- Forum: Help and Support
- Topic: Debug logging of matching logic
- Replies: 1
- Views: 56
Re: Debug logging of matching logic
1. Yep, blatantly wrong matches such as S03E11 => S02E01 are typically a consequence of the "correct match" not existing in the first place: https://www.filebot.net/forums/viewtopic.php?t=4695 :idea: Checking the episode list (via filebot -list so you can see what filebot sees) is indeed the typical...
- 31 Jul 2022, 08:12
- Forum: Synology & QNAP & Embedded Linux
- Topic: Control Synology FileBot with MacOS FileBot?
- Replies: 2
- Views: 81
Re: Control Synology FileBot with MacOS FileBot?
:?: What Synology NAS model are you using? :idea: If it's a higher-end model, then you can use docker to run the GUI inside a container (i.e. filebot-xpra ) on device. :idea: If it's a low-end model, then you can mount files onto your Mac via NFS protocol and thus get all the Unix-y filesystem featu...
- 29 Jul 2022, 21:48
- Forum: Windows
- Topic: Filter for Special Episode
- Replies: 2
- Views: 157
Re: Filter for Special Episode
You can use the {regular} binding like so: --filter regular e.g. filebot -list --db TheMovieDB::TV --q Firefly --filter regular :idea: --filter e will also work because special episodes don't have an {e} episode number . You can use {special} episode number but you'll have to account for {special} b...