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!

  • @loganb
    link
    English
    126 months ago

    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]
      link
      fedilink
      English
      46 months ago

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

      • @loganb
        link
        English
        26 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.

    • andyburke
      link
      fedilink
      26 months ago

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

      • @loganb
        link
        English
        26 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.