http://www.mezzmo.com/wiki/doku.php?...odi_user_guide

In this article the solution to use the autoexec.py works 100%

But, as you can see on this screenshot: http://www.mezzmo.com/wiki/lib/exe/f...on-servers.png

it brings you to the default plugin view. In the case of the example you see the server named "Mezzmo" next to the refresh button.

QUESTION 1: How do I modify the py to automatically go into the server "Mezzmo"

QUESTION 2: And to go even further. How can I set it that it automatically goes into: "Mezzmo / Videos" ?

Also about adding a button to kodi to launch mezzmo.

QUESTION 3: How would I configure such a button? this would be a kodi question but maybe someone here knows how.

In Kodi I add a button for starting Mezzmo:
<item id="81">
<label>Mezzmo Video</label>
<onclick>ActivateWindow(10025,&quot;plugin://plugin.video.mezzmo/?content_type=video&quot;,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>

But if I could tell it somehow to automatically login to a specific folder in mezzmo I could do this
<item id="81">
<label>Mezzmo Video</label>
<onclick>ActivateWindow(10025,&quot;plugin://plugin.video.mezzmo/?content_type=video&quot;,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
<item id="82">
<label>Mezzmo Music</label>
<onclick>ActivateWindow(10025,&quot;plugin://plugin.video.mezzmo/?content_type=video&quot;,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
<item id="83">
<label>Mezzmo Pictures</label>
<onclick>ActivateWindow(10025,&quot;plugin://plugin.video.mezzmo/?content_type=video&quot;,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>

But then Video/Music/Pictures would have to point at that specific server and folder of course.