So, I've got Jellyfin installed on a repurposed Protectli Vault FW2B - 2 Port, Firewall Micro Appliance/Mini PC - Intel Dual Core, AES-NI, Barebone, which has an 8gb memory and a 256gb mSATA SSD.
On it, I'm running:
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
Twice now Jellyfin has decided to not play media. When tried from my Android TV or phone, it doesn't play, but when tried from the browser (in PaleMoon) I get a "system can't play this media" type of error.
Both times, SSH-ing into the device and doing a sudo update and then sudo upgrade has solved the issue.
While not honorous for me, oftentimes I'm not readily available and my wife is most decidedly not able to go through this gyration.
I've got another device acting as a server for Jopling in which the following was instantiated:
sudo apt install unattended-upgrades apt-listchanges
echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | sudo debconf-set-selections
sudo dpkg-reconfigure -f noninteractive unattended-upgrades
Can I do this with this device to eliminate the need for the manual update/upgrade cycle?
Thanks,
On it, I'm running:
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
Twice now Jellyfin has decided to not play media. When tried from my Android TV or phone, it doesn't play, but when tried from the browser (in PaleMoon) I get a "system can't play this media" type of error.
Both times, SSH-ing into the device and doing a sudo update and then sudo upgrade has solved the issue.
While not honorous for me, oftentimes I'm not readily available and my wife is most decidedly not able to go through this gyration.
I've got another device acting as a server for Jopling in which the following was instantiated:
sudo apt install unattended-upgrades apt-listchanges
echo unattended-upgrades unattended-upgrades/enable_auto_updates boolean true | sudo debconf-set-selections
sudo dpkg-reconfigure -f noninteractive unattended-upgrades
Can I do this with this device to eliminate the need for the manual update/upgrade cycle?
Thanks,
chris