olofvndrhr / manga-dlp

CLI Manga Downloader written in Python3
https://manga-dlp.ivn.sh
MIT License
21 stars 0 forks source link

[FEATURE] Add formatting options for downloaded files #6

Closed floriplum closed 1 year ago

floriplum commented 1 year ago

Is your feature request related to a problem? Please describe. It is currently not easily possible to process the downloaded files automatically with tools like manga-tagger because the filename is fixed.

Describe the solution you'd like Add a way to specify the output format. For example --format "%Name(or Series)% - %Chapter% - .cbz"

Describe alternatives you've considered Writing a tool that is run as a hook could provide the same feature

Additional context None

olofvndrhr commented 1 year ago

I actually like this idea. I will try to implement it in the next release. I can't say yet what will be available as "placeholders", but we'll see. Thanks for the idea.

Best regards

olofvndrhr commented 1 year ago

Function was added in release 2.1.17