aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers
AgeCommit message (Collapse)Author
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
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 not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-07Merge pull request #7514 from Shadowghost/music-extendClaus Vium
2022-10-07Apply review suggestionsShadowghost
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ```
2022-09-13Add xmldocsShadowghost
2022-09-13Prevent MusicArtist creation for artist subfoldersShadowghost
2022-09-13Extend music parsingShadowghost
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-06-30fix: single video folder during photos lib scanUtku Ozdemir
Prevent a directory with a single video file to be detected as a movie directory when the library type is "Photos". Closes jellyfin/jellyfin#7825 Signed-off-by: Utku Ozdemir <uoz@protonmail.com>
2022-06-14Merge pull request #7892 from cvium/fix_tv_multiCody Robibero
(cherry picked from commit 21afec32258e29687f6c84b08d60d2d325248837) Signed-off-by: crobibero <cody@robibe.ro>
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.
2022-02-04TV extras (#7178)SenorSmartyPants
2022-01-16Restore resolver that handles alternate videosJoe Rogers
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-15Fix SA1642 warningDmitry Lyzo
2022-01-02Merge pull request #7058 from cvium/the_most_important_featureBond-009
2022-01-01Remove file extension filter and fix buildcvium
2022-01-01Update Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.csClaus Vium
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2021-12-28Use dedicated resolvers for extrascvium
2021-12-27More cleanupBond_009
2021-12-25Merge pull request #7044 from 1337joe/fix-trailers-v2Cody Robibero
Fix trailers v2
2021-12-24Fix resolved type for TrailersJoe Rogers
2021-12-24Update StyleCopBond_009
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix extras folderscvium
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-07Fixescvium
2021-12-07Refactor extras parsingcvium
2021-11-27performance++Claus Vium
2021-11-27Add additional provider parsing to series file nameCody Robibero
2021-11-16Remove unused dependenciescvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-02Merge pull request #6027 from fredriklindberg/improve-series-matchingClaus Vium
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-10-03Fix warnings in LibraryPatrick Barron
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-06Remove all unused usingsFernando Fernández
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-08-30Merge pull request #6183 from stanionascu/bdiso-playbackClaus Vium
2021-08-28Remove more and more warningsCody Robibero