Search found 24030 matches

by rednoah
Today, 14:42
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4115

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
Today, 09:06
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4115

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
Yesterday, 10:45
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4115

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
Yesterday, 03:56
Forum: Ubuntu & Desktop Linux
Topic: FB not remembering last path that was opened
Replies: 9
Views: 4115

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

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

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

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

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

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

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

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

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.
by rednoah
20 Jun 2025, 05:16
Forum: Windows
Topic: Unable to login to OpenSubtitles on FileBot UI
Replies: 3
Views: 334

Re: Unable to login to OpenSubtitles on FileBot UI

:?: What happens if you try to log in from a different public IP? (e.g. try your mobile hotspot instead of your ISP internet, cafe wifi, friends house wifi, etc) :?: What does the error message say if you enter the wrong password on purpose? filebot -script fn:configure --def osdbUser=asdf --def ...
by rednoah
19 Jun 2025, 12:39
Forum: Windows
Topic: Light mode
Replies: 1
Views: 181

Re: Light mode

:idea: You can set your Light / Dark preferences in the Windows settings. Select Custom if you want Dark theme for Windows but Light theme for applications. https://i.imgur.com/si4j1J9.png :idea: Please read How do I use Dark Mode? for details on forcing Light / Dark theme for FileBot specifically ...
by rednoah
19 Jun 2025, 05:25
Forum: Windows
Topic: Sample of fake .NFO file
Replies: 1
Views: 206

Re: Sample of fake .NFO file

Well, that looks like a standard NFO file to me. It just happens to be the human-readable kind. I guess that mean you want to separate these kinds of NFO files from machine-readable XML NFO files that start with <nfo> tags and such? :arrow: If you want to use Custom Post-Processing Scripts to delete ...
by rednoah
18 Jun 2025, 12:18
Forum: Ubuntu & Desktop Linux
Topic: WARNING: do not use Native apps instead of Flatpak
Replies: 1
Views: 283

Re: WARNING: do not use Native apps instead of Flatpak

:idea: You probably mean do use apt packages instead of flatpak packages. :idea: Yep, sandboxing can be a real PITA especially if you're not aware. Same applies if you are using the SNAP package . If you use a docker container than you will also run into the same kinda issues, but if you are using ...
by rednoah
16 Jun 2025, 05:44
Forum: Help and Support
Topic: All files flagged as invalid
Replies: 3
Views: 4183

Re: All files flagged as invalid

It looks like adding --def movie=y series=y may at least substantially improved the Unsorted issue. :!: The amc script has no such options and so setting them has no effect. If you get different results for the same files, then whatever change in behaviour you have observed, it notably was not ...
by rednoah
13 Jun 2025, 14:57
Forum: Windows
Topic: Filebot hasn't been hardlinking
Replies: 2
Views: 3932

Re: Filebot hasn't been hardlinking

:?: Did you figure it out? What were your findings?
by rednoah
13 Jun 2025, 14:31
Forum: Windows
Topic: Filebot Registration Error
Replies: 1
Views: 887

Re: Filebot Registration Error

:?: What exactly does the error message say? Please copy & paste the error message verbatim. You can copy previous error messages from the log . :?: What is your order number / license number? (NOTE: there is no recent order under the email address that you have used to register here in the forums ...
by rednoah
13 Jun 2025, 10:07
Forum: Scripting and Automation
Topic: Script generation from Win GUI
Replies: 3
Views: 1621

Re: Script generation from Win GUI

Let us know what you come up with. Might be useful for the next guy.
by rednoah
13 Jun 2025, 05:43
Forum: Scripting and Automation
Topic: Script generation from Win GUI
Replies: 3
Views: 1621

Re: Script generation from Win GUI

:arrow: Yes, you can write and execute filebot commands and so create your own *.sh or *.cmd scripts. Please read the FileBot Command-line Interface manual for details. :idea: Unfortunately, there is no command generator for the Presets feature of the FileBot Desktop application. FileBot Node is ...