[mythtv-commits] [MythTV/mythtv] 245310: Revert "V2 Services: Fix for missing version on re...

Peter Bennett noreply at github.com
Wed Aug 25 19:34:08 UTC 2021


  Branch: refs/heads/devel/http
  Home:   https://github.com/MythTV/mythtv
  Commit: 24531088f73780cc87ae6cfb22af7c8473e89cb3
      https://github.com/MythTV/mythtv/commit/24531088f73780cc87ae6cfb22af7c8473e89cb3
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M mythtv/libs/libmythbase/http/serialisers/mythxmlplistserialiser.cpp
    M mythtv/libs/libmythbase/http/serialisers/mythxmlserialiser.cpp

  Log Message:
  -----------
  Revert "V2 Services: Fix for missing version on return xml"

Reverting the change and we will be using Version instead of version.

This reverts commit 874dc432c79098e09b948408928762ff9fbcae05.


  Commit: 7f5c6073d21374098aac2c6f275ae356e5f750bb
      https://github.com/MythTV/mythtv/commit/7f5c6073d21374098aac2c6f275ae356e5f750bb
  Author: Peter Bennett <pbennett at mythtv.org>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M mythtv/programs/mythbackend/servicesv2/preformat.h
    M mythtv/programs/mythbackend/servicesv2/v2artworkInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2artworkInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2blurayInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2castMember.h
    M mythtv/programs/mythbackend/servicesv2/v2castMemberList.h
    M mythtv/programs/mythbackend/servicesv2/v2channelGroup.h
    M mythtv/programs/mythbackend/servicesv2/v2channelGroupList.h
    M mythtv/programs/mythbackend/servicesv2/v2channelInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2connectionInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2cutList.h
    M mythtv/programs/mythbackend/servicesv2/v2cutting.h
    M mythtv/programs/mythbackend/servicesv2/v2databaseInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2encoder.h
    M mythtv/programs/mythbackend/servicesv2/v2encoderList.h
    M mythtv/programs/mythbackend/servicesv2/v2genre.h
    M mythtv/programs/mythbackend/servicesv2/v2genreList.h
    M mythtv/programs/mythbackend/servicesv2/v2input.h
    M mythtv/programs/mythbackend/servicesv2/v2inputList.h
    M mythtv/programs/mythbackend/servicesv2/v2lineup.h
    M mythtv/programs/mythbackend/servicesv2/v2liveStreamInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2liveStreamInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2logInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2logMessage.h
    M mythtv/programs/mythbackend/servicesv2/v2logMessageList.h
    M mythtv/programs/mythbackend/servicesv2/v2markup.h
    M mythtv/programs/mythbackend/servicesv2/v2markupList.h
    M mythtv/programs/mythbackend/servicesv2/v2myth.h
    M mythtv/programs/mythbackend/servicesv2/v2programAndChannel.h
    M mythtv/programs/mythbackend/servicesv2/v2programGuide.h
    M mythtv/programs/mythbackend/servicesv2/v2programList.h
    M mythtv/programs/mythbackend/servicesv2/v2recRule.h
    M mythtv/programs/mythbackend/servicesv2/v2recRuleFilter.h
    M mythtv/programs/mythbackend/servicesv2/v2recRuleFilterList.h
    M mythtv/programs/mythbackend/servicesv2/v2recRuleList.h
    M mythtv/programs/mythbackend/servicesv2/v2recording.h
    M mythtv/programs/mythbackend/servicesv2/v2storageGroupDir.h
    M mythtv/programs/mythbackend/servicesv2/v2storageGroupDirList.h
    M mythtv/programs/mythbackend/servicesv2/v2timeZoneInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2titleInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2titleInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2versionInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2videoLookupInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2videoLookupInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2videoMetadataInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2videoMetadataInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2videoMultiplex.h
    M mythtv/programs/mythbackend/servicesv2/v2videoMultiplexList.h
    M mythtv/programs/mythbackend/servicesv2/v2videoSource.h
    M mythtv/programs/mythbackend/servicesv2/v2videoSourceList.h
    M mythtv/programs/mythbackend/servicesv2/v2videoStreamInfo.h
    M mythtv/programs/mythbackend/servicesv2/v2videoStreamInfoList.h
    M mythtv/programs/mythbackend/servicesv2/v2wolInfo.h

  Log Message:
  -----------
  V2 Services: Change "version" to "Version" in structures

Structures and service classes were inconsistent. Now all will
use "Version" in the class info.


Compare: https://github.com/MythTV/mythtv/compare/488fe7e916dc...7f5c6073d213


More information about the mythtv-commits mailing list