I’m looking for a server I can host in my home that has a simple ui where I can put in URLs for download and have them all show up on my Jellyfin. Bonus if there is VPN support.

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    Can’t get any simpler than the terminal, can you? I just paste links into the terminal after a yt-dlp command.

    • lIlIlIlIlIlIl@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      Sure, but OP specifically asked for a “manager.” Plus typing it out means looking up flags and switches each time

      • BlueOysterCultist@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 days ago

        I went one step further and used python to handle the flags and what not

        Just gotta add each url / playlist to a text file, then run the python script

        But seeing all these GitHub’s with much more elegant solutions is pretty cool