55

I'm trying to be more mindful about my YouTube consumption, there are a lot of quality channels out there, but sticking to "subscriptions" is difficult when the YouTube app on my TV has so much distracting recommended content and shorts thrown at you, so I'd like to have a way to auto-download the content from specific channels to play later via Plex. I actually have YT Premium but plan on putting the money into the Patreons of my most-watched creators instead.

Features I'm looking for:

  • Automated downloading of new videos from specific channels
  • Ability to ignore/skip shorts
  • SponsorBlock if possible
  • Vimeo (and others) integration would be a huge plus too.
  • A way to easily add videos to a download queue manually (browser extension or something) for when I come across an interesting video in the wild" by someone I'm not subscribed to/don't want to subscribe to.

Things I've looked into:

  • TubeSync - returns 500 errors anytime it's indexing, which it does every day, meaning setup is very tedious. It's also frustrating to configure for every single channel independently, but (ostensibly) does what I'm looking for? I think?
  • TubeArchivist - Try as I might I just cannot get this up and running on CasaOS/Docker. Seems nice, but also looks like overkill for my use case.
  • YoutubeDL-Material - Struggling to get this installed too, but it also doesn't seem to have additional features like SponsorBlock.

Anything I'm missing or are these basically the main options for now? Would love something as simple as Sonarr.

top 22 comments
sorted by: hot top controversial new old
[-] code@lemmy.zip 21 points 9 months ago

Ytdl-sub is what you want. Does allmost all of that. Has sets up nfo and plex. Really great app. Takes a bit to config but the dev is ver responsive and is on discord all the time.

[-] kamills@sh.itjust.works 5 points 9 months ago

Wonderful. I'm gonna have a look at that, I've been hoping to find something that works with sponsorblock

[-] Corgana@startrek.website 2 points 9 months ago

This looks good thanks, not sure how I missed it! I wish there was a GUI for configuring, but other than that it looks great.

[-] code@lemmy.zip 3 points 9 months ago

There are people working on the gui. But honestly once it clicks its easy street. I highly suggest the discord. A ton of people running it for a while and very helpful. Say hi to codeslave there. (Me)

[-] deleted@lemmy.world 8 points 9 months ago* (last edited 9 months ago)

https://github.com/Tzahi12345/YoutubeDL-Material

It does support sponsorblock. You need to add a tag within the command and it’ll apply it to all new videos.

Also, if you use docker, I can help you with the installation.

  1. Download this file: https://github.com/Tzahi12345/YoutubeDL-Material/blob/master/docker-compose.yml

  2. Go to terminal and navigate to the folder where you downloaded the file.

  3. Copy this code and hit enter: docker-compose pull

  4. Copy this code and hit enter: docker-compose up

  5. Wait for 15 minutes and in the container log

If successful, it should say "HTTP(S): Started on port 17443" or something similar. This tells you the container-internal port of the application.

Try both ports and see if it works 8998, 17442

[-] lwuy9v5@lemmy.world 3 points 9 months ago

2nd'ing. I tried TubeArchivist too and preferred this

[-] Corgana@startrek.website 2 points 9 months ago* (last edited 9 months ago)

I can't seem to not get this error:

ERROR: getaddrinfo ENOTFOUND ytdl-mongo-db-

EDIT: Just had to wait the fifteen minutes like you suggested!

[-] deleted@lemmy.world 2 points 9 months ago

Glad you got it working.

I’ve noticed it need a lot of time to start even with good hardware and the confusing part it’ll throw errors rather than doing nothing.

Now to configure sponsorblock, go to settings > advance > select downloader: choose yt-dlp

Then go to settings > downloader > global custom args type this: --sponsorblock-remove,,all

Now, for all new videos, it will download the video and remove all sponsorblock marked segments.

[-] Corgana@startrek.website 1 points 9 months ago* (last edited 9 months ago)

Awesome thanks, I think I'm going with this! The UI is good. I'm struggling to find a list of all sponsorblock args, know of anywhere?

Also do you happen to know what Plex scraper is best for YoutubeDL-Material's default naming scheme?

[-] CapgrasDelusion@kbin.social 2 points 9 months ago* (last edited 9 months ago)

For Plex:

In YouTube download-material settings: Extra-> check "generate nfo files"

In plex, create a library called "YouTube" or whatever you'd like, category set to "other videos". Use scanner: "Plex Video Files Scanner" set agent to "Personal Media."

Under Plex settings "Agents" make sure under both the "movies" and "shows" tabs that the "personal media" agent is set to use "Local Media Assets" and that that is top priority.

Plex will use the nfo files generated by ytdl for metadata.

I believe there is a dedicated YouTube series agent, but those can be finicky. This way, ytdl has already done all the metadata work.

[-] Corgana@startrek.website 1 points 9 months ago

Thanks for this, this is the only breakdown I've been able to get (sort of) working.

Just to clarify- this won't load thumbnails into Plex, correct?

[-] CapgrasDelusion@kbin.social 2 points 9 months ago

Yeah, it won't. Only Plex's own screengrabs.

[-] deleted@lemmy.world 1 points 9 months ago

Sure, you can find the documentation under sponsorblock options here: https://github.com/yt-dlp/yt-dlp

For categories, maybe sponsorblock github is the best place to find them.

Unfortunately, I don’t know how to scrape information or import it to Plex. Also, check out jellyfin as an alternative of Plex.

[-] Corgana@startrek.website 1 points 9 months ago

Hi me again, sorry to use you for tech support, but I'm getting this error:

error: no such option: --sponsorblock-remove,all

[-] deleted@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

No problem. I think you missed a comma before all. It should look like this:

--sponsorblock-remove,,all

Edit: I don’t know why lemmy client I use remove the double comma.

args

[-] Corgana@startrek.website 2 points 9 months ago

ohhhh that's funny thanks!

[-] Pete90@feddit.de 4 points 9 months ago

Tubearchivist works great for me. Downloader, database and player, all in one. Even integration with jellyfin is possible, not sure about plex though.

[-] Corgana@startrek.website 2 points 9 months ago

I've tried installing it via docker a hundred times and can never get it working. Maybe I'll revisit it some day, but it also seems like more than I need and the server it's running on isn't super powerful.

[-] lue3099@lemmy.world 1 points 9 months ago

Yeh Tubearchivist is a beast. A python Django app, Elasticsearch and Redis. It uses like 1-2 GB of ram for me. And although it works and has no issues for me as I'm quite good with docker and coupling apps together, it's always scary upgrading it. Broken redis-server many times, but seems to recover after deleting it and setting the settings again.

[-] turkalino@lemmy.yachts 3 points 9 months ago

yt-dlp can take care of the downloading part. Just have a script that checks a list of channels for new content and make a cron job for it

[-] rbn@feddit.ch 2 points 9 months ago

On mobile you could also have a look at NewPipe. It does not have automated downloads but it shows you a simple list of all the videos from your subscriptions without any algorithm-based recommendations. It shows no ads and is fully open source.

Also supports plenty of services other than YouTube.

[-] Corgana@startrek.website 2 points 9 months ago

Newpipe is great at what it does, but I'm trying not to watch YT anywhere except on TV to avoid doing it mindlessly.

this post was submitted on 26 Nov 2023
55 points (98.2% liked)

Selfhosted

39239 readers
459 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS