aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.XbmcMetadata.Tests/Parsers
AgeCommit message (Expand)Author
2025-10-08add test for new uniqueid nfo key normalisationKGT1
2025-03-25Fixed namespacesJPVenson
2025-02-20Migrate to IExternalUrlProviderShadowghost
2025-02-03Backport pull request #13092 from jellyfin/release-10.10.zTheMelmacian
2025-01-25chore: fix spellingJosh Soref
2024-10-08Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserDataJPVenson
2024-09-22Update dependency xunit to 2.9.1 (#12687)renovate[bot]
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-07-30Fix: parsing of xbmc style multi episode nfo files (#12268)TheMelmacian
2024-07-29Enable nullable for UserItemDataBond_009
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
2023-10-10Combine Title and Overview for multi-episodes files for NFO file (#10080)scampower3
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2022-10-22Migrate MusicBrainz plugin to MetaBrainz.MusicBrainzMrTimscampi
2022-09-28Remove redundant using directivesHannes Braun
2022-02-09Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.csDavid Ullmer
2022-02-08Add regression test for #7285David Ullmer
2021-12-27Remove more warningsCody Robibero
2021-09-06Remove all unused usingsFernando Fernández
2021-08-13Add test for fanart tagDavid Ullmer
2021-07-12Improve platform checksBond_009
2021-06-06Minor fixesBond_009
2021-05-05Add support for fanart aspect in thumb tagDavid Ullmer
2021-04-17Remove unused using directivesBaronGreenback
2021-03-30Merge pull request #5467 from Ullmie02/nfo-fixesBond-009
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-03-23Use conditional operator instead of if/else blockDavid
2021-03-10Fix Radarr url nfo filesDavid
2021-02-28Add nfo thumb tag supportDavid
2021-02-23Merge pull request #5166 from netpok/index-number-end-from-nfoBond-009
2021-02-15Merge remote-tracking branch 'jellyfin/master' into nfo-testsDavid
2021-02-15Fix tests for UNIXDavid
2021-02-13Merge remote-tracking branch 'jellyfin/master' into nfo-testsDavid
2021-02-13Add test for music video nfoDavid
2021-02-13Add more tags to nfo testsDavid
2021-02-11Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watchedDavid Ullmer
2021-02-11Add nfo user data testsDavid Ullmer
2021-02-09Add nfo parsing for watched, playcount and lastplayedDavid
2021-02-09Add test for generic nfo provider id parsingDavid Ullmer
2021-02-09Fix typos in nfo testsBalázs Váradi
2021-02-08Add test for multiepisode nfo parsingBalázs Váradi
2021-01-23Process actor type in nfo filesDavid
2021-01-20Add music album nfo parser testDavid
2021-01-20Add season nfo parser testDavid
2021-01-20Add episode nfo parser testDavid
2021-01-20Move existing tests to correct namespaceDavid
2021-01-09Add tests for artist nfoBond_009