fdroiddata/metadata/com.orphan.amplayer.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

35 lines
1 KiB
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/abeiro/amplayer.droid
IssueTracker: https://github.com/abeiro/amplayer.droid/issues
AutoName: AMPlayer
Summary: Network music player
Description: |-
Play your music collection via the internet by connecting to an
[https://github.com/ampache/ampache Ampache] server e.g. ownCloud. A demo server
is suggested for trying it out. There is a companion
[https://chrome.google.com/webstore/detail/ampache-player/fgmlgjpjedpnhbbpahgcknnjkhlbjhgp
extension] for the Chromium browser.
* HTML5 audio tag capabilities
* HTML5 localStorage
* Playlists and CD covers from your Ampache Server
* Fan art from fanart.tv
* [https://musicbrainz.org Musicbrainz] info
* Initial support for lyrics ([http://lyrics.wikia.com])
RepoType: git
Repo: https://github.com/abeiro/amplayer.droid.git
Builds:
- versionName: 0.4.2
versionCode: 1
commit: 79ba84d6522e
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.4.2
CurrentVersionCode: 1