v1.0.2: multi-episode rename (S01E01-E02), VERSION file, docs

Made-with: Cursor
This commit is contained in:
Bulk Renamer
2026-03-29 20:50:00 -05:00
parent d306188805
commit 76574e2bee
7 changed files with 110 additions and 10 deletions
+4 -1
View File
@@ -285,7 +285,10 @@ class EpisodeRenumberRuleWidget(QWidget):
layout.addRow("First episode number:", self.start)
layout.addRow("Step:", self.step)
layout.addRow("Zero-pad width:", self.padding)
info = QLabel("Matches patterns like S01E05 - Title or Show 1x03 - Title. Episode number is replaced; title is kept.")
info = QLabel(
"Matches S01E05 - Title (single) or S01E05-E06 - Title (two-part). "
"Ranges keep their length: S01E01-E02, S01E03-E04, … Order follows the file list / table sort."
)
info.setWordWrap(True)
layout.addRow(info)