fdroiddata/metadata/com.pheelicks.visualizer.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

27 lines
783 B
YAML

Categories:
- Multimedia
License: MIT
SourceCode: https://github.com/felixpalmer/android-visualizer
IssueTracker: https://github.com/felixpalmer/android-visualizer/issues
AutoName: Visualizer
Summary: Display multimedia visualisations
Description: |-
Takes the input from the Android MediaPlayer and displays visualizations, like
in iTunes or WinAmp. The Visualizer is designed to be modular, so it is very
easy to combine visualizations to create more complex effects.
RepoType: git
Repo: https://github.com/felixpalmer/android-visualizer.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 57e96262c3d8d33a0b2ec26189ea1f06e690f1c3
target: android-10
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1