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 ```
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
WebSite: https://movian.tv
|
|
SourceCode: https://github.com/claha/movianremote
|
|
IssueTracker: https://github.com/claha/movianremote/issues
|
|
Changelog: https://github.com/claha/movianremote/blob/HEAD/CHANGELOG.md
|
|
|
|
AutoName: Movian Remote
|
|
Summary: Control a Showtime media center
|
|
Description: |-
|
|
Remote control for a [https://movian.tv/ Movian] media center instance.
|
|
|
|
Features:
|
|
|
|
* Buttons for most common actions, see below for a more detailed description
|
|
* Use the integrated searchbar to search in Movian
|
|
* Use profiles if you are running Movian on multiple devices
|
|
* Swipe to switch between profiles
|
|
* Swipe to switch between navigation and media remote
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/claha/movianremote
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 2
|
|
commit: 019295b72ba2e59f65673bb89135a7447500ec6a
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.1.0
|
|
CurrentVersionCode: 2
|