aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/Resolvers/Books
AgeCommit message (Collapse)Author
2025-12-13parse more information from book filenames (#15655)dkanada
2023-12-08Convert CollectionType to use lowercase enum namesCody Robibero
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2022-12-05Replace != null with is not nullBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2021-12-20Use our own Contains extensioncvium
2021-10-03Fix warnings in LibraryPatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-03-14do not resolve episode-like files if they are in extras folderscvium
2020-12-11remove opf extension for book typesartiume
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-06-20brace multiline if statementstelans
2020-05-14Update Books Resolver File Typesartiume
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
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-07remove trailing whitespacehawken
2017-10-06add additional book extensionLuke Pulverenti
2016-12-12move book support into the coreLuke Pulverenti