From 46ccf94b1335bd10c2a9edcefd063c36e99eee78 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 24 Jan 2026 20:22:09 -0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7eb67d..52420d24 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,17 @@ This is a native music player for Android devices that connects to Jellyfin medi * Playback history reporting * Filter content by library +# Requisites +- A Jellfin server. See how to setup one [here](https://jellyfin.org/docs/general/quick-start/). +- Android 4.4 or later + # Issues Since this was a small project intended mainly for myself, there are some things I haven't resolved yet. I would appreciate pull requests to fix any of these issues! * Artist sorting isn't available through the API -* Playlists and favorites will not update automatically when changed +* Playlists and favorites will not update automatically when changed ([#5](https://github.com/adrianvic/jamfish/issues/5)) +* App may crash on really low end devices due exceeding the maximum bitmap memory ([#4](https://github.com/adrianvic/jamfish/issues/4)) # Future Plans