Posts: 6
Joined: May 2012
Reputation:
0
Is there a way to plug Livestreams plugin with TV Guide ? Right now I have strm files, but it would be a nice feature to bind those plugins together.
For each channel I have, I have 4 streams to choose from 2 HD, 2SD. That why choose 1 stream only is a problem since I can switch from HD to SD depending on the bandwitdh
Posts: 175
Joined: May 2011
Reputation:
0
2012-11-02, 13:58
(This post was last modified: 2012-11-02, 13:58 by bladeds.)
Why not put a sd and hd channel in the guide i.e discovery, discovery hd with one sd and one hd stream
Posts: 6
Joined: May 2012
Reputation:
0
hummm. If I have 40 channels by doing so will get me 80 channels... Probably not the best solution.
Each channel has an SD and an HD stream. Also there is 2 servers to provide those streams. Applying this solution will get me 160 channels.
Posts: 6
Joined: May 2012
Reputation:
0
Is the offset working ?
Let's say european channels when I live in america, here it is GMT-5 and europe it is GMT+1. How to adjust that. My xmltv file is correct, but TV Guide doesn't seem to care about the time shift.
Posts: 471
Joined: Apr 2011
Reputation:
4
This add-on works perfectly for me in Eden on Windows 7, 32bit ! I'm using a custom mod of the Metropolis skin.
However, on xbmc-12.0-Frodo_beta1-repack, when the listings for a highlighted channel scroll, the text "overwrites" itself. Stock Confluence skin.
BTW, I am using this with OTA (ATSC) strm files from my HDHomeRun. It works great on both builds with no problems (other than the scrolling glitch mentioned above).
Posts: 6
Joined: Nov 2012
Reputation:
0
Hello
I'm using this plugin with external XMLTV anf STRM files. It works ok. But there are two things, which bothers me:
1. In XMLTV file I have a channel with name ŠportTV. This causes plugin error. Now I have thrown it out and it works perfectly. Please
correct plugin, so that it takes also Channels with special characters čšž.
2. When I activate plugin and select a channel, it opens it in fullscreen. Info key is now giving me EGP description. Then I press back, and select
new channel. This is opened it in small window (in the lower right corner). Now I press TAB key (fullscreen), but program now looses focus. When I press Info,
it displays only player info (time...). Can you make it so, that when I select new channel, this is opened in fullscreen?
Posts: 38
Joined: Dec 2006
Reputation:
0
Wanted to say thanks for this. Working great on Android 4.2.1 Nexus 10.
Posts: 6
Joined: Nov 2012
Reputation:
0
I solved problem regarding opening STRM in fullscreen. You have to edit GUI.PY, find function
_playChannel. Then, before break command insert self._hideEpg()
def _playChannel(self, channel):
self.currentChannel = channel
wasPlaying = self.source.isPlaying()
self.source.play(channel, self)
for retry in range(0, 10):
xbmc.sleep(1000)
if self.source.isPlaying():
self._hideEpg()
break
if not wasPlaying and self.source.isPlaying():
self._hideEpg()
self.osdProgram = self.source.getCurrentProgram(self.currentChannel)
Posts: 267
Joined: Feb 2011
Reputation:
8
Hi
I'd like to use this GUI as a front-end to one of my on-demand plugins - it si just great.
Now, to do that, I can create a XMLTV format file, and it shows the on-demand programmes available, but...... I can only create one strm per channel, and each programme has to reference a channel.
What I would LIKE to do is to pass some additional information to the "isPlayable" call so that although all the programmes appear on one channel line, they reference different STRM files.
I need some help tracking down what information is stored in the timeline display on "TV Guide" and how I can pass that extra information to the player. At the moment, I have five channels:
ITV1, ITV2, ITV3, ITV4, CITV. Each programme has a unique programme ID that I need to pass to the player through the GUI.
Now, it would ALSO be very nice to be able to say "If this is a programme in the past, play it from the on-demand service. If it is now, play from live"
Can you help point me in the right direction to the code please and I can create a branch.
Thanks !
Posts: 643
Joined: Nov 2012
Reputation:
8
Hey guys quick question, to get this addon working with my live tv should I point to the tvguide.xml file?
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Office: Google TV | Kodi 21.1 | Samsung 50" | Movies: 2734
Master Bedroom: Google TV | Kodi 21.1 | Samsung 43" | Music: Artist 244 | Albums 1177 | Songs 10914
Theater: Google TV | Kodi 21.01| Samsung 75" \ TV Shows: 71 | Seasons 852 | Episodes 4456
---------------------------------------------------------------------------------------------------------------------------------------