<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    On 7/19/2021 5:17 AM, Al Esch wrote:<br>
    <blockquote type="cite"
cite="mid:%3CCAMNJ-8fTSs-7PbuRYKPiyb3xbXW21Oq1XCHXuuTyFnQ9tf-ejQ@mail.gmail.com%3E">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Sun, Jul 18, 2021 at 4:55
            PM revans <<a href="mailto:revans42@gmail.com"
              moz-do-not-send="true">revans42@gmail.com</a>> wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">In "Watch Videos" if you
            highlight a file and do "Info" you have a<br>
            option to "Mark as watched" or "Mark as unwatched".<br>
            <br>
            However, this information is only visible in that screen. 
            Is there a<br>
            way to have it show in some way when just looking at the
            list of video<br>
            files? I suppose there is not a way to have it show a eye
            symbol like<br>
            it does with recorded programs but some way of telling a
            file had been<br>
            marked as watched would be really handy.<br>
            _______________________________________________<br>
            mythtv-users mailing list<br>
            <a href="mailto:mythtv-users@mythtv.org" target="_blank"
              moz-do-not-send="true">mythtv-users@mythtv.org</a><br>
            <a
              href="http://lists.mythtv.org/mailman/listinfo/mythtv-users"
              rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
            <a href="http://wiki.mythtv.org/Mailing_List_etiquette"
              rel="noreferrer" target="_blank" moz-do-not-send="true">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
            MythTV Forums: <a href="https://forum.mythtv.org"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://forum.mythtv.or</a></blockquote>
          <div><br>
          </div>
          <div>You can filter the display to only show unwatched or
            watched</div>
        </div>
      </div>
    </blockquote>
    <br>
    Here's a patch that will show the watched icon in the
    MythCenter-wide theme, assuming you use the List view.<br>
    <br>
    diff --git a/mythtv/themes/MythCenter-wide/base.xml
    b/mythtv/themes/MythCenter-wide/base.xml<br>
    index ad15426578..57ea115fb2 100644<br>
    --- a/mythtv/themes/MythCenter-wide/base.xml<br>
    +++ b/mythtv/themes/MythCenter-wide/base.xml<br>
    @@ -196,6 +196,15 @@<br>
                         <cutdown>yes</cutdown><br>
                         <align>left,vcenter</align><br>
                     </textarea><br>
    +                <statetype name="watchedstate"><br>
    +                    <position>100%-20,7</position><br>
    +                    <state name="yes"><br>
    +                    <imagetype name="watchedimage"><br>
    +                       
    <filename>small_watched.png</filename><br>
    +                       
    <preserveaspect>true</preserveaspect><br>
    +                    </imagetype><br>
    +                    </state><br>
    +                </statetype><br>
                     <statetype name="buttoncheck"><br>
                         <position>91%,4</position><br>
                         <state type="off"><br>
    <br>
  </body>
</html>