Release v1.0.10: Jellyfin multi-episode file naming (S01E01-E02).

Match TheTVDB combined-order titles and rename to official aired episode ranges for files that contain two episodes in one video.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Bulk Renamer
2026-07-03 18:23:06 -05:00
co-authored by Cursor
parent a65ae73bcc
commit a6339467d4
5 changed files with 270 additions and 38 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ SEASON_TYPE_CHOICES: list[tuple[str, str]] = [
("Official / aired order", "official"),
("DVD order", "dvd"),
("Absolute order", "absolute"),
("Alternate order", "alternate"),
("Combined order (multi-episode files)", "alternate"),
("Regional order", "regional"),
]