Opened 13 years ago

Closed 12 years ago

#9999 closed Bug Report - General (fixed)

Automatically mark recording as watched does unmark, too

Reported by: dekarl@… Owned by: markk
Priority: trivial Milestone: 0.25
Component: MythTV - Video Playback Version: Master Head
Severity: low Keywords:
Cc: Ticket locked: no

Description

I have set my frontends to automatically mark recordings as watched. It works like a charm. When just jumping in a watched recording (to show someone a scene or so) and exiting near the beginning of the recording the "watched" state gets reset.

Change History (2)

comment:1 Changed 13 years ago by dekarl@…

Should recordings be marked unwatched automatically after having been marked watched before?

https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/mythplayer.cpp#L3180

player_ctx->playingInfo->SaveWatched(false);
LOG(VB_GENERAL, LOG_INFO, LOC + "Marking recording as unwatched");

comment:2 Changed 12 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: newclosed

MythPlayer?: Don't automatically mark a recording as 'unwatched'.

The setting help text clearly states that it is for automatically marking as watched and unsetting the watched flag is counter-intuitive and likely to confuse - so leave it to the user to mark as unwatched from the Watch Recordings Screen.

Closes #9999

Branch: master Changeset: dca5ea09b1da3503c4ed64b402f66cf4665c9e6e

Note: See TracTickets for help on using tickets.