[mythtv] show watched state in video-tree list and auto-mark-as-watched

Markus Schulz msc at antzsystem.de
Mon Oct 3 12:44:58 UTC 2011


 hello,

 i've tried to add a visual indicator for watched/not-watched videos to 
 the video-ui.
 But i don't see the chosen text value New/Old on buttonlist elements.
 Is this currently unsupported or a bug?
 I've added something like this to the basevideolist (Arclight/base.xml) 
 which is used as a template for the buttonlist in the video-tree.
 (copied from recordinglist where statetype watched is working fine)

                 <statetype name="watched">
                     <state name="no">
                         <textarea name="uhuh">
                             <area>604,10,50,70</area>
                             <align>right,vcenter</align>
                             <font>basesmalllightgreen</font>
                             <alpha>150</alpha>
                             <value>New</value>
                         </textarea>
                     </state>
                     <state name="yes" >
                         <textarea name="uhuh">
                             <area>604,10,50,70</area>
                             <align>right,vcenter</align>
                             <font>basesmalllightgreen</font>
                             <alpha>150</alpha>
                             <value>Old</value>
                         </textarea>
                     </state>
                 </statetype>


 secondly, should the feature "automatically mark as watched" work too 
 for videos?

 regards,
 msc


More information about the mythtv-dev mailing list