Page 1 of 1

[BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

Posted: 11 May 2018, 00:48
by kodiuser
I'm using Linux version 4.7.14. When I'm renaming the Part III of the movie, it's renaming incorrectly to Part II.

Code: Select all

[TEST] from [/mnt/hd/Back to the Future Part III (1990)/Back to the Future Part III (1990).mkv] to [/mnt/hd/Back to the Future Part III (1990)/Back to the Future Part II (1989).mkv]

Re: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

Posted: 11 May 2018, 06:13
by rednoah
Looks like auto-detection is working fine here as far as I can tell:

Code: Select all

$ filebot -rename *.mkv --db TheMovieDB --action TEST
Rename movies using [TheMovieDB]
Auto-detect movie from context: [Back to the Future Part III (1990).mkv]
Skipped [Back to the Future Part III (1990).mkv] because [Back to the Future Part III (1990).mkv] already exists
Processed 0 files
I've tried with the latest Linux release FileBot 4.7.9 and the latest Windows release FileBot 4.8.1 and it works for all of my test cases.

Re: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

Posted: 11 May 2018, 19:59
by kodiuser

Code: Select all

$ filebot -version
FileBot 4.7.14 (r5241) / Java(TM) SE Runtime Environment 1.8.0_65 / Linux 4.9.62-v7+ (arm)

Code: Select all

$ filebot -rename *.mkv --db TheMovieDB --action TEST
Rename movies using [TheMovieDB]
[TEST] from [/mnt/hd/Movies/Back to the Future Part III (1990)/Back to the Future Part III (1990).mkv] to [/mnt/hd/Movies/Back to the Future Part III (1990)/Back to the Future Part II (1989).mkv]
Processed 1 files
Is there anyway I can try to debug this further?

Re: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

Posted: 12 May 2018, 04:31
by rednoah
Unfortunately, no. Debugging these kinds of issues is extremely time consuming, and I won't even get started if I can't clearly reproduce the issue with the latest release build.


Depending on your usage, you could use the --filter option to force FileBot to pick the correct match:

Code: Select all

--filter "y == 1990"

Re: [BUG] Wrong renaming when movie is "Back to the future Part III"- It always rename

Posted: 12 May 2018, 19:51
by kim
FYI
if you have other folders/files or nfo files with e.g imdb id it can affect the output