2016-08-02, 09:54
(2016-08-02, 07:21)Leatherface Wrote: Programinfo is not working 100% anymore hereI assume you are on Krypton
![Huh Huh](https://forum.kodi.tv/images/smilies/question.png)
(2016-08-02, 07:21)Leatherface Wrote: Programinfo is not working 100% anymore hereI assume you are on Krypton
(2016-07-29, 10:22)TRiON Wrote: Thanx! Minified guide now works great and the layout is fine there.I think this is fixed now. Mind taking a look and letting me know?
In the normal and large guide when there is no icon set the name starts where normaly the icon is, see screenshot
https://tweakers.net/ext/f/ThiCTKpxFlIoe...4/full.png
and in the minified version it now looks great
https://tweakers.net/ext/f/QrLTOnyCjjQiE...C/full.jpg
(2016-08-02, 09:54)mikeSiLVO Wrote:(2016-08-02, 07:21)Leatherface Wrote: Programinfo is not working 100% anymore hereI assume you are on KryptonCheck latest from Git I think it is related to a recent PR but only if you are using Kodi v17 Krypton.
<visible>PVR.IsRecording</visible>
<label>[COLOR white2]+$VAR[PlayerTimeRemainingTVVar][/COLOR]</label>
watch gallery
(2016-08-02, 11:45)Leatherface Wrote: Yes i am on latest Krypton gitHow about now? Would be helpful if you mentioned what the issue is though instead of me trying to guess by the photo. I'm assuming you mean the space between 11:30 and David...
It's better but still a little fix needed
(2016-08-02, 12:50)Solo0815 Wrote: There should be another group-item for $INFO[VideoPlayer.Title] when !PVR.IsRecording with <left>520</left>Why exactly do I need another VideoPlayer.Title info label for when PVR.IsRecording? That doesn't make any sense to me
github: Includes_LiveTV.xml around line 160, we should add
to make it only visible, when the channel is recorded.Code:<visible>PVR.IsRecording</visible>
and please change line 186 to
like in line 772 (Compact Bar) to have remaining time is this format "+47 min"Code:<label>[COLOR white2]+$VAR[PlayerTimeRemainingTVVar][/COLOR]</label>
another suggestion for PVR, as the other (media-)parts are superb:
1. rename all XMLs which include "LiveTV" to "PVR" to match the naming in Estuary. But this should also be done in AeonNox.
2. change <info>Pvr.Progress</info> to <info>Player.Progress</info>
Then you have a progressbar which shows the Progress even when you press up/down to see, whats on another channel before pressing "OK" to switch.
@mikeSiLVO:
I can do different PRs for this, if you want
(2016-08-02, 14:27)mikeSiLVO Wrote:Sorry now it looks good.(2016-08-02, 11:45)Leatherface Wrote: Yes i am on latest Krypton gitHow about now? Would be helpful if you mentioned what the issue is though instead of me trying to guess by the photo. I'm assuming you mean the space between 11:30 and David...
It's better but still a little fix needed
(2016-08-02, 14:27)mikeSiLVO Wrote: #1 I am not going to rename my skin files just so they can match Estuary. This skin has nothing to do with Estuary and what is wrong with Live TV? The main menu item is labeled Live TV.#1:
(2016-08-02, 14:27)mikeSiLVO Wrote: #2 Changed (not pushed yet) but I was seeing the progress when switching channels...#2:
(2016-08-02, 10:06)mikeSiLVO Wrote:(2016-07-29, 10:22)TRiON Wrote: Thanx! Minified guide now works great and the layout is fine there.I think this is fixed now. Mind taking a look and letting me know?
In the normal and large guide when there is no icon set the name starts where normaly the icon is, see screenshot
https://tweakers.net/ext/f/ThiCTKpxFlIoe...4/full.png
and in the minified version it now looks great
https://tweakers.net/ext/f/QrLTOnyCjjQiE...C/full.jpg
(2016-08-03, 07:02)Leatherface Wrote: Another problem that has been there for a while is a problem with subtitles with PiP in channel selection.Pushed some updates, please check
This is with Fixed setting for subtitles but with "Bottom of Video" it works as it should.