[PR #3880] [MERGED] Fix year parsing #9743

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3880
Author: @DirtyRacer1337
Created: 8/12/2020
Status: Merged
Merged: 9/5/2020
Merged by: @Bond-009

Base: masterHead: datetime


📝 Commits (4)

📊 Changes

2 files changed (+6 additions, -2 deletions)

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+2 -2)
📝 tests/Jellyfin.Naming.Tests/Video/CleanDateTimeTests.cs (+4 -0)

📄 Description

Added year parse filter to get as year only whole numbers and if it not part of date format yyyy-MM-dd

Fixes #3605


🔄 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/3880 **Author:** [@DirtyRacer1337](https://github.com/DirtyRacer1337) **Created:** 8/12/2020 **Status:** ✅ Merged **Merged:** 9/5/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `datetime` --- ### 📝 Commits (4) - [`c2f901a`](https://github.com/jellyfin/jellyfin/commit/c2f901acfedd4bdd2e3694d3585866a599b0a43a) Fix year parsing - [`1259fe2`](https://github.com/jellyfin/jellyfin/commit/1259fe2d5071ba5f7a00202e26b12e24ac997e1b) Add date filter - [`f5d9094`](https://github.com/jellyfin/jellyfin/commit/f5d90949cf74e5fcafe990a254596f43f813ffe7) Replace \d to [0-9] - [`6ac8955`](https://github.com/jellyfin/jellyfin/commit/6ac8955715054032b27deacdf24d5a57339ef175) Add tests ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+2 -2) 📝 `tests/Jellyfin.Naming.Tests/Video/CleanDateTimeTests.cs` (+4 -0) </details> ### 📄 Description Added year parse filter to get as year only whole numbers and if it not part of date format `yyyy-MM-dd` Fixes #3605 --- <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:07:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9743