Live data from Hacker News

Show HN: A personal YouTube frontend based on yt-dlp

github.com

21–30 of 259 posts

Re: Show HN: A personal YouTube frontend based on yt-dlp

#21

Interesting project and great to see other projects as well. Everyone has their own wants, wishes, and requirements for their YT feed so its awesome to see what people have come up with. This post has actually inspired me to create something of my own because I am the worst YT addict of all time.

awesome, thanks!

Re: Show HN: A personal YouTube frontend based on yt-dlp

#22

Wonderful! (Also, to all the other posters who have done the same for themselves) -- I have been mentally building a UX I want out of YT over the last few weeks. What I want to do is have it go through all my history and categorize it and give me a local page and sqlite3 of my browsing hist with various meta-data.. My YT experience has gotten so poor, that even browsing which channels I am sub'd to and finding newer…

thanks!

Re: Show HN: A personal YouTube frontend based on yt-dlp

#23
post #6

Hmm nice. I already have my own search frontend (SearXNG), my own chat frontend (Matrix+Element), LLM (OpenWebUI), and this would now be a good addition. It's sad that it's necessary but the internet has become so enshittified.

thanks, and totally agree on the enshittification of the web (and not only).

this is the very reason why I wanted to dig deeper into my-yt and trying to build a custom solution for my needs

Re: Show HN: A personal YouTube frontend based on yt-dlp

#26
Can you make either a hub.docker or ghcr.io premade image so that people can just pull the image and run it and automate the updates? Its pretty standard practice in the self hosting world and if you don't do it a lot of people will not install it. People have 40-50 odd services installed, managing it via git updates just isn't going to happen.

Re: Show HN: A personal YouTube frontend based on yt-dlp

#27

Can you make either a hub.docker or ghcr.io premade image so that people can just pull the image and run it and automate the updates? Its pretty standard practice in the self hosting world and if you don't do it a lot of people will not install it. People have 40-50 odd services installed, managing it via git updates just isn't going to happen.

will do, thanks for the suggestion

Re: Show HN: A personal YouTube frontend based on yt-dlp

#28
A question for the author or anyone else who has experience in similar solutions.

Is there any good solution for discovering new content? Much of the time, I want to stick to my subscriptions, but I do enjoy content surfaced by the algorithm at least once weekly, sometimes more often. My concern in taking my viewing off-platform is twofold: 1) going to YouTube will prompt me with all the stuff I've already watched off platform, and 2) any changes to my viewing habits won't be reflected in algorithmic suggestions.

Am I making any bad assumptions or missing anything that would be useful?

As an example, I usually get conference presentations surfaced for me, but I don't track conferences to know when I should go looking for presentations. YouTube is good at surfacing these for me.

Re: Show HN: A personal YouTube frontend based on yt-dlp

#29
post #28

A question for the author or anyone else who has experience in similar solutions. Is there any good solution for discovering new content? Much of the time, I want to stick to my subscriptions, but I do enjoy content surfaced by the algorithm at least once weekly, sometimes more often. My concern in taking my viewing off-platform is twofold: 1) going to YouTube will prompt me with all the stuff I've already watched of…

good question. I don't think I have a definitive answer but I'll try:

- pure luck. sometimes I discover a channel/creator/blog by pure accident, I'm an avid rss reader and HN adept so content comes to me naturally, so to speak.

- following a feed (be it a website's rss feed, reddit/YouTube) sometimes made me discover related feeds, simply because someone wrote about a cool project a peer made and links their YouTube/github/blog

Re: Show HN: A personal YouTube frontend based on yt-dlp

#30
post #28

A question for the author or anyone else who has experience in similar solutions. Is there any good solution for discovering new content? Much of the time, I want to stick to my subscriptions, but I do enjoy content surfaced by the algorithm at least once weekly, sometimes more often. My concern in taking my viewing off-platform is twofold: 1) going to YouTube will prompt me with all the stuff I've already watched of…

I view Discovery as a social problem where the content you want is almost always clustered between a relatively small number of creators, regions, etc.

Technically it then becomes less of an indexing everything problem and more of a find a few cornerstone creators, say Khan academy, and occasionally branching out.

So to answer your question I don’t thing the cost/benefit for automating discovery is much better then spending 20 minutes and finding enough cornerstones to fill you for 100+ hours of content. Or similarly finding a social group like an rss feed, say in ios development it would be fatbobman, and sourcing it from there.

Time to source content isn’t the bottleneck worthy of software solutions, yet for monetization reasons discovery is the vice grip of social media and made to be the most important thing.

Post reply on HN