How to use a Raspberry Pi as a Home Media Player
1. Install Raspberry Pi OS
First, install the Raspberry Pi Imager
Then, put your SD Card on your computer and run the app
After selecting the SD Card, you’re gonna select Raspberry Pi OS (64-Bit)
2. Install Flathub
1
sudo apt install flatpak
3. Add the Flathub Repository
1
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
4. Restart the Raspberry Pi
1
sudo reboot now
5. Install the official Jellyfin Media Player app on Flathub
1
sudo flatpak install flathub com.github.iwalton3.jellyfin-media-player
6. Run the Flatpak
1
flatpak run com.github.iwalton3.jellyfin-media-player
Enjoy
This post is licensed under CC BY 4.0 by the author.