I have question here.
i have 3 deck ( core; Taekim; Subs2srs) i want morphman to analyze known card from all three deck, but i only want subs2srs deck to be modified with n+1 order. is that possible?
my config.py:
# only these can have model overrides
'enabled':True, # whether to analyze notes of a given model, modify their fields, and manipulate due time by Morph Man Index
'set due based on mmi':True, # whether to modify card Due times based on MorphManIndex. does nothing if relevant notes aren't enabled
'ignore maturity':False, # if True, pretends card maturity is always zero
# Model overrides can only override the entries marked above. 2nd priority
model_overrides = {
'Japanese Sub': { 'enabled':True }, #my subs2srs deck model
'Japanese Core':{ 'enabled':False }, #my core deck model
'Japanese Tae':{ 'enabled':False }, #my tae kim deck model
}
Since 'Japanese Core' and 'Japanese Tae' are {enabled:False}. Does Morph still analyze(without modify) those 2 models when i press Ctrl+M ?
EDIT: Nevermind... just change it to { 'enabled':True, 'set due based on mmi': False }, durrr -_-"
i have 3 deck ( core; Taekim; Subs2srs) i want morphman to analyze known card from all three deck, but i only want subs2srs deck to be modified with n+1 order. is that possible?
my config.py:
# only these can have model overrides
'enabled':True, # whether to analyze notes of a given model, modify their fields, and manipulate due time by Morph Man Index
'set due based on mmi':True, # whether to modify card Due times based on MorphManIndex. does nothing if relevant notes aren't enabled
'ignore maturity':False, # if True, pretends card maturity is always zero
# Model overrides can only override the entries marked above. 2nd priority
model_overrides = {
'Japanese Sub': { 'enabled':True }, #my subs2srs deck model
'Japanese Core':{ 'enabled':False }, #my core deck model
'Japanese Tae':{ 'enabled':False }, #my tae kim deck model
}
Since 'Japanese Core' and 'Japanese Tae' are {enabled:False}. Does Morph still analyze(without modify) those 2 models when i press Ctrl+M ?
EDIT: Nevermind... just change it to { 'enabled':True, 'set due based on mmi': False }, durrr -_-"
Edited: 2015-10-24, 11:24 pm
