Hacker News new | ask | show | jobs
YoutubeDLStreamer – A 99% AI Generated Kodi Addon (github.com)
1 points by ilikenwf 1287 days ago
1 comments

This took me 4-5 hours which is longer than writing myself would have taken, however I did this as an experiment.

I fed the specs into ChatGPT, and went back and forth with it until we had a working addon.

I also used Stable Diffusion for the icon and fanart.

It uses yt-dlp to scrape any URL for all the available streams, and then present them to you in a dialog to choose and play back.

Most of the time I either requested changes when I saw bad code or provided error output, to allow the AI to correct it.

Pretty interesting!