2015-05-28, 11:23
(2015-05-28, 08:20)glubbish Wrote:(2015-05-25, 14:48)metu71 Wrote: I'm sure here is plenty of people who knows better, please correct if my finding is not relevant/correct.
To me it seems that your MythTV backend isn't holding preview images for your recordings. If you browse you media library using MythTV frontend (for example locally in MythTV server machine) can you see preview images for your recordings? The first line on the response is saying the status for the request and that is checked in GetResponse function. That is the only place in that function that can change the default return value (false) to true.
This is the first line in the response: (CPPMyth)GetResponse: HTTP/1.1 301 Unknown
The files in ~/.kodi/userdata/addon_data/pvr.mythtv/cache/thumbnail have many with zero length
I deleted one and copied another to its name and the error for that one ceased.
However just deleting them all, brings them back zero length as well.
I cannot find where they are coming from.
I did a search of the whole system (all disks), but the names (and partial names) only appear in the thumbnail directory
I wonder if there is anything in mythtv backend log about those trial to read it from the backend. I can see preview images via mythweb, but those are usually created with some delay after the recording has finished. There is a separate log file for this process in your backend.
Maybe Kodi is trying to read it too quickly after recording has stopped. If preview image is not yet available, it might create an empty file. This doesn't explain why it still doesn't work if zero size file is deleted.
I checked from my system that preview images are stored in same directory as recorded files.