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

[Kemono] How to add "mode json" to an archive? #5100

Closed
a84r7a3rga76fg opened this issue Jan 22, 2024 · 2 comments
Closed

[Kemono] How to add "mode json" to an archive? #5100

a84r7a3rga76fg opened this issue Jan 22, 2024 · 2 comments

Comments

@a84r7a3rga76fg
Copy link

This is what I'm using. I want to add it to an archive to stop the the same metadata from being saved every time I do a run. I could use "event": "file" but I want to know if it's possible with an archive.

			{
				"name": "metadata",
				"event": "prepare",
				"mode": "json",
				"directory": "metadata",
				"filename": "{num:>03}.json"
			}
@mikf
Copy link
Owner

mikf commented Jan 26, 2024

Writing metadata to an SQLite database is not yet supported, if that's what you mean (#1299).

@a84r7a3rga76fg
Copy link
Author

That is what I mean, I'll close this issue since that one covers it.

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

No branches or pull requests

2 participants