Search found 24036 matches
- 30 May 2025, 16:54
- Forum: Windows
- Topic: Endless hourglass when trying to rename JPGs
- Replies: 9
- Views: 9475
Re: Endless hourglass when trying to rename JPGs
Any suggestions on how I can just pull the "Date taken" correctly? :?: Can you share one sample file? And the expected "date taken" for that file. Then I could have a look myself and run some tests to see if we can get there. Thought at a glance it looks like you already tried to get values via all ...
- 30 May 2025, 10:47
- Forum: Feature Requests and Bug Reports
- Topic: Explorer windows bar not showing
- Replies: 7
- Views: 8067
Re: Explorer windows bar not showing
You can disable Windows integration. Maybe that'll work better for you if the Windows Move / Copy dialog is giving you trouble for one reason or another:
➔ Advanced Settings / Developer Options / System Properties › User Interface Options
Shell: Select all
filebot -script fn:properties --def useNativeShell=false
- 30 May 2025, 04:48
- Forum: Windows
- Topic: Rename YouTube-downloaded files
- Replies: 2
- Views: 4420
Re: Rename YouTube-downloaded files


- 30 May 2025, 04:42
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
Re: Movie name not found
I'm just looking for filebot to name it correctly even when it cant find it :?: Can you provide an example for a movie that actually cannot be found? :idea: The examples given by you are Sebastian Live (2009) and Snapshots (2018) which exist in the database and thus can be found and matched. :idea ...
- 30 May 2025, 04:00
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
Re: Movie name not found
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.
- 30 May 2025, 03:28
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
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 ...
- 30 May 2025, 03:11
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
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 ...
- 30 May 2025, 02:32
- Forum: Feature Requests and Bug Reports
- Topic: Filebot can't log into OpenSubtitles, Error 403
- Replies: 5
- Views: 5450
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 ...
- 29 May 2025, 20:13
- Forum: unRAID & docker
- Topic: docker compose support
- Replies: 0
- Views: 4372
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 ...
- 29 May 2025, 17:06
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
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 ...
- 29 May 2025, 16:23
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
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 ...
- 29 May 2025, 15:28
- Forum: Episode / Movie Naming Scheme
- Topic: Movie name not found
- Replies: 12
- Views: 12437
Re: Movie name not found


- 29 May 2025, 11:45
- Forum: Feature Requests and Bug Reports
- Topic: libmediainfo and GNUTLS.so.4
- Replies: 4
- Views: 5391
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 ...
- 29 May 2025, 08:42
- Forum: Episode / Movie Naming Scheme
- Topic: Artwork Rename
- Replies: 10
- Views: 7662
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]+)$/) }
- 29 May 2025, 07:27
- Forum: Feature Requests and Bug Reports
- Topic: libmediainfo and GNUTLS.so.4
- Replies: 4
- Views: 5391
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 ...
- 29 May 2025, 07:20
- Forum: Episode / Movie Naming Scheme
- Topic: Source Media {vs} and {source}
- Replies: 44
- Views: 153283
- 29 May 2025, 07:06
- Forum: Feature Requests and Bug Reports
- Topic: Filebot can't log into OpenSubtitles, Error 403
- Replies: 5
- Views: 5450
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 ...
- 29 May 2025, 07:01
- Forum: Episode / Movie Naming Scheme
- Topic: Automatic naming and moving Subtitles to Subtitles Folder
- Replies: 1
- Views: 2646
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/' }
- 29 May 2025, 06:47
- Forum: Help and Support
- Topic: Bad License Key: BEGIN PGP SIGNED MESSAGE not found
- Replies: 0
- Views: 3810
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 ...
- 28 May 2025, 11:01
- Forum: Windows
- Topic: Endless hourglass when trying to rename JPGs
- Replies: 9
- Views: 9475
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 ...
- 28 May 2025, 11:00
- Forum: Windows
- Topic: Endless hourglass when trying to rename JPGs
- Replies: 9
- Views: 9475
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 ...
- 27 May 2025, 09:53
- Forum: Ubuntu & Desktop Linux
- Topic: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28
- Replies: 13
- Views: 11449
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 ...
- 27 May 2025, 08:06
- Forum: Ubuntu & Desktop Linux
- Topic: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28
- Replies: 13
- Views: 11449
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 ...
- 27 May 2025, 07:33
- Forum: Ubuntu & Desktop Linux
- Topic: java.lang.NoClassDefFoundError: __script_5be466ff835bf6376f34aa367403ce28
- Replies: 13
- Views: 11449
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 .. ...
- 24 May 2025, 20:04
- Forum: Windows
- Topic: Shaun the Sheep - Specials
- Replies: 1
- Views: 3554
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 ...