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 - glenn 1990 - 2014-08-05

It would be nice if the xbmc GUI can show us which channels are tunable, i.e, a free tuner to tune them.

For example, I've 1 tuner and it's recording something, I would still be able to whatch channels on the same mux then, all other channels can be greyed out or marked or something similar.
Maybe a "tunable boolean" can be added to the Schannel struct and updated by the backend itself with "PVR->TriggerChannelUpdate()" or "PVR->TriggerTunableState()"??

Mediaportal example:
Image


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

this is on our TODO see http://forum.xbmc.org/showthread.php?tid=196022


RE: Discuss improvements for pvr section - Angelinas - 2014-08-06

(2014-08-05, 10:24)xhaggi Wrote: this is on our TODO see http://forum.xbmc.org/showthread.php?tid=196022
I can see my pull,but its ok Smile
https://github.com/xbmc/xbmc/pull/4824
I compile your version and i have this.

Image
I also change PVR Simple1.9.5 to write actor from my epg.xml
All work well i have actor in table column name sActor,now I have problem.XBMC doesent show actor name
How to force XBMC to show names or pictures(from column sActor,and also dosent work for me old column sEpisodeName)
Which File in XBMC I must change to have this command in use.
<label>$INFO[ListItem.Actor]</label>
<label>$INFO[ListItem.EpisodeName]</label>
I change all files like in my pull ,but I change for your version of Helix.
Please see my pull and tell me which files I also must change.
Tnx
******************************************************************************
Edit:
I found solution,change file GUIInfoManager.cpp and GUIInfoManager.h
WORKED ; I have this and have problem with actor no 2,actor no 3 how to add them Huh
Image


RE: Discuss improvements for pvr section - Jönke - 2014-08-12

Xhaggi /negge are you thinking of supporting this pr ?
I really misses season/episode info in xbmc. And as stated before, tvheadend allready has the info via xmltv import.


RE: Discuss improvements for pvr section - Swifty - 2014-08-14

(2014-08-12, 22:55)Jönke Wrote: Xhaggi /negge are you thinking of supporting this pr ?
I really misses season/episode info in xbmc. And as stated before, tvheadend allready has the info via xmltv import.

+1, I would love to have episode / season number displayed in the EPG.

I'm pretty sure that my XMLTV data also provides something like a True/False for if the show is a repeat or 'new' - this would also be a really nice addition.


RE: Discuss improvements for pvr section - Maniac - 2014-08-19

Realy like the new Helix pvr skin features (the splitted views) and especially the ability to create new additional views for the Channels section.

I am currently working on making my aeon nox 5 livetv mod compatible with helix alpha2, and created a new view for pvr channels. Works very well, no issues Smile
But I did notice one thing, and I am not sure if it is a bug or if this was intended by devs.

If I have selected one channelg group (say, "Sports") and then select a different view than "List". The new view type only gets applied to the group selected.
So if I then switch to a another group (say, "All channels"), The view is reverted back to default type, "List". I have to apply the new view type here as well, so that it will stick next time I change channel groups.

Shouldn't View types apply for all channel groups?


RE: Discuss improvements for pvr section - schumi2004 - 2014-08-20

How mature is the pvr section in Helix, good for daily use?


RE: Discuss improvements for pvr section - xhaggi - 2014-08-20

(2014-08-19, 21:29)Maniac Wrote: Realy like the new Helix pvr skin features (the splitted views) and especially the ability to create new additional views for the Channels section.

I am currently working on making my aeon nox 5 livetv mod compatible with helix alpha2, and created a new view for pvr channels. Works very well, no issues Smile
But I did notice one thing, and I am not sure if it is a bug or if this was intended by devs.

If I have selected one channelg group (say, "Sports") and then select a different view than "List". The new view type only gets applied to the group selected.
So if I then switch to a another group (say, "All channels"), The view is reverted back to default type, "List". I have to apply the new view type here as well, so that it will stick next time I change channel groups.

Shouldn't View types apply for all channel groups?

This was not intended by us, but not very well tested. As we now use the default window behavior, the view type depends on the directory path which is different for each channel group. Please add a new bug report to our bug tracker http://trac.xbmc.org and assign me. I'll check what we could do to fix this after i'm back from holiday.


RE: Discuss improvements for pvr section - xhaggi - 2014-08-20

@Maniac no need to add a bug report. i've fixed it with https://github.com/xbmc/xbmc/pull/5255

and could you please post a screenshot of your new channel list view, I'm curious Wink


RE: Discuss improvements for pvr section - xhaggi - 2014-08-20

(2014-08-20, 00:21)schumi2004 Wrote: How mature is the pvr section in Helix, good for daily use?

sure Wink but i'm not sure how many skins actually support the changes we made to the PVR section.


RE: Discuss improvements for pvr section - Maniac - 2014-08-20

(2014-08-20, 12:47)xhaggi Wrote: @Maniac no need to add a bug report. i've fixed it with https://github.com/xbmc/xbmc/pull/5255

and could you please post a screenshot of your new channel list view, I'm curious Wink

Great stuff, thanks Smile

Here's a screenshot of the new view, I just call it "Wall" for now. Will create some new options for it later on (e.g. show\hide info panel at bottom).
https://dl.dropboxusercontent.com/u/33168380/an5_wall_view_pvr.png

Here is the mod-topic if you want to take a look at the other views (some screens are outdated): http://forum.xbmc.org/showthread.php?tid=193991
Porting to Helix is about 90% done. Very happy with the result.


@schumi2004, very mature if you have a propper skin (Confluence or AeonNox 5). I've used it for over a week now, no issues.


RE: Discuss improvements for pvr section - xhaggi - 2014-08-20

thanks looks great .. hope we see more views like this in future skins.


RE: Discuss improvements for pvr section - Jönke - 2014-08-20

@Maniac looking forward to your Helix update ! I love your pvr mod for live tv. I'ts so good Smile


RE: Discuss improvements for pvr section - Angelinas - 2014-09-02

(2014-08-20, 14:20)xhaggi Wrote: thanks looks great .. hope we see more views like this in future skins.
Add CCM skin in your notes...CCM suport Helix,with 5 different view of list.Added my changes in database for EPG,link with script.metadata.actors,this is a resultats of my work . Smile

watch gallery



Autoswitch to 1x play when hitting timeshift end of buffer - diddle - 2014-09-08

Hi,

just a thing that has just been discussed on tvh irc.

Using timeshift, if I catch-up in the buffer with play speed >1x or also by skipping forward, then I would expect that playback switches automatically back to 1x, meaning to live playback, when it reaches the end of the buffer.

Looks like the pvr plugins have no way to tell xbmc to change the play speed? Maybe there should be some callback to accomplish this?

Best regards
Diddle.