TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) (/showthread.php?tid=282157) 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-18 (2016-07-18, 18:49)MikeKL Wrote: Updated to 0.0.44 on imac running Jarvis 6.1 (Updated via Repo refresh) and now cant start TV Guide Fullscreen. Following is relevant info in kodi.log when I attempt to run v0.0.44 :- At first glance a reckon it might be a python 2.6 issue. Most Kodi versions use python 2.7. The code it is complaining about should work on 2.6 which is why I chose it, but it looks like it doesn't. I'll rewrite it to use some simpler code later. Does it still work on Windows and Mac? RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-18 (2016-07-18, 22:07)MikeKL Wrote:(2016-07-18, 08:04)primaeval Wrote: There is at least one Playlist Loader addon out there that should be able to import a playlist. I haven't tried it but you should be able to add the m3u8 in that and then Browse for it.Made a little progress, forgot that with kodi I can just transfer info into a channels.m3u then load file into Video folder and if this is accessed Kodi is clever enough to recognize playlist and also show all channels as a list that can be moved up/down, selecting/playing any channel directly. I think I encoutered the strm problem too. When you play a strm normally you can see all the individual items but when you launch it from somewhere else it tries to play it all at once. It should be easy enough to support m3u8 playlists anyway. They are well documented. I better make a todo list. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-18 (2016-07-18, 20:53)GriffeyJuni0r Wrote: First off, thanks for taking the time to update this addon - Love the features you've added so far, lot's of promise! Lots of useful points there. Thanks. I'll add them all to my todo list. I prefer the video in the background and I wanted to make more space for 16 channels at once. But I appreciate that a lot of people probably got used to and like the small window version. It shouldn't be too hard to make it configurable. I based my version on FTV Guide with midraals Meta additions. I think some of twinters's functionality has been lost along the way as well as by some of my hacking. I'll see what I can do to tidy it up now that the new functionality generally works. Using fallback streams could actually be a pretty powerful feature. So many tv addons come and go. The main feature of this mod is to quickly add in lots of addons with alternative streams for the same channel. Some kind of timeout and blacklist could be a good idea. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-19 version 0.0.45 * rpi2 fix (hopefully) * pip skin * last page scroll fix * less flashing on paging I tried to make the pip version a setting rather than a skin but I couldn't find a way to make it work. The program text will have to be shrunk anyway, so maybe a new skin is the way to go. RE: TV Guide with built-in Addon browser (.ini free) - MikeKL - 2016-07-19 (2016-07-19, 06:04)primaeval Wrote: version 0.0.45Still unable to install updates to TV Guide Fullscreen from your repository on rpi2 running latest Krypton builds, have even deleted then re-installed your repo, but everytime I try to connect to repo I am getting the cannot connect message (as mentioned in previous post) Kodi debug.log (With attempt to access your repository) On imac, much better news thanks, I can now update to latest version 0.45 via "check for updates" via your repo and can confirm I can run TV Guide Fullscreen 0.45 (Jarvis 16.1 installed on imac) RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-19 (2016-07-19, 19:02)MikeKL Wrote:(2016-07-19, 06:04)primaeval Wrote: version 0.0.45Still unable to install updates to TV Guide Fullscreen from your repository on rpi2 running latest Krypton builds, have even deleted then re-installed your repo, but everytime I try to connect to repo I am getting the cannot connect message (as mentioned in previous post) I can't see why it won't load the repository. It says it is loaded and you have some other extra repositories that must work too. Is the contents of the addon/repository.primaeval the same as on your imac? I can't test on a rpi until next week. It works ok on an Android arm phone though. Do you know if it is just a Krypton LibreELEC problem? RE: TV Guide with built-in Addon browser (.ini free) - DarrenHill - 2016-07-19 If it's any help I just installed it fine on a Pi2 running LibreElec 7.0.2 (Kodi 16.1) via the beta repo linked in the first post. Looks like it went in OK, although I haven't tried to set it up or configure it yet so it throws an expected error when you try to open it. RE: TV Guide with built-in Addon browser (.ini free) - GriffeyJuni0r - 2016-07-19 (2016-07-19, 06:04)primaeval Wrote: version 0.0.45 Thanks for jumping on these fixes so quickly, and for taking the other suggestions into consideration - PIP skin looks great! If it helps, I was able to mod the gui.py file to prevent the current playing video from stopping when leaving the addon. Just needed to change the self.player.stop() in Line 197 to something else, though there's probably a more elegant way to do things: Code: def close(self): RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-19 (2016-07-19, 20:04)GriffeyJuni0r Wrote:(2016-07-19, 06:04)primaeval Wrote: version 0.0.45 I just added a commit for you with a Setting to stop on exit in Appearance. It is not in a release yet. If you are in the mood to do some debugging, I could do with some help finding out why the next/previous controls aren't working during playback like they do in the original TV Guide. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-19 (2016-07-19, 20:02)DarrenHill Wrote: If it's any help I just installed it fine on a Pi2 running LibreElec 7.0.2 (Kodi 16.1) via the beta repo linked in the first post. Thanks for that. If you want to do a quick test there are some links from the original ftv guide xmltv files earlier in the thread. mc2xml is another way to get a ready made xmltv file. http://mc2xml.hosterbox.net/ Personally I use webgrab to make a cutdown custom xmltv for my favourite channels. http://www.webgrabplus.com/ That reminds me that I wanted to add a feature to pull in the logos from the xmltv file or addon channels. RE: TV Guide with built-in Addon browser (.ini free) - DarrenHill - 2016-07-19 I tried the Thai satellite one and couldn't get it to work. Will have another go at it later. I don't have to many IPTV add-ons anyway (main one is iPlayer) so it's nothing too urgent in my case. RE: TV Guide with built-in Addon browser (.ini free) - MikeKL - 2016-07-19 Just to let you all know Webgrab++ can be installed as (early test release) an addon under LibreELEC see HERE thanks to awiouy in LibreELEC forum very handy to use with TV Guide Fullscreen RE: TV Guide with built-in Addon browser (.ini free) - MikeKL - 2016-07-19 (2016-07-19, 19:45)primaeval Wrote:Its same repo as installed on imac, other repos are working just fine on rPi2, not sure if its a Krypton LibreELEC issue but dont think so as other third party repos are working OK?(2016-07-19, 19:02)MikeKL Wrote:(2016-07-19, 06:04)primaeval Wrote: version 0.0.45Still unable to install updates to TV Guide Fullscreen from your repository on rpi2 running latest Krypton builds, have even deleted then re-installed your repo, but everytime I try to connect to repo I am getting the cannot connect message (as mentioned in previous post) Perhaps I am not removing and then replacing the repository cleanly (Just stop kodi, delete repo and then reinstall repo from zip?) Perhaps somthing has been left behind somewhere when I deleted the repo, which is causing the problem? RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-19 (2016-07-19, 23:23)MikeKL Wrote: Just to let you all know Webgrab++ can be installed as (early test release) an addon under LibreELEC see HERE thanks to awiouy in LibreELEC forum very handy to use with TV Guide Fullscreen Excellent. I started working out how to make an addon for webgrab but didn't get too far. Thanks. I hope there will be a way to get it working on Android too. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-07-19 (2016-07-19, 23:33)MikeKL Wrote: Perhaps I am not removing and then replacing the repository cleanly (Just stop kodi, delete repo and then reinstall repo from zip?) There is probably a package zip file in the addons/packages folder. That might cause some trouble. There shouldn't be anything in addon_data but it doesn't hurt to check. |