tylor wrote:Thanks Tikuf..
Are you able to point our an ything else that I can trouble shoot to see why it's not picking up my video_ts collection?
RUNTHIS.BAT FILE::**************************************************************************************************************************
:: ----------- User config start ---Tv Series-------------------------------------------------------------------------------
::
::call M2web-tv.bat "E:\testtv"
call M2web-tv.bat "T:"
(THIS IS YOUR TV SHOW FILE PATH. Only use a mapped network drive without a \)::
::
::----------- User config end ----------------------------------------------------------------------------------------------
:: ----------- User config start -----Movies--------------------------------------------------------------------------------
::call M2web-mv.bat "G:\BluRay"
::call M2web-mv.bat "I:\BluRay"
::call M2web-mv.bat "F:\Dvd"
call M2web-mv.bat "\\Server\Movies\" (
THIS IS YOUR MOVIE FILE PATH, MAKE SURE THE :: IS NOT THERE ON THE LEFT SIDE OF THIS LINE. IF YOU HAVE MORE THAN ONE DRIVE OR FILEPATH, ADD MORE LINES AND LEAVE OUT "::" FOR ANY ADDITIONAL LINES YOU HAVE)
::----------- User config end ----------------------------------------------------------------------------------------------
::***************************************************************************************************************************
M2WEB-MV.BAT FILE:: ----------- User config start ---------------------------------------------------------------------------------------------
:: Script limitations
:: 1. One Dir in search path (will suit most ppl I think)
:: 2. Will only prosess Jpg NOT PNG
:: The file extensions you want to search for...
Set MediaExtn=avi avc xvid divx mkv wmv mp4 3ivx mov qt mpg mpeg ogm dvr-ms dvd
(THIS IS WHERE YOUR FILE EXTENSIONS GO THAT THE BATCH FILE WILL LOOKUP, MAKE SURE "DVD" IS LISTED HERE. YOU CAN SEE ITS ALREADY IN THIS ONE):: The location of mediainfo "command line version" Note no ""
Set MediaInfo=C:\Program Files\MediaInfo\CLI\mediainfo.exe
(YOUR MEDIAINFO.EXE CLI VERSION PATH)::----------- User config end ----------------------------------------------------------------------------------------------
Do what the red writing says and you should be good.