aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers/BaseVideoResolver.cs
AgeCommit message (Collapse)Author
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
2023-02-04Fix BD and DVD folder recognition for tv episodesShadowghost
2022-12-07Fix to make sure that UDF streams are opened with Share.Read (#8276)Stanislav Ionascu
Make sure that any subsequent requests to open the file for read will succeed.
2022-12-05Replace == null with is nullBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2021-12-07Refactor extras parsingcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-10-03Fix warnings in LibraryPatrick Barron
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-08-28Remove more and more warningsCody Robibero
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-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-16Reduce some allocationscvium
2021-03-15add unit testscvium
2021-03-14do not resolve episode-like files if they are in extras folderscvium
2020-06-15fix SA1005telans
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
2020-02-19Minor improvementsBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-02-09Removed some unused fieldsBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
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
2019-01-07remove trailing whitespacehawken
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-05support track selection before playbackLuke Pulverenti
2017-09-10update naming project to target .net standardLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-07deprecate hddvd videotypeLuke Pulverenti
2017-03-293.2.9.1Luke Pulverenti
2016-12-05fix bluray detectionLuke Pulverenti
2016-12-04fix bluray folder resolverLuke Pulverenti
2016-12-03update xml readersLuke Pulverenti
2016-11-11update portable projectsLuke Pulverenti
2016-11-03move additional classes to new server libLuke Pulverenti