[mythtv-commits] [MythTV/mythtv] 66bb83: V2 Services API: Adds Dvr/UpdateRecordedMetadata

billmeek noreply at github.com
Sat Jul 16 22:35:54 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 66bb838369e8a15ea2ba89dc5f67594daeb40ea4
      https://github.com/MythTV/mythtv/commit/66bb838369e8a15ea2ba89dc5f67594daeb40ea4
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2022-07-16 (Sat, 16 Jul 2022)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/v2dvr.cpp
    M mythtv/programs/mythbackend/servicesv2/v2dvr.h

  Log Message:
  -----------
  V2 Services API: Adds Dvr/UpdateRecordedMetadata

Provides a way to change a subset of a recording's
metadata.

Always required:

    RecordedId          uint, selects the recording to update

Select one or more of these:

    AutoExpire          true/false
    BookmarkOffset      uint
    BookmarkOffsetType  position, duration or not even sent
                        (requires BookmarkOffset)
    Damaged             true/false
    Description         string
    Episode             uint
    Inetref             string
    OriginalAirDate     yyyy/mm/dd
    Preserve            true/false
    Season              uint
    Stars               0-10
    SubTitle            string
    Title               string
    Watched             true/false

Dvr/SetSavedBookmark and Dvr/UpdateWatchedStatus will log a
warning announcing that they're deprecated.




More information about the mythtv-commits mailing list