Can I make continuous watching button for TV show episode on my container list?
#1
Hello

I'd like to make separate buttons for resumes from where I stopped watching among all episodes.
I tried it as below and it works
xml:

<onclick>PlayMedia($INFO[Container(901).ListItem.FileNameAndPath],resume)</onclick>
but it looks like resume selected items only. Normally, when I enter the list, it selected first one by my sorting method.

This is my scenario what I want
list : ep1(60%,yesterday), ep2(80%, today), ep3(new)....
click resume(or continuous watching) , it will play ep2 (Now, it plays ep1)

Here is my XML code for TV show episode list, I added <!-- Resume buttons -->

ViewsViewTypeList.xml
xml:

<include name="View_901_Ep_View">
.....
<itemlayout height="260" width="430">
...
</itemlayout>
<focusedlayout height="260" width="430">
...
</focusedlayout>
<!-- Resume buttons -->
<control type="button" id="9001">
...
<onclick>PlayMedia($INFO[Container(901).ListItem.FileNameAndPath],resume)</onclick>
</control>
Reply

Logout Mark Read Team Forum Stats Members Help
Can I make continuous watching button for TV show episode on my container list?0