edde746
837fdf4031
fix(playback): canonicalize base URL scheme case
...
FFmpeg's protocol lookup is case-sensitive, so a stored "Https://" base
URL reaches mpv verbatim through the direct-play string concat and fails
with "Protocol not found" (API calls survive because Dart's Uri
lowercases the scheme). Canonicalize at Jellyfin URL intake and in the
connection constructor so persisted configs self-heal on load, and
register mpv-escaped (https\://) redaction variants so option-value
logs stop leaking the server host.
close #1465
2026-07-04 19:43:32 +02:00
..
2026-06-27 10:05:03 +02:00
2026-06-27 10:36:21 +02:00
2026-06-09 06:10:22 +02:00
2026-04-25 13:44:15 +02:00
2026-06-23 00:21:01 +02:00
2026-06-14 13:40:16 +02:00
2026-06-01 11:06:03 +02:00
2026-06-12 14:16:24 +02:00
2026-06-01 11:06:03 +02:00
2026-07-03 10:20:13 +02:00
2026-06-11 08:35:19 +02:00
2026-05-01 01:20:36 +02:00
2026-05-15 19:46:04 +02:00
2026-04-26 20:46:25 +02:00
2026-07-04 17:31:52 +02:00
2026-06-01 11:06:03 +02:00
2026-05-28 03:43:46 +02:00
2026-06-12 15:33:58 +02:00
2026-07-04 19:43:32 +02:00
2026-05-31 14:33:31 +02:00
2026-05-01 01:20:36 +02:00
2026-06-13 13:23:22 +02:00
2026-07-04 18:33:58 +02:00
2026-05-25 23:39:55 +02:00
2026-05-19 20:12:19 +02:00
2026-06-04 13:47:06 +02:00
2026-06-26 00:26:26 +02:00
2026-05-31 03:03:52 +02:00
2026-07-04 18:33:58 +02:00
2026-06-06 10:48:51 +02:00
2026-05-29 19:55:01 +02:00
2026-06-15 14:59:06 +02:00
2026-06-12 01:46:43 +02:00
2026-06-01 11:06:03 +02:00
2026-07-02 11:41:25 +02:00
2026-05-01 01:20:36 +02:00
2026-07-03 10:19:55 +02:00
2026-06-20 03:32:02 +02:00
2026-05-29 21:16:01 +02:00
2026-07-03 10:19:55 +02:00
2026-06-01 11:06:03 +02:00
2026-06-01 11:06:03 +02:00
2026-05-16 22:54:53 +02:00
2026-06-12 07:59:35 +02:00
2026-06-18 09:05:09 +02:00
2026-06-01 11:06:03 +02:00
2026-06-12 14:33:38 +02:00
2026-06-25 10:50:38 +02:00
2026-05-31 02:21:15 +02:00
2026-06-01 11:06:03 +02:00
2026-05-16 22:54:53 +02:00
2026-06-20 03:32:02 +02:00
2026-06-01 11:06:03 +02:00
2026-05-01 01:20:36 +02:00
2026-05-01 01:20:36 +02:00
2026-06-30 18:58:08 +02:00
2026-05-30 07:16:01 +02:00
2026-07-02 11:41:25 +02:00
2026-06-25 23:41:31 +02:00
2026-06-29 07:10:25 +02:00
2026-06-29 07:10:25 +02:00
2026-06-27 10:05:03 +02:00
2026-05-12 22:46:38 +02:00
2026-06-11 12:29:34 +02:00
2026-06-10 05:18:02 +02:00