From 273f516d1e09db425a7ff47e559576491fa655aa Mon Sep 17 00:00:00 2001 From: Xameon42 <142261328+Xameon42@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:54:26 +0100 Subject: [PATCH] hopefully fix version naming --- Jellyfin MPV Shim.iss | 2 +- jellyfin_mpv_shim/constants.py | 2 +- .../com.github.iwalton3.jellyfin-mpv-shim.appdata.xml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jellyfin MPV Shim.iss b/Jellyfin MPV Shim.iss index 7f89b12980..c35428c24c 100644 --- a/Jellyfin MPV Shim.iss +++ b/Jellyfin MPV Shim.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Jellyfin MPV Shim" -#define MyAppVersion "2.7.0-custom" +#define MyAppVersion "2.7.dev0" #define MyAppPublisher "Ian Walton" #define MyAppURL "https://github.com/jellyfin/jellyfin-mpv-shim" #define MyAppExeName "run.exe" diff --git a/jellyfin_mpv_shim/constants.py b/jellyfin_mpv_shim/constants.py index 16434db587..2289c864fc 100644 --- a/jellyfin_mpv_shim/constants.py +++ b/jellyfin_mpv_shim/constants.py @@ -1,6 +1,6 @@ APP_NAME = "jellyfin-mpv-shim" USER_APP_NAME = "Jellyfin MPV Shim" -CLIENT_VERSION = "2.7.0-custom" +CLIENT_VERSION = "2.7.dev0" USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION CAPABILITIES = { "PlayableMediaTypes": "Video", 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 6eb09902db..701d3d1067 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 @@ -58,7 +58,7 @@ - +

Add highly experimental skip credits/outro support

Updated to master branch

diff --git a/setup.py b/setup.py index ada30e2d28..899fff73cb 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="jellyfin-mpv-shim", - version="2.7.0-custom", + version="2.7.dev0", author="Ian Walton", author_email="iwalton3@gmail.com", description="Cast media from Jellyfin Mobile and Web apps to MPV.",