Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pvr] Show resume indicator for recordings + some cleanups #1452

Merged
merged 3 commits into from Oct 1, 2012

Commits on Sep 22, 2012

  1. [pvr] Resume indicator for recordings

    Update LISTITEM_IS_RESUMABLE and LISTITEM_PERCENT_PLAYED in
    CGUIInfoManager to support recordings properly.
    fetzerch committed Sep 22, 2012
    Copy the full SHA
    cfab786 View commit details
    Browse the repository at this point in the history
  2. [pvr] Cleanup recording's 'set play count' / 'set play position' on t…

    …he backend
    
    Move code that updates recording's play count on the backend from video database into CSaveFileJob
    Move code that updates recording's play position on the backend from dvd player into CSaveFileJob
    Moved Get/SetLastPlayedPosition from CPVRManager to CPVRRecording and removed no more needed UpdateCurrentLastPlayedPosition
    fetzerch committed Sep 22, 2012
    Copy the full SHA
    0d18c57 View commit details
    Browse the repository at this point in the history
  3. [pvr] Clear a recording's resume bookmark also on the backend when ma…

    …rking watched / changing the play count
    fetzerch committed Sep 22, 2012
    Copy the full SHA
    b0b7845 View commit details
    Browse the repository at this point in the history