poop

  • 0 Posts
  • 138 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • Yea, JF is getting mature enough for more people to transition.

    I’ve been running it side by side with Plex for about 2 years now, and have a couple of clients (and all of my personal use) on JF, but a few users either cant run JF directly on their hardware (and don’t want to cast every time) or they are older and would struggle to learn a new app without some hands on practice with it.

    The newest Plex UI update on some devices is causing some problems so I think I’ll have a few more users moving to JF in the near future.

    It’s a bit of a ram hog compared to plex but that’s not a major issue.


  • unraid is great but on a little 4 bay mini nas with limited expandability you don’t get much advantage for the money, it’s better for larger arrays and lots of mixed disk sizes, and on systems where you can put in lots of SSDs to make a decently fast caching setup die to unraid slower non-striped array architecture.

    On a 4 bay mini-NAS I’d go with the free truenas option and just make it a RaidZ1 of 4 disks.

    For a beginner, OMV might be simpler, and for paid options, HexOS is probably more beginner friendly than raw TrueNas.

    A free alternative to Unraid is Snapraid, but thats more of a roll-your-own solution, not an OS you can just install.






  • I have a customised dashboard running on a Sonoff NS panel Pro (using the normal methods to get back to stock android on those panels) I just use it as a button pad for a media room, so the dashboard is mostly just a few pages of buttons in a 3x3 grid for source selection, modes, AC and Lighting controls etc, mostly hitting triggers in Node-Red (via the HACS node-red addon) rather than directly in Homeassistant so that it’s easier to have the dashboard trigger perform a larger chain of tasks easier (in my opinion) than doing it purely in HA.

    It’s not perfect… because there’s no easy way to lock a dashboard to a certain pixel height and width without a lot of tinkering with third party plug-ins and SSL.

    I’ve got it working pretty well, the one gripe I have is tap and hold functions are impossible as the touchscreen seems too sensitive and there is no dead-zone control for tap and hold.

    But recently i’ve programmed a new smart remote for the media room that does most of it on the remote directly, so I only use it for configuring the A/C occasionally now, when my remotes simpler on/off integration isn’t enough.











  • You’re confusing a container format (MKV) with a video codec (AV1)

    MKV is just a container like a folder or zip file that contains the video stream (or streams, technically you can have multiple) which could be in H264, H265, AV1 etc etc, along with audio streams, subtitles and many other files that go along, like custom Fonts, Posters, etc etc.

    As for the codec itself, AV1 done properly is a very good codec but to be visually lossless it isn’t significantly better than a good H265 encode without doing painfully slow CPU encodes, rather than fast efficient GPU encodes. people that are compressing their entire libraries to AV1 are sacrificing a small amount of quality, and some people are more sensitive to its flaws than others. in my case I try to avoid re-encoding in general. AV1 is also less supported on TVs and Media players, so you run into issues with some devices not playing them at all, or having to use CPU decoding.

    So I still have my media in mostly untouched original formats, some of my old movie archives and things that aren’t critical like daily shows are H265 encoded for a bit of space saving without risking compatibility issues. Most of my important media and movies are not re-encoded at all, if I rip a bluray I store the video stream that was on the disk untouched.