this post was submitted on 18 Jun 2024
40 points (88.5% liked)

Selfhosted

38789 readers
364 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
 

Looking for a docker containers or program to run on my server that looks at my list of subscribers (from google takeout or newpipe etc) and downloads them automatically. Ideally there'd be an option to delete after watching, and a nice interface to watch the videos as well.


Does anything like this exist? Thanks!

top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 2 months ago (1 children)

I haven't tried it, but Tube Archivist may fit the bill.

[–] [email protected] 3 points 2 months ago

I’m currently using this. It doesn’t appear to have a way to auto import a list of subscriptions. But it fits all of OPs other requests. It also has a jellyfin add on to import the videos into a library there with title and thumbnail.

[–] [email protected] 12 points 2 months ago (2 children)

I use TubeSync to do the downloading and then have Jellyfin as a frontend player. Seems to work pretty good for me and was pretty quick to stand up in docker.

[–] [email protected] 4 points 2 months ago (1 children)

is there a plugin to pull data on the video into a library? Or are you just playing media files?

[–] [email protected] 2 points 2 months ago

TubeSync has an option to write metadata to NFO files. Then you just tell Jellyfin to not run any scrapper and just use said NFO files. It's not perfect but it gets you a title and description for the video.

[–] [email protected] 2 points 2 months ago (1 children)

Can you elaborate a bit on your setup? As someone running Jellyfin, curious how you've configured everything.

[–] [email protected] 2 points 2 months ago

See my other comment on this thread. Basically I have a shared mount point for the two containers and TubeSync writes video metadata to NFO files.

[–] [email protected] 7 points 2 months ago* (last edited 2 months ago) (1 children)
[–] [email protected] 1 points 2 months ago

Does this support other targets like twitch VODs?

[–] [email protected] 5 points 2 months ago (1 children)

Between Tube Archivist (TA) and Pinchflat (PF), it seems TA is a better choice (because you want to delete the downloaded videos). TA has a built-in interface to watch and delete the video. But if you are like me, who watches the videos in Jellyfin and don't plan to delete them afterwards, then PF is a solid archival application.

[–] [email protected] 3 points 2 months ago

Also ytdl-sub would work for your case.

[–] [email protected] 1 points 2 months ago

I've been using TubeSync, but I switched to Tube Archivist. Works very well, I'm happy with it.

[–] [email protected] 1 points 2 months ago

I am using YouTube-dl, but you would need to implement the logic for the downloads.