aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
2021-11-16Fix style and performance issues mentioned in reviewPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-16Fix issues mentioned in reviewPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-16Add Collection Validator, create collection based on nfoPetrus.Z
Based on nfo's set element, automatically add movie to collection. Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-11-07Add some docs and testsBond_009
2021-11-02Merge pull request #6027 from fredriklindberg/improve-series-matchingClaus Vium
2021-10-27Merge pull request #6446 from Deathspike/masterBond-009
2021-10-26Resolve subtitle selection feedback (#6446)Deathspike
2021-10-26Rework subtitle selection to reduce code clutterRoel van Uden
2021-10-09Add more sorting to LatestDmitry Lyzo
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-10-05Update indentationPatrick Barron
2021-10-03Fix warnings in LibraryPatrick Barron
2021-09-25Fix some warningsBond_009
2021-09-24Use new Enum.TryParse(ReadOnlySpan<char>) overloadBond_009
2021-09-20Merge pull request #6538 from cvium/livetv_oh_noBond-009
2021-09-19Fix extra folder type resolving.Dixin
2021-09-13Improve series name matchingFredrik Lindberg
Add a series path resolver that attempts to extract only the series name from a path that contains more information that just the name.
2021-09-10Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueIdcvium
2021-09-10Don't throw when livestream file isn't foundcvium
2021-09-10Remove the unused argcvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-07Merge pull request #6522 from ferferga/efcore-improvementsClaus Vium
2021-09-07Fix it for real(tm) this timeBond-009
2021-09-07Fix log messageBond-009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-03Fix some warningsBond_009
2021-09-03Fix indentationCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-09-01Merge pull request #6473 from Bond-009/nullable7Claus Vium
Enable nullable for more files
2021-08-30Merge pull request #6183 from stanionascu/bdiso-playbackClaus Vium
2021-08-30Apply suggestions from code reviewCody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-08-17Fix embedded subtitles taking priority over external onesDeathspike
2021-07-11Fix some warningsBond_009
2021-06-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-13Better detection of the ISO DVD/BD typesStanislav Ionascu
The ISO image will be opened and checked for disc-type specific folders. Can be overridden using NAME.dvd.iso / NAME.bluray.iso
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-24Merge pull request #5997 from JKI12/masterClaus Vium
Fixes for Book Progress
2021-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-16Reduce some allocationscvium
2021-05-07Changed condition for readbilityJake King
- Refactored check if item is not audio book or book to be more readable