Difference between revisions of "Anri-chan/Source/config.ini"
From SDA Knowledge Base
(Anri-chan/Source/config.ini moved to Anri-chan/Source/config old.ini: The sample config is now obsolete, due to the changes to config handling) |
(The new config: rejoice, for it is cool) |
||
Line 1: | Line 1: | ||
− | # | + | <pre><nowiki> |
+ | #this is a comment line | ||
+ | #it should be ignored by anri | ||
+ | |||
+ | #nes=0 | ||
+ | #nmf=0 | ||
+ | #gb=0 | ||
+ | #gba=0 | ||
+ | #vhs=0 | ||
+ | #progressive=0 | ||
+ | #deflickered=0 | ||
+ | #pixelbob=0 | ||
+ | #avidir=C:/dirwithavis/ | ||
+ | #spec=d1f13d | ||
+ | #dvdsource=folder,anotherfolder | ||
+ | #rip=G:folder | ||
+ | #sample_extraction=1234 | ||
+ | statid1=name | ||
+ | statid2=game | ||
+ | statid3=type and time | ||
+ | pcgame=1 | ||
+ | projectname=test | ||
+ | qualities=lq,mq,hq,iq,xq,lqavi,mqavi | ||
+ | avifile=C:/file1.avi | ||
+ | avifile=C:/file2.avi | ||
+ | </nowiki></pre> |
Latest revision as of 08:05, 22 March 2009
#this is a comment line #it should be ignored by anri #nes=0 #nmf=0 #gb=0 #gba=0 #vhs=0 #progressive=0 #deflickered=0 #pixelbob=0 #avidir=C:/dirwithavis/ #spec=d1f13d #dvdsource=folder,anotherfolder #rip=G:folder #sample_extraction=1234 statid1=name statid2=game statid3=type and time pcgame=1 projectname=test qualities=lq,mq,hq,iq,xq,lqavi,mqavi avifile=C:/file1.avi avifile=C:/file2.avi