43 lines
979 B
YAML
43 lines
979 B
YAML
appId: com.edde746.plezy
|
|
---
|
|
- retry:
|
|
maxRetries: 1
|
|
commands:
|
|
- launchApp:
|
|
clearState: true
|
|
permissions:
|
|
all: allow
|
|
- extendedWaitUntil:
|
|
visible: "(?s)^(?:Connect to Jellyfin|Wait).*"
|
|
timeout: 30000
|
|
- tapOn:
|
|
text: "Wait"
|
|
optional: true
|
|
- extendedWaitUntil:
|
|
visible: "Connect to Jellyfin"
|
|
timeout: 30000
|
|
- tapOn: "Connect to Jellyfin"
|
|
- extendedWaitUntil:
|
|
visible: "Add Jellyfin server"
|
|
timeout: 10000
|
|
- tapOn: "(?s)Server URLs.*"
|
|
- inputText: ${JELLYFIN_URL}
|
|
- tapOn: "Find server"
|
|
- extendedWaitUntil:
|
|
visible: "Maestro Jellyfin"
|
|
timeout: 15000
|
|
- tapOn: "Username"
|
|
- inputText: "maestro"
|
|
- tapOn: "Password"
|
|
- inputText: "maestro"
|
|
- pressKey: ENTER
|
|
- retry:
|
|
maxRetries: 1
|
|
commands:
|
|
- tapOn:
|
|
text: "Sign in"
|
|
optional: true
|
|
- extendedWaitUntil:
|
|
visible: "Discover"
|
|
timeout: 30000
|