[mythtv-commits] [MythTV/mythtv] aa26a6: Python Bindings: Fix version test for Frontend ser...

billmeek noreply at github.com
Tue Jun 4 17:18:19 UTC 2019


  Branch: refs/heads/fixes/30
  Home:   https://github.com/MythTV/mythtv
  Commit: aa26a6b76bf00fcd5ddb051c76f9994757e09913
      https://github.com/MythTV/mythtv/commit/aa26a6b76bf00fcd5ddb051c76f9994757e09913
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M mythtv/bindings/python/MythTV/services_api/send.py

  Log Message:
  -----------
  Python Bindings: Fix version test for Frontend services

Use Frontend/version to 'prime' the session for POSTs (was always
using Myth/version.)

(cherry picked from commit c12ff7cac94d570f9c6b566b455811c5a90735d6)


  Commit: 402e8274435cfab094cd902105a11231b7eadfbc
      https://github.com/MythTV/mythtv/commit/402e8274435cfab094cd902105a11231b7eadfbc
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M mythtv/programs/mythbackend/httpstatus.cpp

  Log Message:
  -----------
  HTTP Status: Restore thousands separators and use proper LOCALE choice

In #3957 the LOCALE was fixed to QLocale::C, and a report on the Forum
pointed out the commas were lost after upgrading to Ubuntu 18.04 from
16.04. I haven't found any Qt documentation that says the existing
method is wrong, but this fix puts commas back and should have the
side affect of using the correct separator in other LOCALS.

(cherry picked from commit 9f6230f1dc9db1d34be9c5ef3986ac640e7f4316)


  Commit: 4761e7a6d42a86c11f10bd4dea83ca8eb022b016
      https://github.com/MythTV/mythtv/commit/4761e7a6d42a86c11f10bd4dea83ca8eb022b016
  Author: Jan Ceuleers <jan.ceuleers at gmail.com>
  Date:   2019-06-04 (Tue, 04 Jun 2019)

  Changed paths:
    M mythtv/programs/scripts/metadata/Movie/tmdb3.py

  Log Message:
  -----------
  tmdb3.py: Prevent program from stalling

>From the -users list. If one (or more) requests stall, no
more metadata is retrieved until all stalled requests are
killed (or the backend is rebooted.)

Signed-off-by: Bill Meek <billmeek at mythtv.org>
(cherry picked from commit 98f4fc8c47040b1afb8cbca1886765cc06943923)


Compare: https://github.com/MythTV/mythtv/compare/8d04874b1ecf...4761e7a6d42a


More information about the mythtv-commits mailing list