fdroiddata/metadata/org.gmote.client.android.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

40 lines
1.3 KiB
YAML

Categories:
- Multimedia
License: GPL-3.0-only
WebSite: http://gmote.org
SourceCode: https://code.google.com/p/gmote/source
Donate: http://gmote.org/index#donate
AutoName: Gmote
Summary: Remote control
Description: |-
Gmote turns Android into a remote control for a computer, allowing users to run
movies and music at a distance. It supports all of the standard remote control
features such as play, pause, rewind, volume controls etc. It also has a
built-in file browser that lets you select what to play. Some typical use-cases
are people launching and controlling movies while sitting back on their couch,
or listening to music.
It also has a touch pad feature which allows you to control your mouse from the
phone, similar to a laptop touchpad (also sending keystrokes typed in on the
phone to the computer). It's great for sitting back on the couch while watching
youtube or hulu.
Status: Version 2.0.7 elsewhere exists but there isn't any source
RepoType: git-svn
Repo: https://gmote.googlecode.com/svn;trunk=trunk;tags=tags
Builds:
- versionName: 2.0.2
versionCode: 5
commit: '129'
subdir: gmoteclient
prebuild: cp -r ../gmotecommon/* .
target: android-7
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 2.0.2
CurrentVersionCode: 5