Search found 24349 matches
- Today, 13:53
- Forum: Scripting and Automation
- Topic: TvDB special position binding ?
- Replies: 1
- Views: 16
Re: TvDB special position binding ?
:idea: Special Position: Airs before season 1, episode 5 seems to be something new. I'm not sure if the API makes this information even available. I'll have a look. :arrow: You can probably use the episode airdate to sort episodes into the appropriate watch order. EDIT :idea: You can access the ...
- Today, 06:14
- Forum: Episode / Movie Naming Scheme
- Topic: Plex Naming String Help
- Replies: 3
- Views: 82
Re: Plex Naming String Help
No worries. You're welcome.
- Yesterday, 11:36
- Forum: macOS
- Topic: Using preset after match
- Replies: 1
- Views: 69
Re: Using preset after match
:idea: A Preset defines a specific database / specific episode order / specific language to match against, a specific custom format to generate target file names with, etc, all at once. If you want to use a specific custom format, then you'll want to modify the Preset accordingly and then click on ...
- 06 Jan 2026, 05:55
- Forum: Episode / Movie Naming Scheme
- Topic: Plex Naming String Help
- Replies: 3
- Views: 82
Re: Plex Naming String Help
:?: What does the Format Editor say? :!: You are prototyping your custom format in the GUI Format Editor, right? Because prototyping via CMD script tests runs sounds rather cumbersome. :arrow: Try this: { ny.colon(' - ') }{ " {tmdb-$tmdbid}" }{ " {edition-$edition}" }{ " [$vf, $vc, $ac]" } Avatar ...
- 04 Jan 2026, 23:26
- Forum: Help and Support
- Topic: AcoustID - Bad duration value NumberFormatException (float parsing)
- Replies: 3
- Views: 95
Re: AcoustID - Bad duration value NumberFormatException (float parsing)
mediastack913 wrote: ↑04 Jan 2026, 19:16 Is there a direct download link for the updated JAR (r10884) so I can manually update the container while waiting for the Docker image to be rebuilt?
- 04 Jan 2026, 06:32
- Forum: Windows
- Topic: Filebot Keeps Crashing after re-imaging
- Replies: 2
- Views: 249
Re: Filebot Keeps Crashing after re-imaging
:idea: FileBot for Windows ships with its own JRE and does not use any JRE you may or may not have installed on your system. You could try older versions of FileBot (that might ship with different versions of the JRE) to see if that makes a difference. Please try the latest beta for good measure ...
- 04 Jan 2026, 06:21
- Forum: Help and Support
- Topic: AcoustID - Bad duration value NumberFormatException (float parsing)
- Replies: 3
- Views: 95
Re: AcoustID - Bad duration value NumberFormatException (float parsing)
Thanks for the bug report. Looks like the API response has changed. Fixed with FileBot r10884.
- 31 Dec 2025, 03:49
- Forum: macOS
- Topic: Fetch subtitels
- Replies: 4
- Views: 32568
Re: Fetch subtitels
when I click Rename, it never even searches for subtitles :idea: What are the file names you are working with? Are subtitles available for these files? The Fetch subtitle files feature may not always work because Exact Search: Lookup by Hash may not always work for the specific file at hand. And I ...
- 30 Dec 2025, 10:04
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] macOS - Registration Information and Activation Information and Updates
- Replies: 5
- Views: 5978
Re: [Feature Request] macOS - Registration Information and Activation Information and Updates
Well, the version number can be revealed with one click and the complete release details and explicit update-check are just one more click away. Perhaps not intuitive, but also less than a second of click work. That said, future releases (on macOS) will intercept About menu clicks and provide an ...
- 30 Dec 2025, 04:15
- Forum: Feature Requests and Bug Reports
- Topic: [Feature Request] macOS - Registration Information and Activation Information and Updates
- Replies: 5
- Views: 5978
Re: [Feature Request] macOS - Registration Information and Activation Information and Updates
I think that anything like FileBot 5.2.0 (Activated) or FileBot 5.2.0 (P1234567) or FileBot 5.2.0 (Valid-Until: 2026-01-01) looks ugly and cringe. The version number is generally not relevant for day-to-day FileBot usage so it's not necessary to show it at all times. That said, if you're running an ...
- 28 Dec 2025, 15:02
- Forum: Feature Requests and Bug Reports
- Topic: different source for Poster / Artwork
- Replies: 1
- Views: 246
Re: different source for Poster / Artwork
Well, built-in support is not planned, but if those sites have an API, then you can easily write a Custom Post-Processing Script to download some files from somewhere after processing a given movie or episode. That way you can add support for any artwork source yourself. EDIT :idea: Neither The ...
- 27 Dec 2025, 07:33
- Forum: Feature Requests and Bug Reports
- Topic: Function Request: String.Truncate(length)
- Replies: 3
- Views: 2848
Re: Function Request: String.Truncate(length)
Try this:
Format: Select all
{ n.tokenize(' ').take(3).join(' ') }Format: Select all
{ n.truncate(20, /\W/) }- 25 Dec 2025, 03:58
- Forum: Windows
- Topic: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore
- Replies: 15
- Views: 9982
Re: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore
- 24 Dec 2025, 04:56
- Forum: Scripting and Automation
- Topic: ntfy notification
- Replies: 2
- Views: 433
Re: ntfy notification
:idea: Usage generally looks like this: --apply '{ source, target, metadata -> println "$source | $target | $metadata" }' --apply /path/to/apply.groovy :idea: As for how to pass these command-line options to the jlesage/filebot docker container, that you might have to figure out yourself with a bit ...
- 23 Dec 2025, 03:48
- Forum: Episode / Movie Naming Scheme
- Topic: Matching file rename based on MediaInfo data
- Replies: 9
- Views: 1082
Re: Matching file rename based on MediaInfo data
Thanks! Those will be very useful for testing: OriginalSourceMedium_ID : 224 OriginalSourceMedium_ID/String : 224 (0xE0) OriginalSourceMedium : DVD-Video OriginalSourceMedium_ID : 4352 OriginalSourceMedium_ID/String : 4352 (0x1100) OriginalSourceMedium : Blu-ray :idea: HDR / Dolby Vision and ...
- 21 Dec 2025, 15:06
- Forum: Episode / Movie Naming Scheme
- Topic: Matching file rename based on MediaInfo data
- Replies: 9
- Views: 1082
Re: Matching file rename based on MediaInfo data
Thanks for the feedback. Do you mind pasting the raw MediaInfo table of such a tagged file here? Then we can use that for testing and future reference.SljivovitzDino wrote: ↑21 Dec 2025, 13:10 A little more testing with different ripping software, MakeMKV and Xreveal/CloneBD, only MakeMKV adds the original source medium
- 21 Dec 2025, 12:00
- Forum: macOS
- Topic: naming .srt files the same as the corresponding .mkv in the same folder
- Replies: 5
- Views: 1108
Re: naming .srt files the same as the corresponding .mkv in the same folder
Format: Select all
{ mediaFile }- 20 Dec 2025, 11:08
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 50
- Views: 28712
Re: Problem installing Java Installer on Synology NAS
You could try to modify /var/packages/java-installer/target/get-java.sh and replace: curl -fsSL -o "$JDK_TAR_GZ" --retry 5 "$JDK_URL" with: curl --insecure -fsSL -o "$JDK_TAR_GZ" --retry 5 "$JDK_URL" Then restart the NAS to trigger the auto-update on start. Thank you :) Unfortunately, it didn't ...
- 20 Dec 2025, 03:39
- Forum: Windows
- Topic: the tail part of plex.tail doesn't work anymore
- Replies: 3
- Views: 514
Re: the tail part of plex.tail doesn't work anymore
No worries. On mobile. Thought you might appreciate a quick link now more than a well-written reply tomorrow.
- 20 Dec 2025, 02:45
- Forum: Windows
- Topic: the tail part of plex.tail doesn't work anymore
- Replies: 3
- Views: 514
Re: the tail part of plex.tail doesn't work anymore
rednoah wrote: ↑09 Dec 2025, 04:25FileBot 5.2.0 has known issues on Windows in this regard. FileBot 5.2.1 fixes the issue.
The easy solution is to just use {~plex} instead:
Plex / Kodi / Emby / Jellyfin Naming Schemes › Advanced {plex} operatorsFormat: Select all
{ ~plex }
- 19 Dec 2025, 14:23
- Forum: Episode / Movie Naming Scheme
- Topic: Matching file rename based on MediaInfo data
- Replies: 9
- Views: 1082
Re: Matching file rename based on MediaInfo data
Original source medium : Blu-ray Having "video[0].Original_source_medium" will result in "Blu-ray" (and likewise DVD-Video if it's a DVD.) That's pretty cool. If this tag becomes more common we'll see about updating {vs} and {source} to check for this as well.
- 19 Dec 2025, 08:27
- Forum: Episode / Movie Naming Scheme
- Topic: Matching file rename based on MediaInfo data
- Replies: 9
- Views: 1082
Re: Matching file rename based on MediaInfo data
:idea: The {edition} is based on the filename , so it'll work / not work depending on whether or not there's keywords such as Directors Cut in the current filename. Please read [DOCS] The movie {tags} and movie {edition} bindings for details. :idea: I've never seen Original_source_medium in the ...
- 18 Dec 2025, 04:43
- Forum: macOS
- Topic: naming .srt files the same as the corresponding .mkv in the same folder
- Replies: 5
- Views: 1108
Re: naming .srt files the same as the corresponding .mkv in the same folder
:idea: I'm not able to reproduce the issue with the format and sample file path given above: https://i.snipboard.io/D78h4I.jpg :?: What does the Format Editor say? Please click on the New Names item for the subtitle file, then Double-Click ➔ Edit Format to open the Format Editor for that specific m ...
- 16 Dec 2025, 04:35
- Forum: Scripting and Automation
- Topic: [DOCS] How do I select only specific files from the input folder?
- Replies: 0
- Views: 621
[DOCS] How do I select only specific files from the input folder?
GUI Presets allow you to set a default input folder from which files are loaded. An additional file filter expression allows you to select only specific files from that default input folder. e.g. select only video files: f.video e.g. select only episode files: f.episode e.g. select only movie files ...
- 15 Dec 2025, 03:32
- Forum: Feature Requests and Bug Reports
- Topic: plex movie format missing tmdb id in file name
- Replies: 2
- Views: 707
Re: plex movie format missing tmdb id in file name
The Plex naming guidelines call for the tmdb id to be present both in the enclosing directory name as well as the file name :idea: 1 ID marker in the file path is fine. Adding it twice is unnecessary and has no effect . :arrow: That said, you can use the {plex} binding with the ** operator to ...
