From 9555bed973a21b63639c6b39d6e3984660676279 Mon Sep 17 00:00:00 2001 From: Ian Walton Date: Fri, 1 May 2020 01:23:18 -0400 Subject: [PATCH] Up version to 1.5.9. --- Jellyfin MPV Desktop.iss | 2 +- jellyfin_mpv_shim/constants.py | 2 +- ...hub.iwalton3.jellyfin-mpv-shim.appdata.xml | 54 ++++++++++++++----- setup.py | 2 +- 4 files changed, 43 insertions(+), 17 deletions(-) diff --git a/Jellyfin MPV Desktop.iss b/Jellyfin MPV Desktop.iss index 2e3a71535c..b907abc7b5 100644 --- a/Jellyfin MPV Desktop.iss +++ b/Jellyfin MPV Desktop.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Jellyfin MPV Desktop" -#define MyAppVersion "1.5.8" +#define MyAppVersion "1.5.9" #define MyAppPublisher "Ian Walton" #define MyAppURL "https://iwalton.com/" #define MyAppExeName "run-desktop.exe" diff --git a/jellyfin_mpv_shim/constants.py b/jellyfin_mpv_shim/constants.py index bffdb701cf..df67eb0337 100644 --- a/jellyfin_mpv_shim/constants.py +++ b/jellyfin_mpv_shim/constants.py @@ -1,4 +1,4 @@ APP_NAME = 'jellyfin-mpv-shim' USER_APP_NAME = 'Jellyfin MPV Shim' -CLIENT_VERSION = "1.5.8" +CLIENT_VERSION = "1.5.9" USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION diff --git a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml index 7e5ab4e0bf..eb48d66955 100644 --- a/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml +++ b/jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.appdata.xml @@ -6,6 +6,7 @@ GPL-3.0 Jellyfin MPV Shim MPV Client for Jellyfin Media Server + Ian Walton

@@ -16,22 +17,37 @@ to prevent needless transcoding of your media files on the server. The player also has advanced features, such as bulk subtitle updates and launching commands on events.

+

+ Please read the detailed instructions on GitHub for more details, including usage + instructions and configuration details. +

- - - The desktop client - https://user-images.githubusercontent.com/8078788/78717835-392d2c00-78ef-11ea-9731-7fd4a1d8ebbe.png - - - The application playing the MKV Test Suite - https://jellyfin.org/images/mpv-shim/blender.png - - - The built-in menu inside MPV - https://jellyfin.org/images/mpv-shim/menu.png - - + + Video + AudioVideo + TV + Player + ​ + + https://github.com/iwalton3/jellyfin-mpv-shim + https://github.com/iwalton3/jellyfin-mpv-shim/blob/master/README.md + https://github.com/iwalton3/jellyfin-mpv-shim/issues + + + + The desktop client + https://user-images.githubusercontent.com/8078788/78717835-392d2c00-78ef-11ea-9731-7fd4a1d8ebbe.png + + + The application playing the MKV Test Suite + https://jellyfin.org/images/mpv-shim/blender.png + + + The built-in menu inside MPV + https://jellyfin.org/images/mpv-shim/menu.png + + com.github.iwalton3.jellyfin-mpv-shim.desktop com.github.iwalton3.jellyfin-mpv-shim.desktop-player.desktop @@ -45,6 +61,16 @@ + + +

+ This version allows you to optionally use HEVC instead of H264 for transcoded videos. + This allows for better quality streaming or more concurrent users over a slow connection, + provided the server has the processing power or acceleration hardware to be able to handle it. + You must enable this feature to avoid overloading servers that cannot handle it. +

+
+

Changes:

diff --git a/setup.py b/setup.py index 809f51e235..888bfd1415 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='jellyfin-mpv-shim', - version='1.5.8.post1', + version='1.5.9', author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",