fdroiddata/metadata/net.avs234.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

31 lines
736 B
YAML

Categories:
- Multimedia
License: LGPL-3.0-only
WebSite: https://code.google.com/p/andless
SourceCode: https://code.google.com/p/andless/source
AutoName: andLess
Summary: Audio player
Description: |-
Lightweight audio player that plays lossless files (FLAC/APE/MPC/WAV) as well as
any formats natively supported by Android. CUE sheets and playlists are also
supported and files are chosen via directories.
RepoType: git-svn
Repo: https://andless.googlecode.com/svn/trunk
Builds:
- versionName: 1.3.5
versionCode: 16
commit: '96'
target: android-17
scanignore:
- jni/Android/lib
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.3.5
CurrentVersionCode: 16