[PR #5235] [MERGED] Add more nfo tests #10445

Closed
opened 2026-02-07 06:20:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5235
Author: @daullmer
Created: 2/14/2021
Status: Merged
Merged: 2/15/2021
Merged by: @Bond-009

Base: masterHead: nfo-tests


📝 Commits (6)

  • eecdc3c Add more tags to nfo tests
  • 36d91a1 Add test for music video nfo
  • 7f12b27 Add nfo location tests
  • fc7377f Merge remote-tracking branch 'jellyfin/master' into nfo-tests
  • e924545 Fix tests for UNIX
  • 9379f53 Merge remote-tracking branch 'jellyfin/master' into nfo-tests

📊 Changes

13 files changed (+271 additions, -10 deletions)

View changed files

📝 MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs (+2 -0)
tests/Jellyfin.XbmcMetadata.Tests/Location/MovieNfoLocationTests.cs (+65 -0)
📝 tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs (+4 -0)
📝 tests/Jellyfin.XbmcMetadata.Tests/Parsers/MovieNfoParserTests.cs (+35 -5)
tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicVideoNfoParserTests.cs (+73 -0)
📝 tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeriesNfoParserTests.cs (+20 -0)
📝 tests/Jellyfin.XbmcMetadata.Tests/Test Data/American Gods.nfo (+4 -2)
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Dancing Queen.nfo (+50 -0)
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Imdb.nfo (+1 -0)
📝 tests/Jellyfin.XbmcMetadata.Tests/Test Data/Justice League.nfo (+11 -3)
📝 tests/Jellyfin.XbmcMetadata.Tests/Test Data/The Bone Orchard.nfo (+4 -0)
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Tmdb.nfo (+1 -0)
tests/Jellyfin.XbmcMetadata.Tests/Test Data/Tvdb.nfo (+1 -0)

📄 Description

Changes

  • add additional nfo tags to existing tests
  • add MusicVideo nfo test
  • add test for movie nfo location

Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5235 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 2/14/2021 **Status:** ✅ Merged **Merged:** 2/15/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `nfo-tests` --- ### 📝 Commits (6) - [`eecdc3c`](https://github.com/jellyfin/jellyfin/commit/eecdc3c11023ffb06beec3414600de6849124869) Add more tags to nfo tests - [`36d91a1`](https://github.com/jellyfin/jellyfin/commit/36d91a1601cf80854d34867d1a11e2fd29189b60) Add test for music video nfo - [`7f12b27`](https://github.com/jellyfin/jellyfin/commit/7f12b273197204c49862623b6de6b1a573af2cd8) Add nfo location tests - [`fc7377f`](https://github.com/jellyfin/jellyfin/commit/fc7377fb9bf2b227a8a2300e6909d7c74862c8ab) Merge remote-tracking branch 'jellyfin/master' into nfo-tests - [`e924545`](https://github.com/jellyfin/jellyfin/commit/e924545ae2b1b3e511602be8c8f55a8c4948a4a1) Fix tests for UNIX - [`9379f53`](https://github.com/jellyfin/jellyfin/commit/9379f535c2562541a9e6ca1c50b44d521ded8cd6) Merge remote-tracking branch 'jellyfin/master' into nfo-tests ### 📊 Changes **13 files changed** (+271 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs` (+2 -0) ➕ `tests/Jellyfin.XbmcMetadata.Tests/Location/MovieNfoLocationTests.cs` (+65 -0) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs` (+4 -0) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Parsers/MovieNfoParserTests.cs` (+35 -5) ➕ `tests/Jellyfin.XbmcMetadata.Tests/Parsers/MusicVideoNfoParserTests.cs` (+73 -0) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeriesNfoParserTests.cs` (+20 -0) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Test Data/American Gods.nfo` (+4 -2) ➕ `tests/Jellyfin.XbmcMetadata.Tests/Test Data/Dancing Queen.nfo` (+50 -0) ➕ `tests/Jellyfin.XbmcMetadata.Tests/Test Data/Imdb.nfo` (+1 -0) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Test Data/Justice League.nfo` (+11 -3) 📝 `tests/Jellyfin.XbmcMetadata.Tests/Test Data/The Bone Orchard.nfo` (+4 -0) ➕ `tests/Jellyfin.XbmcMetadata.Tests/Test Data/Tmdb.nfo` (+1 -0) ➕ `tests/Jellyfin.XbmcMetadata.Tests/Test Data/Tvdb.nfo` (+1 -0) </details> ### 📄 Description **Changes** - add additional nfo tags to existing tests - add MusicVideo nfo test - add test for movie nfo location **Issues** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:20:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10445