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: Improving some stuff for live tv section - seapoint - 2014-03-15

(2014-03-12, 18:20)xhaggi Wrote:
(2014-03-12, 13:46)scarecrow420 Wrote: Yes xhaggi is correct!

I meant being able to have a keymap section applicable when those various sub screens are active, rather than meaning a mapping command to launch that screen (which already exist as pointed out ). Rereading my post I can see how either could be inferred Smile


Is this something you would consider adding xhaggi?

could you give me a real world example what do you want to differentiate from default mapping?

@xhaggi I know it's like opening a can of worms talking about going backwards in time in the EPG, but could going back (perhaps -90 mins) in EPG timeline be like going left in the TV Channels page i.e. it opens a side panel, only this panel has the channel groups which could be selected up or down. This would work for people with minimalist remotes also. (I'm ok, I'm using a Harmony remote)
What do you think? Would this be possible?


RE: Improving some stuff for live tv section - bluechris - 2014-03-16

Sorry for my ignorance but how I test this changes? I need to compile something?


RE: Improving some stuff for live tv section - xhaggi - 2014-03-16

(2014-03-15, 17:03)seapoint Wrote: @xhaggi I know it's like opening a can of worms talking about going backwards in time in the EPG, but could going back (perhaps -90 mins) in EPG timeline be like going left in the TV Channels page i.e. it opens a side panel, only this panel has the channel groups which could be selected up or down. This would work for people with minimalist remotes also. (I'm ok, I'm using a Harmony remote)
What do you think? Would this be possible?

We definitely need a better solution for this issue, but not only for the epg grid. i've started a PR/discussion for this at https://github.com/xbmc/xbmc/pull/3885
BTW i think we will find a nice solution to quick access the sidebars. For now it's up to the skin to use the <onback> action to focus the sidebar, see https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsPVR.xml#L872


RE: Improving some stuff for live tv section - seapoint - 2014-03-16

(2014-03-16, 20:08)xhaggi Wrote:
(2014-03-15, 17:03)seapoint Wrote: @xhaggi I know it's like opening a can of worms talking about going backwards in time in the EPG, but could going back (perhaps -90 mins) in EPG timeline be like going left in the TV Channels page i.e. it opens a side panel, only this panel has the channel groups which could be selected up or down. This would work for people with minimalist remotes also. (I'm ok, I'm using a Harmony remote)
What do you think? Would this be possible?

We definitely need a better solution for this issue, but not only for the epg grid. i've started a PR/discussion for this at https://github.com/xbmc/xbmc/pull/3885
BTW i think we will find a nice solution to quick access the sidebars. For now it's up to the skin to use the <onback> action to focus the sidebar, see https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsPVR.xml#L872


Thanks for the tip @xhaggi, I'm using the superb "eminence" skin from @jurialmunkey http://forum.xbmc.org/showthread.php?tid=187071 and using
Code:
<onback>9000</onback>
in @jurialmunkey's https://github.com/jurialmunkey/skin.eminence/blob/master/1080i/View_PVR.xml#L317 works to focus the sidebar. I'll ask him if he'd have a look at this thread and maybe he'd think about implementing this, even if pro tem.


RE: Improving some stuff for live tv section - diglam - 2014-03-21

How can I compile xbmc which includes these features?
or any patch set for Dharma source?


RE: Improving some stuff for live tv section - negge - 2014-03-22

@diglam: you're supposed to grab the latest version (which contain all these patches), not use an ancient one.


RE: Improving some stuff for live tv section - diglam - 2014-03-24

(2014-03-22, 23:24)negge Wrote: @diglam: you're supposed to grab the latest version (which contain all these patches), not use an ancient one.

I compiled from git-master branch but no such feature, like separate window for channel groups.


RE: Improving some stuff for live tv section - negge - 2014-03-24

Oh that one, yeah that has never been merged.


RE: Improving some stuff for live tv section - xhaggi - 2014-03-25

(2014-03-24, 22:04)diglam Wrote: I compiled from git-master branch but no such feature, like separate window for channel groups.

we use this thread to discuss most of the improvements for the pvr section. the feature you miss is on hold until xbmc gotham final is released.


RE: Improving some stuff for live tv section - ProsjektX - 2014-03-25

Another thing that is a bit annoying is traversing vertically in the EPG. Say that you are on channel 1 and on the currently playing show, then press down, now, if there are multiple shows overlapping in time on channel 2 with the currently selected on channel 1 it selects the leftmost, even if that show has already passed.

What i would expect is that if you go up or down, while initially on a currently playing show, I would expect it to also align with currently playing shows on other channels. not sure if that was clear.. can take a snap shot showing it.


RE: Improving some stuff for live tv section - xhaggi - 2014-03-25

@ProsjektX yeah i know this issue so that was clear enough for me Wink .. it's on my todo list but with no high priority.


RE: Improving some stuff for live tv section - LSU Jonno - 2014-03-25

xhaggi,

Do you make PVR mods to the default confluence skin?

One feature that I think would be cool is to use the program picture provided by the backend when scrolling through different TV shows on the EPG instead of the channel icon next to the metadata.

XBMC already uses this picture in the PVR recorded TV section when you highlight a TV show, I think it would be cool to show this picture next to the metadata on the EPG. If no picture is available then show the channel icon as is shown now.

This would mimic how most settop boxes and WMC work in the EPG:
http://bigscreenglobal.com/images/bsg/icons/BSEV1/screenshots/lg/mcepg.jpg


RE: Improving some stuff for live tv section - Angelinas - 2014-03-25

I alredy solved this,but this mine is unofficial Smile
First of all you must have right EPG.xml with pictures.Then you must change official PVR and finaly change skin (ViewPVR.xml)
http://forum.xbmc.org/showthread.php?tid=156218&pid=1645311#pid1645311


RE: Improving some stuff for live tv section - Talguy - 2014-03-26

An improvement I would love to see the when the EPG is launched the first channel shown in it should be the last channel I left off at. It'll do this when a current stream is playing but it doesn't do this if a stream is not playing. The reason why I ask for this is if I'm watching a miscellaneous program I don't want to record and have to get up and leave my apartment for a while I want to start off with the last played channel do I can catch the next episode of the program if its a rerun


RE: Improving some stuff for live tv section - scarecrow420 - 2014-03-26

similarly everytime I use the "LiveTV" button on my remote to go to the channel selection screen (bound to one of the ActivateWindow(MyPVR,x,x,) commands), it seems to have an odd starting position. I would expect it to start on the last channel highlighted when i left the screen. instead it seems to be either at the top of the list, or on a channel I did not ever select or even leave highlighted