18 lines
615 B
YAML
18 lines
615 B
YAML
appId: com.edde746.plezy
|
|
---
|
|
# Reach a signed-in Home without repeating onboarding. A plain launch preserves
|
|
# stored state (~16s versus ~59s for retyping credentials); fall back to full
|
|
# onboarding when no session exists so each flow remains runnable alone.
|
|
- launchApp
|
|
# Wait for the splash to resolve before deciding whether onboarding is needed.
|
|
- extendedWaitUntil:
|
|
visible: "(?s)^(?:Discover|Sign in with Plex|Connect to Jellyfin|Wait).*"
|
|
timeout: 30000
|
|
- runFlow:
|
|
when:
|
|
notVisible: "Discover"
|
|
file: onboard_jellyfin.yaml
|
|
- extendedWaitUntil:
|
|
visible: "Discover"
|
|
timeout: 30000
|