• Omnipitaph@reddthat.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    23 hours ago

    If you’re on desktop, download FreeTube. No more ads, ever. No more jittery youtube videos even though you have 300mbs down, you can download any video in app at max speeds, and its not algorithm fed. I imported my subscriptions, and now if I want to see something new I can use the not broken search function. Its like early early youtube and its wonderful!

    • frayedpickles@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      21 hours ago

      Freetube is great but it’s also a source of endless frustration. Like if you walk away from your computer the stream times out and it won’t resume. Then it says “reload” and they never implemented a reload button so you have to navigate to something else. Except their navigation doesn’t work quite right so sometimes if you click too fast it stays on the new page after you try to go back to the one you wanted to reload. Rawr. (GitHub issues 1005, 1425, 1500, 1958, 4062, 4409, 5019, 5152, 6136, 6201)

      I use youtube-local which is great, but it’s more susceptible to breakage which is why I’m currently back on freetube and very very very frustrated.

    • DJDarren@thelemmy.club
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 hours ago

      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.

      • frayedpickles@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        21 hours ago

        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@thelemmy.club
          link
          fedilink
          English
          arrow-up
          0
          ·
          21 hours ago

          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.

          • frayedpickles@lemmy.cafe
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            17 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