Skip to content
Discussion options

You must be logged in to vote

ImportBuddy doesn't actually rip the discs - it just uses MakeMkv to make a log of the contents of the disc. This log file (name discXX.txt in the release directory) is required to submit data. So in order to complete your process you would have to go through each disc in the set and run something like:

& 'C:\Program Files (x86)\MakeMKV\makemkvcon.exe' --minlength=0 --robot info disc:0 > disc01.txt

(You might need to adjust paths for your system)

where you change the file name for each disc.

In the end, each disc should have 3 files in the release directory:

discxx.txt - the MakeMkv log file
discxx-summary.txt - the file that specifies what items are on the disc
discxx.json - contains so…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CuriousRipper
Comment options

Answer selected by CuriousRipper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants