version 0.0.342
- Settings \ Appearance \ Show dummy channels on final page
- Settings \ Lab2 \ Sports Fixtures
@
FXB78 Here is a switch at the bottom of Appearance to turn off the dummy channels.
There is a new experimental Data Source in Lab2 for Sports Fixtures.
It uses the same source as my Sports Fixtures addon from getyourfixtures.com.
Try it out in a new Profile so you don't mess up your usual channels.
There are a couple of settings in Lab2 for your Country and Timezone which should help filter out some of the channels.
There are no channel logos and only a simple title so far.
If I get around to sorting out the problems with program overlap I'll see if I can add it in as a secondary source to your main one.
[EDIT]
You can make Favourites Shortcuts to start TV Guide Fullscreen with different Channel Categories and Data Sources like this:
Code:
<favourites>
<favourite name="TV Guide Fullscreen - xmltv" thumb="special://home/addons/script.tvguide.fullscreen/icon.png">RunScript(script.tvguide.fullscreen,all channels,xmltv)</favourite>
<favourite name="TV Guide Fullscreen - Sports Fixtures" thumb="special://home/addons/script.tvguide.fullscreen/icon.png">RunScript(script.tvguide.fullscreen,all channels,fixtures)</favourite>
<favourite name="TV Guide Fullscreen - tvguide.co.uk now" thumb="special://home/addons/script.tvguide.fullscreen/icon.png">RunScript(script.tvguide.fullscreen,all channels,tvguide.co.uk now)</favourite>
</favourites>