Skip to content

Commit

Permalink
Up version to 1.5.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed May 1, 2020
1 parent 4d20398 commit 9555bed
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Jellyfin MPV Desktop.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion jellyfin_mpv_shim/constants.py
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<project_license>GPL-3.0</project_license>
<name>Jellyfin MPV Shim</name>
<summary>MPV Client for Jellyfin Media Server</summary>
<developer_name>Ian Walton</developer_name>

<description>
<p>
Expand All @@ -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.
</p>
<p>
Please read the detailed instructions on GitHub for more details, including usage
instructions and configuration details.
</p>
</description>

<screenshots>
<screenshot type="default">
<caption>The desktop client</caption>
<image type="source" width="802" height="602">https://user-images.githubusercontent.com/8078788/78717835-392d2c00-78ef-11ea-9731-7fd4a1d8ebbe.png</image>
</screenshot>
<screenshot>
<caption>The application playing the MKV Test Suite</caption>
<image type="source" width="1024" height="576">https://jellyfin.org/images/mpv-shim/blender.png</image>
</screenshot>
<screenshot>
<caption>The built-in menu inside MPV</caption>
<image type="source" width="1024" height="576">https://jellyfin.org/images/mpv-shim/menu.png</image>
</screenshot>
</screenshots>
<categories>
<category>Video</category>
<category>AudioVideo</category>
<category>TV</category>
<category>Player</category>
​</categories>

<url type="homepage">https://github.com/iwalton3/jellyfin-mpv-shim</url>
<url type="help">https://github.com/iwalton3/jellyfin-mpv-shim/blob/master/README.md</url>
<url type="bugtracker">https://github.com/iwalton3/jellyfin-mpv-shim/issues</url>

<screenshots>
<screenshot type="default">
<caption>The desktop client</caption>
<image type="source" width="802" height="602">https://user-images.githubusercontent.com/8078788/78717835-392d2c00-78ef-11ea-9731-7fd4a1d8ebbe.png</image>
</screenshot>
<screenshot>
<caption>The application playing the MKV Test Suite</caption>
<image type="source" width="1024" height="576">https://jellyfin.org/images/mpv-shim/blender.png</image>
</screenshot>
<screenshot>
<caption>The built-in menu inside MPV</caption>
<image type="source" width="1024" height="576">https://jellyfin.org/images/mpv-shim/menu.png</image>
</screenshot>
</screenshots>

<launchable type="desktop-id">com.github.iwalton3.jellyfin-mpv-shim.desktop</launchable>
<launchable type="desktop-id">com.github.iwalton3.jellyfin-mpv-shim.desktop-player.desktop</launchable>
Expand All @@ -45,6 +61,16 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.5.9" date="2020-05-01">
<description>
<p>
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.
</p>
</description>
</release>
<release version="1.5.8" date="2020-04-16">
<description>
<p>Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='jellyfin-mpv-shim',
version='1.5.8.post1',
version='1.5.9',
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",
Expand Down

0 comments on commit 9555bed

Please sign in to comment.