[PR #2283] [MERGED] Change NSIS log verbosity and use lesser but faster compression. #8881

Closed
opened 2025-12-22 07:10:41 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2283
Author: @EraYaN
Created: 1/15/2020
Status: Merged
Merged: 1/16/2020
Merged by: @dkanada

Base: masterHead: nsis-create-speedup


📝 Commits (5)

  • 22f4082 Less output and lesser compression.
  • d3bd22d Enable Unicode
  • 9aa870c Enable /SOLID switch for compression
  • 1ad6f01 Switch to slightly more verbose logging.
  • ec8baaf Switch around SetCompressor arguments. Hide progress bars for powershell.

📊 Changes

2 files changed (+6 additions, -4 deletions)

View changed files

📝 deployment/windows/build-jellyfin.ps1 (+2 -0)
📝 deployment/windows/jellyfin.nsi (+4 -4)

📄 Description

LZMA -> BZIP2
7:45 min~ -> 3:00 min~
83MB -> 106MB
!verbosity 4 -> !verbosity 3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2283 **Author:** [@EraYaN](https://github.com/EraYaN) **Created:** 1/15/2020 **Status:** ✅ Merged **Merged:** 1/16/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `nsis-create-speedup` --- ### 📝 Commits (5) - [`22f4082`](https://github.com/jellyfin/jellyfin/commit/22f408201a1ba827c7dd92f1d10b6f75656f0b13) Less output and lesser compression. - [`d3bd22d`](https://github.com/jellyfin/jellyfin/commit/d3bd22d7a27949d1053c8be75d160adadf3c767b) Enable Unicode - [`9aa870c`](https://github.com/jellyfin/jellyfin/commit/9aa870cf246916abe985aba1da4a63daf4137b92) Enable /SOLID switch for compression - [`1ad6f01`](https://github.com/jellyfin/jellyfin/commit/1ad6f016172cb094b0ead5ff3517568d027708e7) Switch to slightly more verbose logging. - [`ec8baaf`](https://github.com/jellyfin/jellyfin/commit/ec8baaf48d28526e888d2301c5eaf207455c3dfd) Switch around SetCompressor arguments. Hide progress bars for powershell. ### 📊 Changes **2 files changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `deployment/windows/build-jellyfin.ps1` (+2 -0) 📝 `deployment/windows/jellyfin.nsi` (+4 -4) </details> ### 📄 Description LZMA -> BZIP2 7:45 min~ -> 3:00 min~ 83MB -> 106MB `!verbosity 4` -> `!verbosity 3` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:10:41 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8881
No description provided.