aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.XbmcMetadata/Providers
AgeCommit message (Collapse)Author
2025-11-17Backport pull request #15514 from jellyfin/release-10.11.ztheguymadmax
Add 1 minute tolerance for NFO change detection Original-merge: 6566188e453b42604dbb3ce532937951e88565d0 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2024-07-29Enable nullable for UserItemDataBond_009
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
2024-06-01Backport pull request #11719 from jellyfin/release-10.9.zShadowghost
Move NFO series season name parsing to own local provider Original-merge: a53ea029fade01a18e8e525543b5cda14e16533a Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-10-08Make files readonlyStepan Goremykin
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-05-07Fix buildBond_009
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-02-28Add nfo thumb tag supportDavid
2021-02-09Add nfo parsing for watched, playcount and lastplayedDavid
2020-12-31Enable nullable for MediaBrowser.XbmcMetadata project (#4612)martinek-stepan
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Stepan <ste.martinek+git@gmail.com>
2020-06-05Use typed logger where possiblecrobibero
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
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-09-08Fix some documentation warnings for MediaBrowser.XbmcMetadataBond_009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.XbmcMetadataErwin de Haan
2019-01-02Remove some warningsBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-05-26update GetItems methodLuke Pulverenti
2017-04-12update omdb info parsingLuke Pulverenti
2016-10-28fix album nfo providerLuke Pulverenti
2016-10-25make nfo project portableLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-09-01Programmatic provider id handling for xml and nfo persistencesoftworkz
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-04-27update providersLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-10-04continue file system reworkLuke Pulverenti
2015-10-03begin file system reworkLuke Pulverenti
2015-08-02update metadata parsingLuke Pulverenti
2015-06-28update people savingLuke Pulverenti
2015-05-15support video_ts.nfoLuke Pulverenti
2014-12-08support dvd without video_ts folderLuke Pulverenti
2014-12-02updated nugetLuke Pulverenti
2014-10-25connect updatesLuke Pulverenti
2014-10-01Add user cinema mode settingLuke Pulverenti
2014-09-26fixes #916 - Support reading playstate data from nfo'sLuke Pulverenti
2014-07-26added sync job databaseLuke Pulverenti
2014-07-07completed auth databaseLuke Pulverenti
2014-07-02fixes #789 - Security Issue: API allows access to any folder of the PC ↵Luke Pulverenti
running MediaBrowser
2014-06-29fixes #795 - Support reading Xbmc nfo'sLuke Pulverenti