this post was submitted on 20 Dec 2024
551 points (96.6% liked)

Technology

60012 readers
4243 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] DJDarren 0 points 11 hours ago (1 children)

It’s a bit of a faff, but I use FreeTube to grab the URLs which I then drop into a yt-dlp command that I use to download my subscriptions to watch on Plex on my Apple TV. Works a treat, though I wish I could get Plex to display them properly.

[–] [email protected] 1 points 10 hours ago* (last edited 10 hours ago) (1 children)

Why not just use tubesync? There's another one like youtube archivist or something as well. If you already have a Plex server you probably have the skills to set it up.

https://github.com/meeb/tubesync

Here's the other that I'm aware of https://github.com/tubearchivist/tubearchivist

I found tubesync kinda needs to be run on vpn if you don't want YouTube to ban you during the initial sync, I assume the same is true for archivist. Works fine after that first sync tho (I'm actually using as an archive since people tend to take their stuff down once they change hobbies for some reason, so I literally was archiving whole channels).

[–] DJDarren 2 points 10 hours ago (1 children)

Yeah, I’m aware of both of them but have spent a ridiculous amount of time trying to figure out how to get them to work. I’m fairly new to Linux, and the instructions for both seem to assume a certain amount of expertise.

Oh, and as I type this I’ve remembered that I did manage to get one of them to work, but something to do with the way it downloads the videos means that you need to install a Plex plugin of some description because Plex won’t recognise the metadata or some shit.

So for the time being I’m happy enough to fanny about with my manual method. Between my wife and I it takes up about ten minutes every couple of days, and that’s ok.

[–] [email protected] 1 points 6 hours ago* (last edited 6 hours ago)

Yeah if small quantity it's not too bad to do your way. I use jellyfin so everything shows up ok for me, although it's weird to see the "wrong" thumbnails.

For me I've got everything as a docker setup using https://docs.linuxserver.io/ They don't have a tubesync one but I found they have good instructions for setting it up and that's how I learned enough to do so on my own with tubesync. But there is def a curve there.

My perfect ideal would be freetube as a web server just for browsing where I could hit the dl button and fire off a download command to my server, then it shows up in jellyfin or Plex. I... Haven't found a way to do this seamlessly yet, but I'm always on the lookout