6c177c1fc3
!5262 ```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 ```
24 lines
544 B
YAML
24 lines
544 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
WebSite: http://nachtlager.de
|
|
SourceCode: https://github.com/allo-/NachtlagerDownloader
|
|
IssueTracker: https://github.com/allo-/NachtlagerDownloader/issues
|
|
|
|
AutoName: Nachtlager Downloader
|
|
Summary: Download a particular podcast
|
|
Description: App for the Domian podcast.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/allo-/NachtlagerDownloader.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|