Kodi Community Forum

Full Version: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks @FXB78
(2016-11-01, 21:54)ProjectUltra Wrote: [ -> ]...

Did you get everything working?

I've made some changes to Webgrab+Plus Configurator.
It is about as simple as possible now:
There is a Device Settings Wizard with a preset for LibreELEC settings and a Timezone Select Dialog.
If you get stuck could you post over in the thread for the addon.
http://forum.kodi.tv/showthread.php?tid=...id=2389809
(2016-11-03, 20:23)primaeval Wrote: [ -> ]
(2016-11-01, 21:54)ProjectUltra Wrote: [ -> ]...

Did you get everything working?

I've made some changes to Webgrab+Plus Configurator.
It is about as simple as possible now:
There is a Device Settings Wizard with a preset for LibreELEC settings and a Timezone Select Dialog.
If you get stuck could you post over in the thread for the addon.
http://forum.kodi.tv/showthread.php?tid=...id=2389809

Great ill try that out now! Thanks so much
version 0.0.181
- Settings \ Logos \ Keep Last Channel Logo Mapping (if you change the logos in Channels)

The Channel Logo logic is getting mighty complicated now. Let me know if something isn't working as expected.
@primaeval, I think would be cool to start minimized in the skin PIP while we are choosing which program to watch. What do you think, could have this option in the configuration?
Sorry for bad english
(2016-11-08, 01:21)Hinkel Wrote: [ -> ]@primaeval, I think would be cool to start minimized in the skin PIP while we are choosing which program to watch. What do you think, could have this option in the configuration?

version 0.0.182
- Start Playback in Background/Window in Settings\Playback

Here you go.
If you turn this on you will have to use Back to get to the full size Video window.
Back will not take you out of the Addon now. You will have to use Esc.

There might be some combination of playback settings that don't do what you expect now.
If you find any please let me know.
@primaeval, thank you very much, it's perfect for me. I used the TAB key to switch pip / fullscreen, wonderful. Thanks for the attention and congratulations for the work.
@primaeval, another idea. Show the channel logo in the pip window if the "program image" option is disabled or even when no image is found. It's just an idea. Sorry, I don't want to give you more job.
(2016-11-08, 14:18)Hinkel Wrote: [ -> ]@primaeval, another idea. Show the channel logo in the pip window if the "program image" option is disabled or even when no image is found. It's just an idea. Sorry, I don't want to give you more job.

version 0.0.184
- Show Channel Logo in EPG in Settings \ Appearance

Here you go.

The Channel Logo used to be there but I made in invisible when the selected program and channel was made clearer.

If you want to change its size or position make a copy of the skin and change the settings for control 7024 in the main window.
Follow the instructions here:
http://forum.kodi.tv/showthread.php?tid=...pid2448861
Thanks man, I need to center the logo horizontally and vertically in the window and increase approximately 4x.

Could you help me, please?

</control>
<control type="image" id="7024">
<description>Channel logo</description>
<posx>0</posx>
<posy>50r</posy>
<width>160</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<align>left</align>
<fadetime>0</fadetime>
<visible>true</visible>
<!-- unused in default skin -->
</control>
(2016-11-08, 17:46)Hinkel Wrote: [ -> ]Thanks man, I need to center the logo horizontally and vertically in the window and increase approximately 4x.

Could you help me, please?

</control>
<control type="image" id="7024">
<description>Channel logo</description>
<posx>0</posx>
<posy>50r</posy>
<width>160</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<align>left</align>
<fadetime>0</fadetime>
<visible>true</visible>
<!-- unused in default skin -->
</control>

Here is the complete Kodi Skinning Manual which should help.
http://kodi.wiki/view/XBMC_Skinning_Manual

If you copy the settings from the control above (7023) you can match the channel logo dimensions to the program logo dimensions and work from there. Controls are stacked depending on the file order they come in.

For the aspectratio the important ones are keep and scale. See here:
http://kodi.wiki/view/Aspect_Ratio

If you want to locate a control on the screen change the texture to something that stands out like background-cover.png or if it has text change the textcolor to red.
(2016-11-09, 03:51)Hinkel Wrote: [ -> ]https://drive.google.com/file/d/0B5R-eUS...p=drivesdk

I got it, thanks...

Looks good.

Could you post your version or just the changes.
version 0.0.185
- Alternative Stream in Stream Setup \ Favourites | Addons
- Clear Alt Stream in Stream Setup \ strm|m3u

Alternative Stream

At the moment there is just one Alternative Stream per Channel.
Hopefully it is enough for most situations.

A Yes/No dialog will appear if you have set the main stream and the alt stream for a channel.

I'll see if I can make it have more alternative streams when I have the energy.
It is a bit more complicated than just adding one.