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 ```
33 lines
885 B
YAML
33 lines
885 B
YAML
AntiFeatures:
|
|
- NonFreeNet
|
|
Categories:
|
|
- Multimedia
|
|
License: MIT
|
|
SourceCode: https://github.com/nus-mtp/worldscope
|
|
IssueTracker: https://github.com/nus-mtp/worldscope/issues
|
|
Changelog: https://github.com/nus-mtp/worldscope/releases
|
|
|
|
AutoName: WorldScope
|
|
Summary: Meadia streaming client
|
|
Description: |-
|
|
Mobile client to the streaming server of the same name (available from the same
|
|
source repository). It allows a user to stream video and audio live from a
|
|
mobile phone to their subcribers (listening and watching on their mobile
|
|
phones).
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/nus-mtp/worldscope
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: e19390a536ed3cf183703a85284eca711b74d50e
|
|
subdir: client/android/WorldScope/app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|