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. ;) - primaeval - 2017-08-01 (2017-08-01, 20:44)eric859 Wrote: Woops! That's my fault. I kinda hack an xmltv file from multiple timezones on Sched Dir using mc2xml, then to match the channels in my m3u8 file, I use a sed like utility to rename the Channel ID's in the xmltv file to match the ones in the M3u8 file. It works for Kodi. I haven't looked at Webgrab+. Can that more easily do what I'm doing in my script? Anyway, it works now!!! Thanks again!!! Good that it works. Webgrab is very powerful and has scrapers for most providers in the world. As long as you are paying for Schedules Direct you might as well keep on using that. It is a very comprehensive service and as far as they say they pay for their data from the original source. So you can get a warm fuzzy feeling that you are helping someone put food on their table. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-01 (2017-08-01, 20:47)eric859 Wrote: Is it possibe to use the channel order in the m3u file as the channel order in TVGuide Fullscreen? I order it the way I want to view it in Kodi and I select the option to "Use Channel Order From Backend(s)" and it orders it exactly the way it's in the m3u8 file. Not directly. You might be able to use the "Appearance\Sort Order for Channels in Categories". If you set it to "categories.ini" and add a category for all your channels you could order them how you like. Check it works before you do the lot. I did assume that if you were going to want that amount of customization you would be making your own xmltv file with Webgrab. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - eric859 - 2017-08-01 (2017-08-01, 20:56)primaeval Wrote:(2017-08-01, 20:47)eric859 Wrote: Is it possibe to use the channel order in the m3u file as the channel order in TVGuide Fullscreen? I order it the way I want to view it in Kodi and I select the option to "Use Channel Order From Backend(s)" and it orders it exactly the way it's in the m3u8 file. I guess I don't really understand what you mean when you say "making your own xmltv file". I thought I was by dl'ing from sched dir and combining them with mc2xml. I need to look into webgrab. Thanks! RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-01 (2017-08-01, 21:02)eric859 Wrote:(2017-08-01, 20:56)primaeval Wrote:(2017-08-01, 20:47)eric859 Wrote: Is it possibe to use the channel order in the m3u file as the channel order in TVGuide Fullscreen? I order it the way I want to view it in Kodi and I select the option to "Use Channel Order From Backend(s)" and it orders it exactly the way it's in the m3u8 file. If you are good with sed you could probably easily make a script to rearrange the channels at the top of the xmltv file you have already made. You could do it easily with python. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - eric859 - 2017-08-01 (2017-08-01, 21:10)primaeval Wrote:(2017-08-01, 21:02)eric859 Wrote:(2017-08-01, 20:56)primaeval Wrote: Not directly. You might be able to use the "Appearance\Sort Order for Channels in Categories". Oh I didn't say I was good with sed. I've used it on a limited basis, mostly in college classes. In fact, the Windows utility I was referring to is called FART.exe LOL. Find and replace text RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-01 (2017-08-01, 21:18)eric859 Wrote: Oh I didn't say I was good with sed. I've used it on a limited basis, mostly in college classes. In fact, the Windows utility I was referring to is called FART.exe LOL. Find and replace text Are you doing a computer related course? If you are you can get yourself up to speed with different programming languages here. https://learnxinyminutes.com/ I always start there. It includes sed but no farts. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - myname - 2017-08-04 Here's the skin i've been working on. It's highly moddable. It has however been locking up on me recently and i'm not sure if it has to do with changes i made or if its the focus delay you added. Sometimes it locks up as soon as it first loads and you try to navigate, othertimes when I'm quick with the mouse. The log always says i tried a mouse action like 101 or 103. I've been chasing my tail trying to figure it out for 2 weeks and am at the point i have to strip away stuff to find the bug and that's really time consuming. I figured i'd release it as is incase it's just a simple fix or something on my end unique to my setup. Browsing kodi skins i found a few useful commands like turning invisible buttons into toggle buttons with the help label and png built in. I call it Cake because no one can badmouth cake. https://raw.githubusercontent.com/thismustbetheplace/_tvgfs_skins/master/script.tvguide.fullscreen.skin.cake.zip Top left pic : main screen - Toggle help in top right, my custom actionbar bottom left or down channel, if playing video player controls bottom left, catbar toggles on focus if you hover over "Today" on the timebar. Top right pic : popupmenu - If you go to settings you have the ability to toggle a few things. - toggle 1080i on\off - flip the video window left right horizontal with descriptions - flip the descriptions\videowindow vertical with the epg colums - can use my popupmenu or the original style popupmenu - can use my vod menu or the original vod menu Bottom left and right pic - flip command examples. The mainscreen, popupmenu and vod are auto adjusted. bottom left pic - osd with or without mousebar. Auto adjusts depending on visibility bottom right pic - quick epg top right pic - vod menu built into popup menu. It has tv library, movie library, music library, pvr, and a link to sports fixtures. I have sports fixtures disabled in the popup menu for speed, but enabled in the separate xml. The vod xml is a template for you to use as you wish adding widgets and whatever. I have a bunch of disabled examples ready for modability. Top left - vod xml menu using sports fixtures. There is also an ffmpeg frontend gui for the record button and the play\search from addon.ini is included. Because of this it must be run as a video addon. Skin.py is nessessary for toggles, but main.py is only for the addon.ini players really and could be stripped. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-04 (2017-08-04, 10:32)myname Wrote: ^^^ Thanks for that. You should never need to leave TVGF again. You missed the quadcopter button to fetch you a beer from the fridge. I got a big lock-up at first. It looks like it might be the VOD menus. Kodi does a lot of processing to read the database and find the icons for all the shows and movies. Everything was smooth after I killed Kodi and started again. I'm not sure what can be done apart from have patience. If you get something repeatable I'll have a deeper look. [EDIT] The Fixtures section in Sports Fixtures is broken right now. They changed their website a lot recently and I haven't caught up. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - TheGame1986 - 2017-08-04 (2017-08-04, 11:03)primaeval Wrote: I got a big lock-up at first. It looks like it might be the VOD menus. The problem is that while the sections are hidden unless highlighted, to Kodi, they aren't hidden. This means that Kodi is attempting to load every single item in the background, everything from the tv section, movie section, and so on. If a section like the fixtures section is broken because of it's content attribute then it's also throwing out errors while trying to build the menu. To reduce the slow down I would recommend making each section it's own xml file. You can use the exact same layout in each file and just change the content attributes, but now instead of trying to load 150 TV shows, 700 movies, a fixture list, whatever music you have, and your PVR, it's now just loading one of those things at a time. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Griever92 - 2017-08-05 No matter what I try, I can't seem to get the Guide to load in my Information from the XMLTV url provided by AceTV I've triple checked all URLs, and while the plugin initially appears to begin loading, showing a progress bar and all, it hangs around 69% completed and says nothing beyond "program information cannot be loaded" I can't seem to locate any sort of debugging logs to troubleshoot or indicate what the actual problem is. I've successfully tested loading the XMLTV link in browser. Is it possible the format of the URL is the issue? http://ace-tv.co.uk:port/xmltv.php?username=___&password=___ RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-05 (2017-08-05, 18:36)Griever92 Wrote: ^^^ I did add something in recently to deal with that kind of url. Before, the url would have to end in a sensible xmltv.xml file name. It got confused by the ? suffix. pm me the url and I'll see if I can see what is wrong. It is usually something like illegal xml or unicode characters. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Griever92 - 2017-08-05 (2017-08-05, 18:48)primaeval Wrote:(2017-08-05, 18:36)Griever92 Wrote: ^^^ Apparently I need 10 posts to send a PM, so, i'll fire that off in a sec, since this makes #10 lol Thanks! [edit] nevermind, I can't send private messages apparently. [edit2] finally let me send one, thanks again! RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-05 (2017-08-05, 18:52)Griever92 Wrote:(2017-08-05, 18:48)primaeval Wrote:(2017-08-05, 18:36)Griever92 Wrote: ^^^ For anyone else having a similar problem: I think I've found it. They have added programs for channels that they haven't declared. At the start of the xmltv epg url file there is a list of channels with their ids. After the channels come the programs. Each program has a channel id which needs to link to the channels. The first program has a channel id of I17593.labs.zap2it.com but there is no channel with an id of I17593.labs.zap2it.com. Tell them to sort their xmltv out. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Rascals - 2017-08-05 Hi, thanks for the great addon! I'm running into a problem playing streams. In various video player addons the stream is working fine, however within TV Guide Fullscreen I get the a Stream Failed error and the following shows up in kodi.log (I might now have enough debug logging enabled?) Quote:20:50:50.403 T:1303376880 ERROR: EXCEPTION: Non-Existent Control 60021 If I try to preview one channel under Stream Setup the error message looks something like this. Quote:20:58:01.549 T:1521480688 NOTICE: Creating InputStream I tried to Reset Everything and also Uninstall and Re-Install but it doesn't seem to help. Any suggestions on how to debug the problem further? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2017-08-05 (2017-08-05, 20:04)Rascals Wrote: Hi, thanks for the great addon! I'm running into a problem playing streams. In various video player addons the stream is working fine, however within TV Guide Fullscreen I get the a Stream Failed error and the following shows up in kodi.log (I might now have enough debug logging enabled?) You have tried to use the Alternative Streaming method for that addon and it isn't working. Do the streams show up as Green in the "Stream Setup \ Addons" section? Add the Folder again with the Default method. Your urls show @plugin instead of just plugin which means use the Alternative Streaming method. There is something wrong there as it should be able to play it with the Alternative Streaming method but just try the Default for now. |