Release WatchedList - service to automatically save/restore watched state
Hey Everyone,

Wondering if I can get a hand investigating a problem I'm having on my firestick...

I observe that the imdbnumber for a show changes depending on the system. For my laptop (ubuntu) and my mi box (android), for example, "The Good Fight" has an ID of 69158.  However, on my firestick, the same show has an imdbnumber of 320766.

I don't think this is actually a bug with the addon, although maybe there is something I don't understand. To get this information, I'm just POSTing the following (pulled right out of the addon source) to the different boxes:

json:
{
  "jsonrpc": "2.0",
  "method": "VideoLibrary.GetTVShows",
  "params": {
    "properties": ["title", "imdbnumber"],
    "sort": {"order": "ascending", "method": "title"}
  },
  "id": 1
}

2/3 are consistent, and one -- the firestick -- is off in its own world. This is repeatable too, if I clear out the firestick, the same thing happens (though, I haven't checked to see if the id changes).

The only difference is that the firestick is on 18.0, whereas the other systems are either 18.2 (compiled from source) or 18.1.

Thoughts?
Reply


Messages In This Thread
RE: WatchedList - service to automatically save/restore watched state - by micahg - 2019-04-17, 05:30
Logout Mark Read Team Forum Stats Members Help
WatchedList - service to automatically save/restore watched state3