fdroiddata/metadata/is.xyz.mpv.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

33 lines
806 B
YAML

Categories:
- Multimedia
License: MIT
SourceCode: https://github.com/mpv-android/mpv-android
IssueTracker: https://github.com/mpv-android/mpv-android/issues
Name: mpv-android(pre-release)
AutoName: mpv
Summary: Listen to music and watch videos
Description: |-
A simple wrapper around the libmpv library provided by mpv that lets you listen
to music and watch videos.
RepoType: git
Repo: https://github.com/mpv-android/mpv-android.git
Builds:
- versionName: 2017-02-20-alpha
versionCode: 4
disable: missing libs
commit: mpv-android-2017-02-20
subdir: app
gradle:
- yes
MaintainerNotes: Lower CVC by 1 to mark current build as pre-release
AutoUpdateMode: None
UpdateCheckMode: Tags
VercodeOperation: '%c - 1'
CurrentVersion: 2019-04-18-alpha
CurrentVersionCode: 14