chore(deps): bump Jellyfin.Model from 10.9.2 to 10.9.3 #109

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/Jellyfin.Model-10.9.3 into master
dependabot[bot] commented 2024-05-27 06:37:27 +00:00 (Migrated from github.com)

Bumps Jellyfin.Model from 10.9.2 to 10.9.3.

Release notes

Sourced from Jellyfin.Model's releases.

10.9.3

🚀 Jellyfin Server 10.9.3

We are pleased to announce the latest stable release of Jellyfin, version 10.9.3!

This minor release brings several bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (19)

📈 General Changes

Commits
  • 730b01f Bump version to 10.9.3
  • 45e8872 Extract media attachment one by one if the filename appears to be a path (#11...
  • bcf884c Update GitHub workflows from Master
  • 2eece01 Filter invalid IPs on external interface matching (#11766)
  • ef98589 Use SharedStream for LiveTV more restrictively (#11805)
  • 5e75142 Fix the IOSurf error in QSV transcoding (#11830)
  • 4a344be Trickplay: kill ffmpeg when task is cancelled (#11790)
  • b2d54b8 Improve reliability of HasChanged check (#11792)
  • e7b1162 Force more compatible transcoding profile for LiveTV (#11801)
  • d89e5a0 Exclude virtual items from DateLastMediaAdded calculation (#11804)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [Jellyfin.Model](https://github.com/jellyfin/jellyfin) from 10.9.2 to 10.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jellyfin/jellyfin/releases">Jellyfin.Model's releases</a>.</em></p> <blockquote> <h2>10.9.3</h2> <h1>:rocket: Jellyfin Server 10.9.3</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.9.3!</p> <p>This minor release brings several bugfixes to improve your Jellyfin experience.</p> <p>As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!</p> <p>You can find more details about and discuss this release <a href="https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-9-3">on our forums</a>.</p> <h2>Changelog (19)</h2> <h3>📈 General Changes</h3> <ul> <li>Extract media attachment one by one if the filename appears to be a path [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11812">#11812</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Filter invalid IPs on external interface matching [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11766">#11766</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Use SharedStream for LiveTV more restrictively [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11805">#11805</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix the IOSurf error in QSV transcoding [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11830">#11830</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Improve reliability of HasChanged check [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11792">#11792</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Trickplay: kill ffmpeg when task is cancelled [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11790">#11790</a>], by <a href="https://github.com/NotSaifA"><code>@​NotSaifA</code></a></li> <li>Force more compatible transcoding profile for LiveTV [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11801">#11801</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Exclude virtual items from DateLastMediaAdded calculation [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11804">#11804</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Add Canceled to ended state [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11808">#11808</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Recalculate trickplay image height for anamorphic videos [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11798">#11798</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix BD/DVD folder chapter image extraction [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11754">#11754</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Mark SearchHint.MatchedTerm as nullable [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11802">#11802</a>], by <a href="https://github.com/crobibero"><code>@​crobibero</code></a></li> <li>Disable VA-VK interop on not supported kernel versions [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11799">#11799</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Retain order blu-ray segments [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11781">#11781</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Override too small trickplay image interval [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11788">#11788</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Apply audio boost when downmixing regardless of downmixalgo [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11774">#11774</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Fix VideoToolbox H264 constrained profile option [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11713">#11713</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Do not run trickplay on scan if disabled [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11739">#11739</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Don't require user when getting current session [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11738">#11738</a>], by <a href="https://github.com/crobibero"><code>@​crobibero</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/730b01fb1413219ad3587530739b3e496fe735e2"><code>730b01f</code></a> Bump version to 10.9.3</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/45e8872cc086fe2b086e209a08839b3ff689ecf3"><code>45e8872</code></a> Extract media attachment one by one if the filename appears to be a path (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11">#11</a>...</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/bcf884ccfa0d5c065f52d06d4dcfcc763254e113"><code>bcf884c</code></a> Update GitHub workflows from Master</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/2eece01acc32dcd14ea83e224d2bccd8060010e2"><code>2eece01</code></a> Filter invalid IPs on external interface matching (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11766">#11766</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/ef985896e2f80f66321fc9dce91cbbe156f0a843"><code>ef98589</code></a> Use SharedStream for LiveTV more restrictively (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11805">#11805</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/5e7514243c71f68afe5e4403c0ee702f63b94b60"><code>5e75142</code></a> Fix the IOSurf error in QSV transcoding (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11830">#11830</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/4a344bebc08303edf888000bf52e64b1a4e8036f"><code>4a344be</code></a> Trickplay: kill ffmpeg when task is cancelled (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11790">#11790</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/b2d54b82fac0954a201c092ea4d5efd7219fbbf2"><code>b2d54b8</code></a> Improve reliability of HasChanged check (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11792">#11792</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e7b1162cb30601297f987a6409a7d76b40aa74a6"><code>e7b1162</code></a> Force more compatible transcoding profile for LiveTV (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11801">#11801</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/d89e5a0074d6258d3b968b4f94189a90d78eef9b"><code>d89e5a0</code></a> Exclude virtual items from DateLastMediaAdded calculation (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/11804">#11804</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.9.2...v10.9.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Jellyfin.Model&package-manager=nuget&previous-version=10.9.2&new-version=10.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2024-05-27 06:37:28 +00:00 (Migrated from github.com)

The following labels could not be found: dependency.

The following labels could not be found: `dependency`.
dependabot[bot] commented 2024-06-03 06:34:17 +00:00 (Migrated from github.com)

Superseded by #111.

Superseded by #111.

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label chore nuget
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Sirherobrine23/Jellyfin_Xtream#109
No description provided.