TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Media Hoarder X ChatGPT

2 pointsby MK2kover 2 years ago
With all the craze around ChatGPT a good friend brought up an interesting question: how good could it be in recommending movies and could it be integrated in Media Hoarder - the media frontend?<p>I tried a few queries to ChatGPT:<p>- &quot;Provide a list of oscar winning movies of 2020 and their IMDB IDs&quot;<p>- &quot;Provide a list of mind-bending movies and their IMDB IDs&quot;<p>- &quot;Provide a list of action movies where the protagonist is female and wields a shotgun and their IMDB IDs&quot;<p>and ChatGPT&#x27;s answers are quite spot on!<p>The next task was: How to integrate ChatGPT into Media Hoarder?<p>Media Hoarder runs on Electron which allows to fully control a browser window. So you can:<p>- open up a browser window and launch <a href="https:&#x2F;&#x2F;chat.openai.com" rel="nofollow">https:&#x2F;&#x2F;chat.openai.com</a><p>- ask the user to have ChatGPT also return IMDB IDs<p>- and continuously poll them from the DOM<p>All in all, a really nice feature, implemented without much effort.<p>Of course, as we all know, ChatGPT isn&#x27;t always correct but very confident. So no answer it provides should be trusted 100%. But I think it&#x27;s a great start in discovering movies. You can always go deeper with Media Hoarder&#x27;s metadata and filtering abilities.<p>Media Hoarder Website: &lt;<a href="https:&#x2F;&#x2F;media.hoarder.software" rel="nofollow">https:&#x2F;&#x2F;media.hoarder.software</a>&gt;<p>Blog post &quot;AI Recommendations with ChatGPT&quot;: &lt;<a href="https:&#x2F;&#x2F;media.hoarder.software&#x2F;blog&#x2F;ai-recommendations-with-chatgpt" rel="nofollow">https:&#x2F;&#x2F;media.hoarder.software&#x2F;blog&#x2F;ai-recommendations-with-...</a>&gt;<p>GitHub project: &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;theMK2k&#x2F;Media-Hoarder">https:&#x2F;&#x2F;github.com&#x2F;theMK2k&#x2F;Media-Hoarder</a>&gt;<p>cheers<p>-- MK2k

1 comment

MK2kover 2 years ago
A short video of the feature in action: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;EqiChgd2iuo" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;EqiChgd2iuo</a>