Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Only looks at the first year for tv series ignores the end year. #70

Closed
kolbdog323 opened this issue Jun 27, 2024 · 11 comments
Closed

Comments

@kolbdog323
Copy link

kolbdog323 commented Jun 27, 2024

I noticed for some shows it doesnt search both years example i did this show Pippi Longstocking (1997-1998).
It ignored the end year 1998 since it found a movie relased the same year 1997 it doesnt search both years 1997 and 1998. Just the first year it does that for any show it seems only looks for the first year not start to end year.

I added that show for my neice. I had to add the ttid to folder name to scrape correctly.

Sorry for the rambling.

@theMK2k
Copy link
Owner

theMK2k commented Jun 27, 2024

I'd file this as a duplicate of #61

the IMDB detection is still not good enough and should prefer tv-series to movies

@kolbdog323
Copy link
Author

How is that a duplicate when this is a tv series not a movie?

@kolbdog323
Copy link
Author

This is a diffent bug. the other one was a movie as a series. This is a series as a movie or incorrect series.

@kolbdog323
Copy link
Author

It shows the incorrect series or it identities it as a movie it ignores the end date.

@kolbdog323
Copy link
Author

The other bug was if no year was in the movie name this one it ignores the end year and only looks at the first year. This (1997) It ignores the (-) separating the two years to show the full year.

@theMK2k
Copy link
Owner

theMK2k commented Jun 27, 2024

When you do a rescan and Media Hoarder is working on a tv-series and it uses the IMDB search to detect the correct IMDB entry, it should prefer the tv-series to the movie.

Both are found when the search runs with "Pippi Longstocking 1997":

the series: https://www.imdb.com/title/tt0163482/
the movie: https://www.imdb.com/title/tt0119899/

So your issue would already be resolved if Media Hoarder would pick the tv-series instead of the movie.

That's what I meant with duplicate. Because I understand #61 is the same problem.

Another note: a search for Pippi Longstocking 1997-1998 wouldn't help either because it yields the same results.

A search for Pippi Longstocking 1998 wouldn't help as well, neither the series nor the movie would come up as a result.

@kolbdog323
Copy link
Author

SOrry didnt mean to go off. It was just annoying since that show was for my niece and it incorrectly scraped it as one.

@kolbdog323
Copy link
Author

It looks like in the imdb search it shows the full years if you push enter since it showed both tv show and seires correctlly this: https://www.imdb.com/find/?q=pippi%20longstocking%201997-1998&ref_=nv_sr_sm Since it shows the movie and series the years exactly how it should be.

@kolbdog323
Copy link
Author

Sorry don't mean to keep rambling.

@kolbdog323
Copy link
Author

Ill close this sinve a duplicate of #61

@theMK2k
Copy link
Owner

theMK2k commented Jun 27, 2024

SOrry didnt mean to go off. It was just annoying since that show was for my niece and it incorrectly scraped it as one.

I understand your issue and we'll have an optimized IMDB detection in the near future :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants