Live data from Hacker News

WiiFin – Jellyfin Client for Nintendo Wii

github.com

121–130 of 131 posts

Re: WiiFin – Jellyfin Client for Nintendo Wii

#121
post #105
post #63

Earlier quoted context omitted.

Or Cloudflare Argo tunnels for $0/mo :)

That's against their ToS.

I was initially going to be dismissive because everything is against everybody’s ToS (ie last I checked it was against my ISP’s ToS to operate any sort of server)… but looks like cloudflare actually actively enforces this one, so yes my comment is a bad idea!

Re: WiiFin – Jellyfin Client for Nintendo Wii

#122
post #83

Earlier quoted context omitted.

Don't expose it to the internet unless you know what you're doing, or put it on a VPS you don't care about. Ideally keep it behind a VPN and give your family members access to it that way, and let local devices on your LAN connect to it without a VPN.

I put mine behind caddy on a long unguessable path prefix. So that acts as a sort of password that you need to know before you can access it at all. So far it's seemed to work great. The advantage to using a path prefix vs like caddy basic auth is that its compatible with all the normal jellyfin clients.

You can also use HTTP auth with your reverse proxy and it works with all Jellyfin clients

Re: WiiFin – Jellyfin Client for Nintendo Wii

#123
post #89

Earlier quoted context omitted.

Don't expose it to the internet unless you know what you're doing, or put it on a VPS you don't care about. Ideally keep it behind a VPN and give your family members access to it that way, and let local devices on your LAN connect to it without a VPN.

TLS is a must-have. They don't bother doing any kind of password hashing on login. It's sent in cleartext.

Yes, TLS should be considered a given. Set things up right and you can use TLS locally, too, with Let's Encrypt, which is a prereq to stream some things to streaming sticks using Jellyfin's raw HTTP streaming without a Jellyfin client.

Re: WiiFin – Jellyfin Client for Nintendo Wii

#124
post #26

Earlier quoted context omitted.

What more does Plex need? I would consider myself a power user of Plex and it does everything I need it to do. I would think the only thing I can think of is fully self-hosted login instead of their cloud option, but I'm glad we have that option because I don't want to handle the authentication of my friends and family

* IPTV support (xtream codes etc.) yes proxies exist like Dispatcharr but first class support would be better * Better iOS/tvOS/OSX video playback (just buy Infuse because it can play so many titles the Plex player cannot) * Add full context menus everywhere. Playlists are virtually useless for anything other than playback in order or randomly. Why can't I multi-select items on a playlist and move them to another pla…

> * Let me sort by file size so I can watch the disk gobbling files first

Ackshually file size isn't it, it's the runtime / size ratio. A 3 hour 4k movie being 20GB is fine. A 45 minute tv show episode with 10GB+ file size isn't.

You can pretty much vibe code a tool to create a playlist sorted by that ratio from worst to best in a 30 minutes.

Re: WiiFin – Jellyfin Client for Nintendo Wii

#125
post #26

Earlier quoted context omitted.

What more does Plex need? I would consider myself a power user of Plex and it does everything I need it to do. I would think the only thing I can think of is fully self-hosted login instead of their cloud option, but I'm glad we have that option because I don't want to handle the authentication of my friends and family

The last time I was involved in a thread like this, I was banned from r/plex. I pointed out that Plex should do ebooks. It is a natural fit. They keep track of how far in a series or a show you are, they could keep track of where you are in a book. Many of the Plex idioms transfer well. It has a clear visual style that helps you to pick out the shows you might try, or shows like those you've already watched. BUT IT'S…

I _SPECIFICALLY_ don't want everything apps. They just end up doing everything a bit shitty.

Plex handling anime/tv/movies is fine. I can kinda-sorta accept music too because PlexAmp is pretty good.

Audiobooks and podcasts require a very different experience. Books even more so.

Books specifically are an issue because getting a reliable metadata source for them is a pain in the ass. I know, I've built a tool for myself to grab my book reviews locally and enrich the data. There are SO MANY variants of a single book that the process ends up being manual way too often.

Re: WiiFin – Jellyfin Client for Nintendo Wii

#126

Earlier quoted context omitted.

I just want to throw out that you might like Kavita for a comic/book server. It's built to feel like Plex. https://www.kavitareader.com/ I do agree that Plex doesn't seem like a good fit for books and comics. The first major hurdle is the lack of a singular metadata source that Plex can hook into for metadata - although this year has shifted with Hardcover and MangaBaka. Plex also uses a filename parsing mechanism (l…

Thanks for this. First I've heard of it. I'd prefer something more general for books (though there are comics too). I have about 22,000 titles, filenames well-constructed, that I don't have anything to serve them up remotely. I was using Nextcloud for awhile, but it's subpar. >which has drawbacks since books and comics have an extremely wide variety of naming conventions I actually have that part figured out. For per…

I think Calibre, maybe combined with Calibre-web is what you're looking for.

Despite the creator having strong views on coding style and UI/UX, Calibre is still by far the best tool to manage ebooks.

Re: WiiFin – Jellyfin Client for Nintendo Wii

#127

Earlier quoted context omitted.

https://github.com/jellyfin/jellyfin/issues/5415

The absolute worst thing I can see in there is that an third party who somehow managed to get a link to one of your library items (either directly from you or from one of your users--or by spending the next decade bruteforcing it I guess) could stream said item: https://github.com/jellyfin/jellyfin/issues/5415#issuecommen... Everything else looks to me like unimportant issues, that would provide someone who's already…

Nearly everyone uses the *arr stack with the Trash guides.

Which means that the paths are pretty damn uniform.

Re: WiiFin – Jellyfin Client for Nintendo Wii

#129

Earlier quoted context omitted.

The absolute worst thing I can see in there is that an third party who somehow managed to get a link to one of your library items (either directly from you or from one of your users--or by spending the next decade bruteforcing it I guess) could stream said item: https://github.com/jellyfin/jellyfin/issues/5415#issuecommen... Everything else looks to me like unimportant issues, that would provide someone who's already…

Nearly everyone uses the *arr stack with the Trash guides. Which means that the paths are pretty damn uniform.

Unless I am misunderstanding the discussion on GitHub, the attacker would still need to know the exact path where the file is saved, and the name of the file itself. Even then, all they can do is download the file from your device--which they could just torrent themselves for a fraction of the effort.

Re: WiiFin – Jellyfin Client for Nintendo Wii

#130

Earlier quoted context omitted.

Nearly everyone uses the *arr stack with the Trash guides. Which means that the paths are pretty damn uniform.

Unless I am misunderstanding the discussion on GitHub, the attacker would still need to know the exact path where the file is saved, and the name of the file itself. Even then, all they can do is download the file from your device--which they could just torrent themselves for a fraction of the effort.

A DDoS is still a valid attack.

Very few consumer connections can manage, say, 100 clients downloading a massive video file simultaneously.

Post reply on HN