aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library
AgeCommit message (Collapse)Author
2022-04-07Merge pull request #7525 from 1337joe/fix-duplicate-library-media-pathsCody Robibero
(cherry picked from commit bebe1808ce529cff867b5b0c207542aadc9aedff) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-17Fix supportsTranscoding not reflecting user permissions sometimesjakobkukla
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
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
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-17Remove some dead codeBond_009
2022-02-15Fix some warningsBond_009
2022-02-14Fix indentationBond_009
2022-02-14Fix MediaStreamSelectorBond_009
2022-02-14Fix some warningsBond_009
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-02-04TV extras (#7178)SenorSmartyPants
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-28Remove some allocations (#7246)Claus Vium
2022-01-22Flush to disk async where possibleBond_009
2022-01-20Properly populate QueryResultCody Robibero
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-10suggestions from reviewCody Robibero
2022-01-10Fix release buildCody Robibero
2022-01-10Suggestions from reviewCody Robibero
2022-01-07Keep from serializing trailers into databaseJoe Rogers
2022-01-05Error on SA1316Bond_009
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-31Add ability to search by -Cody Robibero
2021-12-28Use dedicated resolvers for extrascvium
2021-12-27Remove more warningsCody Robibero
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-22Merge pull request #7028 from cvium/everything_went_wrongCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix extras folderscvium
2021-12-18Increment library number instead of appendingJoe Rogers
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-15Merge pull request #6912 from crobibero/filename-tvmazeClaus Vium
Add additional provider id parsing to file name
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-11Fix new testCody Robibero
2021-12-09Add StringComparisonCody Robibero
2021-12-09Add more speed and more testsCody Robibero
2021-12-07Search for attribute textCody Robibero
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-19Merge pull request #6850 from PetrusZ/collection-validatorCody Robibero