feat: add metadata for F-Droid.
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
First release.
|
||||||
|
|
||||||
|
* Connect to an MPD server and control playback
|
||||||
|
* Browse albums as a list or grid, with cover art and search
|
||||||
|
* Manage the play queue with swipe actions
|
||||||
|
* Media notification and hardware volume-key support
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
Encore is a remote control for a Music Player Daemon (MPD) server on your local network. It focuses on everyday playback: see what's playing, control the queue, and browse your library.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
* Browse your library by album, as a list or a two-column grid
|
||||||
|
* Album and track cover art
|
||||||
|
* Search albums and artists
|
||||||
|
* View the play queue; add whole albums or single tracks
|
||||||
|
* Swipe an album or track to queue it or play it next
|
||||||
|
* Playback controls with a seek bar
|
||||||
|
* Adjust server volume, including with the hardware volume keys
|
||||||
|
* Media notification and lock-screen controls
|
||||||
|
* Multi-disc album support and server statistics
|
||||||
|
* Consume mode toggle
|
||||||
|
|
||||||
|
Encore talks directly to the MPD server you configure. It uses no cloud service, no accounts, and no tracking or analytics.
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 629 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 509 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
@@ -0,0 +1 @@
|
|||||||
|
A modern Android remote for your Music Player Daemon (MPD) server.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Encore
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: Karim Abdul-Samad
|
||||||
|
SourceCode: https://git.ksamad.ca/kas2020/encore
|
||||||
|
IssueTracker: https://git.ksamad.ca/kas2020/encore/issues
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://git.ksamad.ca/kas2020/encore.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.1.0
|
||||||
|
versionCode: 1
|
||||||
|
commit: v0.1.0
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
Binaries: https://git.ksamad.ca/kas2020/encore/releases/download/v%v/encore-%v.apk
|
||||||
|
AllowedAPKSigningKeys: 1c67813ac742c2421ea47220de072ffa6771414d0b32be21daabf622fe9eccb3
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.1.0
|
||||||
|
CurrentVersionCode: 1
|
||||||
Reference in New Issue
Block a user