[PR #12778] [MERGED] Add EpisodeExpression for anime file names #13367

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12778
Author: @TonyBotongChu
Created: 10/6/2024
Status: Merged
Merged: 11/3/2024
Merged by: @Bond-009

Base: masterHead: anime-parse


📝 Commits (2)

  • 79ee36e Add EpisodeExpression for anime file names
  • 5957790 Use [0-9] instead of \d

📊 Changes

2 files changed (+10 additions, -0 deletions)

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+8 -0)
📝 tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs (+2 -0)

📄 Description

Changes
Add an EpisodeExpression to extract episode number from anime style file names like [VCB-Studio] Re Zero kara Hajimeru Isekai Seikatsu [21][Ma10p_1080p][x265_flac] and [CASO&Sumisora][Oda_Nobuna_no_Yabou][04][BDRIP][1920x1080][x264_AAC][7620E503].

Issues

fixes issue #9332


🔄 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/12778 **Author:** [@TonyBotongChu](https://github.com/TonyBotongChu) **Created:** 10/6/2024 **Status:** ✅ Merged **Merged:** 11/3/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `anime-parse` --- ### 📝 Commits (2) - [`79ee36e`](https://github.com/jellyfin/jellyfin/commit/79ee36ee155483fcbb2b2863f549b68034634dbc) Add EpisodeExpression for anime file names - [`5957790`](https://github.com/jellyfin/jellyfin/commit/5957790ce82ef4ea1f15ab7942bce59de91a44c4) Use [0-9] instead of \d ### 📊 Changes **2 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+8 -0) 📝 `tests/Jellyfin.Naming.Tests/TV/EpisodeNumberTests.cs` (+2 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Add an EpisodeExpression to extract episode number from anime style file names like `[VCB-Studio] Re Zero kara Hajimeru Isekai Seikatsu [21][Ma10p_1080p][x265_flac]` and `[CASO&Sumisora][Oda_Nobuna_no_Yabou][04][BDRIP][1920x1080][x264_AAC][7620E503]`. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> fixes issue #9332 --- <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 07:11:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13367