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) - DarrenHill - 2016-08-09 (2016-08-09, 11:11)DarrenHill Wrote: I'll give it a try this evening and let you know. OK we have partial success. BBC 1, CBBC, CBeebies and BBC news channels have logo icons, but BBC2 and BBC two 4 extra (tried as a test) do not. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-09 (2016-08-09, 18:34)DarrenHill Wrote:(2016-08-09, 11:11)DarrenHill Wrote: I'll give it a try this evening and let you know. Can you see all the logos in addons\plugin.video.iplayerwww\media ? There should be 80 files in there now. If there is, see whether they show up in the addon in Video\iplayerwww\Watch Live. Have you removed any wrong addon folders? eg addons\plugin.video.iplayerwww-2.3.4p3 I doubt this applies here but sometimes the Kodi image database and Thumbnail directory need deleting to clear things up. It is a bit harsh but necessary sometimes. RE: TV Guide with built-in Addon browser (.ini free) - DarrenHill - 2016-08-09 Yes 80 files in the media folder, which show under watch live in the iPlayer add-on. Hadn't removed the other folder, but have now and doesn't make a difference. Don't really want to rebuild the databases as it'll take to long. T the issue is too small and cosmetic to be worthwhile. I also see now that ITV doesn't have an icon either from the TV catch-up add-on (but channel 4 and 5 both do) so it may be something more fundamental here. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-09 (2016-08-09, 19:37)DarrenHill Wrote: Yes 80 files in the media folder, which show under watch live in the iPlayer add-on. The problem is most probably in the guide then. Try renaming or deleting the userdata\addon_data\script.tvguide.fullscreen folder and see if it will work now. There is a lot of convoluted logic about when to overwrite logos: some mine, some inherited. RE: TV Guide with built-in Addon browser (.ini free) - donbrew - 2016-08-09 (2016-08-08, 22:13)primaeval Wrote:(2016-08-08, 21:50)primaeval Wrote:(2016-08-08, 21:38)donbrew Wrote: That did it!!!!! smb seems to be broken again in 0.0.54. And now I can't cancel "loading of data". Right now the Pi is busy running WebGrab. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-09 (2016-08-09, 20:12)donbrew Wrote:(2016-08-08, 22:13)primaeval Wrote:(2016-08-08, 21:50)primaeval Wrote: Great. Thanks. That is quite a lot of work for a poor little pi. One of the reasons I started on the Webgrab addon was to make tiny xmltv files for it. Even a few channels can take minutes to load. If it won't work after a reboot with a small xmltv file, after every background service has calmed down, we'll have to start debugging the smb code again. I only removed the smb check from 0.0.54, so it is strange that it worked with your change and not 0.0.54, which is effectively the same. There must be something else going on. RE: TV Guide with built-in Addon browser (.ini free) - DarrenHill - 2016-08-09 (2016-08-09, 19:43)primaeval Wrote: The problem is most probably in the guide then. I think it is. Tried again with a fresh add-on data folder and a new xml file from webgrab. Now all BBC icons show up from iPlayer WWW, but none from TV catch-up do. So I think the issue is probably a naming mismatch between the two or something like that. Going back to the first XML file gives icons for all BBC and all TV catch-up except ITV, so which for me confirms is a naming issue in the xml file in the guide. Would it be possible to add being able to manually set a logo per channel in the guide setup page for each channel? RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-09 (2016-08-09, 20:32)DarrenHill Wrote:(2016-08-09, 19:43)primaeval Wrote: The problem is most probably in the guide then. I think that is going to give me a lot of headaches but I'll have a look. The most solid way to handle logos is to build your own Logo Folder with logos from the Lab\Export Logos command and grab country packs from the TVLogo Downloader addon. The TVLogo Downloader program needs to shrink the icons by half before the guide will pull them in. I don't know why. Some of the other TV Guides have good Logo urls that you can use or mirror locally. There is already some fuzzy matching for logos, so you don't have to do too much renaming. About line 1142 in source.py if you can read python. RE: TV Guide with built-in Addon browser (.ini free) - DarrenHill - 2016-08-09 I'll give it a go - am currently missing that logo download program I think. Fundamentally everything is working though, is just cosmetic config now. RE: TV Guide with built-in Addon browser (.ini free) - donbrew - 2016-08-09 (2016-08-09, 20:24)primaeval Wrote:(2016-08-09, 20:12)donbrew Wrote:(2016-08-08, 22:13)primaeval Wrote: 0.0.54 It was just too busy. after reboot it works again. RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-09 (2016-08-09, 21:35)donbrew Wrote:(2016-08-09, 20:24)primaeval Wrote:(2016-08-09, 20:12)donbrew Wrote: smb seems to be broken again in 0.0.54. And now I can't cancel "loading of data". Right now the Pi is busy running WebGrab. Great. I am starting to get a bit overloaded with all the addons I am working on at the moment. RE: TV Guide with built-in Addon browser (.ini free) - iainmacleod - 2016-08-10 Yeah you are. What language would I need to learn to branch or assist? Also, I notice that the TV Guide Fullscreen doesn't load the XML file with the appropriate offsets - but the standard TV Guide does. They are using the same files, I have the source.db of both add-ons and reloaded to confirm. In addition, what do channels.ini and addons.ini do? I read this thread but didn't see any information. Thanks Sent from my ONE A2005 RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-10 (2016-08-10, 03:18)iainmacleod Wrote: Yeah you are. What language would I need to learn to branch or assist? The channels.ini and addons.ini are if you want to import them from somewhere else. They are optional. If you use them, then any changes you make to the categories or addon streams will be overwritten on the next xmltv update. The use case is having a central server and pushing the same changes to all your devices. The addon is in python with sql for the database and xml for the xmltv. The quickest way to learn a new programming language that I know of is here: https://learnxinyminutes.com/ TV Guide actually parses the date in the wrong way and throws away the offset value. I expect your webgrab setup has compensated for TV Guide and added another offset. Compare these two: TV Guide source.py Code: def parseXMLTVDate(self, dateString): TV Guide Fullscreen source.py Code: def parseXMLTVDate(self, origDateString): RE: TV Guide with built-in Addon browser (.ini free) - primaeval - 2016-08-10 (2016-08-09, 21:28)DarrenHill Wrote: I'll give it a go - am currently missing that logo download program I think. I think there are some problems with logos. I keep losing mine when I restart. I'll have a look at the logic later. RE: TV Guide with built-in Addon browser (.ini free) - iainmacleod - 2016-08-10 TV Guide works for me because I use the chans2correct.xml of WebGrab+plus to create the offset. Sent from my ONE A2005 |