Kodi Community Forum
WIP Discuss improvements for pvr section - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: WIP Discuss improvements for pvr section (/showthread.php?tid=175135)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


RE: Discuss improvements for pvr section - xhaggi - 2014-05-04

(2014-04-30, 21:31)moronim Wrote:
(2014-04-30, 17:55)xhaggi Wrote:
(2014-04-30, 17:45)moronim Wrote: Is there a plan to implement this feature in the future? I'd be interested to know how we could get it prioritized.

it would be great if you could create an issue ( http://trac.xbmc.org ), so it is not lost.

Thanks xhaggi - I submitted ticket #15169 into trac.

thx, i added a pull request for this feature https://github.com/xbmc/xbmc/pull/4646


RE: Discuss improvements for pvr section - nhsman - 2014-05-04

Hi all. I know it's not directly related to PVR but some of us has a long channel lists. The navigation in the list view especially if you have hundreds of channels is not optimal at the moment.
Can someone please have a look at this thread: http://forum.xbmc.org/showthread.php?tid=178587
Would it be possible to implement the new list container to make the list navigate like this: http://www.youtube.com/watch?v=iO-lS6jGVcE

Thanks.


RE: Discuss improvements for pvr section - Maniac - 2014-05-04

+1 for the navigation feature nhsman!


RE: Discuss improvements for pvr section - NatroN - 2014-05-04

(2014-05-03, 17:37)xxxnelly Wrote:
(2014-05-02, 13:15)da-anda Wrote: @NatroN check PVR settings, there you can configure your desired behavior (either using a delay or only switch on pressing "select/enter")

Thats not quite true.

The switch on pressing select/enter only works when manually entering numeric keys.

The delay works, but you like NatroN I would prefer it was on selecting the channel that it changed.

Exactly! This works only when I select the channel via numeric keys. Wehen pressing up/down it ALWAYS switches channel.


RE: Discuss improvements for pvr section - bluechris - 2014-05-04

(2014-05-04, 21:02)NatroN Wrote:
(2014-05-03, 17:37)xxxnelly Wrote:
(2014-05-02, 13:15)da-anda Wrote: @NatroN check PVR settings, there you can configure your desired behavior (either using a delay or only switch on pressing "select/enter")

Thats not quite true.

The switch on pressing select/enter only works when manually entering numeric keys.

The delay works, but you like NatroN I would prefer it was on selecting the channel that it changed.

Exactly! This works only when I select the channel via numeric keys. Wehen pressing up/down it ALWAYS switches channel.

Because i had the same problem i used the keymap editor plugin inside xbmc to learn the up and down arrows for my remote and then i puted this in my keyboard.xml

<FullscreenLiveTV>
<keyboard>
<key id="61568">XBMC.ActivateWindow(PVROSDChannels)</key>
<key id="61569">XBMC.ActivateWindow(PVROSDChannels)</key>
<key id="61571">ChannelUp</key>
<key id="61570">ChannelDown</key>
</keyboard>
</FullscreenLiveTV>

Offcourse the key id's 61568 and 61569 are specific for my remote.. you can do the same to find your own.
Also i have assigned the left and right arrows to do channel UP or Down (My remote codes 61571-61570)


RE: Discuss improvements for pvr section - Talguy - 2014-05-05

(2014-05-04, 09:36)xhaggi Wrote:
(2014-04-30, 21:31)moronim Wrote:
(2014-04-30, 17:55)xhaggi Wrote: it would be great if you could create an issue ( http://trac.xbmc.org ), so it is not lost.

Thanks xhaggi - I submitted ticket #15169 into trac.

thx, i added a pull request for this feature https://github.com/xbmc/xbmc/pull/4646

Thanks a lot. Was just still setting up my build environment when you did exactly what I had planned. I'm going to continue setting the environment up so I can test this out.


RE: Discuss improvements for pvr section - moronim - 2014-05-05

(2014-05-05, 22:10)Talguy Wrote:
(2014-05-04, 09:36)xhaggi Wrote:
(2014-04-30, 21:31)moronim Wrote: Thanks xhaggi - I submitted ticket #15169 into trac.

thx, i added a pull request for this feature https://github.com/xbmc/xbmc/pull/4646

Thanks a lot. Was just still setting up my build environment when you did exactly what I had planned. I'm going to continue setting the environment up so I can test this out.

I built it yesterday. It works great! Looking forward for it to be formally added to an upcoming XBMC release.


RE: Discuss improvements for pvr section - xhaggi - 2014-05-06

(2014-05-05, 22:18)moronim Wrote: I built it yesterday. It works great! Looking forward for it to be formally added to an upcoming XBMC release.

thanks for testing it.


RE: Discuss improvements for pvr section - Maniac - 2014-05-06

Sorry if this has been discussed before.
Are there any changes regarding of showing "No information available" label in the EPG timeline view? For channels that do not have EPG.
I've enabled this setting in xbmc but these labels are only visible in the main channels view.


RE: Discuss improvements for pvr section - xhaggi - 2014-05-06

do not spam every thread with this feature request. please add a feature request to trac http://trac.xbmc.org, so it will not lost.


RE: Discuss improvements for pvr section - tripkip - 2014-05-09

Is there an RPC/API call available to check the status of PVR? I just need to poll for recording/not recording from a network device.

I suppose Player.GetItem will not include the recording status. Can we have soemthing like PVR.GetItem. (without any param it gives you the current status, with other params you could define the period to return planned/recorded channels).

I want to switch a circuit to light a vintage 'recording' sign from an arduino to indicate if I have something recording (also with TV off).


RE: Discuss improvements for pvr section - negge - 2014-05-09

@tripkip: PVR.GetProperties should do the trick.


RE: Discuss improvements for pvr section - dhead - 2014-05-10

Would it be possible to look into ticket 14498 before 13.1 ?

http://trac.xbmc.org/ticket/14498


RE: Discuss improvements for pvr section - tripkip - 2014-05-12

(2014-05-09, 19:04)negge Wrote: @tripkip: PVR.GetProperties should do the trick.

Thanks!


RE: Discuss improvements for pvr section - zag - 2014-05-12

Its probably been mentioned a million times but I'd love to have a series link feature to record the same program each week.

A simple name search and record in the EPG could do the trick.