No description
  • Java 99.4%
  • Kotlin 0.6%
Find a file
bgaesslein 94f6ed8945 Prioritize artist over album artist for songs
Currently, the album artist is used if set. IMHO this is the wrong
choice as it will lead to "Various Artists" or similar being shown
when playing tracks from a compilation.
Changed the code to use first look for the artist tag instead.
2022-02-10 21:45:57 +01:00
.github/workflows update github workflow with new gradle version 2021-08-07 12:59:04 +09:00
app Prioritize artist over album artist for songs 2022-02-10 21:45:57 +01:00
gradle/wrapper update libraries and other tools 2021-08-07 12:55:39 +09:00
metadata new release 2021-06-07 19:09:27 +09:00
.gitignore update gitignore file 2021-08-09 14:50:15 +09:00
build.gradle revert java version bump until android studio has better support 2021-08-07 13:11:02 +09:00
gradle.properties update libraries and other tools 2021-08-07 12:55:39 +09:00
LICENSE rename license file 2020-04-26 12:50:26 +09:00
README.md update readme with new features and future plans 2021-05-27 14:15:52 +09:00
settings.gradle update libraries and other tools 2021-08-07 12:55:39 +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
  • Cache songs individually or through batch actions
  • Gapless playback
  • Sort albums and songs by different fields
  • Search media for partial matches
  • Media service integration with notification
  • Favorites and playlists
  • Playback history reporting
  • 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!

  • Artist sorting isn't available through the API
  • Playlists and favorites will not update automatically when changed

Future Plans

If I ever find the time, these are some of the items I would potentially include.

  • Interface overhaul
  • Offline downloads
  • SyncPlay
  • Smart playlists
  • Session controls
  • QuickConnect

These are features I wouldn't include myself, but I would accept pull requests with good code.

  • Support for other media types
  • Chromecast
  • Android Auto

Screenshots