After several months of development, I am proud to present the next version of Media Hoarder which finally introduces TV series support and with that

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-23 13:30:06

After several months of development, I am proud to present the next version of Media Hoarder which finally introduces TV series support and with that Episodes Heatmaps.

A beta build (like this one) will now do version checks against other beta builds and tell you if a newer beta build is available. The link for downloading is also pointing to the beta releases (and not the Media Hoarder website's download section).

The IMDB entry detection (Media Hoarder trying to find the correct IMDB entry for a movie / tv show based on its name and release year) can fail due to different circumstances. Until now, Media Hoarder did not show errors prominently enough.

UX/SCRAPER: use imdb-graphql-urls.json (also try to fetch them from master in github, this way we can update the urls if imdb changes them - without creating a new release)

UX/SCRAPER: propagate actual errors of imdb scraping to the test result (i.e. errors in graphql querying instead of $IMDB_something is NULL)

Leave a Comment