An unofficial Jellyfin client for MuOS.
- Grab the latest release.
- Copy it to
/mnt/mmc/ARCHIVE. - Install using Archive Manager.
- Launch
MuFinin the Applications menu.
The client generates a configuration file on startup (at: /mnt/mmc/MuOS/application/MuFin/config.ini). By default, it's configured to authenticate to Jellyfin's own demo instance. To switch to your instance:
[Host]
# Jellyfin server url. Requires protocol, host, and port.
base_url = <proto>://<ip_addr>:<port>
[Authentication]
# Auth. method (QuickConnect, or Basic). QC recommended.
method = QuickConnect
# Remove `token` if it exists.You may also want to delete MuFin/app/data/cache (ensures all artwork is refreshed). Launch the client again, authenticate, and (hopefully) enjoy.
Also, a commented version is available at MuFin/app/res/static/config.ini.