Search found 24026 matches

by rednoah
Today, 18:51
Forum: Scripting and Automation
Topic: Help please to tweak image downloading commands
Replies: 1
Views: 46

Re: Help please to tweak image downloading commands

:?: What command are you currently using? :idea: After a bit of searching, there seems to have been a --def extras parameter in the artwork.* scripts that was removed some 5 years ago . Looking at the code it seems to have been primarily about just dumping the entire artwork collection. Presumably ...
by rednoah
Today, 08:46
Forum: macOS
Topic: Operation not Permitted
Replies: 4
Views: 144

Re: Operation not Permitted

F7 doesn't seem to copy anything. Is there an alternative on a Mac to copy paths? :?: You are pressing the F7 key and not the ⏪ key? If you're using a macOS laptop then you may need to hold the Function modifier to actually press the F7 key (see How to use the function keys on your Mac ) because m ...
by rednoah
Today, 06:49
Forum: macOS
Topic: Operation not Permitted
Replies: 4
Views: 144

Re: Operation not Permitted

:?: How did you install FileBot? Did you purchase and install FileBot via the Mac App Store by any chance? :?: Where are files located? What are the file paths at hand? Have you tried renaming files in your own $HOME folder just to see if that works? :idea: Operation not permitted is a macOS error ...
by rednoah
Today, 06:39
Forum: Synology NAS & Embedded Linux
Topic: Loading Filebot logs me out of the NAS entirely
Replies: 1
Views: 73

Re: Loading Filebot logs me out of the NAS entirely

:?: Are we talking about the FileBot Node WebUI?

:?: Are you using Synology NAS or QNAP NAS?

:?: Which specific device / software version are you using?
by rednoah
Today, 06:25
Forum: Help and Support
Topic: TV Shows - requirements of old filename for Filebot to re-name
Replies: 2
Views: 78

Re: TV Shows - requirements of old filename for Filebot to re-name

:idea: The How do I organize files for Plex? video tutorial should be all you need, though I would generally recommend watching all the Getting Started video tutorials as well for good measure: https://www.youtube.com/watch?v=cihWAvDW7MM :idea: FileBot can take any file path / file name as input ...
by rednoah
Today, 05:43
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 10
Views: 7474

Re: Use Alternate Order From TVDB

Keep in mind that debugging a HTTPS request is very different from debugging a HTTP request. The latter just works. The former requires your proxy to effectively perform a man-in-the-middle attack to compromise the secure connection. I'm fairly sure that Charles can do that. It'll require additional ...
by rednoah
10 Jul 2025, 13:10
Forum: Windows
Topic: Use Sub. In Resolution
Replies: 2
Views: 331

Re: Use Sub. In Resolution

e.g.

Format: Select all

{ n.upperInitial() } { s00e00.replace('S':'', 'E':'x') } {t} [{ vf.replace('2160p':'4K') }]

Code: Select all

Alias 01x01 Truth Be Told [4K]
by rednoah
09 Jul 2025, 19:42
Forum: Scripting and Automation
Topic: [Script] Generate .plexmatch files
Replies: 0
Views: 426

[Script] Generate .plexmatch files

This post-processing script for Episode Mode will generate .plexmatch files after episodes have been renamed and organized into season folders: { source, target, metadata -> def plexmatch = target.dir / '.plexmatch' allOf{ "Title: $n" } { "Year: $y" } { if (s) "Season: $s"} { if (tmdbid) "tmdbid ...
by rednoah
09 Jul 2025, 17:25
Forum: Windows
Topic: AMC windows question
Replies: 4
Views: 529

Re: AMC windows question

now i did read something that naming and anime is largely treated as tv series so im guess the passing filename should have a category of anime in qbit to fix any mismatching :idea: If you have file names like I Can't Understand What My Husband Is Saying - S02E01 then that's going the be processed ...
by rednoah
09 Jul 2025, 15:42
Forum: Windows
Topic: AMC windows question
Replies: 4
Views: 529

Re: AMC windows question

:arrow: Please read the Automated Media Center › Change how files will be organized and renamed section. :idea: Each format for each content type can generate absolute target file paths which will then be used. There's not much I can add to that. Let me know if you still struggle with making the amc ...
by rednoah
09 Jul 2025, 15:25
Forum: Episode / Movie Naming Scheme
Topic: Need help on a very simple formatting request
Replies: 8
Views: 8719

Re: Need help on a very simple formatting request

e.g.

Format: Select all

{ n.replace(':':' -', '?':'_') }
 - { s00e00 } - 
{ t.replace(':':' -', '?':'_') }
:idea: Replace : colon with - dash



:arrow: Alternatively, you could just use the {plex} format which automatically takes care of these things:

Format: Select all

{ plex.name }
by rednoah
09 Jul 2025, 03:49
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 10
Views: 7474

How do I use a HTTP proxy?

Is it possible to configure the Filebot GUI on MacOS (not the Mac App Store version) to use a proxy? I have tried 3 or 4 different ways to do this mentioned in other forum posts but nothing is working. :?: What have you tried so far? Does FileBot not inherit your system proxy settings? What kind of ...
by rednoah
09 Jul 2025, 03:41
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 10
Views: 7474

Re: Use Alternate Order From TVDB

:?: What happens if you select Episode Order: Digital in the Episode Order Preferences ? https://i.imgur.com/LyslIJ9.png :?: Is this the episode list you want to use for renaming? Here's what I see when I fetch Episode Order: Digital via the Episodes tool: https://i.snipboard.io/0nGxk8.jpg :idea: If ...
by rednoah
08 Jul 2025, 04:54
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 10
Views: 7474

Re: Use Alternate Order From TVDB

Would you consider adding support for JSONL formatting to the plain file mode? Such that it would recognize the episode objects from the output of filebot list? :?: What is your use case? What is the problem you're trying to solve? Maybe updating xattr metadata ? Maybe Linear Rename ? That way ...
by rednoah
07 Jul 2025, 08:45
Forum: Windows
Topic: All movies return "MOV (2022)"
Replies: 2
Views: 998

Re: All movies return "MOV (2022)"

:?: Did you figure it out and if so what was the solution? Did you not figure it out? Feedback is appreciated.
by rednoah
03 Jul 2025, 11:02
Forum: Scripting and Automation
Topic: [DOCKER] Qbittorrent failed to run amc script
Replies: 3
Views: 923

Re: Qbittorrent failed to run amc script

So would I need to install Filebot Node in my qBT container to then send commands :?: Can you install additional software into your qBT container? :idea: If you are using the linuxserver-qbittorrent container (instead of building your own container that contains both qBT and filebot ) then you are ...
by rednoah
03 Jul 2025, 09:27
Forum: Scripting and Automation
Topic: [DOCKER] Qbittorrent failed to run amc script
Replies: 3
Views: 923

Re: Qbittorrent failed to run amc script

:?: Which qBT container are you using? Does the filebot command-line tool exist within the container environment? :idea: Remember that the docker container that is running qBT and your Synology DSM host are two different computers for all accounts and purposes. Your container cannot directly run ...
by rednoah
03 Jul 2025, 04:54
Forum: Scripting and Automation
Topic: It is not adding languages
Replies: 1
Views: 656

Re: It is not adding languages

:?: What does the Format Editor say when you test the relevant part of the format on a relevant file? https://i.snipboard.io/eBkboM.jpg :?: What does filebot -mediainfo say for the file at hand? filebot -mediainfo *.mkv --format "{ audioLanguages.ISO3 } | { f }" General Observations : :!: You'll ...
by rednoah
02 Jul 2025, 19:44
Forum: Windows
Topic: All movies return "MOV (2022)"
Replies: 2
Views: 998

Re: All movies return "MOV (2022)"

:?: Can you provide a sample file paths as text so that we can try to reproduce the problem?

:?: What is your custom format?

:?: How are your files organised? Have you tried processing files in another folder? Is there an NFO file that forces a specific movie ID?
by rednoah
02 Jul 2025, 04:46
Forum: Episode / Movie Naming Scheme
Topic: Put the The at the end and format special
Replies: 0
Views: 989

Re: Put the The at the end and format special

1. :idea: If you use TheMovieDB - which allows duplicate series names - then the series name {n} will never contain the series year: { n } :idea: If you use TheTVDB - which does not allow duplicate series names - then the series name may contain a year (2005) or a region (UK) to make the series name ...
by rednoah
30 Jun 2025, 14:42
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 5305

Re: FB not remembering last path that was opened

I mean you can use the zenity command independently of FileBot to see what works and what doesn’t. We could change how FileBot calls zenity if we knew what zenity commands work correctly on your device. Presumably different variations of the --filename option will work better. Maybe your version of z ...