KurtBestor / Hitomi-Downloader

:cake: Desktop utility to download images/videos/music/text from various websites, and more.
22.43k stars 2.06k forks source link

Filename format - add sort folder #7505

Open TheGhost78 opened 2 months ago

TheGhost78 commented 2 months ago

I normally use this format and it works fine: artist:40;\artist:40; - date:%Y-%m-%d; - title:120;

I tried this format to add a sort folder based on the first letter of the Artist: artist:1;\artist:40;\artist:40; - date:%Y-%m-%d; - title:120;

but it results in this format happening when you actually download a file: artist:1;\artist:1;\artist:1; - date:%Y-%m-%d; - title:120;

KurtBestor commented 2 months ago

Try this: https://github.com/KurtBestor/Hitomi-Downloader/releases/tag/Technical-Preview

TheGhost78 commented 2 months ago

Great, that works - thanks! Could you do something similar for the Twitter downloads, please?