Search found 24015 matches

by rednoah
48 minutes ago
Forum: Windows
Topic: AMC windows question
Replies: 4
Views: 84

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
Today, 15:42
Forum: Windows
Topic: AMC windows question
Replies: 4
Views: 84

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
Today, 15:25
Forum: Episode / Movie Naming Scheme
Topic: Need help on a very simple formatting request
Replies: 8
Views: 8375

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
Today, 03:49
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 8
Views: 6713

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
Today, 03:41
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 8
Views: 6713

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
Yesterday, 04:54
Forum: Feature Requests and Bug Reports
Topic: Use Alternate Order From TVDB
Replies: 8
Views: 6713

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: 289

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: 348

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: 348

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: 174

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: 289

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: 260

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: 4604

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 ...
by rednoah
30 Jun 2025, 09:06
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4604

Re: FB not remembering last path that was opened

Here's the zenity command that FileBot is calling: zenity --file-selection --multiple --filename="/SnapRaidArray/Anime/The Beginning After the End S01 1080p WEBRip AAC x265-EMBER/[EMBER] The Beginning After the End - 12.mkv" --title="Select Files" --filename means the dialog will open at ...
by rednoah
29 Jun 2025, 10:45
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4604

Re: FB not remembering last path that was opened

:?: Can you try again with Zenity and debug logging enabled? filebot -script fn:properties --def net.filebot.UserFiles.fileChooser=Zenity net.filebot.logging.debug=ALL That should print the zenity command to the console output so that we can see the instructions that FileBot passes onto the zenity ...
by rednoah
29 Jun 2025, 03:56
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4604

Re: FB not remembering last path that was opened

:?: Which File Dialog Implementation are you currently using?


:arrow: Zenity should be default on Linux, so you can try the Swing implementation instead:

Shell: Select all

filebot -script fn:properties --def net.filebot.UserFiles.fileChooser=Swing
by rednoah
27 Jun 2025, 18:45
Forum: Windows
Topic: Network Connection Error: Permission denied: getsockopt
Replies: 1
Views: 286

Re: Network Connection Error: Permission denied: getsockopt

:?: Are you using a VPN or any other kind of software (e.g. anti-virus / firewall) that might be interfering with network connections?

:arrow: [NordVPN] java.net.BindException: Cannot assign requested address: no further information



EDIT:

Maybe this works.
by rednoah
27 Jun 2025, 08:49
Forum: unRAID & docker
Topic: export, edit and import preset
Replies: 5
Views: 420

Re: export, edit and import preset

You can import / export preferences from the command-line like so: Export preferences: filebot -script fn:preferences --output /path/to/folder Import preferences: filebot -script fn:preferences /path/to/preferences.xml EDIT: Note that if you’re using the CLI then there are no Presets since Presets i ...
by rednoah
27 Jun 2025, 06:31
Forum: unRAID & docker
Topic: export, edit and import preset
Replies: 5
Views: 420

Re: export, edit and import preset

Can I just dump those in the ~/.filebot folder? I recommend using the Export User Data and Restore User Data buttons: https://i.imgur.com/fhvfMMi.png :idea: If you just copy the underlying storage then it might work, or it might not, or it might work partially. Your live settings are stored via ...
by rednoah
27 Jun 2025, 05:00
Forum: unRAID & docker
Topic: export, edit and import preset
Replies: 5
Views: 420

Re: export, edit and import preset

If you're using the GUI and want to import / export Presets then you can do that via Backup and Restore Settings.

If you're using the CLI then everything is in the command-line call that you can just copy & paste from one machine to another.
by rednoah
22 Jun 2025, 16:58
Forum: Scripting and Automation
Topic: Using special characters in file names
Replies: 2
Views: 283

Re: Using special characters in file names

:arrow: -unixfs will disable file path validation. Please read Target Unix Filesystem for details.

Shell: Select all

-unixfs

:!: That said, I would strongly discourage you from using | ' " \ ␤ etc in a file path. IMHO, you're just asking for unexpected issues down the line.
by rednoah
21 Jun 2025, 11:45
Forum: Help and Support
Topic: switching eMails for License Renewal
Replies: 3
Views: 399

Re: switching eMails for License Renewal

RutenRudi wrote: 21 Jun 2025, 10:02 still tremendously happy
Good to hear. Let us know if you ever have any issues or ideas for new features.
by rednoah
21 Jun 2025, 09:43
Forum: Help and Support
Topic: switching eMails for License Renewal
Replies: 3
Views: 399

Re: switching eMails for License Renewal

Each 1-year purchase is unique and stands on its own. You can use a different email address every time. The checkout process (for better or worse) does not know or care if you're a repeat customer. :arrow: If you click Renew License in the FileBot Desktop application then your email address will be ...
by rednoah
20 Jun 2025, 07:07
Forum: Windows
Topic: Unable to login to OpenSubtitles on FileBot UI
Replies: 3
Views: 466

Re: Unable to login to OpenSubtitles on FileBot UI

I'll see about adding user error detection for this case to the login form with upcoming releases.