Results 2858 comments of MichaIng

Migration guide: https://svelte.dev/docs/svelte/v5-migration-guide

Hmm, which branch do you use and which Rust version? Our automated builds succeed, just a clippy annotation which is however just related to an optimisation, not an error.

I btw solved the clippy annotations. Not sure whether it fixed your issue, but worth an attempt.

Hmm, the executable `/opt/radarr/Radarr` is missing or not seen by the service in your case. Can you check this: ```sh ls -dl /opt/radarr/Radarr /opt/radarr systemctl cat radarr ``` On a...

You can reinstall it to fix it, which preserves config and data: ```sh dietpi-software reinstall 145 ``` However, would be indeed interesting to see the content of the directory, to...

Ah right there is a message that an existing installation was found an will be preserved, right? We really need a repair command, or do it OOTB incase of Servarr...

Great, I'll mark the issue as closed then.

> Jellyfin is installed a very wrong/obsolete way. Can you explain in how far it is wrong/obsolete? We install the official `jellyfin` meta package. > For example, it does not...

The `ffmpeg` package is not required at all. I guess Jellyfin is able to work with it as well, when configured correctly, but the meta package provides its own `jellyfin-ffmpeg7`...

Please do this again: ```sh sudo apt install jellyfin # this should install jellyfin-ffmpeg7 sudo ln -s /usr/share/jellyfin /mnt/dietpi_userdata/jellyfin/wwwroot sudo systemctl restart jellyfin ``` You might need to CTRL+F5 the...