poop

  • 1 Post
  • 109 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle




  • 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.










  • Yea, we don’t really need first party native UIs (the community can do that themselves), just more control and configurability over what we currently have.

    I’d like to see some better screen formatting options without having to use custom code or unofficial add-ons.

    For example, I’d like to make a grid layout that auto stretches and flows for different display sizes like a modern website can, or lock to a screen width/height etc for a fixed wall mounted controller so I don’t get random scrollbars on some screens.

    And more control over things like tap and hold actions. it’s almost impossible for me to use tap and hold on my main wall mounted display for example, if I move by a single pixel it doesn’t react, I’d like to set the deadzone and delay time for that for example.



  • the Arr apps will automate downloads but you can go into their ui’s manually for overriding things when needed (like replacing a bad copy of a TV show for example), jellyseer/overseer handles requesting and adding new shows/movies to be monitored from a simple webapp that you would host on the server and give them a shortcut to on their devices homepage.

    I’d go with a 12th gen or newer intel cpu, something small and entry level is more than enough like a 12100 or 12400, we just want the igpu to handle the occasional transcode, 16gb of ram, a cache SSD or two in a mirror, and a decent stack of HDDs of your choice, the OS can be anything you want but I suggest going with something NAS focused like unraid, openmediavault or truenas (jellyfin is not officially supported on truenas but it does work). if it’s a new build from scratch for long term archival of high quality media i’d start with at least 6 HDDs, with one for parity, if you can budget for 20tb drives for example that gives you a spacious 100tb of useable space with the ability for any one disk to fail without any data loss. you can then build that into a normal ATX PC case.

    You can use windows or any flavour of linux but you will be doing more work to make them work properly, where the above solutions are more plug and play.

    I would make sure their hardware is capable of playing as many file formats and codecs directly as possible though, when you get into hosting 4K media, particularly for full fat UHD Bluray rips, you will find apps built into TVs or lower end streaming boxes just cant do it and the server has to chug through transcoding on the fly, the igpu can do it just fine, but you should try to avoid it for maximum performance and image quality, so perhaps budget for an nvidia shield or something.





  • For maximum compatibility with all services you are limited in your choices due to DRM licence requirements.

    You can mostly decrapify android based boxes via ADB to strip out much of the bloat, strip most of the telemetry entirely then block the rest in your firewall, and replace the launcher with a super barebones one like Flauncher but it will never be 100% perfect.

    If you must be in full control of what is on the device and what it is doing, a small, low powered miniPC (intel n100 is a good chip for basic AV for example, 4k 10bit with perfect H265 and AV1 decoding) and use the operating system of your choice, but you are then limited in what you can stream via browser or third party apps, often in nowhere near full quality, again this is due to licencing and drm.

    The best option is to avoid streaming services altogether and download your own content, then use an offline player like kodi or a server/client solution like Jellyfin (a free and open alternative to plex, with most of the base features well implemented) to play it.