Posts: 9
Joined: May 2015
Reputation:
0
2015-05-24, 12:08
(This post was last modified: 2015-05-24, 13:31 by metu71.)
Hi,
I'm new to this forum and have an issue with pvr.mythtv (1.12.6) which I'm using in Raspberry Pi (openelec 5.0.8) and have MythTV 0.27 running in my server.
I have system up, I can view programs, EPG, etc. Everything works ok, but the issue I have is that I cannot set bookmarks for the shows I have watched. With earlier XBMC (Gotham) Mythtv addon version it worked ok.
I have 20+ years of experience in SW design and debugging in mobile phone industry, so I though I give it a try and try to see from logs if there is some clear indication what is the issue. I enabled extra debug traces from pvr.mythtv addon advanced config, but still I don't see all the log messages. I only get Mythtv addon NOTICE and ERROR lines in the log file (/storage/.kodi/temp/kogi.log). And there is nothing about bookmarks.
Am I doing something wrong to enable the DEBUG logs?
Any known errors with the bookmarks?
-Metu71-
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
If you read this thread you will see the problem. 0.27 doesn't have the facilities for this in it's API. 0.28 does.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 9
Joined: May 2015
Reputation:
0
Thanks, nickr. I apologize for being too lazy to do that in the first place. This thread is getting quite long...
Do you have any ideas about the logging of the pvr.mythtv? Now that my daughter is getting older I start to have more spare time and maybe I could help implementing/testing some new features to the addon. Before doing that I need to have basic practices covered.
Posts: 9
Joined: May 2015
Reputation:
0
2015-05-25, 14:48
(This post was last modified: 2015-05-25, 16:55 by metu71.)
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
Posts: 260
Joined: Mar 2012
Reputation:
5
Quick questions.
I have installed Openelec 6.0 Beta (5.95.1)
When I try to install your myth add-on(1.12.18), I get a message "Dependencies not met".
I can install and use MythTV PVR Addon that is in the openelec repository.
Is your addin not yet ready for the 6.0 beta?
Your add-in seemed to run great on 5.0.x.
I don't want to start a flame war but can you describe how your addon is different?
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
It is the same add-on although maybe different versions.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 260
Joined: Mar 2012
Reputation:
5
I see from the first post that this is a fork using a new Myth API and that the old addin is using an API that is scheduled for deprecation.
So same authors I guess?
Any thought about Why the install failed on OpenElec 5.95.1?
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Sounds like you got the right thing then.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)