```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
```
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
- Internet
|
|
License: LGPL-3.0-only
|
|
WebSite: http://androidcpg.mine.bz
|
|
SourceCode: https://github.com/IsaNexusDev/androidcpg
|
|
IssueTracker: https://github.com/IsaNexusDev/androidcpg/issues
|
|
|
|
AutoName: AndroidCPG
|
|
Summary: Upload photos and videos to coppermine
|
|
Description: |-
|
|
Upload photos and videos to your coppermine gallery through the standard "Share"
|
|
menu.
|
|
|
|
See: [http://forum.coppermine-gallery.net/index.php/topic,77788 Coppermine]
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/IsaNexusDev/androidcpg
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 1dc066fc9e61
|
|
subdir: Android
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: c708b217d607
|
|
subdir: Android
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: 9119c50742b8
|
|
subdir: Android
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 5
|
|
commit: 87ddde36ee84
|
|
subdir: Android
|
|
|
|
- versionName: '1.5'
|
|
versionCode: 6
|
|
commit: d9b924652f
|
|
subdir: Android
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.5'
|
|
CurrentVersionCode: 6
|