| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-11-05 | Add IDisposableAnalyzers to more projects | Bond_009 | |
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-10 | Empty Guids shouldn't make it into the refresh queue | Bond_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-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-10-05 | Use CryptoStream to convert stream from base64 | Bond_009 | |
| Should be way more efficient | |||
| 2023-08-26 | Remove redundant method | Stepan Goremykin | |
| 2023-08-26 | Fix a few multiple enumerations | Stepan Goremykin | |
| 2023-08-06 | Fixes metadata refresh problems with NFO files | LJQ | |
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-05-20 | Implement NFO named season parsing | Shadowghost | |
| 2023-05-10 | Fix local JPG primary image for video being overwritten by screen grabber ↵ | SenorSmartyPants | |
| (#9552) | |||
| 2023-04-06 | Use TryAdd | Stepan Goremykin | |
| 2023-03-20 | Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO | Cody Robibero | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-18 | Don't overwrite NFO images (#9452) | SenorSmartyPants | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-09 | Enable NFO processing for Extras | SenorSmartyPants | |
| - Change test to prevent owned items from using parent NFO. Test is now in MovieNFOSaver, only movie type will use movie.nfo. | |||
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-12 | Make update type for RunTimeTicks consistent with other file attributes | Joe Rogers | |
| 2023-02-12 | Add missing checks for item locked state in metadata updates | Joe Rogers | |
| 2023-02-07 | Merge pull request #8982 from bradbeattie/background-images-no-language | Bond-009 | |
| 2023-02-07 | Update MediaBrowser.Providers/Manager/ItemImageProvider.cs | Bond-009 | |
| 2023-02-02 | fix: don't allow exceptions to propagate from Refresh progress event ↵ | Claus Vium | |
| handlers (#9228) | |||
| 2023-01-11 | Fix all warnings in MediaBrowser.Providers | Bond_009 | |
| 2023-01-02 | Merge pull request #8995 from daullmer/nfo-remote-images-initial | Claus Vium | |
| Use nfo provided remote images on initial scan | |||
| 2023-01-02 | Backdrops prefer no language images | Brad Beattie | |
| 2023-01-02 | Use nfo provided remote images on initial scan | David Ullmer | |
| 2022-12-27 | Use Diacritics.NET | Bond_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-19 | Use Order() introduced in .NET 7 (#8923) | Bond-009 | |
| 2022-12-07 | Remove dependency on OptimizedPriorityQueue | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-23 | Merge pull request #7039 from 1337joe/providermanager-cleanup | Bond-009 | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-07 | Merge branch 'master' into providermanager-cleanup | Claus Vium | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-06-14 | Merge pull request #7873 from cvium/fix_nfo_remoteimages | Bond-009 | |
| (cherry picked from commit 1a787e273a7797f3c0275a62e1fd2805ae9c7943) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-17 | Merge pull request #7521 from 1337joe/image-mime-fallback | Cody 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-03 | Remove warnings | Joe Rogers | |
| 2022-04-03 | Fix review comment | Joe Rogers | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-04-03 | Simplify RefreshSingleItem | Joe Rogers | |
| 2022-04-03 | Reorder and flatten provider filtering | Joe Rogers | |
| 2022-04-03 | Pass TypeOptions instead of full LibraryOptions | Joe Rogers | |
| 2022-04-03 | Improve metadata provider sorting | Joe 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-03 | Clarify naming, minor method ordering improvement | Joe Rogers | |
