this post was submitted on 15 Nov 2024
29 points (96.8% liked)

Selfhosted

40173 readers
846 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
 

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?

top 26 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 hour ago (1 children)
[–] [email protected] 3 points 1 hour ago

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

[–] [email protected] 22 points 6 hours ago

Freetube on Linux, newpipe on android and maybe a private invidious instance.

[–] [email protected] 10 points 6 hours ago (1 children)
[–] [email protected] 1 points 1 hour ago

Does it just stop playing sometimes? It's the only thing I don't like about it so far

[–] [email protected] 11 points 7 hours ago (1 children)

I use YT-DLP to scrip the download of vids I want to watch and it drops them into Plex for me. I set it to run every 4 hours.

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

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

[–] [email protected] 3 points 4 hours ago* (last edited 4 hours ago) (1 children)

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!

[–] [email protected] 1 points 3 hours ago (1 children)

Very helpful! Thank you so much!

[–] [email protected] 1 points 3 hours ago

You got it. Good luck!

[–] [email protected] 4 points 6 hours ago* (last edited 6 hours ago) (2 children)

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.

[–] [email protected] 1 points 6 minutes 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...

[–] [email protected] 1 points 6 hours ago (1 children)

Interesting, wonder if I can do something similar with Plex

[–] [email protected] 5 points 6 hours ago* (last edited 6 hours ago) (1 children)

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.

[–] [email protected] 1 points 6 hours ago (1 children)

All the plugin talk about jellyfin makes me want to switch wish Plex kept support for them. Jellyfin does seem to make way bigger strides than Plex these days

[–] [email protected] 1 points 5 hours ago* (last edited 3 hours ago) (1 children)

Honestly, you should swap. They have tons of excellent plugins.. The intro skip is way better than Plex's.

The end user clients are very solid too. Their kodi client alone is leagues ahead of the plex community one.

The only feature that plex has over jellyfin at this point in my mind is sharing content easy with people out of your home network. With Jellyfin you need to setup your own certs or reverse proxy like SWAG, or use something like tailscale.

[–] [email protected] 2 points 3 hours ago* (last edited 3 hours ago) (1 children)

Yea I also believe (could be wrong) the Sonic analysis for music and Plex amp is much better than what finamp provides

Edit: I did run both about a year ago just to see the differences so it would not be hard for me to spin it back up

Edit 2: prob going to because I want to test the YouTube and twitch plugins tbh

[–] [email protected] 1 points 1 hour ago* (last edited 1 hour ago)

Hmm, not using finamp. I'm pretty happy with Synfonuim.

Cant speak to that aspect.

[–] [email protected] 4 points 5 hours ago

Self-hosted Invidious or public Invidious instances.

https://github.com/iv-org/invidious

[–] [email protected] 2 points 5 hours ago* (last edited 5 hours 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.

[–] [email protected] 1 points 5 hours ago

youtube-local over a Mullvad (other services like Proton or IVPN are great as well) works really well for me

[–] [email protected] 1 points 5 hours ago

I use several of the suggestions above, but also for IOS (iPhone) I use “Firefox Focus” and it clears everything when I close it and I can watch ad free.

[–] [email protected] 1 points 5 hours ago

With invidious and in FreshRSS I use the youtube extension to use the embedded video player, you just need update this part of the code https://github.com/FreshRSS/Extensions/blob/master/xExtension-YouTube/extension.php#L153-L163
It easy just to replace for this:

    public function getHtmlContentForLink(FreshRSS_Entry $entry, string $link): string
    {
        $domain = 'www.youtube.com';
        if ($this->useNoCookie) {
            $domain = 'www.youtube-nocookie.com';
        }
        $domain = 'invidious.personal.com';
        $params = 'quality=dash';
        $url = str_replace('//www.youtube.com/watch?v=', '//'.$domain.'/embed/', $link);
        $url = str_replace('http://', 'https://', $url);
        $url = $url . '?' . $params;

        return $this->getHtml($entry, $url);
    }

The only change is to use $domain = 'invidious.personal.com';
And add the parameter quality=dash

Seems there's also this one https://github.com/tunbridgep/freshrss-invidious
but haven't tried it

[–] [email protected] 2 points 6 hours ago
[–] [email protected] 1 points 6 hours 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.

[–] [email protected] 0 points 5 hours ago* (last edited 5 hours ago)

Libretube with a vpn! Newpipe doesn't look great imo