elif 'novideo' in targettype and targettype.get('audioCodec'):
        # need video only -- no codec change in audio & remove video
        for newkey, newtargettype in list(WebVideoTranscode.settings.items()):
            if info.audio.codec == newtargettype.get('audioCodec') and \
                    'novideo' in newtargettype: