v1.0.2: multi-episode rename (S01E01-E02), VERSION file, docs
Made-with: Cursor
This commit is contained in:
+4
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user