-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[FEATURE] Group files by other attributes #140
Comments
Here are some entry points good to start. TwitterMediaHarvest/src/types/schema.d.ts Line 90 in 4976253
TwitterMediaHarvest/src/backend/settings/filenameSettings/usecase.ts Lines 45 to 53 in 4976253
TwitterMediaHarvest/src/pages/components/GeneralOptions.tsx Lines 172 to 187 in 4976253
TwitterMediaHarvest/src/pages/hooks/useFilenameSettingsForm.ts Lines 110 to 139 in 4976253
|
Is your feature request related to a problem? Please describe.
I'd like to group files by Download Date. Currently, only Account is supported.
Describe the solution you'd like
Add more options to the Group Files dropdown.
Ideally it would include everything from Filename Pattern (except Serial).
Describe alternatives you've considered
A shell script for manually moving files into directories.
Additional context
I'd be interested in developing this, if you're OK with adding the feature.
The text was updated successfully, but these errors were encountered: