Does anyone know the string associated with all the view modes? I want to disable specific view modes which are not appropriate within my plugin; specifically, the media preview. I’ve seen the following code:
<br />
dir = MediaContainer(disabledViewModes=["Coverflow"], title1 = Locale.LocalString('Title'))<br />
but what's the different specific names for the modes that can be disabled?
I was hoping that the MediaContainer used by Other, would only allow the user to view it in InfoList and List mode. However, it's still possible to view it in all modes. Any ideas?