<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 27, 2021 at 6:59 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</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">On Sat, 27 Feb 2021 09:39:41 +0000, you wrote:<br>
<br>
>I've been making more use of the Videos section over the last few months with moving boxsets from dvd to files. This has spured watching content chronologically rather than pot luck order via recording their broadcasted version.<br>
><br>
>What we're finding is that it's very hard to keep track of where we're up to. typically we know which season, but the episode is much more difficult to know so ends up browsing where we think we are, starting playback to find if we have a bookmark and ultimately exiting and playing the next file till we stumble upon the correct one.<br>
><br>
><br>
><br>
>I think it's a case of the streaming services having both 'resume watching' which will immediately resume playback from your recent media (as does emby and plex iirc), and they also seem to have better visibility as you browse content on whether they've been watched or not.<br>
><br>
><br>
><br>
>are there any options i've overlooked that would make mythtv Videos more user/WAF friendly in this respect?<br>
><br>
>liveTV/recordings side is much easier to see progress but feels like the Videos area is archaic and massive overhaul is required to bring it inline with other solutions.<br>
><br>
>I can completely see how Videos would work better with films which are a single file  you'd typically watch in it's entirety, but for TV boxsets it seems much more difficult to keep track of where you are.<br>
<br>
There is nothing that is very friendly that I know of.  I have used<br>
several different strategies.  If I am not going to want to watch the<br>
series again, I just delete the watched files as soon as I finish<br>
watching them.  If I do want to watch them again, then I have tried<br>
just writing down on a piece of paper which episode I am up to, and<br>
also doing the same in the Notes app of my cellphone.  That works well<br>
but is annoying, and you have to remember to do it.  One other<br>
possible way to do it that I have not tried is to have a "watched"<br>
directory or subdirectory and move the watched files to that.  But<br>
moving files around is not an available function of the Videos code,<br>
so it would need to be done from a command prompt or files app.<br>
<br>
If you have truly lost track of what you were watching last night,<br>
then you can look in the mythfrontend.log file and see what you last<br>
played:<br>
<br>
grep mythplayer /var/log/mythtv/mythfrontend.log | grep OpenFile<br>
<br>
or for the rotated log files:<br>
<br>
grep mythplayer /var/log/mythtv/mythfrontend.log.* | grep OpenFile<br>
<br>
This will list all the recordings you played also, but it is obvious<br>
which is which.  You have to do it before the mythfrontend.log* files<br>
have been rotated and the old information deleted - how long that<br>
takes will depend on how much you use mythfrontend.  You can alter the<br>
logrotate settings (in the /etc/logrotate.d/mythfrontend file in<br>
Ubuntu) if you want to keep larger logs or more rotated files.  Log<br>
rotation normally happens at midnight.  In Ubuntu, it uses the<br>
logrotate.service and logrotate.timer systemd units to do this.<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a></blockquote><div><br></div><div>What I do is filter the display to only show unwatched episodes. When I finish an episode, I hit Menu>Mark as Watched. </div></div></div>