Commit Graph

159 Commits (663854bc1e079ed5c48bf06da60b7defe7cd6669)

Author SHA1 Message Date
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Shadowghost 2e639c77c7 Apply review suggestions
2 years ago
Shadowghost 072651c4be Add xmldocs for TMDb provider, correct provider spelling
2 years ago
luz paz 9ec2870b10 Fix various typos
2 years ago
David Ullmer 7885167f54 Fix nfo thumb tags without aspect
3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings
3 years ago
cvium 61b75c82ce Read past empty elements
3 years ago
Bond_009 1d19a5be61 Fix some warnings
3 years ago
cvium c0bab5c173 Make sure ReadToDescendant was successful, #6773
3 years ago
Cody Robibero 9234e5bf80 Remove all instances of en-US culture
3 years ago
Bond_009 653df7d8e5 Specify DateTimeStyles when possible
3 years ago
Bond_009 a6d1e542e6 Reduce allocations
3 years ago
Fernando Fernández 3d0b1ccae6
Remove all unused usings
3 years ago
Bond-009 bb685e4920
Merge pull request #6422 from daullmer/nfo-fanart
3 years ago
Bond_009 19824bff94 Minor improvements
3 years ago
David Ullmer 12e58840eb
Modify FetchThumbNode method to read children of fanart tag
3 years ago
David Ullmer 577d665192
Move thumb tag parsing to separate method
3 years ago
Bond_009 f1f72c3060 Minor improvements
3 years ago
David Ullmer e57b80b8e2 Add support for fanart aspect in thumb tag
3 years ago
Bill Thornton 9d02ebb577
Merge pull request #4981 from Ullmie02/nfo-ratings
3 years ago
Bond-009 b49d50e634
Merge pull request #5467 from Ullmie02/nfo-fixes
3 years ago
David 78f7fdeacc Rename methods and optimize allocations
3 years ago
Bond-009 16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
3 years ago
David 14cbd22fbe Use Helper Methods for provider url parsing
4 years ago
David 954148eb6d Fix Radarr url nfo files
4 years ago
David 8a74d76598 Fix id tag setting IMDb id when it is TMDb id
4 years ago
Bond_009 9ed7f429c0 FxCop -> Net Analyzers (part 1)
4 years ago
David Ullmer b8d52dafa9
Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
4 years ago
David 6f898145af Use Uri.TryCreate and ImageType helper method
4 years ago
David 16694b0cfc Add nfo thumb tag support
4 years ago
Bond-009 92e5a5c6e8
Merge pull request #5166 from netpok/index-number-end-from-nfo
4 years ago
Balázs Váradi a015caba3f Remove unnecessary sanity check
4 years ago
David Ullmer eaaab10cf3 Don't split playcount
4 years ago
David Ullmer ab5fb1b1f2 Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watched
4 years ago
David Ullmer ae57ed4ac7 Add nfo user data tests
4 years ago
David Ullmer dc2f8b5e6b Fix xml loop
4 years ago
David 3a4c33ca5f Add nfo parsing for watched, playcount and lastplayed
4 years ago
David Ullmer 086254821f Add test for generic nfo provider id parsing
4 years ago
netpok c97edc96eb
Fix typo
4 years ago
Balázs Váradi 094ffafb24 Comment and simplify code
4 years ago
Balázs Váradi b646787ab6 Get IndexNumberEnd from nfo
4 years ago
David Ullmer 39f9a7981a
Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
4 years ago
David 454d82c52c Process actor type in nfo files
4 years ago
David 7297412195 Fix indentation
4 years ago
David cf9a03790b Check rating name for "audience"
4 years ago
David dbd70bd394 Add episode nfo parser test
4 years ago
Bond_009 4c3fa21e97
Add tests for artist nfo
4 years ago
Bond_009 585821954d
Add tests for series nfo
4 years ago