aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/MusicManager.cs
AgeCommit message (Collapse)Author
2025-10-27Backport pull request #15133 from jellyfin/release-10.11.ztheguymadmax
Play selected song first with instant mix Original-merge: 1520a697ad43f3f023608f8012cce1f52926b5fe Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2024-10-11applied review commentsJPVenson
2024-10-11Applied Review CommentsJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-03-13Enable nullable for more filesBond_009
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2022-02-21Optimize Guid comparisonsBond_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-27More cleanupBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-09-03Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-10-17Use nameof where possibleBond_009
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-12-11Merge pull request #2041 from Bond-009/warn11dkanada
Fix more warnings
2019-11-27Fix more warningsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part I-LibErwin de Haan
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-04update query objectsLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-04-27update folder queriesLuke Pulverenti
2017-01-24update now playing screenLuke Pulverenti
2016-11-03move additional classes to new server libLuke Pulverenti