6c177c1fc3
!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 ```
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: MIT
|
|
SourceCode: https://github.com/kreed/vanilla
|
|
IssueTracker: https://github.com/kreed/vanilla/issues
|
|
|
|
Name: Vanilla Music (old)
|
|
AutoName: Vanilla Music
|
|
Summary: Listen to music files
|
|
Description: |-
|
|
Music player with a simple interface similar to the stock music player. Supports
|
|
browsing by folder, queueing, shake-to-skip and more. Supports the same audio
|
|
formats as the stock music player since the system media APIs are used.
|
|
|
|
This app is no longer being developed by its author so if you are using Android
|
|
4.0.3 or higher you should try [[ch.blinkenlights.android.vanilla]].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/kreed/vanilla.git
|
|
|
|
Builds:
|
|
- versionName: '0.1'
|
|
versionCode: 16
|
|
commit: 4169dd05b3ac321555bb8436fd2a90f93e52b49d
|
|
|
|
- versionName: 0.9.9
|
|
versionCode: 99
|
|
commit: 0.9.9
|
|
prebuild: rm -rf releases
|
|
|
|
- versionName: 0.9.10
|
|
versionCode: 910
|
|
commit: 0.9.10
|
|
prebuild: rm -rf releases
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.9.10
|
|
CurrentVersionCode: 910
|