kemono-dl icon indicating copy to clipboard operation
kemono-dl copied to clipboard

Media Type Sorting

Open A-Random-Mf opened this issue 1 year ago • 4 comments

Description

Can it be made possible to sort Images and Videos into separate subdirectories please? Metadata can be sorted out but not media

A-Random-Mf avatar Feb 12 '24 02:02 A-Random-Mf

I have some idea but I don't like them... Such as add 2 args one work as switch, one for configuring what files are considered as vids or imgs. (more args) Or modify the filename pattern argument, make it able to explicitly specify the pattern for different filename extensions. (no simple on/off switch)

L4cache avatar Feb 18 '24 22:02 L4cache

I like the more specified filename pattern idea.

On Sun, Feb 18, 2024 at 5:08 PM, 李四 @.***> wrote:

I have some idea but I don't like them... Such as add 2 args one work as switch, one for configuring what files are considered as vids or imgs. (more args) Or modify the filename pattern argument, make it able to explicitly specify the pattern for different filename extensions. (no simple on/off switch)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

A-Random-Mf avatar Feb 22 '24 06:02 A-Random-Mf

Here is example --filename-pattern "{ext}\{published} {id} {index} {filename}.{ext}" --inline-filename-pattern "{ext}\{published} {id} i{index} {filename}.{ext}" --other-filename-pattern "html\[{published}] [{id}] {title}\{published} {id} {filename}.{ext}"

anon567321 avatar Feb 22 '24 12:02 anon567321

Here is example --filename-pattern "{ext}\{published} {id} {index} {filename}.{ext}" --inline-filename-pattern "{ext}\{published} {id} i{index} {filename}.{ext}" --other-filename-pattern "html\[{published}] [{id}] {title}\{published} {id} {filename}.{ext}"

We still need the functionality to group them together, for example .jpg and .png to the images folder

L4cache avatar Feb 22 '24 14:02 L4cache