aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager
AgeCommit message (Collapse)Author
2024-02-06Remove SimpleProgressPatrick Barron
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-11-14Fix warningsBond_009
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-10Empty Guids shouldn't make it into the refresh queueBond_009
``` System.ArgumentException: Guid can't be empty (Parameter 'id') at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id) in /home/loma/dev/jellyfin/Emby.Server.Implementations/Library/LibraryManager.cs:line 1224 at MediaBrowser.Providers.Manager.ProviderManager.StartProcessingRefreshQueue() in /home/loma/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line 983 ```
2023-10-08Remove redundant using directivesStepan Goremykin
2023-10-05Use CryptoStream to convert stream from base64Bond_009
Should be way more efficient
2023-08-26Remove redundant methodStepan Goremykin
2023-08-26Fix a few multiple enumerationsStepan Goremykin
2023-08-06Fixes metadata refresh problems with NFO filesLJQ
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-05-20Implement NFO named season parsingShadowghost
2023-05-10Fix local JPG primary image for video being overwritten by screen grabber ↵SenorSmartyPants
(#9552)
2023-04-06Use TryAddStepan Goremykin
2023-03-20Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFOCody Robibero
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-18Don't overwrite NFO images (#9452)SenorSmartyPants
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-09Enable NFO processing for ExtrasSenorSmartyPants
- Change test to prevent owned items from using parent NFO. Test is now in MovieNFOSaver, only movie type will use movie.nfo.
2023-03-01Allocate less ListsBond_009
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-12Make update type for RunTimeTicks consistent with other file attributesJoe Rogers
2023-02-12Add missing checks for item locked state in metadata updatesJoe Rogers
2023-02-07Merge pull request #8982 from bradbeattie/background-images-no-languageBond-009
2023-02-07Update MediaBrowser.Providers/Manager/ItemImageProvider.csBond-009
2023-02-02fix: don't allow exceptions to propagate from Refresh progress event ↵Claus Vium
handlers (#9228)
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2023-01-02Merge pull request #8995 from daullmer/nfo-remote-images-initialClaus Vium
Use nfo provided remote images on initial scan
2023-01-02Backdrops prefer no language imagesBrad Beattie
2023-01-02Use nfo provided remote images on initial scanDavid Ullmer
2022-12-27Use Diacritics.NETBond_009
Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-07Remove dependency on OptimizedPriorityQueueBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-23Merge pull request #7039 from 1337joe/providermanager-cleanupBond-009
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-10-07Merge branch 'master' into providermanager-cleanupClaus Vium
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-14Merge pull request #7873 from cvium/fix_nfo_remoteimagesBond-009
(cherry picked from commit 1a787e273a7797f3c0275a62e1fd2805ae9c7943) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-17Merge pull request #7521 from 1337joe/image-mime-fallbackCody Robibero
Add fallback for image downloads with bad reported MediaType (cherry picked from commit bf1ccf749314404d226e292d60e609056afe4718) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-03Remove warningsJoe Rogers
2022-04-03Fix review commentJoe Rogers
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-04-03Simplify RefreshSingleItemJoe Rogers
2022-04-03Reorder and flatten provider filteringJoe Rogers
2022-04-03Pass TypeOptions instead of full LibraryOptionsJoe Rogers
2022-04-03Improve metadata provider sortingJoe Rogers
Extract configured order up front instead of for each provider Non-IHasOrder providers default to middle, not beginning Merge image and metadata sort helper methods
2022-04-03Clarify naming, minor method ordering improvementJoe Rogers