@overture2112, I'm not sure if this feature is already built in somehow, but I wanted the ability to include some decks as input to MM3 without having them be re-scheduled by MM3, so I added a "readonly" option.
e.g.
model_overrides = {
'subs2srs': { 'enabled':True },
'Japanese': { 'readonly':True },
'k2k Japanese': { 'readonly':True },
}
Then I changed the logic so decks with 'readonly' == True participate in the morpheme input phase but not in the output phase.
e.g.
model_overrides = {
'subs2srs': { 'enabled':True },
'Japanese': { 'readonly':True },
'k2k Japanese': { 'readonly':True },
}
Then I changed the logic so decks with 'readonly' == True participate in the morpheme input phase but not in the output phase.
