• 0 Posts
  • 63 Comments
Joined 2 years ago
cake
Cake day: October 4th, 2023

help-circle



  • I would build a cheap PC based on a G series Intel CPU. The G7400 is cheap and will handle anything you want to transcode, plus won’t get bottlenecked with IO and other processes you might want to run later like the Arr stack. You probably don’t need more than 8GB of RAM. This will give you lots of flexibility to choose the right OS which suits you, which software you want, upgrades, and especially HDDs down the road (if you get a case with HDD slots). I started small and ended up with 15 disks over the years.

    Unraid ($250) is one option but it’s expensive and buggy. TrueNAS is a very popular ZFS based solution which is free. Windows is also a surprisingly good option. It’s your lowest effort option by far. You can replicate Unraid functionality with SnapRAID and DrivePool ($50).


  • ChatGPT can be surprisingly useful when tackling the endless bugs and weird and unexpected differences on each Linux distro. I think you’re missing out. It shaves off 30-40% of the time it takes me to arrive at the right solution. It’s obviously not omniscient, but it provides a lot of ideas which I had not considered. Usually one of those paths works.


  • It’s the reason I left New Zealand. It has become a very low trust society with a lot of competing political groups aligned on the basis of race, religion, economics, ethnicity, and political beliefs. With so many competing interests, there is very little appetite to propose and enforce broad national policies which benefit everyone. Instead, generations of Kiwis have come to believe (and rightly so) that owning a home is the only way to survive and thrive. They can’t rely on the assistance of the government. Given this, home owners (which comprise the majority of Kiwis), consistently vote for policies to keep their house prices high. This means onerous planning regulations, tax exemptions, and high immigration. Any party which deigns to upset the property speculation ponzi scheme is summarily ousted.

    IMHO, the country is now in managed decline. Any serious investment goes straight into property. Entrepreneurial Kiwis leave. I was involved in several startups which had to seek funding from overseas. So they just leave. Usually to the U.S., where their investment culture and infrastructure encourages new ventures and R&D. Home owners have decided that they would rather have their children leave and watch the country burn than allow their house prices to decline. Message received. Something like a million Kiwis live in Australia now. That’s 18% of the entire country.



  • Remote viewing in Jellyfin requires significantly more work from me as the server admin, but it is just as easy for the remote viewing clients. I don’t have to do any first-time setup for them. I recommend an app or two for the media type they’re using, and all they need is URL, login, password.

    Thanks for your suggestion. I spent some time investigating this to see how feasible it would be. I have my own domain and static IP, so setup on my end would be pretty straight forward. Users would need to enter my domain:port on first login, but I could walk them through that. I’m going to give it a shot and see how practical it is. If the performance is better, as you say, then it probably trumps those features you mention. With the exception of subtitles for me and the family. We use subs most of the time and need on-demand selection. Automated subs are very hit or miss.

    It’s also disappointing to hear the Jellyfin app doesn’t support downloads but I guess if Streamyfin is available on all the platforms then I could just use that.

    I tried Finamp and the UI is very not good on iOS. It also lacks a lot of features compared to Plexamp.












  • FYI you can definitely watch while your network is offline. You just net to tell it that you’re happy with that (it’s not activated by default for security reasons).

    • In your Plex server settings, go to Network, enable “Show Advanced”.

    • Near the bottom, find the textbox that says List of IP addresses and networks that are allowed without auth

    • In this field, enter the local IP address of any Plex client(s) you want to keep using if your internet (or the Plex cloud) is down.

    • A example: 192.168.0.50

    • Save the setting, done.

    #Important thing to be aware of:

    What this setting does is tell your local Plex server to simply give any Plex client that connects from that specific IP full admin access to your Plex server, ignoring any account restrictions. This means that if you have things in place to restrict access to some libraries (kids blocked from 18+ movies etc) those restrictions will have no effect. Also if you have the option set to allow file deletion, then any client from that IP could also delete items. And they could of course change any settings in your Plex server. So your kids can watch anything on your server, if you have a guest in your network and they browse to the Plex web interface, they can mess with things.

    Because of that I would recommend to limit the amount of IP’s you enter in that field to the absolute bare minimum. For example, only whitelist the “main living room device” plus one device you to admin the server, such as a laptop.

    If you want to whitelist multiple devices, this is a example:

    192.168.0.50,192.168.0.77,192.168.0.80
    

    If you want to whitelist a entire network, these would be examples:

    192.168.0.0/24 (this means 192.168.0.0 - 192.168.0.255)
    
    192.168.0.0/16 (this means 192.168.0.0 - 192.168.255.255)
    

    And of course those involved network devices should use static IPs in your home network.