Changes between Version 5 and Version 6 of Ticket #13589


Ignore:
Timestamp:
Sep 23, 2020, 9:31:21 PM (4 years ago)
Author:
Peter Bennett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13589 – Description

    v5 v6  
    44- Redirect for download of files on slave backends use wrong URL. Redirects to host name as server address. This does not work if there is no DNS or the DNS name does not match the MythTV host name. The API should look up the IP address of the host in the settings and use that. (Note I cannot use the hosts file to resolve the address since the APIs are called from Android and you cannot update android system files).
    55- Settings API returns nothing for null host id requests. Entries that are system wide have null host id and they should be able to be read.
    6 - !GetRecordedList has parameters for selecting by !RecordId, Start Time and many others. ~~It seems that whatever you specify, you still get the full unfiltered list~~
     6- !GetRecordedList has parameters for selecting by ~~!RecordId,~~ Start Time and many others. ~~It seems that whatever you specify, you still get the full unfiltered list~~
    77- Guide/!GetProgramGuide has a problem if two channels have the same xmltvid. It only gets the programs on one of the channels and the other channel is omitted. This can happen for various reasons, e.g. the same channel is available on two frequencies. Mythfrontend does not have this problem, and Guide/!GetProgramList does not have this problem.