aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.XbmcMetadata/Providers/MovieNfoProvider.cs
AgeCommit message (Collapse)Author
2021-02-28Add nfo thumb tag supportDavid
2021-02-09Add nfo parsing for watched, playcount and lastplayedDavid
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-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-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.XbmcMetadataErwin de Haan
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2017-05-26update GetItems methodLuke 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-03-27Remove unused code...Sven Van den brande
2015-10-04continue file system reworkLuke Pulverenti
2014-12-02updated nugetLuke Pulverenti
2014-10-01Add user cinema mode settingLuke Pulverenti
2014-06-29fixes #795 - Support reading Xbmc nfo'sLuke Pulverenti