Moving away from Google. I just added my fav subs into my rss feed but that isn’t an enough to get good recs. What else can one do? Alternative front ends that work?

    • @robalees@lemmy.world
      link
      fedilink
      English
      26 months ago

      Oooh, this is interesting! How do you get the script to get latest videos from your subscribers?

      • mosiacmango
        link
        fedilink
        English
        10
        edit-2
        6 months ago

        Can’t speak to his method, but the jellyfin media sever has a YouTube plugin called Fintube that uses the above downloader to integrate YouTube content.

        • @pirat@lemmy.world
          link
          fedilink
          English
          16 months ago

          I just tried this on an Ultra.cc seedbox with yt-dlp installed, and the Fintube plugin configured to the right path for that, yet when I go to Dashboard > Fintube and click the Submit button to add a video to the download, nothing happens. Can’t figure out what’s wrong.

          Maybe Jellyfin doesn’t have the necessary write permissions to write the file to that folder, but I’m not quite sure how to change those on such a seedbox, if that’s the case.

          Any experience with this to share? Would the Submit button usually lead to a different view, or does it just stay on that video submission screen while the download happens silently in the background? The lack of action I experience when clicking it feels a bit awkward…

          • mosiacmango
            link
            fedilink
            English
            6
            edit-2
            6 months ago

            I just moved over to jellyfin from plex. I highly recommend it. It’s way more streamlined and active than plex, with a seriously good plugin community. No investor based bloat.

            The only issue I had was that jellyfin would crash on scanning my very old music library, where plex would not. To fix it, I used musicbrainz picard to correctly add idv3 tags and remove illegal characters from song names. Now, its smooth as silk.

      • @macstainless@discuss.tchncs.de
        link
        fedilink
        English
        7
        edit-2
        6 months ago

        So there’s 2 files that go along with the main script: a config file and a download list.

        The download list file is literally a list of YT channel URLs and any time I want it to get new channels, I add to the list. Conversely if I get tired of watching a channel, I comment it out or just delete it. YT-DLP just traverses the list.

        The config is where the magic happens. That dictates how the file is named, quality you download at, location it’s saved to, format, etc. You can incorporate SponsorBlock which is awesome and even DeArrow has an integration. I enjoy the logging feature so it doesn’t re-download vids it’s already snagged. Generally I’ll tell it to get every video from a channel that’s been posted in the last 15 days.

        My destination for the files is a YouTube library folder I set up in Plex. Plex sees it just as another TV-like library and it pulls the metadata from the files, which are embedded by YT-DLP.

        Hope this helps!

    • @decisoft@lemm.ee
      link
      fedilink
      English
      76 months ago

      Can you show your docker-compose? I’ve tried several times without succeeding 🤧

      • _cryptagion [he/him]
        link
        fedilink
        English
        76 months ago

        You can’t just ask that. Not without at least taking them out to a fancy dinner first. Maybe a little dancing.

      • blue lion
        link
        fedilink
        English
        2
        edit-2
        6 months ago

        Before anything, you’ll want to create a folder for the unix socket: mkdir /var/run/ytproxy and chown it to your reverse proxy’s user and group.

        The Docker files:

        compose.yml
        services:
          piped-frontend:
            image: 1337kavin/piped-frontend:latest
            container_name: piped-frontend
            environment:
              BACKEND_HOSTNAME: $API_ENDPOINT
            depends_on:
              - piped
            restart: unless-stopped
            networks:
              - proxy
        
          piped-proxy:
            image: 1337kavin/piped-proxy:latest
            container_name: piped-proxy
            environment:
              - UDS=1
            volumes:
              - /var/run/ytproxy:/app/socket  # unix socket location
            user: 1000:1000
            restart: unless-stopped
            networks:
              - proxy
        
          piped:
            image: 1337kavin/piped:latest
            container_name: piped-backend
            volumes:
              - ./piped/config/config.properties:/app/config.properties:ro
            depends_on:
              - piped-db
            restart: unless-stopped
            networks:
              - backend_piped
              - proxy
        
          piped-db:
            image: pgautoupgrade/pgautoupgrade:16-alpine
            container_name: piped-db
            environment:
              - POSTGRES_DB=$DB_NAME
              - POSTGRES_USER=$DB_USER
              - POSTGRES_PASSWORD=$DB_PASS
            volumes:
              - ./piped/pgdb:/var/lib/postgresql/data
            restart: unless-stopped
            networks:
              - backend_piped
        
        networks:
          backend_piped:
        
          proxy:
            external: true
        
        .env
        API_ENDPOINT=  # no scheme prefix (ex. pipedapi.domain.example)
        DB_NAME=
        DB_USER=
        DB_PASS=
        

        To configure the reverse proxy (I use nginx), you can use Piped’s recommended files with your domains. The linked repo also contains a template for the required config.properties.

        Let me know if you run into issues, I’ll be glad to help 🙂

  • account abandoned
    link
    fedilink
    English
    76 months ago

    I just watch it on youtube.com without logging in. Sacrificing convenience and using some frontend that only work if you pray hard is not something I want to do daily-drive

    • _cryptagion [he/him]
      link
      fedilink
      English
      36 months ago

      I use containers on Firefox to sandbox YouTube, and then have a throwaway account that’s literally just for YouTube and nothing else. Everywhere else on the web, scripts from Google are blacklisted using uBO.

    • @cyberwolfie@lemmy.ml
      link
      fedilink
      English
      26 months ago

      There are some periods where YouTube make changes frequently so that e.g. FreeTube stops working for some time, but for the most part it works reliably well. I would say it provides a much better convenience than watching on youtube.com logged out, as you have profiles, subscriptions, playlist and history. Including adblock, sponsorblock and dearrow, and granular control over what to show or not (comments, shorts, live etc.).

  • @Asparagus0098@sh.itjust.works
    link
    fedilink
    English
    56 months ago

    NewPipe on my phone. I don’t have PC I can use rn but when I used to have one I’d just use my browser (mainly Firefox) with ublock origin to watch YouTube (without signing in).

  • The Stoned Hacker
    link
    fedilink
    English
    56 months ago

    grayjay, it’s an app developed by Louis Rossman to combine a lot of streaming platforms into one privacy and security respecting app. it does have billionaire backing tho if that yanks your chain

  • @net00@lemm.ee
    link
    fedilink
    English
    36 months ago

    I use a self-hosted invidious instance, and despite the recent issues with Google trying to block them mine works behind Mullvad VPN.

    I use the web app on desktop, and Yattee client on my phone/ipad

  • 👍Maximum Derek👍
    link
    fedilink
    English
    26 months ago

    I have a locally hosted invidious instance but increasingly I’m finding most of the creators I watch are on Nebula. I just recently discovered that Rifftrax has a presence there.

  • @sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    2
    edit-2
    6 months ago

    Grayjay on my Android phone. I like that it supports a lot of different services, and I have subs on Odysee, Rumble, and Nebula (I pay for a sub there). I sometimes download videos for offline use if I’m going to listen on my commute or something (no point in using up data if I don’t need to).

    On my desktop/laptop, I just use YouTube directly w/ uBlock Origin on Firefox (to block ads) without logging in. I don’t watch much YouTube on my desktop/laptop, and when I do, I’ll just look for a specific video or whatever.

    I also have NewPipe installed on my phone for when I want to find something specific (i.e. background music or something), because Grayjay’s search kind of sucks.

  • @Yaky@slrpnk.net
    link
    fedilink
    English
    26 months ago

    I don’t watch a lot of youtube, but DuckDuckGo browser (on Android and Windows, at least) has a Duck Player that removes all of the cruft around videos and is private afaik.