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

add additional subfolder structures for the user to pick from #38

Open
x-CK-x opened this issue Oct 31, 2024 · 3 comments
Open

add additional subfolder structures for the user to pick from #38

x-CK-x opened this issue Oct 31, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request TICKET_ACTIVE

Comments

@x-CK-x
Copy link
Owner

x-CK-x commented Oct 31, 2024

this entails the option to let the user have their data stored in subfolders either via the artist names or character names.
i.e. if the user downloads by concept, then it would look like:

  • concept data:
    • by_[artist_name]

or:

  • concept data:
    • [character_name]

The user could also download by artists and have the subfolders be by character or the opposite.

@x-CK-x x-CK-x added the enhancement New feature or request label Oct 31, 2024
@x-CK-x
Copy link
Owner Author

x-CK-x commented Oct 31, 2024

one addition to that could be to create additional subfolders for the artist category if the user also wants to separate style data via a specific year OR timeframe.
i.e. it could like one of the following:

  • artist_name:
    • [character_name]
      • [specific_year]

or:

  • artist_name:
    • [specific_year]

or:

  • artist_name:
    • [character_name]
      • [range_of_years]

or:

  • artist_name:
    • [range_of_years]

@x-CK-x
Copy link
Owner Author

x-CK-x commented Oct 31, 2024

and the gallery would have to track paths differently, but it would read from all the subfolders in the same manner as it already does.

@x-CK-x x-CK-x self-assigned this Oct 31, 2024
@x-CK-x
Copy link
Owner Author

x-CK-x commented Oct 31, 2024

will need to add these separately to the UI and pass them through to the batch_downloader script.
most of the critical handling of the data will be in the gallery/stats/custom_data scripts; most of the validation will be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TICKET_ACTIVE
Projects
None yet
Development

No branches or pull requests

1 participant