aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
AgeCommit message (Collapse)Author
2025-09-24Add People Dedup and multiple progress fixes (#14848)JPVenson
2025-08-11Refactor to pull item counts in a single queryCody Robibero
2025-05-04Recognize file changes and remove data on change (#13839)Tim Eisele
2025-03-26Fix only returning one item from /Item/Latest api. (#12492)JQ
* Updated to EFcore * Remove unused using * Dont use DateCreated not from episode type or music type * use TranslateQuery to filter out instead and then do the grouping and retrival of min and max datecreated instead * Album also
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-23Rework season folder parsing (#11748)Tim Eisele
2025-03-18Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp ↵Cody Robibero
(#13687) * Add more optimized query to calculate series that should be processed for next up * Filter series based on last watched date
2025-02-09Rename CreateOrUpdateItems back to CreateItemsBond_009
Reverts the name change of this function made in the EFCore PR. This hopefully reduces the amount of merge conflicts while backporting and makes it consistent with the CreateItem function.
2024-11-17Applied coding styleJPVenson
2024-10-09WIP porting new Repository structureJPVenson
2024-06-06Backport pull request #11963 from jellyfin/release-10.9.zgnattu
Fix Library renaming Original-merge: b78efd6b1e90f925d85605132e337470065e7230 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-14Validate item access (#11171)Cody Robibero
2024-03-03Precache livetv program images (#11083)Cody Robibero
* Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes
2024-02-26Store lyrics in the database as media streams (#9951)Cody 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-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2022-12-08Allow video extras to use owner library optionsJoe Rogers
2022-08-01Backport pull request #8167 from jellyfin/release-10.8.zJoshua Boniface
Add back library scan from library manager Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: f9dffa767f71f287e384282679a9af5e20bc370e
2022-02-17Remove some dead codeBond_009
2022-02-15Fix some warningsBond_009
2022-01-28Remove some allocations (#7246)Claus Vium
2021-12-27Remove more warningsCody Robibero
2021-12-20Fix extras folderscvium
2021-12-07Refactor extras parsingcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-09-03Fix some warningsBond_009
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-26Update ILibraryManager.csRich Lander
2021-07-24Fix warnings in MediaBrowser.Controller/LibraryRich Lander
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-24Remove some unnecessary allocationscvium
2021-05-15Fix suggestions from reviewcrobibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-02-24Fix unchecked inputBond_009
2020-12-10Simplifycvium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium