Search found 24369 matches

by rednoah
Yesterday, 06:25
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
Replies: 13
Views: 37871

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.
by rednoah
14 Jan 2026, 11:04
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
Replies: 13
Views: 37871

Re: Ubuntu (.deb) Repository Failing, 24.04 LTS

I see. I’ll look into this new deb source file format.
by rednoah
14 Jan 2026, 10:05
Forum: Ubuntu & Desktop Linux
Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
Replies: 13
Views: 37871

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?
by rednoah
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: 266

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 ...
by rednoah
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: 266

Re: Revert files via the GUI/CLI - restored to a different folder

:idea: Yes, a Custom Conflict Action would be responsible for coming up with an alternate target file path if there is a conflict.


:arrow: e.g. maybe something like this will do the trick?

Groovy: Select all

{ from, to ->
	"/media/Upload_Download/1 Download/1 Encodieren/Papiekorb/" + to.name
}
by rednoah
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: 266

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 ...
by rednoah
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: 266

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, ...
by rednoah
13 Jan 2026, 08:40
Forum: Windows
Topic: Best practice for handling multi-episode files with Plex naming?
Replies: 1
Views: 81

Re: Best practice for handling multi-episode files with Plex naming?

:arrow: You’ll want to use {plex.id} to organize files. That’ll take care of everything:

Format: Select all

{ plex.id }

:idea: You can use {plex.name} if you just want the file name part of the Plex path:

Format: Select all

{ plex.name }

:idea: The Plex naming standard for multi-episode files is the S01E01-E3 range style.
by rednoah
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: 266

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 ...
by rednoah
12 Jan 2026, 21:38
Forum: Windows
Topic: After Update to Filebot 5.1.6 OpenSubtitleLogin doesn't work anymore
Replies: 17
Views: 10094

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.
by rednoah
12 Jan 2026, 06:01
Forum: Episode / Movie Naming Scheme
Topic: Different output folders depending on the genre?
Replies: 4
Views: 155

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 ...
by rednoah
11 Jan 2026, 18:47
Forum: Episode / Movie Naming Scheme
Topic: Different output folders depending on the genre?
Replies: 4
Views: 155

Re: Folders

phileeny wrote: 11 Jan 2026, 16:06 I tried "genre(s)" but that didn't work
:?: What have you tried? What didn't work? What movie(s) did you run tests with?


e.g. Conditional Structures (if-then-else)

Format: Select all

{ genres ==~ /Documentary|News/ ? 'U:/Documentaries/' : 'T:/TV Shows/' }
by rednoah
10 Jan 2026, 19:59
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 258

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 ...
by rednoah
10 Jan 2026, 11:07
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 258

Re: Is there a label to identify forced subtitles?

piter332 wrote: 10 Jan 2026, 08:15 it's not recognizing the forced subtitles
:?: What are the subtitle file names you have?

:?: Can you share the subtitle files or OpenSubtitles links to these subtitles?
by rednoah
10 Jan 2026, 05:04
Forum: Feature Requests and Bug Reports
Topic: Does PostProcess expect to autorun after rename ?
Replies: 5
Views: 229

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.
by rednoah
10 Jan 2026, 05:03
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 258

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.
by rednoah
09 Jan 2026, 16:04
Forum: Feature Requests and Bug Reports
Topic: Does PostProcess expect to autorun after rename ?
Replies: 5
Views: 229

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.
by rednoah
09 Jan 2026, 15:56
Forum: Episode / Movie Naming Scheme
Topic: Is there a label to identify forced subtitles?
Replies: 7
Views: 258

Re: Is there a label to identify forced subtitles?

:idea: {subt} will add the language code and the -forced marker.

:idea: {subt} notably can only detect -forced subtitles that are already marked as such. If you need auto-detection, then you might have to write your own code that reads the subtitle files and checks for certain heuristics.
by rednoah
09 Jan 2026, 04:12
Forum: Feature Requests and Bug Reports
Topic: Does PostProcess expect to autorun after rename ?
Replies: 5
Views: 229

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 ...
by rednoah
09 Jan 2026, 03:18
Forum: Scripting and Automation
Topic: TvDB special position binding ?
Replies: 5
Views: 250

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 ...
by rednoah
08 Jan 2026, 13:53
Forum: Scripting and Automation
Topic: TvDB special position binding ?
Replies: 5
Views: 250

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 ...
by rednoah
08 Jan 2026, 06:14
Forum: Episode / Movie Naming Scheme
Topic: Plex Naming String Help
Replies: 3
Views: 224

Re: Plex Naming String Help

No worries. You're welcome.
by rednoah
07 Jan 2026, 11:36
Forum: macOS
Topic: Using preset after match
Replies: 1
Views: 217

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 ...
by rednoah
06 Jan 2026, 05:55
Forum: Episode / Movie Naming Scheme
Topic: Plex Naming String Help
Replies: 3
Views: 224

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 ...
by rednoah
04 Jan 2026, 23:26
Forum: Help and Support
Topic: AcoustID - Bad duration value NumberFormatException (float parsing)
Replies: 3
Views: 242

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?
:arrow: Latest Beta Revisions and Release Candidates