6dc775b236
```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 ```
27 lines
745 B
YAML
27 lines
745 B
YAML
Categories:
|
|
- Multimedia
|
|
License: Apache-2.0
|
|
WebSite: https://sites.google.com/site/roozenandroidapps/home/sound-manager
|
|
SourceCode: https://code.google.com/p/app-soundmanager/source
|
|
|
|
AutoName: Sound Manager
|
|
Summary: Volume level scheduler
|
|
Description: |-
|
|
Exposes all the audio volume controls, provides quick access to ringmode and
|
|
vibration settings, and allows you to set timers to automatically change volumes
|
|
at set times on any given day of the week.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://app-soundmanager.googlecode.com/svn;trunk=trunk;tags=tags
|
|
|
|
Builds:
|
|
- versionName: 2.1.0
|
|
versionCode: 19
|
|
commit: '156'
|
|
target: android-8
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 2.1.0
|
|
CurrentVersionCode: 19
|