mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 07:05:12 +00:00
Add Outfield application (OBS remote)
This commit is contained in:
parent
ca1db75ae5
commit
04bcbcbeb1
1 changed files with 33 additions and 0 deletions
33
metadata/com.matt.outfield.yml
Normal file
33
metadata/com.matt.outfield.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://gitlab.com/Hague/outfield
|
||||||
|
SourceCode: https://gitlab.com/Hague/outfield
|
||||||
|
IssueTracker: https://gitlab.com/Hague/outfield/-/issues
|
||||||
|
|
||||||
|
AutoName: Outfield
|
||||||
|
Summary: Remote control for Open Broadcaster Software (OBS).
|
||||||
|
Description: |-
|
||||||
|
Remote control for Open Broadcaster Software (OBS).
|
||||||
|
|
||||||
|
Requires the
|
||||||
|
[https://obsproject.com/forum/resources/obs-websocket-remote-control-obs-studio-from-websockets.466
|
||||||
|
OBS Websocket Plugin] to be installed on OBS.
|
||||||
|
|
||||||
|
Currently supports current scene viewing, start/stop recording/streaming, and scene switching. Feature requests considered.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/Hague/outfield
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2'
|
||||||
|
versionCode: 2
|
||||||
|
commit: fefb1fb227
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: app/build/outputs/apk/release/com.matt.outfield-*-release-unsigned.apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '2'
|
||||||
|
CurrentVersionCode: 2
|
||||||
Loading…
Reference in a new issue