mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Info] Unsure how to use --load-seed feature in MPF.Check #726
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 @JohnVeness on GitHub (Jul 23, 2024).
Originally assigned to: @mnadareski on GitHub.
Hi. I am investigating the --load-seed feature in MPF.Check, which at first glance sounds like it will be useful for entering barcodes, ringcodes etc., but I am unsure if I am using it correctly.
I have created a file called !submissionSeed.json containing:
{ "schema_version": 3, "common_disc_info": { "d_number": "", "d_label": "", "d_languages": [], "d_languages_selection": [], "d_serial": "SLES-52017", "d_ring_0_ma1": "Sony DADC A0100486277-A511 17", "d_ring_0_ma1_sid": "IFPI L557", "d_ring_0_ts1": "B1", "d_ring_0_mo1_sid": "IFPI 941Z", "d_ring_0_mo1": null, "d_ring_0_ma2": null, "d_ring_0_mo2_sid": null, "d_ring_0_ma3": null, "d_ring_0_ma4": null, "d_ring_0_offsets": "1", "d_ring_count": "1", "d_barcode": "5 030930 035105", "d_comments": "[T:ISN] SLES-52017\n[T:EAID] EAE03404473IS (Cover), EAE03404073D (Disc), EAE03404073M (Manual)", "d_contents": "(I haven't checked this)" }, "versions_and_editions": { "d_editions_text": "Original" } }and done:
MPF.Check dvd ps2 -u redumper -l \!submissionSeed.json LOTRRK.logbut the resultant !submissionInfo.txt and !submissionInfo.json files are the same as if I hadn't included the -l option, that is, they still have "(REQUIRED, IF EXISTS)" instead of the ringcodes etc. I put in the seed file.
Have I got the format of the seed file correct?
@Deterous commented on GitHub (Jul 23, 2024):
Duplicate of #730