fix(subtitles): use live fallback for network media

This commit is contained in:
2026-08-22 23:43:32 -07:00
parent 7486ec79ac
commit 9b94c72adc
18 changed files with 453 additions and 23 deletions
@@ -0,0 +1,4 @@
type: fixed
area: subtitles
- Prevented embedded subtitle parsing from starving network playback: mounted SMB/NFS media now uses deduplicated mpv live text, while duplicate extraction requests for local media share one ffmpeg process.