Hi,
when there are multiple movies available Radarr is picking the wrong one.
E.g.:
Version
0.2.0.535
Mono Version
4.2.1
Cu
Fixed on latest nightly version.
@galli-leo I believe this problem is still happening. Occured for me yesterday with Beauty and the Beast and I was on the latest. I think we need to move up the logic that is search by imdbid and also pass the year to a overloaded FindByImdbId(imdbId, year) method.
We should be searching by imdbid & year first, since it's the most accurate way to find map the movie to the release.
Yeah or at least check the year in the filename. The file looks like Beauty.and.the.Beast.encoding.quality.fuzz.1991.[mp4|nzb] and is considered anyway.
@Grimeton we are doing that on the latest nightly.
I am on the latest nightly and have the same issue.
Having the same issue as well, only with RSS, search does not include the older movies.
Should be fixed on latest nightly. Please try it and report back.
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Else this issue will be closed.
It's still an issue with radarr 0.2.0.1358 (6.0.0.313 (tarball Sun Jul 14 10:28:06 UTC 2019)
Tried to download Lion King 2019 and it downloaded the one from 1984 or whatever year it's from
I'm still having this issue on 0.2.0.1504
Mulan: Rise Of A Warrior (2009) imported to Mulan (2020)
This will continue to be an issue on 0.2 as no fixes other than show stopping one's are going to happen. This logic was already updated in v3 to address the problem.
Most helpful comment
@galli-leo I believe this problem is still happening. Occured for me yesterday with Beauty and the Beast and I was on the latest. I think we need to move up the logic that is search by imdbid and also pass the year to a overloaded
FindByImdbId(imdbId, year)method.We should be searching by imdbid & year first, since it's the most accurate way to find map the movie to the release.