| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-22 | Adjust file read async functions | 1hitsong | |
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-22 | Translated using Weblate (Slovenian) | SaddFox | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/ | |||
| 2022-09-21 | Update summaries, Use spans | 1hitsong | |
| 2022-09-20 | Use Span in SupportedMediaTypes comparison | 1hitsong | |
| 2022-09-20 | Merge pull request #8402 from Bond-009/raspi | Bond-009 | |
| 2022-09-20 | Resolve Azure build error | 1hitsong | |
| 2022-09-20 | Use Directory GetFiles to find lyric files | 1hitsong | |
| 2022-09-19 | Make LyricParser a field | 1hitsong | |
| 2022-09-19 | Use field instead of property | 1hitsong | |
| 2022-09-19 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-09-19 | Add missing summary to AcceptedTimeFormats | 1hitsong | |
| 2022-09-19 | Move AcceptedTimeFormats to class level variable | 1hitsong | |
| 2022-09-19 | Variable declaration cleanup | 1hitsong | |
| 2022-09-19 | Bump Serilog.Settings.Configuration from 3.3.0 to 3.4.0 | dependabot[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-19 | Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.1.1 to 2.1.2 | dependabot[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-18 | Code Cleanup | 1hitsong | |
| 2022-09-18 | Add default values to LyricResponse | 1hitsong | |
| 2022-09-18 | Use numeric values for metadata values | 1hitsong | |
| 2022-09-18 | Update MediaBrowser.Controller/Lyrics/LyricResponse.cs | 1hitsong | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2022-09-18 | Update MediaBrowser.Controller/Lyrics/LyricResponse.cs | 1hitsong | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2022-09-18 | Use providers in order of priority | 1hitsong | |
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Remove automapper tool | 1hitsong | |
| 2022-09-17 | Use model properties for LRC metadata | 1hitsong | |
| 2022-09-17 | Resolve Azure build issues | 1hitsong | |
| 2022-09-17 | Code cleanups. Remove pragma commands | 1hitsong | |
| 2022-09-17 | Remove commented out code | 1hitsong | |
| 2022-09-17 | Var type refinements | 1hitsong | |
| 2022-09-17 | Removing unused lines | 1hitsong | |
| 2022-09-17 | Convert _lyricProviders to an array. | 1hitsong | |
| 2022-09-16 | Change API GetLyrics return type | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
| 2022-09-15 | Create ILyricManager | 1hitsong | |
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-15 | Merge pull request #1 from JIntrocaso/lyric-lrc-file-support | 1hitsong | |
| Adds lyric providers to DI pipeline | |||
| 2022-09-15 | Merge pull request #8393 from ↵ | Bond-009 | |
| jellyfin/dependabot/nuget/Serilog.Sinks.Console-4.1.0 | |||
| 2022-09-15 | Merge pull request #8410 from Bond-009/lgtm | Claus Vium | |
| Remove LGTM badge | |||
| 2022-09-15 | Merge pull request #8409 from Bond-009/warn61 | Claus Vium | |
| Use record for AudioBookFilePathParserResult | |||
| 2022-09-14 | Adds lyric providers to DI pipeline | Jamie Introcaso | |
| This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it. | |||
| 2022-09-15 | Merge pull request #8407 from hannesbraun/fix-readme-html | Bond-009 | |
| 2022-09-15 | Remove LGTM badge | Bond_009 | |
| 2022-09-15 | Use record for AudioBookFilePathParserResult | Bond_009 | |
| 2022-09-14 | Translated using Weblate (Macedonian) | Tome Stojkovski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/ | |||
| 2022-09-14 | Translated using Weblate (Chinese (Traditional, Hong Kong)) | Deyao Chen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/ | |||
