-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Create Metadata.json #276
base: master
Are you sure you want to change the base?
Create Metadata.json #276
Conversation
Metadata on featured series, up to date 12/11/2021
This seems unmaintainable tbh. JSON is kinda a crappy format for human editing, and it's in one file rather than next to the images, so it's REALLY easy for it to get out of date. |
How about creating a CLI that modifies the metadata file when someone adds a pic. So that humans don't have to edit it manually. |
I have actually been considering setting up some pre-commit hooks to validate filenames so setting it up to also add those file names to a meta-data file wouldn't be much extra work from my understanding. If were fine with adding the data manually maybe we could require that the meta-data be included with every file added and then just have the commit hook verify that all the files in the commit have corresponding meta-data entry. |
This issue seems relevant to this PR so Im just going to link them to each other |
Merge the 2 codes that let you choose the girls and modify at the same time |
Perfect chance to do this through GH Actions |
Wouldn't it make more sense to use a series of tags, rather than an hierachical structure? |
A year later I'd like to add my coin to the pig. Would it not make sense to instead write a metadata generator? This fixes the maintenance problem adressed above. The program could act like this: Scan all images -> Take the first word before the Long-term better Alternative: Rename all files to |
Metadata on featured series in JSON format, up to date 12/11/2021. Created in regards to Issue #245
To find the series that the anime girl is from, just CTRL + F the file name.