Watch Videos - Mark as Watched

Post Reply
gnurocks
Junior
Posts: 44
Joined: Fri Dec 01, 2017 11:18 pm
United States of America

Watch Videos - Mark as Watched

Post by gnurocks »

My favorite theme is Mythbuntu. However, to get an icon to materialize for "Mark as Watched" in Watch Videos, I have to apply the following patch from an old Mailing List Archive:

Edit /home/username/.mythtv/themes/Mythbuntu/base.xml

PUT IN LINE #269

Code: Select all

                     <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">
How can I get this to the Mythbuntu Theme developers as a change request?
white_haired_uncle
Senior
Posts: 389
Joined: Thu Feb 23, 2023 8:55 pm
Location: Safe outside my gilded cage
United States of America

Re: Watch Videos - Mark as Watched

Post by white_haired_uncle »

I don't know if this is the "official" version, but it looks promising:

https://github.com/MythTV-Themes/Mythbuntu
gnurocks
Junior
Posts: 44
Joined: Fri Dec 01, 2017 11:18 pm
United States of America

Re: Watch Videos - Mark as Watched

Post by gnurocks »

Yes, this is the version I've been tracking and using. Thank you. But, how does one submit a fix request to this github repository? The base.xml file is 2 months old and still shows as not having this patch.
white_haired_uncle
Senior
Posts: 389
Joined: Thu Feb 23, 2023 8:55 pm
Location: Safe outside my gilded cage
United States of America

Re: Watch Videos - Mark as Watched

Post by white_haired_uncle »

You could edit the file and submit a pull request, or open an issue to request the change be made.

https://github.com/MythTV-Themes/Mythbuntu/issues
gnurocks
Junior
Posts: 44
Joined: Fri Dec 01, 2017 11:18 pm
United States of America

Re: Watch Videos - Mark as Watched

Post by gnurocks »

white_haired_uncle wrote:
Fri Mar 15, 2024 6:04 pm
You could edit the file and submit a pull request, or open an issue to request the change be made.

https://github.com/MythTV-Themes/Mythbuntu/issues
Outstanding. Exactly what I was looking for. Thanks!
User avatar
kmdewaal
Developer
Posts: 687
Joined: Wed Dec 07, 2016 8:01 pm
Netherlands

Re: Watch Videos - Mark as Watched

Post by kmdewaal »

You can also try an email to the mythtv-users mailing list mythtv-users@mythtv.org in case creating an issue does not work.
gnurocks
Junior
Posts: 44
Joined: Fri Dec 01, 2017 11:18 pm
United States of America

Re: Watch Videos - Mark as Watched

Post by gnurocks »

kmdewaal wrote:
Tue Mar 19, 2024 11:00 pm
You can also try an email to the mythtv-users mailing list mythtv-users@mythtv.org in case creating an issue does not work.
Thanks. I'll use this and the other options in the coming days.
Post Reply