Upgrade to MPV version 20220515 9467772.
+Add flag for force_set_played due to double trakt play issue.
+Prevent multiple unwanted update checks.
+Fix to work with python-mpv 1.0 and MPV library v2.
+Add play_cmd and idle_ended_cmd. (#225)
+Allow disabling raise_mpv and also only do it once per play. (#218)
+Make transcode termination failure non-fatal. (#259)
+Upgrade to MPV version 20211212 0e76372.
diff --git a/setup.py b/setup.py index a21e668359..5135876f19 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jellyfin-mpv-shim", - version="2.0.2", + version="2.1.0", author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV.",