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
/
BaseNfoParser.cs
Age
Commit message (
Expand
)
Author
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-17
Apply review suggestions
Shadowghost
2022-11-17
Add xmldocs for TMDb provider, correct provider spelling
Shadowghost
2022-08-15
Fix various typos
luz paz
2022-02-08
Fix nfo thumb tags without aspect
David Ullmer
2021-12-27
Remove more warnings
Cody Robibero
2021-11-17
Read past empty elements
cvium
2021-11-04
Make sure ReadToDescendant was successful, #6773
cvium
2021-09-26
Remove all instances of en-US culture
Cody Robibero
2021-09-21
Specify DateTimeStyles when possible
Bond_009
2021-09-19
Reduce allocations
Bond_009
2021-08-30
Merge pull request #6422 from daullmer/nfo-fanart
Bond-009
2021-08-15
Minor improvements
Bond_009
2021-08-13
Modify FetchThumbNode method to read children of fanart tag
David Ullmer
2021-08-13
Move thumb tag parsing to separate method
David Ullmer
2021-08-04
Minor improvements
Bond_009
2021-05-05
Add support for fanart aspect in thumb tag
David Ullmer
2021-05-04
Merge pull request #4981 from Ullmie02/nfo-ratings
Bill Thornton
2021-03-30
Merge pull request #5467 from Ullmie02/nfo-fixes
Bond-009
2021-03-26
Rename methods and optimize allocations
David
2021-03-25
Merge pull request #5321 from Ullmie02/nfo-thumb
Bond-009
2021-03-16
Use Helper Methods for provider url parsing
David
2021-03-10
Fix Radarr url nfo files
David
2021-03-09
FxCop -> Net Analyzers (part 1)
Bond_009
2021-03-06
Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
David Ullmer
2021-03-06
Use Uri.TryCreate and ImageType helper method
David
2021-02-28
Add nfo thumb tag support
David
2021-02-11
Don't split playcount
David Ullmer
2021-02-11
Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watched
David Ullmer
2021-02-11
Add nfo user data tests
David Ullmer
2021-02-11
Fix xml loop
David Ullmer
2021-02-09
Add nfo parsing for watched, playcount and lastplayed
David
2021-02-09
Add test for generic nfo provider id parsing
David Ullmer
2021-01-24
Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
David Ullmer
2021-01-23
Process actor type in nfo files
David
2021-01-20
Check rating name for "audience"
David
2021-01-09
Add tests for artist nfo
Bond_009
2021-01-09
Add tests for series nfo
Bond_009
2021-01-09
Remove ',' hack
David
2021-01-09
Add tests for NFO parsers
Bond_009
2021-01-08
Add .nfo ratings tag
David
2020-12-31
Enable nullable for MediaBrowser.XbmcMetadata project (#4612)
martinek-stepan
2020-07-29
Optimize Substring and StringBuilder usage
Bond_009
2020-06-09
Fix a small number of compile warnings
aled
2020-06-06
Fix a small number of compile warnings
aled
2020-04-19
Changed '\d' to '[0-9]'.
randrey
2020-04-18
Limit imdbid to 8 digits.
randrey
2020-04-18
Fix imdbid regex
randrey
[next]