2024-07-11, 07:10 PM
How did you install Jellyfin? Since Mint is based on Ubuntu/Debian, our "one liner" script should do all the work.
On the command line, use these commands to purge Jellyfin and start over. I'm assuming you don't have anything in your Jellyfin yet and don't mind starting over.
That will purge Jellyfin, all the configs and database, and install with our automation script.
If you had a previous Jellyfin server before this, make sure you clear your browser cache since Jellyfin caches data aggressively and moving to a new server can be problematic if you don't clear the browser cache.
On the command line, use these commands to purge Jellyfin and start over. I'm assuming you don't have anything in your Jellyfin yet and don't mind starting over.
Code:
sudo apt purge jellyfin*
sudo rm -rf /var/lib/jellyfin /etc/jellyfin
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
That will purge Jellyfin, all the configs and database, and install with our automation script.
If you had a previous Jellyfin server before this, make sure you clear your browser cache since Jellyfin caches data aggressively and moving to a new server can be problematic if you don't clear the browser cache.