v1.0.2: multi-episode rename (S01E01-E02), VERSION file, docs
Made-with: Cursor
This commit is contained in:
@@ -7,7 +7,7 @@ A **native Linux** GUI for mass renaming files. Inspired by [Bulk Rename Utility
|
||||
- **GUI** – Structure renames with rule panels; no command line needed.
|
||||
- **Preview** – See “Original → New name” for every file before committing.
|
||||
- **Multiple rules** – Combine rules (order: Replace → Regex → Insert → Remove → Case → Numbering → Episode renumber → Prefix/Suffix). Enable only the rules you need.
|
||||
- **Episode renumbering** – Replace episode numbers (e.g. `S01E05 - Title` → `S01E01 - Title`) while keeping season and title. Start number and zero-padding configurable.
|
||||
- **Episode renumbering** – Replace episode numbers (e.g. `S01E05 - Title` → `S01E01 - Title`) while keeping season and title. Multi-episode files like `S01E05-E06` become `S01E01-E02` (range length preserved). Start, step, and zero-padding configurable.
|
||||
- **Replace / Regex** – Plain text find/replace or full regex with capture groups.
|
||||
- **Insert / Remove** – Insert text at start/end/position; remove text, digits, or first/last N characters.
|
||||
- **Case** – Title Case, UPPER, lower, Sentence case.
|
||||
@@ -62,6 +62,10 @@ Sort order is the current list order (alphabetical by filename). Reorder files i
|
||||
3. Enable **9. CSV mapping**, click **Browse…** and select the CSV.
|
||||
4. Only rows that match a current filename in the folder are renamed; others are unchanged. You can combine with other rules (CSV is applied in rule order).
|
||||
|
||||
## Gear Lever (AppImage updates)
|
||||
|
||||
To have [Gear Lever](https://github.com/mijorus/gearlever) see new releases when we push them and update the AppImage from there, see **[docs/GEARLEVER.md](docs/GEARLEVER.md)** for configuration (custom update URL for Gitea, or static URL).
|
||||
|
||||
## AppImage (distribution)
|
||||
|
||||
To build a portable AppImage:
|
||||
|
||||
Reference in New Issue
Block a user