Issues with Filebot Renaming

Support for Windows users
Post Reply
wscott1200
Posts: 4
Joined: 24 Mar 2024, 15:40

Issues with Filebot Renaming

Post by wscott1200 »

Hi,
My filebot has an issue with identifying and renaming files. I now get the error below when using the tool and have to go in and remove all the periods and
extra data in order for filebot to recognize the series. It never did this before and this kind of defeast the purpose of using filebot. If I have to edit the file so filebot can see it and edit it, then I might as well just manually edit the file.
screenshot below

https://1drv.ms/i/s!An69PBXyvAxHhulrRUs ... g?e=I2b4vc

Thanks
Will
User avatar
rednoah
The Source
Posts: 23001
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issues with Filebot Renaming

Post by rednoah »

:?: What does System Information say?
rednoah wrote: 31 Jul 2014, 16:40
  • Include Icon System Information (press F5 and then click the information symbol)
  • Include file paths as text when reporting mismatches (press F7 to copy file paths into the clipboard and then press CTRL+V to paste them here)
:arrow: See How to Request Help for details.
:idea: Please read the FAQ and How to Request Help.
wscott1200
Posts: 4
Joined: 24 Mar 2024, 15:40

Re: Issues with Filebot Renaming

Post by wscott1200 »

System Information:

Code: Select all

FileBot 4.7.8 (r4846)
JNA Native: 5.1.0
MediaInfo: 0.7.92.1
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-03-16 (r516)
Groovy: 2.4.8
JRE: Java(TM) SE Runtime Environment 1.8.0_391
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 7 GB Max Memory / 137 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI

------------------- UPDATE AVAILABLE: FileBot 5.1.3 (r10185) -------------------
User avatar
rednoah
The Source
Posts: 23001
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issues with Filebot Renaming

Post by rednoah »

Code: Select all

FileBot 4.7.8 (r4846)
...
------------------- UPDATE AVAILABLE: FileBot 5.1.3 (r10185) -------------------
Looks like you're using a severely outdated release from 7-8 years ago? I recommend upgrading to the latest release. It'll likely work better. I didn't run any tests though since you didn't post file paths as text.
:idea: Please read the FAQ and How to Request Help.
wscott1200
Posts: 4
Joined: 24 Mar 2024, 15:40

Re: Issues with Filebot Renaming

Post by wscott1200 »

Code: Select all

TV\Saturday Morning\The Incredible Hulk\Season 1\The Incredible Hulk - 1x01 - The Incredible Hulk (Pilot).mkv	{"@type":"Episode","seriesName":"The Incredible Hulk","season":1,"episode":1,"title":"The Incredible Hulk","airdate":{"year":1977,"month":11,"day":4},"id":177665,"seriesInfo":{"database":"TVmaze","order":"Airdate","language":"en","id":2151,"name":"The Incredible Hulk","aliasNames":[],"startDate":{"year":1977,"month":11,"day":4},"genres":["Action","Fantasy","Science-Fiction"],"rating":7.1,"runtime":60,"status":"Ended"}}
wscott1200
Posts: 4
Joined: 24 Mar 2024, 15:40

Re: Issues with Filebot Renaming

Post by wscott1200 »

@rednoah
Thanks!! Its fixed. Even though I installed 5.1.3 my icon was still pointing to the older version. I deleted the icon and add the shortcut to the newer version, all is working now!!
User avatar
rednoah
The Source
Posts: 23001
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issues with Filebot Renaming

Post by rednoah »

I ran tests with the given file path. Everything works out-of-the-box with the latest release as far as I can tell:

Console Output: Select all

$ filebot -version
FileBot 5.1.3 (r10185)
$ filebot -rename *Hulk*.mkv --db TheMovieDB::TV -non-strict --format "{plex.id}" --action TEST --log INFO
[TEST] from [The Incredible Hulk - 1x01 - The Incredible Hulk (Pilot).mkv] to [TV Shows\The Incredible Hulk {tmdb-648}\Season 01\The Incredible Hulk - S01E01 - The Incredible Hulk.mkv]
:idea: Please read the FAQ and How to Request Help.
Post Reply