Posts: 35
Joined: Dec 2015
Reputation:
0
MicWit
Junior Member
Posts: 35
Has anyone tried changing the start and end times of a recording in Kodi with MythTV as the backend PVR? I am finding that with a once off recording, it just doesn't change the times, and with a series record (which it would be nice to have an option of choosing all channels, not just one), it comes up with an error "An unexpected error occurred. Try again later or check the log for more information."
Anyone else having this issue? One of my friends and I have just changed over from WMC to Ubuntu/Kodi/Myth and we are both having this issue.
I am really keen to have this feature, as when I record sport events (especially live Formula 1 etc), quite often the race will go overtime so I like to record 3hrs extra just in case.
Posts: 35
Joined: Dec 2015
Reputation:
0
MicWit
Junior Member
Posts: 35
Thanks, will do. As far as padding goes, can't do that for 2 reasons. First being I only want the extra time on certain programs, the next being that padding only goes to an hour, I will want a lot more than that for some things.
Posts: 894
Joined: Jan 2007
Reputation:
7
wyild1
Posting Freak
Posts: 894
I would use Mythweb to manage all my recordings for MythTV. Kodi PVR just isnt quite there in my opinion for scheduling recordings (and i have been using mythweb since forever so just used to it)
Cheers!
Posts: 35
Joined: Dec 2015
Reputation:
0
MicWit
Junior Member
Posts: 35
True, but the interface etc is all there to do it, why not just hook it up?
Posts: 806
Joined: Nov 2015
Reputation:
33
Because MythTV has their own frontend. I am not sure if any of the MythTV developers are those who write the Kodi add-on, or even how many people are working on it; it could easily be the situation that only one person, who does not contribute to MythTV, is responsible for the add-on. In the end, it's a resources issue.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
2016-01-07, 09:48
(This post was last modified: 2016-01-07, 09:52 by nickr.)
Kodi mythtv has to fit within the kodi pvr framework, so there will be some limitations. But I have to say even when using mythfrontend, I used mythweb most of the time.
Also kodi mythtv will be limited by the API (which is a relatively recent addition to mythtv). mythfrontend is more integrated, more mature and has direct access to the backend's database. And of course it is developed by the same people as the rest of mythtv.
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: 308
Joined: Dec 2014
Reputation:
6
2016-01-09, 00:34
(This post was last modified: 2016-01-09, 00:36 by metaron.)
kodi pvr.mythtv frontend is definitely still a work in progress.
As someone who's contributed to it (I'm not the main maintainer), it still has some way to go, although I've been using my version (extra tweaks) for some time to schedule casual recordings on my RPi frontends (using a Millhouse build).
For searching further into the future (i.e. more than 3 days) I still revert to mythweb - it's much easier to search when you have a keyboard ;-)
Kodi's PVR interface is also improving. Jarvis is the first release I would consider using to schedule mythtv recordings seriously, but Krypton is looking better (it now provides separate 'Rules' and 'upcoming' views).
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
Which version of kodi you use ? and which version of MythTV ?
Addon uses API from the backend even from Kodi. Today only Kodi Jarvis with MythTV 0.28-pre can handle correctly this. Also MythTV 0.28 has it own web pages (listening on port 6544) and you could manage rules directly from it.
Posts: 35
Joined: Dec 2015
Reputation:
0
MicWit
Junior Member
Posts: 35
I'm using 15.2 and 0.27.5. That's cool to know this is being changed in the new ones. Thanks.