[mythtv-commits] [MythTV/mythtv] c2ff15: Python Bindings: Open video/recoring in binary mode

rcrdnalor noreply at github.com
Wed Aug 26 22:12:50 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: c2ff157ca0a983850f372dd90a66352c8f3c8062
      https://github.com/MythTV/mythtv/commit/c2ff157ca0a983850f372dd90a66352c8f3c8062
  Author: Roland Ernst <rcrernst at gmail.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M mythtv/bindings/python/MythTV/mythproto.py

  Log Message:
  -----------
  Python Bindings: Open video/recoring in binary mode

Since the exported function `ftopen` is meant for videos or
recordings, open those type of files in binary mode.

Tested with python2.7 and python3.6

Refs #13475

Thanks to Jay Harbeston, who reported this issue
See
http://lists.mythtv.org/pipermail/mythtv-users/2020-August/404781.html


  Commit: a9736fc1d24d1eacee80a418249d8e6ae78a6f3f
      https://github.com/MythTV/mythtv/commit/a9736fc1d24d1eacee80a418249d8e6ae78a6f3f
  Author: Roland Ernst <rcrernst at gmail.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M mythtv/bindings/python/MythTV/mythproto.py

  Log Message:
  -----------
  Python Bindings: Add robustness on using paths to videos or recordings

Storage Group paths may be defined with or without trailing slash ('/').
Accept both.

Thanks to Jay Harbeston, who reported this issue
See
http://lists.mythtv.org/pipermail/mythtv-users/2020-August/404781.html


Compare: https://github.com/MythTV/mythtv/compare/9d084c2e42ec...a9736fc1d24d


More information about the mythtv-commits mailing list