Search found 24032 matches

by rednoah
30 May 2025, 04:00
Forum: Episode / Movie Naming Scheme
Topic: Movie name not found
Replies: 12
Views: 12261

Re: Movie name not found

Stugotsv10 wrote: 29 May 2025, 20:37 it happens literally every day
If you find more issues, please keep them coming. Please do post file paths as text though since I need to copy & paste the text to create test files which is rather cumbersome from photo-of-a-screen images.
by rednoah
30 May 2025, 03:28
Forum: Episode / Movie Naming Scheme
Topic: Movie name not found
Replies: 12
Views: 12261

Re: Movie name not found

Snapshots is a special name that's on the exclude list so auto-detection "knows" (in this case incorrectly) as to avoid false positives when users rename movies in a folder named Snapshots : Snapshots.2018.1080p.WEBRip.x264-[YTS.LT] :idea: We will consider removing Snapshots from the exclude list ...
by rednoah
30 May 2025, 03:11
Forum: Episode / Movie Naming Scheme
Topic: Movie name not found
Replies: 12
Views: 12261

Re: Movie name not found

OK, so here's the file name as text so that we can run tests: Sebastian.Maniscalco.Sebastian.Live.-.2007.1080p.WEBRip.x264.AAC-[YTS.MX] https://i.snipboard.io/UWYD4a.jpg :arrow: Sebastian Live (2009) is the correct match so simply hitting ENTER to select the first pre-selected option is the way to ...
by rednoah
30 May 2025, 02:32
Forum: Feature Requests and Bug Reports
Topic: Filebot can't log into OpenSubtitles, Error 403
Replies: 5
Views: 5389

Re: Filebot can't log into OpenSubtitles, Error 403

:idea: You could try from a different IP (e.g. using your mobile phone hotspot instead of ISP internet) to see if that makes a difference. :?: What if you set incorrect username / password on purpose? That would allow you to check if OSDB is / is not even checking the information you pass along or ...
by rednoah
29 May 2025, 20:13
Forum: unRAID & docker
Topic: docker compose support
Replies: 0
Views: 4321

docker compose support

I'm setting up Filebot in a docker/container to rename files as they are dropped into a folder. The process relies on the .psm file, but it's showing an error instead. Current setup - filebot: image: rednoah/filebot:latest container_name: filebot volumes: - /volume1/media:/data - /volume1/docker ...
by rednoah
29 May 2025, 17:06
Forum: Episode / Movie Naming Scheme
Topic: Movie name not found
Replies: 12
Views: 12261

Re: Movie name not found

on my next batch I will grab a screen shot. not sure if it exists but when Filebot gives the list of suggestions lets say its not on there Alright. Please copy & paste the file path if you have an issue with some file in the future. Then we can discuss what best to do about it based on the ...
by rednoah
29 May 2025, 16:23
Forum: Episode / Movie Naming Scheme
Topic: Movie name not found
Replies: 12
Views: 12261

Re: Movie name not found

:?: What is the file path of the file you're having trouble with? This is really important and will add much needed context. Please do share the file path or at least a screenshot . If you cannot do so for some reason, please say so, so that we don't talk past each other. :?: Are you perhaps trying ...
by rednoah
29 May 2025, 15:28
Forum: Episode / Movie Naming Scheme
Topic: Movie name not found
Replies: 12
Views: 12261

Re: Movie name not found

:?: What is the file path of the file you're having trouble with? Please read How to Request Help for details.

:arrow: You can always use manual matching if automatic matching does not work for one reason or another. Please read FAQ #2: How do I fix misidentified files? for details.
by rednoah
29 May 2025, 11:45
Forum: Feature Requests and Bug Reports
Topic: libmediainfo and GNUTLS.so.4
Replies: 4
Views: 5308

Re: libmediainfo and GNUTLS.so.4

Simply deleting the built-in libmediainfo.so might just do the trick so that the system will default to loading libmediainfo.so from elsewhere: rm -v /nix/store/0yp7i7xhphlzv4v22gd5fspg7a989k08-filebot-5.1.7/opt/lib/Linux-x86_64/libmediainfo.so :idea: The system will then search through the $LD ...
by rednoah
29 May 2025, 08:42
Forum: Episode / Movie Naming Scheme
Topic: Artwork Rename
Replies: 10
Views: 7547

Re: Artwork Rename

Adding { '-' + fn.match(/-([a-z]+)$/) } at the end of your custom format will preserve any trailing -thumb from the original file name:

Format: Select all

{ '-' + fn.match(/-([a-z]+)$/) }
by rednoah
29 May 2025, 07:27
Forum: Feature Requests and Bug Reports
Topic: libmediainfo and GNUTLS.so.4
Replies: 4
Views: 5308

Re: libmediainfo and GNUTLS.so.4

:idea: The TAR package includes a libmediainfo.so binary that is compatible with typical Linux distributions, Ubuntu, Debian, etc. If you're using something more unusual then you will need to provide the native dependencies for your specific platform. :arrow: NixOS presumably provides a compatible ...
by rednoah
29 May 2025, 07:20
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 44
Views: 152692

Re: Source Media {vs} and {source}

JaxMedia wrote: 29 May 2025, 06:07 AUBC - ABC iView
SBS - SBS on Demand
7PLUS - 7Plus
9NOW - 9Now
TEN - 10Play
TVNZ - TVNZ+
3NOW - ThreeNow
Please add a sample file name for each of these media sources like this.
by rednoah
29 May 2025, 07:06
Forum: Feature Requests and Bug Reports
Topic: Filebot can't log into OpenSubtitles, Error 403
Replies: 5
Views: 5389

Re: Filebot can't log into OpenSubtitles, Error 403

:?: Does filebot -script fn:osdb.stats confirm that you have not yet exhausted your quota? filebot -script fn:osdb.stats :idea: Note that login seems to fundamentally work: $ filebot -script fn:configure --def osdbUser=***** --def osdbPwd=***** Set OpenSubtitles login details Checking... OK allowed ...
by rednoah
29 May 2025, 07:01
Forum: Episode / Movie Naming Scheme
Topic: Automatic naming and moving Subtitles to Subtitles Folder
Replies: 1
Views: 2572

Re: Automatic naming and moving Subtitles to Subtitles Folder

You can add a condition at whichever position you want to insert the extra Subtitles/ bit:

Format: Select all

{ if (f.subtitle) 'Subtitles/' }
by rednoah
29 May 2025, 06:47
Forum: Help and Support
Topic: Bad License Key: BEGIN PGP SIGNED MESSAGE not found
Replies: 1
Views: 3757

Re: Having trouble installing the license

:?: What does the log say? (see How do I open the Debug Console? ) :idea: Bad License Key: BEGIN PGP SIGNED MESSAGE not found means that you have not selected a license key. A license key always starts with BEGIN PGP SIGNED MESSAGE and the text you are trying to paste does not. Please select & copy ...
by rednoah
28 May 2025, 11:01
Forum: Windows
Topic: Endless hourglass when trying to rename JPGs
Replies: 9
Views: 9324

Re: Endless hourglass when trying to rename JPGs

In Windows File Explorer, many files have a Date Taken of 2018-10-28... but FileBot is showing Date Created (oddly with a date of 2020-06-14). :?: What does the MediaInfo Inspector say for the file at hand? https://i.imgur.com/I7ulhvt.png :!: I don't know if DNG files are supported. They might ...
by rednoah
28 May 2025, 11:00
Forum: Windows
Topic: Endless hourglass when trying to rename JPGs
Replies: 9
Views: 9324

Re: Endless hourglass when trying to rename JPGs

:?: How endless is the hourglass exactly? Have you tried a smaller batch of files to get a feeling for how fast / slow remote file system operations will be in your specific setup? :?: Is there a progress dialog? :idea: If there's an hourglass after clicking Rename but before the progress dialog ...
by rednoah
27 May 2025, 09:53
Forum: Ubuntu & Desktop Linux
Topic: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28
Replies: 13
Views: 11273

Re: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28

Hi, no I install Media info via the app catalog and filebot via .deb. I see. If you've installed MediaInfo as self-contained Flatpack / Snap / AppImage package then that won't install the typical dependencies. The libmms.so library is typically pre-installed because it's a dependency for many ...
by rednoah
27 May 2025, 08:06
Forum: Ubuntu & Desktop Linux
Topic: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28
Replies: 13
Views: 11273

Re: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28

MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': libmms.so.0: cannot open shared object file: No such file or directory libmms.so.0: cannot open shared object file: No such file or directory :!: libmediainfo is indeed not working. :?: How did you install FileBot? Did ...
by rednoah
27 May 2025, 07:33
Forum: Ubuntu & Desktop Linux
Topic: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28
Replies: 13
Views: 11273

Re: java.lang.NoClassDefFoundError

https://i.snipboard.io/xg3buZ.jpg :idea: Your screenshot doesn't show the complete error message. The "Could not initialise..." bit would suggest a problem with JNA or libmediainfo which would be an issue completely unrelated to anything else on this thread. You can click on the "🛑 Binding .. ...
by rednoah
24 May 2025, 20:04
Forum: Windows
Topic: Shaun the Sheep - Specials
Replies: 1
Views: 3520

Re: Shaun the Sheep - Specials

:idea: Matching and Formatting is notably unrelated. Your format has no effect on matching. If the match is incorrect, then the format will generate a file path for that incorrect match. :idea: Matching the Shaun the Sheep / Specials episodes at hand is particularly tricky since the file names you ...
by rednoah
24 May 2025, 15:39
Forum: Windows
Topic: Custom Plex Edition
Replies: 3
Views: 3589

Re: Custom Plex Edition

dougcgibson1 wrote: 23 May 2025, 06:25 Nice! I really have a lot to learn about this syntax! It seems that once you know what you want, there's a way!
Cheers. Anything is possible. That's the idea. :ugeek:


:idea: Looks like the format above is missing a space before the {edition bit:

Groovy: Select all

' {edition-'
by rednoah
24 May 2025, 15:15
Forum: Help and Support
Topic: Email
Replies: 1
Views: 3635

Re: Email

Your license has been re-issued and re-sent to your correct email address, the one you used to register here in the forums.
by rednoah
23 May 2025, 05:22
Forum: Windows
Topic: Custom Plex Edition
Replies: 3
Views: 3589

Re: Custom Plex Edition

e.g.

Format: Select all

{ allOf{ tags }{ hd =~ /UHD/ ? '4K' : null }{ hdr }{ fn.matchAll(/remux|hybrid|upscaled/) }.joining(', ', '{edition-','}') }

Code: Select all

{edition-Extended Cut, 4K, HDR10, REMUX}
by rednoah
22 May 2025, 17:55
Forum: Help and Support
Topic: Passing JRE flags to filebot?
Replies: 2
Views: 4001

Re: Passing JRE flags to filebot?

:arrow: You can use the JAVA_OPTS environment variable like so:

Shell: Select all

export JAVA_OPTS="-Dawt.toolkit.name=WLToolkit"
filebot


:arrow: Alternatively, can also set Java Properties via the configuration file:

Shell: Select all

filebot -script fn:properties --def awt.toolkit.name=WLToolkit