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. ;) - doktourtv - 2018-12-03 (2018-12-03, 15:34)primaeval Wrote: It should be number keys 8 and 9 to start and stop recording on the channel you are currently on in the epg.Thanks! RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - M89SE - 2018-12-03 Is it possible to match a word to listControl.selectItem ? Lets say id like to match it to "program.channel.id" and make it focus in list. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - doktourtv - 2018-12-04 Sorry to bother you with this but I seem to have broken my autoplaywith. It was working fine but suddenly I am unable to record any scheduled recordings. It was working fine and the problem seemed to start when I attemped to use the "8" key to start a recording during the show. It failed and then none of my autoplaywith scheduled recordings will work. I have rebooted the machine and restarted kodi but still no autoplaywith recordings. I am not concerned with the "8" key... I just want to get my autoplaywith to work again. The only thing I have done is to download the latest version of ffmpeg.exe (I use the static libraries version) I have pm'd you the link to the debug log. The recording was scheduled for 17:30 with 1 minute pre-padding so I have included in the log 17:28 - 17:30 Please advise if you can determine what broke. Thank you RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - M89SE - 2018-12-04 @doktourtv I recognize this problem from my own addon. It has to be a problem with the ffmpeg. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - doktourtv - 2018-12-04 (2018-12-04, 00:56)M89SE Wrote: @doktourtv I recognize this problem from my own addon. It has to be a problem with the ffmpeg.Did you by any chance find a solution? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - doktourtv - 2018-12-04 (2018-12-04, 00:56)M89SE Wrote: @doktourtv I recognize this problem from my own addon. It has to be a problem with the ffmpeg.Using your observation, I went back to an older version of ffmpeg (2/18) and I am getting a slightly better response. I will test and report back. https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180201-b1af0e2-win64-static.zip RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - M89SE - 2018-12-04 I don't know how well it will work with FTVG, but this is what I'm providing for my users: http://m-tvguide.pl/support2018/record_apps/recording_windows.zip RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-04 (2018-12-03, 22:28)M89SE Wrote: Is it possible to match a word to listControl.selectItem ?You can run down the ControlList and do a getListItem on every item, then do a getProperty etc. But that is overkill as TVGF makes the list in the first place. https://codedocs.xyz/xbmc/xbmc/class_x_b_m_c_addon_1_1xbmcgui_1_1_control_list.html The easiest way is to attach the list of things to the class the list is made in and just index that. eg look for listControl.addItems(items) add those items to self self.some_kind_of_items = items RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - doktourtv - 2018-12-04 (2018-12-04, 08:52)M89SE Wrote: I don't know how well it will work with FTVG, but this is what I'm providing for my users: Thank you for the link. I can verify that on my windows 10 with the latest beta build of Kodi 18, the Feb 2018 version of ffmpeg.exe is working properly when recording both for autoplaywith and for the immediate ("8" key) record. Apparently the 4.1 or later version of ffmpeg will not work. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - M89SE - 2018-12-04 I'm glad it works. @primaeval Thank you! RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Cangeoboy - 2018-12-06 Having a bit of an issue with logos in TV Guide Fullscreen. I've set a few channel logos manually and in the past they would continue to show after an xml (guide) update and I'd only lose them if I did a reset. Lately however, I seem to be losing them after a guide update as well. Any thoughts as to why that might be occurring? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-06 (2018-12-06, 19:21)Cangeoboy Wrote: Having a bit of an issue with logos in TV Guide Fullscreen. I've set a few channel logos manually and in the past they would continue to show after an xml (guide) update and I'd only lose them if I did a reset. Lately however, I seem to be losing them after a guide update as well. Any thoughts as to why that might be occurring?You might need to turn on Settings\Logos\Keep Last Channel Logo Mapping Try making a local copy of the logos using Settings\Backup\Download All Channel Logos They are saved in the addon_data folder. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Cangeoboy - 2018-12-08 (2018-12-06, 20:18)primaeval Wrote:Thanks, that seemed to work. Also copy the .db file once I had finalized my setup just in case.(2018-12-06, 19:21)Cangeoboy Wrote: Having a bit of an issue with logos in TV Guide Fullscreen. I've set a few channel logos manually and in the past they would continue to show after an xml (guide) update and I'd only lose them if I did a reset. Lately however, I seem to be losing them after a guide update as well. Any thoughts as to why that might be occurring?You might need to turn on RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - doktourtv - 2018-12-12 Strange new problem using TGFS. For some reason my iptv stream will only play for about 5 seconds then stops and goes back to the guide. The same channel played from "TV > Channels" in the main menu will play properly without interruption. It is only when I play the stream through TGFS that it will only play for a few seconds. Any idea what I may check to resolve this issue? Thank you Windows 10 - Kodi 18 Beta 2 - TGFS 0.17.405 RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-12 (2018-12-12, 22:29)doktourtv Wrote: Strange new problem using TGFS. For some reason my iptv stream will only play for about 5 seconds then stops and goes back to the guide. The same channel played from "TV > Channels" in the main menu will play properly without interruption. It is only when I play the stream through TGFS that it will only play for a few seconds.What sort of a link is it? Does it go through an addon? You can try the alternative streaming methods or turn off the osd. |