Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media Type Sorting #29

Open
A-Random-Mf opened this issue Feb 12, 2024 · 4 comments
Open

Media Type Sorting #29

A-Random-Mf opened this issue Feb 12, 2024 · 4 comments

Comments

@A-Random-Mf
Copy link

Description

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

@L4cache
Copy link
Owner

L4cache commented Feb 18, 2024

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)

@A-Random-Mf
Copy link
Author

A-Random-Mf commented Feb 22, 2024 via email

@anon567321
Copy link

anon567321 commented Feb 22, 2024

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}"

@L4cache
Copy link
Owner

L4cache commented Feb 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants