From e1157682b7c8c3f360a80f38136dc21c234004e1 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Fri, 28 Apr 2017 00:59:54 +0300 Subject: [PATCH] Update mpv --sub-codepage syntax "This option changed in mpv 0.23.0. Support for the old syntax was fully removed in mpv 0.24.0." https://mpv.io/manual/master/#options-sub-codepage --- aeidon/enums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aeidon/enums.py b/aeidon/enums.py index 7d19ef00..872ad2c7 100644 --- a/aeidon/enums.py +++ b/aeidon/enums.py @@ -176,7 +176,7 @@ class PlayerMPV(aeidon.EnumerationItem): "--hr-seek=yes", "--start=$SECONDS", "--sub-file=$SUBFILE", - "--sub-codepage=utf-8:utf-8-broken", + "--sub-codepage=utf-8", "$VIDEOFILE",)) label = "mpv"