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
Issues with Filebot Renaming
Re: Issues with Filebot Renaming
What does System Information say?
See How to Request Help for details.rednoah wrote: ↑31 Jul 2014, 16:40
- Include 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)
Please read the FAQ and How to Request Help.
-
- Posts: 4
- Joined: 24 Mar 2024, 15:40
Re: Issues with Filebot Renaming
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) -------------------
Re: Issues with Filebot Renaming
Code: Select all
FileBot 4.7.8 (r4846)
...
------------------- UPDATE AVAILABLE: FileBot 5.1.3 (r10185) -------------------
Please read the FAQ and How to Request Help.
-
- Posts: 4
- Joined: 24 Mar 2024, 15:40
Re: Issues with Filebot Renaming
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"}}
-
- Posts: 4
- Joined: 24 Mar 2024, 15:40
Re: Issues with Filebot Renaming
@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!!
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!!
Re: Issues with Filebot Renaming
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]
Please read the FAQ and How to Request Help.