Search found 24371 matches
- Yesterday, 05:17
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot Won't Work - Salix Linux
- Replies: 1
- Views: 52
Re: Filebot Won't Work - Salix Linux
Salix Linux is based on Slackware. :?: Which Desktop are you using? Gnome? KDE? Something else? How did you install the FileBot package? as soon as I try to select a file I get a spinning logo and Filebot locks up totally. :idea: So when you click on the Load button, the FileDialog doesn't show ...
- 16 Jan 2026, 04:50
- Forum: Windows
- Topic: How to renumber the Track or # field on a file
- Replies: 1
- Views: 74
Re: How to renumber the Track or # field on a file
Format: Select all
{ fn.replaceAll(/\d+/){ it.pad(3) } }- 15 Jan 2026, 06:25
- Forum: Ubuntu & Desktop Linux
- Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
- Replies: 13
- Views: 38025
Re: Ubuntu (.deb) Repository Failing, 24.04 LTS
Thanks for the feedback. I've updated the https://www.filebot.net/linux/apt.html manual to use the new .source file.
- 14 Jan 2026, 11:04
- Forum: Ubuntu & Desktop Linux
- Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
- Replies: 13
- Views: 38025
Re: Ubuntu (.deb) Repository Failing, 24.04 LTS
I see. I’ll look into this new deb source file format.
- 14 Jan 2026, 10:05
- Forum: Ubuntu & Desktop Linux
- Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
- Replies: 13
- Views: 38025
Re: Ubuntu (.deb) Repository Failing, 24.04 LTS
I’m pretty sure we only provide deb lines at the time of writing. Where did your .source file come from?
- 13 Jan 2026, 14:59
- Forum: Feature Requests and Bug Reports
- Topic: Revert files via the GUI/CLI - restored to a different folder
- Replies: 9
- Views: 393
Re: Revert files via the GUI/CLI - restored to a different folder
:!: If you process the exact same file twice, then the amc script will assume that your setup is broken (i.e. accidental infinite loop) and fail with a warning: Failed to process [...] because [...] is an exact copy and already exists [Last-Modified: Sun Jan 04 11:20:36 CET 2026] :idea: Your ...
- 13 Jan 2026, 13:26
- Forum: Feature Requests and Bug Reports
- Topic: Revert files via the GUI/CLI - restored to a different folder
- Replies: 9
- Views: 393
Re: Revert files via the GUI/CLI - restored to a different folder
Groovy: Select all
{ from, to ->
"/media/Upload_Download/1 Download/1 Encodieren/Papiekorb/" + to.name
}- 13 Jan 2026, 11:45
- Forum: Feature Requests and Bug Reports
- Topic: Revert files via the GUI/CLI - restored to a different folder
- Replies: 9
- Views: 393
Re: Revert files via the GUI/CLI - restored to a different folder
:idea: Well, if the new files generally have a relatively new time stamp, then you can probably add a few options to process only files that are less than a day old. If you revert a file, then that file would probably be already a few days old. I'm not sure how to do that within the context of the ...
- 13 Jan 2026, 08:52
- Forum: Feature Requests and Bug Reports
- Topic: Revert files via the GUI/CLI - restored to a different folder
- Replies: 9
- Views: 393
Re: Revert files via the GUI/CLI - restored to a different folder
:?: How do new and better files end up in the input folder yet don’t have a new unique file name? The file name typically includes video resolution, source medium, codec information, etc, so a new and better file would typically come with a different file name, higher resolution, BluRay source, ...
- 13 Jan 2026, 08:40
- Forum: Windows
- Topic: Best practice for handling multi-episode files with Plex naming?
- Replies: 1
- Views: 146
Re: Best practice for handling multi-episode files with Plex naming?
Format: Select all
{ plex.id }Format: Select all
{ plex.name }- 13 Jan 2026, 04:41
- Forum: Feature Requests and Bug Reports
- Topic: Revert files via the GUI/CLI - restored to a different folder
- Replies: 9
- Views: 393
Re: Revert files via the GUI/CLI - restored to a different folder
I let AMC automatically detect and move everything via a container. Sometimes the source files are simply rubbish and something is detected that is not correct. But when I undo it, my automation immediately detects it again and reassigns it incorrectly. This is because it is restored to the watch ...
- 12 Jan 2026, 21:38
- Forum: Windows
- Topic: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore
- Replies: 17
- Views: 10150
Re: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore
I've created a test account with 7@U2e#i8Tko%LE as password and login via the FileBot Desktop application works for me.
- 12 Jan 2026, 06:01
- Forum: Episode / Movie Naming Scheme
- Topic: Different output folders depending on the genre?
- Replies: 4
- Views: 232
Re: Folders
:idea: {genres} and {genre} simply give you the genres / genre. You can then use those values to express your custom logic which defines which genres map to which folders. e.g. Genre Music goes to Folder Music (even if it's a Documentary as well) and Genre Documentary goes to Folder Documentary ...
- 11 Jan 2026, 18:47
- Forum: Episode / Movie Naming Scheme
- Topic: Different output folders depending on the genre?
- Replies: 4
- Views: 232
Re: Folders
e.g. Conditional Structures (if-then-else)
Format: Select all
{ genres ==~ /Documentary|News/ ? 'U:/Documentaries/' : 'T:/TV Shows/' }- 10 Jan 2026, 19:59
- Forum: Episode / Movie Naming Scheme
- Topic: Is there a label to identify forced subtitles?
- Replies: 7
- Views: 361
Re: Is there a label to identify forced subtitles?
:!: I see. You are talking about embedded subtitles and not external subtitles. That changes things. :?: In this case, please copy & paste the raw MediaInfo table via FileBot so we can see the all the keys. That way we can write code to check if the file contains any subtitles streams that are ...
- 10 Jan 2026, 11:07
- Forum: Episode / Movie Naming Scheme
- Topic: Is there a label to identify forced subtitles?
- Replies: 7
- Views: 361
- 10 Jan 2026, 05:04
- Forum: Feature Requests and Bug Reports
- Topic: Does PostProcess expect to autorun after rename ?
- Replies: 5
- Views: 278
Re: Does PostProcess expect to autorun after rename ?
What is the script you ended up using in the end? Please copy & paste for the next guy.
- 10 Jan 2026, 05:03
- Forum: Episode / Movie Naming Scheme
- Topic: Is there a label to identify forced subtitles?
- Replies: 7
- Views: 361
Re: Is there a label to identify forced subtitles?
What is the format you ended up using in the end? Please copy & paste for the next guy.
- 09 Jan 2026, 16:04
- Forum: Feature Requests and Bug Reports
- Topic: Does PostProcess expect to autorun after rename ?
- Replies: 5
- Views: 278
Re: Does PostProcess expect to autorun after rename ?
If the plot value is not available in your preferred language, then the plot value may be served in the original language.
- 09 Jan 2026, 15:56
- Forum: Episode / Movie Naming Scheme
- Topic: Is there a label to identify forced subtitles?
- Replies: 7
- Views: 361
Re: Is there a label to identify forced subtitles?
- 09 Jan 2026, 04:12
- Forum: Feature Requests and Bug Reports
- Topic: Does PostProcess expect to autorun after rename ?
- Replies: 5
- Views: 278
Re: Does PostProcess expect to autorun after rename ?
:idea: Your code is wrong. It is running and failing for every single file: Cannot invoke method or() on null object This particular error message is likely caused by this bit, where you invent new variables (which are null by default) and then use the | or operator on them, which conceptually doesn ...
- 09 Jan 2026, 03:18
- Forum: Scripting and Automation
- Topic: TvDB special position binding ?
- Replies: 5
- Views: 300
Re: TvDB special position binding ?
:idea: episode is a top-level binding. info will optionally give you an EpisodeDetails object. FileBot however does not have the airsBefore* properties in its model, so we need to use raw which gives us the raw JSON API response which happens to contain these airsBefore* properties if you're using ...
- 08 Jan 2026, 13:53
- Forum: Scripting and Automation
- Topic: TvDB special position binding ?
- Replies: 5
- Views: 300
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 ...
- 08 Jan 2026, 06:14
- Forum: Episode / Movie Naming Scheme
- Topic: Plex Naming String Help
- Replies: 3
- Views: 272
Re: Plex Naming String Help
No worries. You're welcome.
- 07 Jan 2026, 11:36
- Forum: macOS
- Topic: Using preset after match
- Replies: 1
- Views: 251
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 ...