Add watchlist episode offset naming
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Small local web UI for a system-wide `ani-cli` install.
|
||||
|
||||
Current version: `0.44.1`
|
||||
Current version: `0.45.0`
|
||||
|
||||
## Project Layout
|
||||
|
||||
@@ -242,11 +242,16 @@ Main behavior:
|
||||
7. Summary cards show total tracked shows plus `sub` and `dub` counts.
|
||||
8. Pagination shows 30 cards per page.
|
||||
9. `Alternative titles` opens a centered overlay with English alternate titles from AniDB when the watchlist refresh can match the show to an AniDB entry.
|
||||
10. `Auto-download` opens a centered overlay with per-series settings for language, quality, series number, and the sanitized library name used for automatically queued episodes.
|
||||
10. `Auto-download` opens a centered overlay with per-series settings for language, quality, series number, optional episode offset, and the sanitized library name used for automatically queued episodes.
|
||||
Auto-download layout note: `Name source` and `Name` share a wider half-and-half row inside the modal for easier editing.
|
||||
11. Adding a show from Search reuses the current `Season` field as the initial auto-download series value for that new watchlist entry.
|
||||
12. Each watchlist entry can be tagged as `TV` or `Movie`, which changes where finished downloads are stored.
|
||||
|
||||
Episode offset:
|
||||
|
||||
- Leave it empty to keep normal episode numbering.
|
||||
- Set it to a starting number such as `13` when a split season continues inside a new folder, so downloaded files are named like `Show Name - S02E13`, `Show Name - S02E14`, and so on.
|
||||
|
||||
Status behavior:
|
||||
|
||||
- `Sub` and `Dub` pills turn green when that track looks complete.
|
||||
|
||||
Reference in New Issue
Block a user