chore(deps): bump Jellyfin.Controller and Jellyfin.Model #135

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/multi-12c178edf3 into master
dependabot[bot] commented 2024-11-04 06:59:49 +00:00 (Migrated from github.com)

Bumps Jellyfin.Controller and Jellyfin.Model. These dependencies needed to be updated together.
Updates Jellyfin.Controller from 10.9.10 to 10.10.1

Release notes

Sourced from Jellyfin.Controller's releases.

10.10.1

🚀 Jellyfin Server 10.10.1

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

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 (5)

📈 General Changes

10.10.0

🚀 Jellyfin Server 10.10.0

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

This major release brings many new features, improvements, and 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 (189)

🔒 Security

🌟 Highlights

🏗️ Enhancements

... (truncated)

Commits
  • f6f4cdf Bump version to 10.10.1
  • 3a9b48a Merge pull request #12940 from gnattu/remove-local-temp-file
  • 5769d5c Catch all exceptions for file removal
  • 03271c4 Throw the exception as is
  • bb30d26 Use ExceptionDispatchInfo
  • e9ee0ef Remove temp file even when saving failed
  • 3aefbf8 Don't do double remove in BaseDynamicImageProvider
  • 469bf9d Move the remove source implementation into ProviderManager
  • a165883 Merge pull request #12931 from gnattu/set-audio-codec-when-transcoding
  • 74d2c2a Remove DynamicImageResponse local image after saved to metadata folder
  • Additional commits viewable in compare view

Updates Jellyfin.Model from 10.9.10 to 10.10.1

Release notes

Sourced from Jellyfin.Model's releases.

10.10.1

🚀 Jellyfin Server 10.10.1

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

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 (5)

📈 General Changes

10.10.0

🚀 Jellyfin Server 10.10.0

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

This major release brings many new features, improvements, and 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 (189)

🔒 Security

🌟 Highlights

🏗️ Enhancements

... (truncated)

Commits
  • f6f4cdf Bump version to 10.10.1
  • 3a9b48a Merge pull request #12940 from gnattu/remove-local-temp-file
  • 5769d5c Catch all exceptions for file removal
  • 03271c4 Throw the exception as is
  • bb30d26 Use ExceptionDispatchInfo
  • e9ee0ef Remove temp file even when saving failed
  • 3aefbf8 Don't do double remove in BaseDynamicImageProvider
  • 469bf9d Move the remove source implementation into ProviderManager
  • a165883 Merge pull request #12931 from gnattu/set-audio-codec-when-transcoding
  • 74d2c2a Remove DynamicImageResponse local image after saved to metadata folder
  • Additional commits viewable in compare view

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.Controller](https://github.com/jellyfin/jellyfin) and [Jellyfin.Model](https://github.com/jellyfin/jellyfin). These dependencies needed to be updated together. Updates `Jellyfin.Controller` from 10.9.10 to 10.10.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jellyfin/jellyfin/releases">Jellyfin.Controller's releases</a>.</em></p> <blockquote> <h2>10.10.1</h2> <h1>:rocket: Jellyfin Server 10.10.1</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.1!</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-10-1">on our forums</a>.</p> <h2>Changelog (5)</h2> <h3>📈 General Changes</h3> <ul> <li>Set AudioCodec when building stream [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12931">#12931</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Remove DynamicImageResponse local image after saved to metadata folder [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12940">#12940</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fixed possible NullReferenceException in SessionManager [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12915">#12915</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Don't try to prune images for virtual episodes. [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12909">#12909</a>], by <a href="https://github.com/revam"><code>@​revam</code></a></li> <li>Fix TMDB import failing when no IMDB ID is set for a movie [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12891">#12891</a>], by <a href="https://github.com/benedikt257"><code>@​benedikt257</code></a></li> </ul> <h2>10.10.0</h2> <h1>:rocket: Jellyfin Server 10.10.0</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.0!</p> <p>This major release brings many new features, improvements, and 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-10-0">on our forums</a>.</p> <h2>Changelog (189)</h2> <h3>🔒 Security</h3> <ul> <li>Fix OpenAPI workflow [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11733">#11733</a>], by <a href="https://github.com/nielsvanvelzen"><code>@​nielsvanvelzen</code></a></li> </ul> <h3>🌟 Highlights</h3> <ul> <li>Feature/media segments plugin api [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12359">#12359</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Add media segments API [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12345">#12345</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Enable Dolby AC-4 decoder [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11486">#11486</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Use real temp dir instead of cache dir for temp files [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12226">#12226</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Add software tonemap filter support [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12270">#12270</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> </ul> <h3>🏗️ Enhancements</h3> <ul> <li>Enable Rockchip MJPEG encoder for Trickplay [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12610">#12610</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12605">#12605</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Enable the new BWDIF CUDA deint filter when available [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12590">#12590</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Add native VPP tonemap for QSV on Windows [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12592">#12592</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Add subtitle parser errors to log if available [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12479">#12479</a>], by <a href="https://github.com/pret0rian"><code>@​pret0rian</code></a></li> <li>Tune x264/5 encoding params for realtime playback [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12540">#12540</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Prevent server from starting if the ffmpeg path is invalid [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12463">#12463</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix the broken video orientation (+-90/180) [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11250">#11250</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/f6f4cdf9e788ac522ca6d43eac4570c1fa607da4"><code>f6f4cdf</code></a> Bump version to 10.10.1</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3a9b48a2aa535d38ad9e8937345b4e610b426606"><code>3a9b48a</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12940">#12940</a> from gnattu/remove-local-temp-file</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/5769d5ca911d0b6fce7e765bfcc7c2f30602ba3f"><code>5769d5c</code></a> Catch all exceptions for file removal</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/03271c43a7f7f6c1ed9dca4703bd8596fd3e441e"><code>03271c4</code></a> Throw the exception as is</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/bb30d26ffb05301dd3ac3255fab64431c3394463"><code>bb30d26</code></a> Use ExceptionDispatchInfo</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e9ee0ef1f5848170f3de2dbde78c3b7d1f811eaa"><code>e9ee0ef</code></a> Remove temp file even when saving failed</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3aefbf8cf6062e7f82f58cc6110e22e42be556b5"><code>3aefbf8</code></a> Don't do double remove in BaseDynamicImageProvider</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/469bf9d514e1b1a0e8285d2853ff053fc2a20490"><code>469bf9d</code></a> Move the remove source implementation into ProviderManager</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/a1658839998374eb61663c4681c34f192e00c80c"><code>a165883</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12931">#12931</a> from gnattu/set-audio-codec-when-transcoding</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/74d2c2addfd61a514c7ef04d9c08efd1f1bdb660"><code>74d2c2a</code></a> Remove DynamicImageResponse local image after saved to metadata folder</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.9.10...v10.10.1">compare view</a></li> </ul> </details> <br /> Updates `Jellyfin.Model` from 10.9.10 to 10.10.1 <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.10.1</h2> <h1>:rocket: Jellyfin Server 10.10.1</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.1!</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-10-1">on our forums</a>.</p> <h2>Changelog (5)</h2> <h3>📈 General Changes</h3> <ul> <li>Set AudioCodec when building stream [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12931">#12931</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Remove DynamicImageResponse local image after saved to metadata folder [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12940">#12940</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fixed possible NullReferenceException in SessionManager [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12915">#12915</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Don't try to prune images for virtual episodes. [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12909">#12909</a>], by <a href="https://github.com/revam"><code>@​revam</code></a></li> <li>Fix TMDB import failing when no IMDB ID is set for a movie [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12891">#12891</a>], by <a href="https://github.com/benedikt257"><code>@​benedikt257</code></a></li> </ul> <h2>10.10.0</h2> <h1>:rocket: Jellyfin Server 10.10.0</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.0!</p> <p>This major release brings many new features, improvements, and 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-10-0">on our forums</a>.</p> <h2>Changelog (189)</h2> <h3>🔒 Security</h3> <ul> <li>Fix OpenAPI workflow [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11733">#11733</a>], by <a href="https://github.com/nielsvanvelzen"><code>@​nielsvanvelzen</code></a></li> </ul> <h3>🌟 Highlights</h3> <ul> <li>Feature/media segments plugin api [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12359">#12359</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Add media segments API [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12345">#12345</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Enable Dolby AC-4 decoder [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11486">#11486</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Use real temp dir instead of cache dir for temp files [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12226">#12226</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Add software tonemap filter support [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12270">#12270</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> </ul> <h3>🏗️ Enhancements</h3> <ul> <li>Enable Rockchip MJPEG encoder for Trickplay [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12610">#12610</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Add SUPPLEMENTAL-CODECS for Dolby Vision video with fallbacks [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12605">#12605</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Enable the new BWDIF CUDA deint filter when available [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12590">#12590</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Add native VPP tonemap for QSV on Windows [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12592">#12592</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Add subtitle parser errors to log if available [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12479">#12479</a>], by <a href="https://github.com/pret0rian"><code>@​pret0rian</code></a></li> <li>Tune x264/5 encoding params for realtime playback [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12540">#12540</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Prevent server from starting if the ffmpeg path is invalid [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12463">#12463</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix the broken video orientation (+-90/180) [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/11250">#11250</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/f6f4cdf9e788ac522ca6d43eac4570c1fa607da4"><code>f6f4cdf</code></a> Bump version to 10.10.1</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3a9b48a2aa535d38ad9e8937345b4e610b426606"><code>3a9b48a</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12940">#12940</a> from gnattu/remove-local-temp-file</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/5769d5ca911d0b6fce7e765bfcc7c2f30602ba3f"><code>5769d5c</code></a> Catch all exceptions for file removal</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/03271c43a7f7f6c1ed9dca4703bd8596fd3e441e"><code>03271c4</code></a> Throw the exception as is</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/bb30d26ffb05301dd3ac3255fab64431c3394463"><code>bb30d26</code></a> Use ExceptionDispatchInfo</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e9ee0ef1f5848170f3de2dbde78c3b7d1f811eaa"><code>e9ee0ef</code></a> Remove temp file even when saving failed</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3aefbf8cf6062e7f82f58cc6110e22e42be556b5"><code>3aefbf8</code></a> Don't do double remove in BaseDynamicImageProvider</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/469bf9d514e1b1a0e8285d2853ff053fc2a20490"><code>469bf9d</code></a> Move the remove source implementation into ProviderManager</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/a1658839998374eb61663c4681c34f192e00c80c"><code>a165883</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12931">#12931</a> from gnattu/set-audio-codec-when-transcoding</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/74d2c2addfd61a514c7ef04d9c08efd1f1bdb660"><code>74d2c2a</code></a> Remove DynamicImageResponse local image after saved to metadata folder</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.9.10...v10.10.1">compare view</a></li> </ul> </details> <br /> 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-11-04 06:59:50 +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-11-18 06:56:07 +00:00 (Migrated from github.com)

Superseded by #137.

Superseded by #137.

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#135
No description provided.