well unfortunately its a bug in nextpvr, the json return for recordings is this
which isnt valid json, its using False/True instead of false/true. Sub will need to fix this.
I've emailed sub about the issue.
The reason I did add a version restriction (works with >3.2.1 and less than 3.3) was incase something did break I could verify/fix any issues before people upgraded. Unfortunately this didn't help this time, but thats the logic behind the version restriction.
Code:
{
"recordings": [
{
"id": 850,
"name": "House Rules",
"desc": "In Adelaide, some teams continue to disagree over the all-important flow of Carly and Leighton\u2019s house as they fight for precious space. S1 Ep14",
"startTime": 1396655098,
"duration": 1142,
"status": "Ready",
"quality": "QUALITY_DEFAULT",
"channel": "TV3",
"channelId": 7152,
"blue": False,
"green": False,
"yellow": False,
"red": False,
"recurring": false,
"recurringParent": 0
}
]
}
I've emailed sub about the issue.
The reason I did add a version restriction (works with >3.2.1 and less than 3.3) was incase something did break I could verify/fix any issues before people upgraded. Unfortunately this didn't help this time, but thats the logic behind the version restriction.