After you Download MediaInfo the CLI version for Windows, extract the zip file in some folder of your choice. Navigate to this folder and run the following on the CMD terminal (Windows): MediaInfo.exe --help >Help.txt MediaInfo.exe --Info-Parameters >Info_Parameters.txt So you will have a list of the parameters supported by the software. Create a template with the following content and save it in the same folder as MediaInfo CLI: General;Nome: %FileName%\r\n Video;Video:\r\nBitrate: %BitRate/String%\r\nResolution:...
Simeon, The link is not public.
I also have a similar problem, but in my case it captures the link, but the download never starts. In the previous version of Debian it worked, but now that I moved to version 9 it stopped working.
I know the topic is old, but I decided to reply, in case someone has the same problem. Your problem is very simple, this line above , instead of: "!mediainfo_path!" --logfile="%%i!output_extension!" "%%i" > %%i.nfo it should look like this: "!mediainfo_path!" --Output=file://"%%i!output_extension!" "%%i" > %%i.nfo
I know the topic is old, but I decided to reply, in case someone has the same problem. Your problem is very simple, this line , instead of: "!mediainfo_path!" --logfile="%%i!output_extension!" "%%i" > %%i.nfo it should look like this: "!mediainfo_path!" --Output=file://"%%i!output_extension!" "%%i" > %%i.nfo
I know the topic is old, but I decided to reply, in case someone has the same problem. Your problem is very simple, this line , instead of: "!mediainfo_path!" **--logfile="%%i!output_extension!"** "%%i" > %%i.nfo it should look like this: "!mediainfo_path!" **--Output=file://"%%i!output_extension!"** "%%i" > %%i.nfo
I know the topic is old, but I decided to reply, in case someone has the same problem. Your problem is very simple, this line , instead of: "!mediainfo_path!" --logfile="%%i!output_extension!" "%%i" > %%i.nfo it should look like this: "!mediainfo_path!" --Output=file://"%%i!output_extension!" "%%i" > %%i.nfo.
I know the topic is old, but I decided to reply, in case someone has the same problem. Your problem is very simple, this line , instead of -->"!mediainfo_path!" --logfile="%%i!output_extension!" "%%i" > %%i.nfo it should look like this --> "!mediainfo_path!" --Output=file://"%%i!output_extension!" "%%i" > %%i.nfo.