fix(player): load subtitle sidecars with media

close #1583
This commit is contained in:
edde746
2026-07-17 23:09:07 +02:00
parent 70cd7e8c67
commit a1b6a89714
77 changed files with 2879 additions and 699 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ tags:
file: ../subflows/switch_codec_tracks_deep.yaml
env:
AUDIO_TRACK: "(?is)^English.*(?:Dolby Digital Plus|E-AC3|Surround|5\\.1).*"
SUBTITLE_TRACK: "(?is)^English.*APPLICATION/X-SUBRIP.*"
SUBTITLE_TRACK: "(?is)^English.*(?:SRT|APPLICATION/X-SUBRIP).*"
SHEET_MARKER: "(?is)^Japanese.*(?:Dolby Digital Plus|E-AC3|Surround|5\\.1).*"
- repeat:
times: 2
+5 -3
View File
@@ -22,7 +22,6 @@ appId: com.edde746.plezy
timeout: 10000
- tapOn: "(?s)Server URLs.*"
- inputText: ${JELLYFIN_URL}
- hideKeyboard
- tapOn: "Find server"
- extendedWaitUntil:
visible: "Maestro Jellyfin"
@@ -31,8 +30,11 @@ appId: com.edde746.plezy
- inputText: "maestro"
- tapOn: "Password"
- inputText: "maestro"
- hideKeyboard
- tapOn: "Sign in"
- hideKeyboard:
optional: true
- tapOn:
text: "Sign in"
optional: true
- extendedWaitUntil:
visible: "Discover"
timeout: 30000
-1
View File
@@ -7,7 +7,6 @@ appId: com.edde746.plezy
timeout: 10000
- tapOn: "Search movies, shows, music..."
- inputText: "${SAMPLE_TITLE}"
- hideKeyboard
- extendedWaitUntil:
visible: "(?s).*${SAMPLE_TITLE}$"
timeout: 15000
+1 -1
View File
@@ -13,7 +13,7 @@ appId: com.edde746.plezy
SHEET_MARKER: "${AUDIO_TRACK}"
- assertVisible: "${SUBTITLE_TRACK}"
- tapOn:
point: "70%,66%"
text: "${SUBTITLE_TRACK}"
- runFlow:
file: show_codec_track_sheet.yaml
env:
@@ -21,12 +21,8 @@ appId: com.edde746.plezy
end: 70%, 68%
duration: 300
- assertVisible: "${SUBTITLE_TRACK}"
- swipe:
start: 70%, 78%
end: 70%, 68%
duration: 300
- tapOn:
point: "70%,86%"
text: "${SUBTITLE_TRACK}"
- runFlow:
file: show_codec_track_sheet.yaml
env: