No description
  • Java 99.4%
  • Kotlin 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Maxr1998 c1fbd52f28
Simple workaround for ApiClient NPE
Crash happens when returning to app after application has been destroyed and the ApiClient is null.
2020-08-27 12:11:28 +02:00
app Simple workaround for ApiClient NPE 2020-08-27 12:11:28 +02:00
gradle update gradle 2020-06-21 03:05:22 +09:00
metadata new release 2020-08-11 04:57:25 +09:00
.gitignore update gitignore 2020-07-23 14:36:12 +09:00
azure.yml fix github upload task 2020-06-14 17:16:42 +09:00
build.gradle Remove explicit R8 and build tools definition 2020-08-23 17:43:19 +02:00
gradle.properties update gitignore 2020-06-14 17:04:16 +09:00
gradlew Mark gradle wrapper script as executable 2020-08-23 15:09:59 +02:00
gradlew.bat update gitignore and add gradle wrapper 2020-06-14 02:42:18 +09:00
LICENSE rename license file 2020-04-26 12:50:26 +09:00
README.md add badge for new store link 2020-07-09 00:06:24 +09:00
settings.gradle conditionally use local api client 2020-05-01 15:27:55 +09:00

Gelli

This is a native music player for Android devices that connects to Jellyfin media servers. The code is based on a relatively recent version of Phonograph and was made for personal use, but contributions are welcome! Please open an issue to discuss larger changes before submitting a pull request. I am open to an improved icon if any graphic designers have a good suggestion.

Get it on F-Droid

Features

  • Basic library navigation
  • Gapless playback
  • Sort albums and songs by different fields
  • Search media for partial matches
  • Media service integration with notification
  • Favorites and playlists
  • Filter content by library

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!

  • All lists are capped at 100 entries to avoid excessive load times
  • Artist sorting isn't available through the API
  • Playlists and favorites will not update automatically when changed
  • Sorting also requires a reload to take effect
  • Batch actions are not yet functional

Future Plans

I don't currently have plans to add any large features. If I ever find the time, these are some of the items I would potentially include.

  • Offline downloads
  • Support for other media types

Screenshots