MichaIng
MichaIng
... ah wait, nah this does not work that great either. I need to access `http://:8097/web/#/wizardstart.html` in my case to actually access the setup wizard. From that point on, it...
Please check your `/etc/jellyfin/encoding.xml`. There is should say: ```xml /usr/lib/jellyfin-ffmpeg/ffmpeg ``` I guess this is adjusted when it finds `/usr/bin/ffmpeg`, and it seems to not automatically look for the own...
Hmm, then it seems the (now wrong) path is stored somewhere else in a database or what. This is the only place I could find it in config files. Just...
You cannot start `jellyfin` like this with this command. The service started it correctly already. Check the service logs: ```sh journalctl -u jellyfin ``` Uh, checking the output with the...
Whether container or systemd unit or anything else, it always needs to be started/invoked the correct way. In case of Jellyfin, it autostarts via systemd unit, same as a Docker...
The container starts a whole OS around Jellyfin, including FFmpeg, a service manager, config files which contain these arguments and invokes the `jellyfin` command just the same way the systemd...
One thing I still cannot wrap my head around is why there is no sane internal update method, and watchtower as 3rd party solution causes its very own issues with...
Linux 6.14 has support for Orange Pi 5 Max: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-max.dts?h=linux-6.14.y Armbian added support for "current" kernel as well: https://github.com/armbian/build/blob/main/patch/kernel/archive/rockchip64-6.12/dt/rk3588-orangepi-5-max.dts Jep that can be done. I just need to assure the...
We can create an `edge` kernel image based on Linux 6.14 already now. But I am currently working on something else, so give me some time.
Yes, I already started to implement Orange Pi 5 Ultra, CM5 and 4A support. But images will be generated after next release.