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 Fullscreen - possibly the most powerful TV Guide in the world. ;) - coremailrx8 - 2018-04-11 (2018-04-10, 08:19)primaeval Wrote: version 0.0.386It won't work, error: Code: 17:29:02.686 T:6736 ERROR: File "C:\KodiTest\portable_data\addons\script.tvguide.fullscreen\source.py", line 522, in _updateChannelAndProgramListCaches RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - coremailrx8 - 2018-04-11 Sorry, my bad. I didn't enable the option. So it does retrieves the EPG, but the first column, where the channels names are supposed to be, are blank. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-04-11 (2018-04-11, 02:36)coremailrx8 Wrote: Sorry, my bad. I didn't enable the option.The first column of what? All this bodge does is add an amp; to any & that isn't followed by amp; in the xmltv file. Code: data = re.sub('&(?!amp; )','&',data) [EDIT] If you mean where the channel logos go in the main epg then you might need to do some level of database reset. Old channels are kept unless something changes. That is just the way it has always been before my time. Try this for one restart only. Settings\Source\Reset on Start If not try Settings\Reset Database The first option will only clear the epg. The second will clear your addons.ini etc. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Doctor Eggs - 2018-04-11 (2018-04-04, 17:32)mzup Wrote:I have just had my settings reverted back to a previous setting. I noticed that some of the settings are getting saved in the source.db and I wonder if that causes some sort of conflict where it overwrites the settings.xml at some point.(2018-04-04, 17:24)primaeval Wrote: Is the actual exit.on.back setting in settings.xml changing?Yes it does change in the xml file. It is not a big deal to me. I just wanted to point it out. Can you try changing your TVGF settings, open TVGF to make sure they are there, exit TVGF and then exit Kodi. Open things back up and verify that the settings are the same and hopefully that fixes it. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-04-11 (2018-04-11, 14:59)Doctor Eggs Wrote:The settings stored in the source.db are used as a comparison to test if the settings have changed and the xmltv data needs to be reloaded.(2018-04-04, 17:32)mzup Wrote:I have just had my settings reverted back to a previous setting. I noticed that some of the settings are getting saved in the source.db and I wonder if that causes some sort of conflict where it overwrites the settings.xml at some point.(2018-04-04, 17:24)primaeval Wrote: Is the actual exit.on.back setting in settings.xml changing?Yes it does change in the xml file. It is not a big deal to me. I just wanted to point it out. They aren't used to update the settings.xml file. The most likely thing is that TVGF has been opened twice at the same time. Either when the background update is taking place or if you get impatient with the loading time and click on TVGF again. I tried to put some locks and checks in at one point to help prevent that but I don't think I succeeded in understanding exactly how Kodi opens program script addons. There is also the possibility of the addon_data folder being unwritable for some reason. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - coremailrx8 - 2018-04-11 (2018-04-11, 08:57)primaeval Wrote: The first column of what? My bad. The first column of the EPG screen, where channel names/logo go. Quote:Try this for one restart only. Yes, I have tried that with no luck. The channels names are blank. I will attach the xml file later for you to test, I guess that may be more helpful. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - mzup - 2018-04-11 (2018-04-11, 15:13)primaeval Wrote:Hey guys, OK I don't know which i should try as primaeval your statement seems to cancel out the dr.'s thought. But I do know that I am not clicking twice on the app. I am careful to click only once and then wait.(2018-04-11, 14:59)Doctor Eggs Wrote:The settings stored in the source.db are used as a comparison to test if the settings have changed and the xmltv data needs to be reloaded.(2018-04-04, 17:32)mzup Wrote: Yes it does change in the xml file. It is not a big deal to me. I just wanted to point it out.I have just had my settings reverted back to a previous setting. I noticed that some of the settings are getting saved in the source.db and I wonder if that causes some sort of conflict where it overwrites the settings.xml at some point. What I have done in meantime is remove Dr's add on and it happened again. Now i am attempting now is to mark xml as read only and see what happens. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-04-12 (2018-04-11, 23:57)mzup Wrote:Post or pm me a full debug kodi.log and the before and after xml files and describe exactly what you expect and what happens, preferably with screenshots if the log doesn't show the problem.(2018-04-11, 15:13)primaeval Wrote:Hey guys, OK I don't know which i should try as primaeval your statement seems to cancel out the dr.'s thought. But I do know that I am not clicking twice on the app. I am careful to click only once and then wait.(2018-04-11, 14:59)Doctor Eggs Wrote: I have just had my settings reverted back to a previous setting. I noticed that some of the settings are getting saved in the source.db and I wonder if that causes some sort of conflict where it overwrites the settings.xml at some point.The settings stored in the source.db are used as a comparison to test if the settings have changed and the xmltv data needs to be reloaded. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Ey3d3fy - 2018-04-12 Hi im interested in using this guide as it looks slick and i like that its customizable. I use a iptv service, have an m3u link can i use thay for channels? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-04-12 (2018-04-12, 19:47)Ey3d3fy Wrote: Hi im interested in using this guide as it looks slick and i like that its customizable. I use a iptv service, have an m3u link can i use thay for channels?You can pull in the streams from an m3u playlist in Menu \ Stream Setup \ Import Playlist There is no notification but the m3u streams will show up as the TV Guide Fullscreen addon. But it won't pull in much of the other info like categories or time shifts. You will have to recreate the categories by hand. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Ey3d3fy - 2018-04-12 Thanks for quick reply bud. Iv installed latest version from repo and the guide doesnt open for me. Is this because i have simple iptv client enabled and in use, although not open at the time iv tried to open this addon. Again many thanks RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-04-12 (2018-04-12, 20:17)Ey3d3fy Wrote: Thanks for quick reply bud. Iv installed latest version from repo and the guide doesnt open for me. Is this because i have simple iptv client enabled and in use, although not open at the time iv tried to open this addon.TVGF should be totally seperate from IPTV Simple Client. Follow the Quickstart guide in the Wiki to get going. https://github.com/primaeval/script.tvguide.fullscreen/wiki The least you need to do is set up an xmltv source in Settings \ Source \ xmltv Source You can probably use the same one as IPTV Simple Client. If it is gzipped press the gz button and take the .gz off the url. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - bluebug - 2018-04-13 hi i am running kodi 17.6 , windows 10 , aeon nox krypton . i have managed to do my xmltv and i have got a paid m3u list , when i input the links to tv guide from www and run the program it says getting info from external source , but when you play a channel it is asking you to imput a source , can it not play from the orignal source that you put into settings , i was all so woundering after i have done the xmltv and loaded the file into the tv guide along with m3u why it is not picking all channels on m3u only the channels from xmltv or ido you have to use the custom option on xmltv meld thankyou for yoyr advice RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-04-13 (2018-04-13, 12:45)bluebug Wrote: hi i am running kodi 17.6 , windows 10 , aeon nox krypton .TVGF is different than IPTV Simple Client. It is intended to be used with addons first of all. The m3u handling was something someone asked for later on. It doesn't try to link the m3u with the xmltv except by channel name, not id. You will only get a match if the channel names match. The Custom menu in xmltv Meld is for you to add in your own xmltv file or others from the internet. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - bluebug - 2018-04-13 hi thanks for your reply when you use tv guide and it asks for m3u can you not add another channel to the tv guide from m3u , can you not add a live channel from m3u to custom xmltv Meld thanks for your help and advice |