Quote from Heidman:
Any chance of being able to specify where the work/final folder would be created?
It puts it on the desktop, not a big deal, but my C drive is rather small and I cant make an NMF file for the really large videos or when I wanna make IQ and XQ. My E drive is plenty big enough for it though.
Just a thought
It puts it on the desktop, not a big deal, but my C drive is rather small and I cant make an NMF file for the really large videos or when I wanna make IQ and XQ. My E drive is plenty big enough for it though.
Just a thought
You can change the parent directory.
Look in program files\anrichan3.2\ for the file ini.bat. Open this in notepad. The code looks like:
Code:
REM -- DO NOT SET FOLDER PATHS IN PROGRAM FILES\ -- REM Change directory where project folder is saved. REM No backslash. Set to E: for example. If blank, saves to desktop. SET project_parentdir= REM Change directory where Anri-chan rips DVDs. REM No closing backslash. Set to E:\AnrichanMPEG for example. SET dvdripto_parentdir=C:\AnrichanMPEG REM Advanced mode currently enables: REM - Rip specific title numbers SET advanced_mode=false
You want to put a value for project_parentdir.