| Age | Commit message (Collapse) | Author |
|
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
|
|
|
|
Update .NET Core to 3.1.2
|
|
|
|
|
|
Pull latest to my fork
|
|
Refactor some provider classes
|
|
Check for duplicates when adding items to a playlist
|
|
|
|
|
|
|
|
Adds BaseItem.Equals method that compares items by their Id
|
|
Inject loggers with context using ILogger<T>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
Bring back sorting when needed to fix PlayTo
|
|
|
|
Simplify AlphanumericComparer, reduce code duplication
|
|
Add config options for MusicBrainz
|
|
|
|
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
|
|
|
|
|
|
iterate over it
|
|
|
|
|
|
This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011
|
|
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
|
|
|
|
|
|
Fix some warnings in Emby.Server.Implementations
|
|
* 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
|
|
Minor improvements
|
|
|
|
|
|
Fix photo serialization
|
|
Simplify image processing by removing image enhancers
|
|
|
|
|
|
|
|
Enable TreatWarningsAsErrors and Nullable for test projects
|
|
Add Some XML Documentation
|
|
|
|
|