aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs
AgeCommit message (Collapse)Author
2025-03-31Use pattern matching for null checks (#13793)Bond-009
Fix the few that slipped through
2024-07-30Fix: parsing of xbmc style multi episode nfo files (#12268)TheMelmacian
2023-10-10Merge branch 'master' into xml-parsing-cleanupPatrick Barron
2023-10-10Combine Title and Overview for multi-episodes files for NFO file (#10080)scampower3
2023-10-06Add TryReadInt to XmlReaderExtensionsPatrick Barron
2023-10-06Add ReadNormalizedString to XmlReaderExtensionsPatrick Barron
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-06Remove all unused usingsFernando Fernández
2021-08-15Minor improvementsBond_009
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-02-28Add nfo thumb tag supportDavid
2021-02-23Merge pull request #5166 from netpok/index-number-end-from-nfoBond-009
2021-02-23Remove unnecessary sanity checkBalázs Váradi
2021-02-09Add nfo parsing for watched, playcount and lastplayedDavid
2021-02-08Fix typonetpok
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-02-08Comment and simplify codeBalázs Váradi
2021-02-05Get IndexNumberEnd from nfoBalázs Váradi
2021-01-23Fix indentationDavid
2021-01-20Add episode nfo parser testDavid
2020-11-18More spelling corrections.Greenback
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 commentsBond_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-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-13ReSharper format: conform inline 'out' parameters.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-07remove trailing whitespacehawken
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-06-12fixes #1255 - [BUG] NFO handler doesn't handle NFOs with multiple episode ↵Luke Pulverenti
details
2016-10-25make nfo project portableLuke Pulverenti
2016-09-01Programmatic provider id handling for xml and nfo persistencesoftworkz
2016-08-01fix sync layoutLuke Pulverenti
2016-06-24support nfo episode attributesLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-08-02update metadata parsingLuke Pulverenti
2015-06-28update people savingLuke Pulverenti
2014-09-26fixes #916 - Support reading playstate data from nfo'sLuke Pulverenti
2014-06-29fixes #795 - Support reading Xbmc nfo'sLuke Pulverenti