Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle-Tio committed Mar 3, 2024
1 parent 57f9fd2 commit 4be5669
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Script Setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Jellyfin"
#define MyAppVersion "1.9.1 - Inno v1.2"
#define MyAppVersion "1.9.1 - Inno v1.3"
#define MyAppPublisher "Jellyfin"
#define MyAppURL "https://github.com/jellyfin/jellyfin-media-player"
#define MyAppExeName "JellyfinMediaPlayer.exe"
Expand All @@ -19,7 +19,7 @@ CreateAppDir=no
InfoBeforeFile="C:\ProjectFolder\Welcome Text [eng].txt"
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputBaseFilename=JellyfinMediaPlayer-1.9.1-Inno-English
OutputBaseFilename="Jellyfin Media Player 1.9.1 - Inno 1.3.0"
SetupIconFile="C:\ProjectFolder\icon-transparent.ico"
Compression=none
WizardStyle=modern
Expand All @@ -29,7 +29,7 @@ ShowLanguageDialog=auto
ArchitecturesInstallIn64BitMode=x64
RestartIfNeededByRun=False
AllowCancelDuringInstall=False
VersionInfoVersion=1.2.5.0
VersionInfoVersion=1.3.0.0

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
6 changes: 3 additions & 3 deletions Welcome Text [eng].txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Welcome to the Jellyfin install modifier.

What this setup does:
What changes have been made:

- Update settings file.
- Update embbed Web Client (10.8.13).
- Enable backdrop/background images by default.
- Enable Intro Skipper and Scrub plugins.
- Set audio to automatic.
- Allow and prefer HEVC.
- Disable external client.
- Set cache to very large.

More details: https://github.com/Uncle-Tio/jellyfin-media-player-setup-script

Expand Down
2 changes: 1 addition & 1 deletion jellyfinmediaplayer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"audio_delay.25hz": 0,
"audio_delay.50hz": 0,
"audio_delay.normal": 0,
"cache": 75,
"cache": 500,
"debug.force_vo": "",
"deinterlace": false,
"force_transcode_4k": false,
Expand Down
2 changes: 1 addition & 1 deletion main.jellyfin.bundle.js

Large diffs are not rendered by default.

0 comments on commit 4be5669

Please sign in to comment.