aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-23Backport pull request #8399 from jellyfin/release-10.8.zLogicalPhallacy
Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8348 from jellyfin/release-10.8.zClaus Vium
Revert "Revert "refactor: use season number and episode number for NextUp ordering instead of SortName"" Original-merge: 88d5230babbc9498a6142ef56b1c0a9731936a40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8321 from jellyfin/release-10.8.zAJ Jordan
Fix systemd not breaking whitespace in env vars Original-merge: 125ee883117af3ad5c7e2369f8be84089a782b57 Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8280 from jellyfin/release-10.8.zBill Thornton
Fix ffmpeg analyze duration env var taking priority over media source Original-merge: 632fb05f467a935da5765fccd1595dfd501247d0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8214 from jellyfin/release-10.8.zNiels van Velzen
Make userId truly optional in UniversalAudioController Original-merge: af877063795469ac3d94d356b2787e296606f571 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8213 from jellyfin/release-10.8.znyanmisaka
Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Backport pull request #8189 from jellyfin/release-10.8.zLuke F
Fix GetItems IndexOutOfRangeException when IDs do not exist Original-merge: 527ed0607d5f31a232293b39daac19018518b1a0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-23Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-09-22Return string.Empty is span IsEmpty1hitsong
2022-09-22Adjust file read async functions1hitsong
2022-09-22Use async functions1hitsong
2022-09-22Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2022-09-21Update summaries, Use spans1hitsong
2022-09-20Use Span in SupportedMediaTypes comparison1hitsong
2022-09-20Merge pull request #8402 from Bond-009/raspiBond-009
2022-09-20Resolve Azure build error1hitsong
2022-09-20Use Directory GetFiles to find lyric files1hitsong
2022-09-19Make LyricParser a field1hitsong
2022-09-19Use field instead of property1hitsong
2022-09-19Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-09-19Add missing summary to AcceptedTimeFormats1hitsong
2022-09-19Move AcceptedTimeFormats to class level variable1hitsong
2022-09-19Variable declaration cleanup1hitsong
2022-09-19Bump Serilog.Settings.Configuration from 3.3.0 to 3.4.0dependabot[bot]
Bumps [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/serilog/serilog-settings-configuration/releases) - [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md) - [Commits](https://github.com/serilog/serilog-settings-configuration/commits/v3.4.0) --- updated-dependencies: - dependency-name: Serilog.Settings.Configuration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.1.1 to 2.1.2dependabot[bot]
Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases) - [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: SQLitePCLRaw.bundle_e_sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-18Code Cleanup1hitsong
2022-09-18Add default values to LyricResponse1hitsong
2022-09-18Use numeric values for metadata values1hitsong
2022-09-18Update MediaBrowser.Controller/Lyrics/LyricResponse.cs1hitsong
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-09-18Update MediaBrowser.Controller/Lyrics/LyricResponse.cs1hitsong
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-09-18Use providers in order of priority1hitsong
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Remove automapper tool1hitsong
2022-09-17Use model properties for LRC metadata1hitsong
2022-09-17Resolve Azure build issues1hitsong
2022-09-17Code cleanups. Remove pragma commands1hitsong
2022-09-17Remove commented out code1hitsong
2022-09-17Var type refinements1hitsong
2022-09-17Removing unused lines1hitsong
2022-09-17Convert _lyricProviders to an array.1hitsong
2022-09-16Change API GetLyrics return type1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-15Merge pull request #1 from JIntrocaso/lyric-lrc-file-support1hitsong
Adds lyric providers to DI pipeline