mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[Request] Check/CLI - Add optional media information input #866
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Oct 18, 2025).
Originally assigned to: @mnadareski on GitHub.
Add a new flag that applies to both Check and CLI that allows users to fill in media information. This would likely be a default enable if the user was already in interactive mode and a separate flag-enabled feature otherwise.
Considerations:
@JohnVeness commented on GitHub (Oct 18, 2025):
I've been using the MPF.Check
--load-seedoption for adding media information (usually ringcodes, barcodes, comments, and contents, as I'm usually doing verifications so the title etc. pulled from redump is usually OK), and that works very well. I think it would be generally easier to add ringcodes etc. by editing a seed file rather than trying to fill them in as individual command-line options, so I'm not sure that separate flags would be a good idea.I don't generally use interactive mode, but I can see that it would be useful to enter media information there, as the seed file thing can be a little complicated.
@mnadareski commented on GitHub (Oct 18, 2025):
Seed files are definitely a way of doing it, but it relies heavily on having a submission info JSON template available or passed in from some external program. I'm also surprised to hear that anyone is using the seed file input and that it works :D This is more of an overall consideration of how to handle user input in a less power-user way.
@JohnVeness commented on GitHub (Oct 18, 2025):
Yes, it seems to work perfectly :). I agree it is a bit power-user-y though.
@Deterous commented on GitHub (Oct 19, 2025):