mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 21:39:23 -06:00
19 lines
470 B
YAML
19 lines
470 B
YAML
name: StashAppAndroidTV Companion
|
|
description: A companion plugin for StashAppAndroidTV
|
|
version: 0.0.1
|
|
url: https://github.com/damontecres/StashAppAndroidTV-Companion
|
|
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/stashAppAndroidTvCompanion.py"
|
|
interface: raw
|
|
tasks:
|
|
- name: logcat
|
|
description: Send android app's logcat logs
|
|
defaultArgs:
|
|
mode: logcat
|
|
- name: crash_report
|
|
description: Send android app's crash report
|
|
defaultArgs:
|
|
mode: crash_report
|