VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Trying to have mediainfo create an nfo for each individual mkv in a folder, outputting them into individual nfo files, retaining the original filename ideally.
    I've figured out how to make it output all the mkv info in a folder into one file, is there any way to have it split the nfo automatically between however many files it reads?
    Quote Quote  
  2. Member Budman1's Avatar
    Join Date
    Jul 2012
    Location
    NORTHWEST ILLINOIS, USA
    Search Comp PM
    What are you using to create the nfo file. What is the code for writing tbe file?
    Quote Quote  
  3. Put this in a batch file in the folder of MKV files, name it MInfo.bat or whatever:

    Code:
    For %%F IN (*.mkv) do ("C:\Program Files\MediaInfoCLI\MediaInfo.exe" "%%F" >"%%~dpnF.NFO")
    Change the path to MediaInfo CLI, then double click on it.
    Last edited by jagabo; 12th May 2017 at 09:48.
    Quote Quote  
  4. Originally Posted by jagabo View Post
    Put this in a batch file in the folder of MKV files, name it MInfo.bat or whatever:

    Code:
    For %%F IN (*.mkv) do ("C:\Program Files\MediaInfoCLI\MediaInfo.exe" "%%F" >"%%~dpnF.NFO")
    Change the path to MediaInfo CLI, then double click on it.

    This is exactly what I was looking for, thanks!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!