diff --git a/readme.md b/readme.md index 4fb262d..14c8c88 100644 --- a/readme.md +++ b/readme.md @@ -78,6 +78,13 @@ This version brings significant enhancements to manga/comic downloading, filteri ### Enhanced Manga/Comic Mode +- **Optional Filename Prefix:** + - When using the "Date Based" or "Original File Name" manga styles, an optional prefix can be specified in the UI. + - This prefix will be prepended to each filename generated by these styles. + - **Example (Date Based):** If prefix is `MySeries_`, files become `MySeries_001.jpg`, `MySeries_002.png`, etc. + - **Example (Original File Name):** If prefix is `Comic_Vol1_`, an original file `page_01.jpg` becomes `Comic_Vol1_page_01.jpg`. + - This input field appears automatically when either of these two manga naming styles is selected. + - **New "Date Based" Filename Style:** - Perfect for truly sequential content! Files are named numerically (e.g., `001.jpg`, `002.jpg`, `003.ext`...) across an *entire creator's feed*, strictly following post publication order.