index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.XbmcMetadata
/
Parsers
/
EpisodeNfoParser.cs
Age
Commit message (
Expand
)
Author
2025-03-31
Use pattern matching for null checks (#13793)
Bond-009
2024-07-30
Fix: parsing of xbmc style multi episode nfo files (#12268)
TheMelmacian
2023-10-10
Merge branch 'master' into xml-parsing-cleanup
Patrick Barron
2023-10-10
Combine Title and Overview for multi-episodes files for NFO file (#10080)
scampower3
2023-10-06
Add TryReadInt to XmlReaderExtensions
Patrick Barron
2023-10-06
Add ReadNormalizedString to XmlReaderExtensions
Patrick Barron
2021-09-26
Remove all instances of en-US culture
Cody Robibero
2021-09-06
Remove all unused usings
Fernando Fernández
2021-08-15
Minor improvements
Bond_009
2021-03-25
Merge pull request #5321 from Ullmie02/nfo-thumb
Bond-009
2021-02-28
Add nfo thumb tag support
David
2021-02-23
Merge pull request #5166 from netpok/index-number-end-from-nfo
Bond-009
2021-02-23
Remove unnecessary sanity check
Balázs Váradi
2021-02-09
Add nfo parsing for watched, playcount and lastplayed
David
2021-02-08
Fix typo
netpok
2021-02-08
Comment and simplify code
Balázs Váradi
2021-02-05
Get IndexNumberEnd from nfo
Balázs Váradi
2021-01-23
Fix indentation
David
2021-01-20
Add episode nfo parser test
David
2020-11-18
More spelling corrections.
Greenback
2020-02-23
Fix some warnings
Bond_009
2019-09-08
Fix some documentation warnings for MediaBrowser.XbmcMetadata
Bond_009
2019-03-07
Remove useless comments
Bond_009
2019-03-07
Remove useless abstraction around XmlReaderSettings
Bond_009
2019-01-28
Unwrapped `OpenRead` and `CopyFile`
Erwin de Haan
2019-01-13
ReSharper format: conform inline 'out' parameters.
Erwin de Haan
2019-01-13
Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener
Erwin de Haan
2019-01-13
Visual Studio Reformat: MediaBrowser.XbmcMetadata
Erwin de Haan
2019-01-07
remove trailing whitespace
hawken
2018-12-30
Use Microsoft.Extensions.Logging abstraction
Bond_009
2018-09-12
Update to 3.5.2 and .net core 2.1
stefan
2017-06-12
fixes #1255 - [BUG] NFO handler doesn't handle NFOs with multiple episode det...
Luke Pulverenti
2016-10-25
make nfo project portable
Luke Pulverenti
2016-09-01
Programmatic provider id handling for xml and nfo persistence
softworkz
2016-08-01
fix sync layout
Luke Pulverenti
2016-06-24
support nfo episode attributes
Luke Pulverenti
2016-03-27
Remove unused code...
Sven Van den brande
2015-08-02
update metadata parsing
Luke Pulverenti
2015-06-28
update people saving
Luke Pulverenti
2014-09-26
fixes #916 - Support reading playstate data from nfo's
Luke Pulverenti
2014-06-29
fixes #795 - Support reading Xbmc nfo's
Luke Pulverenti