[mythtv-users] "Watch Videos" Mark as watched

faginbagin helen.buus at gmail.com
Mon Jul 19 18:10:13 UTC 2021


On 7/19/2021 5:17 AM, Al Esch wrote:
>
>
> On Sun, Jul 18, 2021 at 4:55 PM revans <revans42 at gmail.com 
> <mailto:revans42 at gmail.com>> wrote:
>
>     In "Watch Videos" if you highlight a file and do "Info" you have a
>     option to "Mark as watched" or "Mark as unwatched".
>
>     However, this information is only visible in that screen. Is there a
>     way to have it show in some way when just looking at the list of video
>     files? I suppose there is not a way to have it show a eye symbol like
>     it does with recorded programs but some way of telling a file had been
>     marked as watched would be really handy.
>     _______________________________________________
>     mythtv-users mailing list
>     mythtv-users at mythtv.org <mailto:mythtv-users at mythtv.org>
>     http://lists.mythtv.org/mailman/listinfo/mythtv-users
>     <http://lists.mythtv.org/mailman/listinfo/mythtv-users>
>     http://wiki.mythtv.org/Mailing_List_etiquette
>     <http://wiki.mythtv.org/Mailing_List_etiquette>
>     MythTV Forums: https://forum.mythtv.or <https://forum.mythtv.org>
>
>
> You can filter the display to only show unwatched or watched

Here's a patch that will show the watched icon in the MythCenter-wide 
theme, assuming you use the List view.

diff --git a/mythtv/themes/MythCenter-wide/base.xml 
b/mythtv/themes/MythCenter-wide/base.xml
index ad15426578..57ea115fb2 100644
--- a/mythtv/themes/MythCenter-wide/base.xml
+++ b/mythtv/themes/MythCenter-wide/base.xml
@@ -196,6 +196,15 @@
                      <cutdown>yes</cutdown>
                      <align>left,vcenter</align>
                  </textarea>
+                <statetype name="watchedstate">
+                    <position>100%-20,7</position>
+                    <state name="yes">
+                    <imagetype name="watchedimage">
+ <filename>small_watched.png</filename>
+ <preserveaspect>true</preserveaspect>
+                    </imagetype>
+                    </state>
+                </statetype>
                  <statetype name="buttoncheck">
                      <position>91%,4</position>
                      <state type="off">

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20210719/1e0edcfe/attachment.htm>


More information about the mythtv-users mailing list