Search found 24031 matches
- 04 May 2025, 08:28
- Forum: Episode / Movie Naming Scheme
- Topic: Does the { emby } format expression work for deleted scenes
- Replies: 4
- Views: 5846
Re: Does the { emby } format expression work for deleted scenes
Many movies come with either an Extras or Featurettes folder and i'd like Filebot to ideally hardlink the folder (copy if not available). The Import companion files feature will do just that. You'll have to manually enable the feature though, by going to the setting and checking the checkbox. https ...
- 03 May 2025, 09:57
- Forum: Feature Requests and Bug Reports
- Topic: [SOLVED] Failing to match episodes in high season numbers
- Replies: 2
- Views: 5705
Re: Failing to match episodes in high season numbers
:?: What is the episode title of the Grey's Anatomy S21E16 file you have? :idea: FileBot fundamentally cannot reliably match files where the SxE number is either wrong or misleading (according to your selected database and episode order) especially if the episode title is missing from the file path ...
- 03 May 2025, 09:38
- Forum: Windows
- Topic: [SOLVED] Filebot has recently slowed right down
- Replies: 6
- Views: 6263
- 02 May 2025, 09:54
- Forum: Ubuntu & Desktop Linux
- Topic: Couldn't connect to TMDB database (when using a proxy)
- Replies: 5
- Views: 6305
Re: Couldn't connect to TMDB database (when using a proxy)
FileBot uses HTTPS for all requests, so the https.proxyHost=127.0.0.1 https.proxyPort=7890 bit is probably the important bit.
- 02 May 2025, 08:38
- Forum: Ubuntu & Desktop Linux
- Topic: Couldn't connect to TMDB database (when using a proxy)
- Replies: 5
- Views: 6305
Re: Couldn't connect to TMDB database
It might be a proxy issue. The proxy works fine for curl as I mentioned before, but for some reason proxy settings in filebot or java doesn't work. Yesterday I have tried using system proxy and using internal proxy settings, but none of them work. I uninstall the amd64.deb and install a universal ...
- 01 May 2025, 17:02
- Forum: Ubuntu & Desktop Linux
- Topic: Couldn't connect to TMDB database (when using a proxy)
- Replies: 5
- Views: 6305
Re: Couldn't connect to TMDB database
Caused by: java.net.http.HttpConnectTimeoutException: HTTP connect timed out Caused by: java.net.ConnectException: HTTP connect timed out There's probably not much you can do. If it reliably and repeatedly doesn't work from FileBot but always works with curl, then that would be most unusual. Could ...
- 01 May 2025, 09:04
- Forum: Synology NAS & Embedded Linux
- Topic: (core dumped) java -Xshare:dump -XX:SharedClassListFile="$CDS_ARCHIVE.lst"
- Replies: 2
- Views: 5337
Re: Exception: java.lang.NoClassDefFoundError
:idea: Looks like the issue might be caused by the recent Java 21.0.7 auto-update: https://github.com/adoptium/adoptium-support/issues/1185 :arrow: We have updated the java-installer package repository to now install 21.0.4 instead. This will happen automatically when the java-installer package is ...
- 30 Apr 2025, 13:50
- Forum: Feature Requests and Bug Reports
- Topic: Matching has been worse/buggy with latest version
- Replies: 3
- Views: 7664
Re: Matching has been worse/buggy with latest version
1. For example, it just matched "ROSA.Republic.Of.South.Ah.Sh.t.2023.720p.WEBRip.x264.AAC-[YTS.MX].mp4" as "The Rose (1979)" :idea: API search for "ROSA Republic Of South Ah Sh t" doesn't yield any results, FileBot therefore does not know that ROSA Republic of south ah sh**t exists, and so the "best ...
- 30 Apr 2025, 12:34
- Forum: Windows
- Topic: [SOLVED] Filebot has recently slowed right down
- Replies: 6
- Views: 6263
Re: Filebot has recently slowed right down
After a bit more testing, it feels like a file access issue. Yep, looks like a file system issue. Being able to reproduce the same issue on two different machines would however suggest they have something unusual in common. A random guess would be an overzealous anti-virus. :idea: You can manually ...
- 29 Apr 2025, 18:29
- Forum: Windows
- Topic: [SOLVED] Filebot has recently slowed right down
- Replies: 6
- Views: 6263
Re: Filebot has recently slowed right down
:?: Can you post the file path of a file that is slow to process? (see Export Original Files / New Names as TSV ) :?: Are you using the latest version of FileBot? What does System Information say? Does the log say anything? (see How to Request Help ) :?: What is your custom format? Can you reproduce ...
- 29 Apr 2025, 11:17
- Forum: unRAID & docker
- Topic: crashes again and again with xpra and docker
- Replies: 5
- Views: 6605
Re: crashes again and again with xpra and docker
filebot-jlesage | [filebot-info] Error: Could not find or load main class '-Xmx512m' filebot-jlesage | [filebot-info] Caused by: java.lang.ClassNotFoundException: '-Xmx512m' filebot-jlesage | [supervisor ] service 'filebot-info' exited (with status 1). filebot-jlesage | [supervisor ] service ...
- 29 Apr 2025, 10:42
- Forum: unRAID & docker
- Topic: crashes again and again with xpra and docker
- Replies: 5
- Views: 6605
Re: crashes again and again with xpra and docker
I have just found out that it could be due to insufficient RAM. Then the service crashes. Is there a way to use the Docker command to somehow restrict the Java heap to -Xmx512m via an environment variable? You can set the container memory limit via the --memory option and the JVM memory limit via ...
- 29 Apr 2025, 10:20
- Forum: unRAID & docker
- Topic: crashes again and again with xpra and docker
- Replies: 5
- Views: 6605
Re: crashes again and again with xpra and docker
I notably don't get any of these error messages: filebot-xpra | libEGL warning: DRI3: Screen seems not DRI3 capable filebot-xpra | libEGL warning: DRI3: Screen seems not DRI3 capable filebot-xpra | libEGL warning: egl: failed to create dri2 screen filebot-xpra | (zenity:667): GVFS ...
- 28 Apr 2025, 19:01
- Forum: Episode / Movie Naming Scheme
- Topic: Does the { emby } format expression work for deleted scenes
- Replies: 4
- Views: 5846
Re: Does the { emby } format expression work for deleted scenes
:?: What are the file paths of the extras you have? :?: What are the file paths you would like to have for your extras after processing? :arrow: Do you want to rename / reorganize your extras? Then you can tick the Import companion files feature. FileBot will then copy along any extras. :arrow: If ...
- 27 Apr 2025, 09:32
- Forum: Windows
- Topic: Invalid usage: The --output folder option is required
- Replies: 2
- Views: 4000
Re: filbot missing output directory
Invalid usage: The --output folder option is required Abort (×_×) :idea: Your filebot command does not include the --output folder option. The --output folder option is required and cannot be left unspecified nowadays. :arrow: You'll want to add --output "F:" to your amc script command: "C:\Program ...
- 27 Apr 2025, 09:12
- Forum: Feature Requests and Bug Reports
- Topic: TMDB - get absolute number for specials
- Replies: 4
- Views: 5990
Re: TMDB - get absolute number for specials
How can I test if {order.absolute.sxe} return a value so I can decide if use it or not? :?: What is your use case? e.g. add [20] to the file name if order.absolute.sxe is defined: { ' [' + order.absolute.sxe +']' } e.g. since Absolute Order is just a preference, you might get the SxE number instead ...
- 26 Apr 2025, 10:47
- Forum: Feature Requests and Bug Reports
- Topic: TMDB - get absolute number for specials
- Replies: 4
- Views: 5990
Re: TMDB - get absolute number for specials
:!: TMDB has an identifying one true SxE number for each episode. There is no intrinsic one true absolute episode number for each episode, so you will not find one in the base episode record. There are however Absolute type episode groups. There could be none. There could be one. There could be two ...
- 25 Apr 2025, 21:49
- Forum: Scripting and Automation
- Topic: Simple Command Help
- Replies: 9
- Views: 9213
Re: Simple Command Help
Looks like clearing the cache didn't do anything. Have you perhaps exceeded your quota? If you use the
login button it'll show you the current quota.

- 25 Apr 2025, 17:08
- Forum: Scripting and Automation
- Topic: Simple Command Help
- Replies: 9
- Views: 9213
Re: Simple Command Help
I see. So this error causes subtitles to not be downloaded?
Please do a Clear Cache and then retry to see if that makes a difference:
Please do a Clear Cache and then retry to see if that makes a difference:
Shell: Select all
filebot -clear-cache
- 25 Apr 2025, 12:05
- Forum: Scripting and Automation
- Topic: Simple Command Help
- Replies: 9
- Views: 9213
Re: Simple Command Help
Apr 25, 2025 12:25:58 PM net.filebot.subtitle.SubtitleMetrics$5 getSubtitleProperties WARNING: Failed to read subtitle properties: class java.lang.Double cannot be cast to class java.lang.Float (java.lang.Double and java.lang.Float are in module java.base of loader 'bootstrap')[/output] That would ...
- 25 Apr 2025, 08:16
- Forum: Scripting and Automation
- Topic: Simple Command Help
- Replies: 9
- Views: 9213
Re: Simple Command Help
:idea: The easiest way would be to just use Plain File Mode , either semi-manually in the Desktop application via a Preset or automatically when needed via the filebot command-line tool: $ filebot -rename -r /path/to/input --db file --filter "f.subtitle && none{ f =~ /subs/ }" --format "{folder ...
- 24 Apr 2025, 20:05
- Forum: macOS
- Topic: [Mac App Store] FileBot Not Running on Sonoma (14.3)
- Replies: 18
- Views: 28452
Re: FileBot Not Running on Sonoma (14.3)
this still happens. Has the code been updated? Any hint on how to get it to work? As far as I can tell, you would be the first to re-report this issue ( this one ) since FileBot 5.1.4 was released in July 2024 and seemingly fixed things for most of the affected users. :?: Which version of FileBot ...
- 24 Apr 2025, 17:10
- Forum: Windows
- Topic: --confict index in GUI
- Replies: 1
- Views: 4328
Re: --confict index in GUI
:?: Can you give your specific use case / example? (i.e. copy & paste sample file paths as text ) :idea: In general, you'll want your format to generate unique file paths. Adding media info such as {hdr} {vf} {vc} {ac} {audioLanguage} etc typically ensures a unique file path for each 720p / 1080p ...
- 24 Apr 2025, 08:55
- Forum: macOS
- Topic: Original files all of a sudden greyed out
- Replies: 1
- Views: 4861
Re: Original files all of a sudden greyed out
:idea: A file item in the Original Files list is always greyed out if there is no corresponding episode item in the New Names list and vice versa. That is normal and simply indicates that the file at hand does not yet have a match. :?: What is the complete file path / file size / video duration of ...
- 23 Apr 2025, 06:31
- Forum: Windows
- Topic: How to Fix Subtitle Mismatches in FileBot?
- Replies: 1
- Views: 3688
Re: How to Fix Subtitle Mismatches in FileBot?

