| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-25 | Merge branch 'master' into feature/DatabaseRefactor | JPVenson | |
| 2025-02-21 | Use TryGetProviderId where possible | Shadowghost | |
| 2025-02-02 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider | JPVenson | |
| 2025-01-29 | Merge pull request #13453 from luzpaz/extentions-typo | luzpaz | |
| Fix source typo | |||
| 2025-01-28 | Merge pull request #12925 from Bond-009/await | Bond-009 | |
| Always await instead of directly returning Task | |||
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-10-31 | Always await instead of directly returning Task | Bond_009 | |
| https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task The performance impact is negligible (and it's me saying that!) | |||
| 2024-10-10 | Readded custom serialisation | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-05-17 | Backport pull request #11673 from jellyfin/release-10.9.z | Shadowghost | |
| Fix local playlist scanning Original-merge: 26714e2c62fb0fe1138bcb731ad7ad4d62bc7637 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-28 | Improve audio normalization | Bond_009 | |
| * Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values | |||
| 2024-04-17 | chore: use proper way to override remove root | gnattu | |
| This is an alternate approach which is more proper, but changes all parts that uses/overrides the original ValidateChildren method Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-08-18 | Album gain (#10085) | TelepathicWalrus | |
| * Add LUFSAlbum DTO * Get loudest track for smallest gain * Move gain search to musicalbum use baseitem LUFS for album * Use .Max for enumerable * Update DTO to be consistent with other DTOs * Remove albumlufs, Move dto for all types | |||
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-08-01 | Backport pull request #8163 from jellyfin/release-10.8.z | Joshua Boniface | |
| Don't refresh playlists on album refresh Authored-by: David Ullmer <davidullmer@outlook.de> Merged-by: Claus Vium <cvium@users.noreply.github.com> Original-merge: 444b0ea3105517900e869d73223b8bf984f28aa4 | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-11-20 | Merge pull request #6862 from 1337joe/query-instead-of-filtering | Cody Robibero | |
| 2021-11-17 | Query media streams by type instead of filtering | Joe Rogers | |
| 2021-11-16 | Fix some warnings | Bond_009 | |
| 2021-08-16 | Enable people for audio files | MrTimscampi | |
| 2021-07-23 | Fix more warnings | Rich Lander | |
| 2021-06-22 | Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net | Bond_009 | |
| 2021-06-06 | Remove warninigs from MediaBrowser.Controller (Part 3) (#6078) | Cody Robibero | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-13 | Reduce warnings in MediaBrowser.Controller | crobibero | |
| 2021-05-11 | Reduce warnings in MediaBrowser.Controller (#6006) | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2021-03-10 | Use distinct for artists to avoid double refreshing | cvium | |
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-11 | Fix build errors | Patrick Barron | |
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-05-26 | Make SonarCloud less angry | Patrick Barron | |
