Fix thread hang when quitting application. (#317)
+Fix direct paths in external mpv. (#316)
+Ignore chapters which do not have images for trickplay.
+Fix script support and map config folder to MPV (including scripts/fonts). (#320) (#321)
+Add thumbfast compatibility layer to support alternate OSCs. (#321)
+Add preview images on seek bar. (Works with chapter images by default, also supports JellyScrub.)
diff --git a/setup.py b/setup.py index bd487cab50..fdc1280fb7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="jellyfin-mpv-shim", - version="2.4.2", + version="2.5.0", author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV.",