fdroiddata/metadata/com.kvance.Nectroid.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

40 lines
1,013 B
YAML

Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/cknave/nectroid
IssueTracker: https://github.com/cknave/nectroid/issues
AutoName: Nectroid
Summary: Demoscene radio
Description: |-
Nectroid provides a way to access [http://www.scenemusic.eu/demovibes Nectarine
Demoscene Radio]. Demoscene is music designed to be played along with computer
graphics. Features:
* Background music streaming
* Current song, OneLiner, History and Queue views
* AudioScrobbler support e.g. [[com.adam.aslfms]]
* Support for other Demovibes-powered sites like CVGM
* Software MP3 player for devices with old/broken versions of Android
RepoType: git
Repo: https://github.com/cknave/nectroid
Builds:
- versionName: 1.2.3
versionCode: 10
commit: '61'
buildjni:
- jni
- versionName: 1.2.4
versionCode: 11
commit: '65'
buildjni:
- jni
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.2.4
CurrentVersionCode: 11