theMK2k / Media-Hoarder

Media Hoarder - THE media frontend for data hoarders and movie lovers
https://media.hoarder.software
Other
256 stars 4 forks source link

Wrong episode naming with imdbid #63

Open kolbdog323 opened 5 months ago

kolbdog323 commented 5 months ago

I found an issue if you try to scrape a tvshow with the imdb in the name like this Mater's Tall Tales (2008-2012) [tt1384816] . the episode scrape name is wrong it shows the file name like this Mater's Tall Tales - S01E04 - Tokyo Mater. Instead of simply Tokyo Mater. It scrapes all the details and episode image exectra but the episode name is incorrect it shows the file name.

kolbdog323 commented 5 months ago

I normally dont need to put the imdbid in for tv shows but that is the one noraml tv show i had to do it for except for my custom shows.

theMK2k commented 5 months ago

Thanks, I'll try to reproduce the issue and see what's wrong there. The imdb site data looks fine though. https://www.imdb.com/title/tt1384816/episodes/

kolbdog323 commented 5 months ago

It only happens if you put the id in the folder name the imdb website is correct that is the only error that occurs it happened to a couple of shows.

theMK2k commented 5 months ago

Alright, I created the following directory-file structure:

Mater's Tall Tales [tt1384816]\
  Mater's Tall Tales S01E01.mkv
  Mater's Tall Tales S01E02.mkv
  Mater's Tall Tales S01E03.mkv
  Mater's Tall Tales S01E04.mkv
  Mater's Tall Tales S01E05.mkv
  Mater's Tall Tales S01E06.mkv
  Mater's Tall Tales S01E07.mkv
  Mater's Tall Tales S01E08.mkv
  Mater's Tall Tales S01E09.mkv
  Mater's Tall Tales S01E10.mkv
  Mater's Tall Tales S01E11.mkv

and ran Media Hoarder's scan (all IMDB Scraper Checks are OK).

image

The result looks good to me.

I took the screenshot during the scan process. The first 3 episodes have their data scraped completely. The 4th episode is in the middle of being scraped hence the file name as episode title in the list.

theMK2k commented 5 months ago

You also reported, that this series isn't correctly detected when you leave out the tt* on the series' directory name.

So, I created the following directory-file structure:

Mater's Tall Tales\
  Mater's Tall Tales S01E01.mkv
  Mater's Tall Tales S01E02.mkv
  Mater's Tall Tales S01E03.mkv
  Mater's Tall Tales S01E04.mkv
  Mater's Tall Tales S01E05.mkv
  Mater's Tall Tales S01E06.mkv
  Mater's Tall Tales S01E07.mkv
  Mater's Tall Tales S01E08.mkv
  Mater's Tall Tales S01E09.mkv
  Mater's Tall Tales S01E10.mkv
  Mater's Tall Tales S01E11.mkv

Then ran the scan and it looks like the series is correctly detected, here's a section of the logs:

image

So, at least in my attempts to recreate your reported issues, I wasn't successful.

That doesn't mean Meadia Hoarder is always successful in detecting the correct series, but with Mater's Tall Tales it was.

theMK2k commented 5 months ago

Finally, I also tested with the directory being Mater's Tall Tales (2008-2012), the result is the same - Media Hoarder correctly detects the series.

theMK2k commented 5 months ago

So something must be off on your side. I can create a new beta release for you to test on, but I'm pretty sure that the series detection part hasn't been touched since the last release.

theMK2k commented 5 months ago
          Its fixed somewhat. For some reason the year of the folder name got into the actul name of the show. It works whnen i do the portable version no issues its jsut whe windows version that is doing it.

Originally posted by @kolbdog323 in https://github.com/theMK2k/Media-Hoarder/issues/64#issuecomment-2158728286

You mean this issue, right? If the installed version gives you problems and the uninstaller has issues, you can remove the installed files (but keep the data) and run the installer again:

  1. Delete the entire folder c:\Users\$YOUR_USERNAME$\AppData\Local\Programs\media-hoarder
  2. Delete the entire folder c:\Users\$YOUR_USERNAME$\AppData\Roaming\media-hoarder\
  3. run the installer

Your data (scanned movies and tv series) stays safe and is stored at c:\Users\$YOUR_USERNAME$\.media-hoarder\.

theMK2k commented 5 months ago

@kolbdog323 do you have any update on this one?

kolbdog323 commented 5 months ago

@kolbdog323 do you have any update on this one?

It might be because I'm using WiFi and not local connection.