I didn’t know about that tool. Thanks for sharing
I didn’t know about that tool. Thanks for sharing
I believe there are also the acronyms hass for homeassistant or HAOS for homeassistant OS.
Huh, today I learned
On the topic of SMB. If OP is mostly interested in accessing the music from their phone, a symfonium + SMB server setup may be even easier than setting up navidrome
Does SQL count as a programming language?
I know that you can write DB hooks and stuff but in my mind it still doesn’t register as programming
Not a valid option if you are looking specifically for lossless music
Oh it definetely is a bit hacky.
At one point I tried using home assistant to automatically turn my tv and stereo on or off depending on the state of the chromecast but that didn’t really work consistently unfortunately.
My solution is far from ideal but it works for me.
I have a Chromecast connected to my TV which outputs to my stereo system. Power to TV and stereo are controlled via smart plugs that I can quickly toggle when I want to stream music.
The good thing: It works.
The bad things:
Please for the love of god, someone go and build an electric car that is as dumb as possible
yt-dlp supports downloading playlists. By using the --archive option it can save all downloaded video ID’s into a text file and will only download videos which are not in that file.
I wrote a docker container with a friend that uses that mechanism to auto download new videos every time it is triggered using cron. The configuration is a bit rough though and there is no gui so if this supports that part as well I might switch.
I’m not sure about how this works in kodi but in jellyfin the client might request a different resolution which causes the server to try and reencode the provided file on the fly. In my case my server isn’t fast enough for this which leads to constant buffering
There’s little physical movement or location variety
That’s the main reason I switched from computer science to electrical engineering with a focus on embedded software. Programming microcontrollers to achieve something tangible is a lot more satisfying for me than writing some application that only runs on my pc to shuffle some bits around
I can’t turn it off because none of the lightbulbs in the house would turn on anymore
Personally I try to avoid making anything in my home actually dependant on my server. I have a single lamp that can only be controlled from my phone and that’s only because it’s so rarely used that I didn’t want to put in the effort. Everything else is local first and only gets extended functionality from my server running.
I’ve had a couple issues with my zigbee stuff over the years on the server side and I would be really pissed if I wouldn’t be able to turn my lights on because I haven’t gotten around to fixing my server yet.
Ah, I guess I was only looking at AV1 support in that case. I only remembered it was missing something I wanted due to its age
I believe its missing h265 and av1 hardware support and while it probably has enough performance to handle those codecs in software, I wasn’t willing to drop more than 100 euros on a 5 year old device without hardware decoding for them
Not all devices can play av1. You will still shoot pictures and videos in 264 or 265. Can you already edit av1? Do you do that? Check that everything you own and do can work with av1. You should prefer 265 over 264 nowadays.
The default windows 10 installation for example can’t even handle h265 -.-
My proxmox server is named Atlas. It hosts a Truenas VM called truenas, a ubuntu server lts vm called Poseidon for docker container hosting a homeassistant VM called homeassistant and a second VM for docker containers called Neptune where I want to gradually move and reorganize my services as required.
I also have a raspberry pi as a general testserver called eileithya and a Synology Nas named Hestia
That looks great. I wasn’t even aware this existed
Aren’t function pointers against the MISRA standard?
I’m not saying they are bad because they can be really useful but when it comes to writing safe code I believe their usage is heavily discouraged