fdroiddata/metadata/org.mult.daap.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

53 lines
1.1 KiB
YAML

Categories:
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/chrismiceli/daap-client
IssueTracker: https://github.com/chrismiceli/daap-client/issues
AutoName: DAAP
Summary: DAAP (Music/media sharing) Client
Description: |-
Client for DAAP (Digital Audio Access Protocol) servers. Supports streaming,
queuing, playlists, and searching.
Builds:
- versionName: .9.1
versionCode: 30
commit: '62'
- versionName: .9.2
versionCode: 31
disable: Repo code is missing at least one file update - the manifest
commit: least one file update - the manifest
- versionName: .9.6.2
versionCode: 38
disable: No corresponding source in repo
commit: unknown - see disabled
- versionName: .9.6.5
versionCode: 39
commit: '89'
- versionName: .9.7
versionCode: 40
commit: '90'
- versionName: .9.7+
versionCode: 45
commit: '107'
forceversion: true
target: android-8
- versionName: .9.7++
versionCode: 46
commit: '108'
forceversion: true
forcevercode: true
target: android-8
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: .9.7
CurrentVersionCode: 46