I made a yt-dlp web application that works well with my Jellyfin setup! (github.com)
from MattMckenzy@lemmy.ml to jellyfin@lemmy.ml on 31 Jan 2024 15:32
https://lemmy.ml/post/11294558

I spent a decent amount of time making a nice web application to wrap up the functionalities of yt-dlp, makes it really easy to follow content through Jellyfin!

Have a look if you have the chance, I think people could make good use of it: github.com/MattMckenzy/ToothPick

#jellyfin

threaded - newest

infeeeee@lemm.ee on 31 Jan 2024 15:52 next collapse

Sounds interesting but I don’t understand. Some screenshots would help, how it actually work, how it integrates to jellyfin?

sabreW4K3@lemmy.tf on 31 Jan 2024 16:10 next collapse

And why it integrates with Jellyfin?

MattMckenzy@lemmy.ml on 31 Jan 2024 16:15 next collapse

It doesn’t directly integrate with Jellyfin, but it does store the media in a directory and file format that works well with it. I use it to subscribe to media playlist pages that yt-dlp supports and I get them added to Jellyfin automatically.

I was considering adding pictures when I have the chance, I’ll see if I can do it later!

MattMckenzy@lemmy.ml on 31 Jan 2024 18:10 collapse

I’ve just added images and more descriptions on each page in the GitHub readme, should provide a nice overview now!

infeeeee@lemm.ee on 31 Jan 2024 19:34 collapse

I understand now, thank you, very informative images, it helps a lot.

If you add a playlist link will it automatically download new videos added to the playlist in the future? Or only existing ones at the time of subscription?

Maybe a feature request: Is it possible to add channels? So it automatically downloads new videos uploaded to a channel?

MattMckenzy@lemmy.ml on 31 Jan 2024 19:49 collapse

It’s meant to periodically scan the locations for new content, so yes, newly added ones will be downloaded as well. By default it scans every 10 minutes!

As for channels, it supports any web page that yt-dlp can parse as a playlist, so more than likely whatever kind of page you’re thinking of will work as well!

yt-dlp is impressively compatible.

TheOneCurly@lemmy.theonecurly.page on 31 Jan 2024 16:08 next collapse

I’ve been looking for something like this for a while. Going to try it out today, thanks!

sabreW4K3@lemmy.tf on 31 Jan 2024 16:12 next collapse

I was curious as to what this does, so clicked the GitHub and it didn’t actually say, so clicked the GitHub that this GitHub links to and that didn’t say, clicked the original and found out that the original project is a YouTube video downloader. Cool! But then I went back to your GitHub and couldn’t find out why you felt it a good idea to be able to download YouTube videos and add them to your storage? I’m assuming that’s what this does.

MattMckenzy@lemmy.ml on 31 Jan 2024 16:23 next collapse

ToothPick is a web application that lets you easily subscribe to media playlist web pages, it’ll use yt-dlp to fetch the media and download them in a directory and file format that is perfect for Jellyfin.

If you create a Jellyfin library that points to the ToothPick library and make sure you turn on file watching, you immediately get the content in Jellyfin without any intervention!

sabreW4K3@lemmy.tf on 31 Jan 2024 18:08 collapse

Thank you.

[deleted] on 31 Jan 2024 16:27 next collapse

.

Vittelius@feddit.de on 31 Jan 2024 16:34 collapse

It’s not just a YouTube downloader, it also allows you to download videos from, as the official website says, “a few more sites”. Those include social media sites such as twitch or twitter but also the online platforms of TV networks. If you live in the US, you can for example download full episodes from the big broadcasting networks (ABC, NBC, CBS) and PBS. If you’re British you can download stuff from the BBC. Germans find their public broadcasters supported as well. Likewise for a bunch of other European countries and Australia.

And with a good VPN you have access to all of the above.

sabreW4K3@lemmy.tf on 31 Jan 2024 18:07 collapse

This is the great missing answer. As geeks we get so caught up in the how, we forget the what. Thank you for explaining so clearly.

Dasnap@lemmy.world on 31 Jan 2024 16:28 next collapse

You know a dev’s a chad when they provide a container image.

snowe@programming.dev on 31 Jan 2024 16:28 next collapse

I’ve actually wanted something like this for a while. Thank you!

ShortN0te@lemmy.ml on 31 Jan 2024 16:47 next collapse

Thanks for sharing. Will check it out. Want to move to a web app for this anyway. Currently it is just a selection of bash scripts and some unit files.

RecallMadness@lemmy.nz on 31 Jan 2024 18:36 collapse

Hey I was going to make something like this myself. Hah! Personal projects. As if they go anywhere.

I’m installing this tonight.