Movie Set infopage buttons

Hi everyone,
I’m trying to add two buttons in the custom infopage below for movie sets.
On the first one I want it to open the collection folder (show the movies inside the collection) and on the second one I want it to open the window “choose art”

on the first one I tried this

PHP Code:
<control type="button" id ="8">
<
description>Movies</description>
    <
label>342</label>
    <include>
DefInfoButtons</include>
    <
onclick>Action(Select,1)</onclick>
    <
onclick>Action(Close)</onclick>                        
</
control

on the second, I tried this. The sendclick works on the dialogvideoinfo, but not on this custom window. it is possible to choose artwork on the contextmenu->manage

PHP Code:
<control type="button" id ="33">
        <
description>Get Thumb</description>
        <
label>13405</label>
        <include>
DefInfoButtons</include>
    <
onclick>SendClick(10)</onclick>
        <
visible>!Skin.HasSetting(global.kioskmode)</visible>
 </
control

Neither of those worked so I need your help to figure it out.

[Image: f6vLksj.png]

Thanks in advance
Best regards