poop

  • 0 Posts
  • 174 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle












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


  • Plenty of players still don’t support AV1, though with a modern gpu you can brute force transcoding it on the fly.

    I have a jellyfin test server running an an intel n95 and it can easily handle a couple of 4k AV1 to H265 transcoded streams on it’s own with decent image quality, but it struggles with 3 if the bitrates are too high. still, it’s more complexity than is needed considering AV1 only saves a small amount of space over a good H265 encode which are ubiquitous on the net.





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


  • I have an Onyx Boox tablet and use ubooquity as an ebook OPDS server on my unraid box at home, it has an online reader that’s pretty good, but I just download the ebook file to local storage and use the much better reader built into the system. I’m a slow reader so I dont have to do it often.

    I haven’t really found a third party reader that is e-ink optimised and can seamlessly integrate an OPDS server. I’d like to find one, particularly if it has syncing between devices as I also use a foldy phone as my main device so it seems some use as a reader sometimes.

    I also self host a huge archive of manga in Komga, and access that on the tablet and phone via a tachiyomi fork, it handles e-ink optimisation pretty well. It also doesn’t sync between devices but if I use the komga web reader it does, it’s just a bit power hungry on the Boox and has no offline functionality so I just manually keep in sync which isn’t that hard.


  • The UI is definitely better than it used to be, but nodered can do some more powerful stuff like pulling the html of a devices web ui and parsing data straight from the page when there’s no API to use for example. I used to do that for a solar inverter at my last house.

    Now I use it to control my AV switcher that distributes video through the house, it has no native homeassistant integration and only supports things like control4 and RTI so I implemented my own control using their REST API and hooked it all up to buttons and selectors in homeassistant. works great.

    Also my home theatre receiver has a homeassistant integration but its terrible, so again, I’ve manually implemented the tcp controls in nodered.