FRP: Jamfish
* [x] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy/?title=Inclusion_Policy). * [x] The app is not already [listed](https://gitlab.com/search?scope=issues&group_id=28397) in the repo or issue tracker. * [x] The app has not already [been requested](https://gitlab.com/search?scope=issues&project_id=2167965) * [x] The upstream app source code repo contains the app metadata _(summary/description/images/changelog/etc)_ in a [Fastlane](https://gitlab.com/snippets/1895688) or [Triple-T](https://gitlab.com/snippets/1901490) folder structure * [x] The original app author has been notified, and does not oppose the inclusion. * [ ] Optionally [donated](https://f-droid.org/donate/) to support the maintenance of this app in F-Droid. --- This issue tracker is meant for anyone to get an automated review to start the process of getting an app included. Opening issues here does not guarantee that the app will be reviewed or packaged. If you are looking to submit an app to F-Droid, please [open an merge request](https://gitlab.com/fdroid/fdroiddata/-/blob/master/CONTRIBUTING.md) instead. The first step is to find the app's [_Application ID_](https://developer.android.com/studio/build/application-id.html). This is usually the same as the app's _Package Name_. You will find it in files called _AndroidManifest.xml_ or _build.gradle_ most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here: #### APPLICATION ID: Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. [Build Metadata Reference](https://f-droid.org/docs/Build_Metadata_Reference) documents all available options. Add values after the colon ```yaml Categories: - Internet - Multimedia License: GPL-3.0-only AuthorName: Adrian Victor AuthorEmail: adrianvictor@disroot.org AuthorWebSite: https://adrianvic.github.io SourceCode: https://github.com/adrianvic/jamfish IssueTracker: https://github.com/adrianvic/jamfish/issues Changelog: https://github.com/adrianvic/jamfish/releases Donate: https://github.com/sponsors/adrianvic/ AutoName: Jamfish RepoType: git Repo: https://github.com/adrianvic/jamfish.git Binaries: https://github.com/adrianvic/jamfish/releases/download/v%v/Jamfish-signed-%v.apk Builds: - versionName: 1.4.0 versionCode: 1 commit: v1.4.0 subdir: app gradle: - yes AllowedAPKSigningKeys: 662c4e18466ada36c814510af3ae95f7cbf48fd942211c4f19abf19b1a3d6b2b AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 1.4.0 CurrentVersionCode: 1 ``` Why do you want this app added to F-Droid: > We heard all the reasons before, but we are open for new ones too :smile: Summary: This app is a fork of Gelli, it's still pretty similar to Gelli, with the only essential change being that it's able to download songs to internal storage (opposed to downloading to the app's storage). Gelli's repo has been archived, not being able to contribute I decided to fork it. I plan to do further maintenance to the fork. > Short, 80 chars, description about your app, don't mention Android, FLOSS, open-source, free software, since all apps are like this here Description: Delicious native music player for Jellyfin, based on Gelli. > Description of what the app does. It should be as objective as possible. > > A blank line means a line break, i.e. the end of a paragraph. Basic HTML tags can be used. The original text layout is mostly kept intact, for example, a simple bulleted list: > > * Item 1 > * Item 2 > > Don't add more repo links here. This is a native music player for Android devices that connects to Jellyfin media servers. The code is based on Gelli's archived repository, which is based on an old version of Phonograph. Jamfish is made for personal use, but contributions are welcome!
issue