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

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/multi-f4cd0b5f9d into master
dependabot[bot] commented 2024-09-09 06:55:14 +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.9.11

Release notes

Sourced from Jellyfin.Controller's releases.

10.9.11

🚀 Jellyfin Server 10.9.11

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

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

📈 General Changes

Commits
  • 7bbdfc0 Bump version to 10.9.11
  • 3c3ebe8 Merge pull request #12575 from dmitrylyzo/fix-subtitleextract
  • 8c4d234 Fix attachment extraction when input path contains quotes
  • 9e4befa Fix subtitle extraction when input path contains quotes
  • b3efae7 Merge pull request #12562 from nyanmisaka/fix-profiles
  • 70f4f2e Merge pull request #12558 from Bond-009/altsourcename
  • cd2f2ca Merge pull request #12550 from Bond-009/formattingstreamwriter
  • 8095d39 Use filtered codecs to build appliedConditions
  • e1ac30b Fix alt version name generation
  • 3b94cfa Create and use FormattingStreamWriter
  • Additional commits viewable in compare view

Updates Jellyfin.Model from 10.9.10 to 10.9.11

Release notes

Sourced from Jellyfin.Model's releases.

10.9.11

🚀 Jellyfin Server 10.9.11

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

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

📈 General Changes

Commits
  • 7bbdfc0 Bump version to 10.9.11
  • 3c3ebe8 Merge pull request #12575 from dmitrylyzo/fix-subtitleextract
  • 8c4d234 Fix attachment extraction when input path contains quotes
  • 9e4befa Fix subtitle extraction when input path contains quotes
  • b3efae7 Merge pull request #12562 from nyanmisaka/fix-profiles
  • 70f4f2e Merge pull request #12558 from Bond-009/altsourcename
  • cd2f2ca Merge pull request #12550 from Bond-009/formattingstreamwriter
  • 8095d39 Use filtered codecs to build appliedConditions
  • e1ac30b Fix alt version name generation
  • 3b94cfa Create and use FormattingStreamWriter
  • 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.9.11 <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.9.11</h2> <h1>:rocket: Jellyfin Server 10.9.11</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.9.11!</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-11">on our forums</a>.</p> <h2>Changelog (6)</h2> <h3>📈 General Changes</h3> <ul> <li>Fix subtitle and attachment extraction when input path contains quotes [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12575">#12575</a>], by <a href="https://github.com/dmitrylyzo"><code>@​dmitrylyzo</code></a></li> <li>Use filtered codecs to build appliedConditions [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12562">#12562</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Fix alt version name generation [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12558">#12558</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Create and use FormattingStreamWriter [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12550">#12550</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Fix CodecProfiles and video encoder profiles [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12521">#12521</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Don't apply chapter image settings to music [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12531">#12531</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/7bbdfc0d4943b1823d82cb85795a707a6e3a9b4d"><code>7bbdfc0</code></a> Bump version to 10.9.11</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3c3ebe834462bbb7630ca4fc0c106cc51ca80e50"><code>3c3ebe8</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12575">#12575</a> from dmitrylyzo/fix-subtitleextract</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/8c4d23435e6e0206e36e2120029697bb92714ec3"><code>8c4d234</code></a> Fix attachment extraction when input path contains quotes</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/9e4befa52e0261909c135bc6daa54ab1ac3f96e7"><code>9e4befa</code></a> Fix subtitle extraction when input path contains quotes</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/b3efae71c0c5b01c762695156aa3bd61a7e8afb9"><code>b3efae7</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12562">#12562</a> from nyanmisaka/fix-profiles</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/70f4f2e8c2378f9a219c840ac23d0bcd2638c966"><code>70f4f2e</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12558">#12558</a> from Bond-009/altsourcename</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/cd2f2ca17800f71c8d94a6e043b49b7c4200e254"><code>cd2f2ca</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12550">#12550</a> from Bond-009/formattingstreamwriter</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/8095d399548abab2adc4632d041bcc7809058ce6"><code>8095d39</code></a> Use filtered codecs to build appliedConditions</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e1ac30ba17a1d8ad4e21f4fd80f837a7329c1604"><code>e1ac30b</code></a> Fix alt version name generation</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3b94cfa8371be0b66c5ebffce1632ce09f76ddd7"><code>3b94cfa</code></a> Create and use FormattingStreamWriter</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.9.10...v10.9.11">compare view</a></li> </ul> </details> <br /> Updates `Jellyfin.Model` from 10.9.10 to 10.9.11 <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.11</h2> <h1>:rocket: Jellyfin Server 10.9.11</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.9.11!</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-11">on our forums</a>.</p> <h2>Changelog (6)</h2> <h3>📈 General Changes</h3> <ul> <li>Fix subtitle and attachment extraction when input path contains quotes [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12575">#12575</a>], by <a href="https://github.com/dmitrylyzo"><code>@​dmitrylyzo</code></a></li> <li>Use filtered codecs to build appliedConditions [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12562">#12562</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Fix alt version name generation [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12558">#12558</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Create and use FormattingStreamWriter [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12550">#12550</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Fix CodecProfiles and video encoder profiles [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12521">#12521</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Don't apply chapter image settings to music [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12531">#12531</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/7bbdfc0d4943b1823d82cb85795a707a6e3a9b4d"><code>7bbdfc0</code></a> Bump version to 10.9.11</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3c3ebe834462bbb7630ca4fc0c106cc51ca80e50"><code>3c3ebe8</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12575">#12575</a> from dmitrylyzo/fix-subtitleextract</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/8c4d23435e6e0206e36e2120029697bb92714ec3"><code>8c4d234</code></a> Fix attachment extraction when input path contains quotes</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/9e4befa52e0261909c135bc6daa54ab1ac3f96e7"><code>9e4befa</code></a> Fix subtitle extraction when input path contains quotes</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/b3efae71c0c5b01c762695156aa3bd61a7e8afb9"><code>b3efae7</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12562">#12562</a> from nyanmisaka/fix-profiles</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/70f4f2e8c2378f9a219c840ac23d0bcd2638c966"><code>70f4f2e</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12558">#12558</a> from Bond-009/altsourcename</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/cd2f2ca17800f71c8d94a6e043b49b7c4200e254"><code>cd2f2ca</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/12550">#12550</a> from Bond-009/formattingstreamwriter</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/8095d399548abab2adc4632d041bcc7809058ce6"><code>8095d39</code></a> Use filtered codecs to build appliedConditions</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e1ac30ba17a1d8ad4e21f4fd80f837a7329c1604"><code>e1ac30b</code></a> Fix alt version name generation</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3b94cfa8371be0b66c5ebffce1632ce09f76ddd7"><code>3b94cfa</code></a> Create and use FormattingStreamWriter</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.9.10...v10.9.11">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-09-09 06:55:16 +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-04 06:59:51 +00:00 (Migrated from github.com)

Superseded by #135.

Superseded by #135.

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