Add season folder to library layout

This commit is contained in:
Dymas
2026-05-11 12:30:51 +02:00
parent 79ee98ae62
commit 32ec0fe856
4 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
A small local web UI for a system-wide `ani-cli` install.
Current version: `0.1.1`
Current version: `0.1.2`
## Project Layout
@@ -32,7 +32,7 @@ The app searches anime, queues downloads, supports original or dubbed mode, qual
Downloads are staged in the web app state directory first. After `ani-cli` finishes, the wrapper moves them into a Plex/Jellyfin-friendly layout:
```text
ANI_CLI_DOWNLOAD_DIR/anime_name/anime_name - S01E01.mp4
ANI_CLI_DOWNLOAD_DIR/anime_name/Season <season>/anime_name - S01E01.mp4
```
## Configuration