Этот плагин для Jellyfin расширяет возможности распознавания имён файлов эпизодов сериалов, добавляя поддержку форматов именования, которые часто используются в торрент-релизах.
Плагин добавляет дополнительные регулярные выражения в систему парсинга Jellyfin, позволяя корректно распознавать эпизоды с нестандартными именами файлов.
Плагин добавляет поддержку следующих паттернов (на основе реальных торрент-релизов):
- Год + сезон:
Shadow.and.Bone.2021.S01.WEB-DL.1080p-Kyle/Shadow.and.Bone.2021.S01E02.WEB-DL.1080p-Kyle.mkv - Сезон + год:
Zhuki.S02.2021.WEB-DL.1080p/06.Zhuki.S02.2021.WEB-DL.1080p.mkv - Только сезон:
Gde.logika.S07.WEB-DL.1080.25Kuzmich/Gde.logika.S07.E05.WEB-DL.1080.25Kuzmich.mkv - Только год:
Zhuki.2019.WEB-DL.(1080p).Getty/Zhuki.e17.Film.o.seriale.2019.WEB-DL.(1080p).Getty.mkv
Администрирование - Панель - Расширенное - Плагины - вкладка Репозитории - добавить адрес https://raw.githubusercontent.com/LinFor/jellyfin-plugin-extended-naming/refs/heads/main/dist/manifest.json
После этого на вкладке Каталог найти "Extended Media Files Patterns" (раздел General) и установить.
dotnet build --configuration Releasedotnet testThis Jellyfin plugin extends episode file naming recognition capabilities by adding support for naming formats commonly used in torrent releases.
The plugin adds additional regular expressions to Jellyfin's parsing system, allowing correct recognition of episodes with non-standard file names.
The plugin adds support for the following patterns (based on real torrent releases):
- Year + Season:
Shadow.and.Bone.2021.S01.WEB-DL.1080p-Kyle/Shadow.and.Bone.2021.S01E02.WEB-DL.1080p-Kyle.mkv - Season + Year:
Zhuki.S02.2021.WEB-DL.1080p/06.Zhuki.S02.2021.WEB-DL.1080p.mkv - Season Only:
Gde.logika.S07.WEB-DL.1080.25Kuzmich/Gde.logika.S07.E05.WEB-DL.1080.25Kuzmich.mkv - Year Only:
Zhuki.2019.WEB-DL.(1080p).Getty/Zhuki.e17.Film.o.seriale.2019.WEB-DL.(1080p).Getty.mkv
Administration - Dashboard - Advanced - Plugins - Repositories tab - add the address https://raw.githubusercontent.com/LinFor/jellyfin-plugin-extended-naming/refs/heads/main/dist/manifest.json
Then go to the Catalog tab, find "Extended Media Files Patterns" (General section) and install it.
dotnet build --configuration Releasedotnet testThis project is licensed under the MIT License - see the LICENSE file for details.