Sibusten / derpibooru-downloader

A downloader for imageboards running Philomena, such as Derpibooru.
MIT License
62 stars 6 forks source link

Rating File Name Option #7

Closed JAK0723 closed 6 years ago

JAK0723 commented 6 years ago

Would it be possible to use a post's rating as an option when naming files? This would allow users to save images in formats such as Downloads/{rating}/{id}.{ext} or Downloads/{rating}_{id}.{ext}. Using post 8584 as an example, it would download the image to Downloads/safe/8584.jpg or Downloads/safe_8584.jpg.

In the cases where multiple ratings are present, I believe that it should take the format of ratingA+ratingB. Where ratingA is one of the mutually exclusive tags safe/suggestive/questionable/explicit and ratingB (and ratingC and so on) are comprised of the non-mutually exclusive rating tags semi-grimdark/grimdark/grotesque.

Sibusten commented 6 years ago

That's a good idea. I'll work on this.

Sibusten commented 6 years ago

Added the tag to the newest version: v1.3.7