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 - 2019-03-24 (2019-03-24, 03:31)georgepana Wrote: Hello. It has been a few weeks since we last talked. I appreciate all your help with the setup and it works well for me with a mix of an EPG URL and and additional Webgrab source guide.xml in Lab 3 under "Secondary XMTV File." I have a couple of questions for you.I've added a "Never Exit from EPG on Back Button" setting in 0.17.436. If anyone complains because they can't get out of the program I will blame you. The Catchup button launches Meta4Kodi or a fork of it to try to find a program either in your library or another addon. https://github.com/roee88/meta4kodi To Record: set the ffmpeg program and recording path in Settings \ Program Scheduler \ Autoplaywiths \ ffmpeg Program and Output Folder RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2019-03-30 TVGF version 0.17.437 - Settings \ Optional \ Remember Last EPG Position It will take you back to the last page you were on before you quit TVGF. It won't select the channel you were on but you will be close to where you were. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2019-04-01 (2019-03-30, 11:09)primaeval Wrote: TVGF version 0.17.437 Thanks for that one primaeval. That's a feature that's been in the back of my mind for quite a while. A similar one would be to be able to jump to the page with a playing channel while within TVGF. Like how mouse double-clicking on Foobar2000's taskbar jumps to the playing audio track. But I'm guessing that's probably easier said than accomplished. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - HiJacK - 2019-04-01 (2019-04-01, 02:10)JQZ* Wrote:(2019-03-30, 11:09)primaeval Wrote: TVGF version 0.17.437 You should thank me, I'm the one that made the request Is it working for you? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2019-04-01 (2019-04-01, 05:26)HiJacK Wrote:(2019-04-01, 02:10)JQZ* Wrote:(2019-03-30, 11:09)primaeval Wrote: TVGF version 0.17.437 Ah... another behind the scenes development. Yes HiJacK, it's been working fine. Thanks. P put together a special Remind type called regex for me behind the scenes last week I'm really happy with too. Select it as a Remind type, and all occurrences of the program will be highlighted in the EPG grid across all channels, and matching the program name with the % (all) wildcard. He did say to use caution when using wildcards too much as it could slow down some devices. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - HiJacK - 2019-04-02 (2019-04-01, 13:25)JQZ* Wrote:@primaeval did all the work, I just made the suggestion I've been communicating with him behind the scenes. I haven't played around with Remind yet. I'll have to give it a try. I just added other parts of his project the other night and trying to piece everything together.(2019-04-01, 05:26)HiJacK Wrote:(2019-04-01, 02:10)JQZ* Wrote: Thanks for that one primaeval. That's a feature that's been in the back of my mind for quite a while. A similar one would be to be able to jump to the page with a playing channel while within TVGF. Like how mouse double-clicking on Foobar2000's taskbar jumps to the playing audio track. But I'm guessing that's probably easier said than accomplished. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - xDetoursx - 2019-04-06 After appearing to load guide data successfully, get the message "It was not possible to load program data, check settings or try again later..." After clicking ok it goes back to Kodi main screen. Settings seem fine and everything has been working normally until this morning. Any ideas? Using Shield TV. Closed, restarted Kodi, rebooted Shield. Same thing RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2019-04-06 (2019-04-06, 16:35)xDetoursx Wrote: After appearing to load guide data successfully, get the message "It was not possible to load program data, check settings or try again later..." After clicking ok it goes back to Kodi main screen. There must be some error in kodi.log if it does that. If you can't see it, turn on kodi debug logging, try again and post the log. You can pm me if it contains anything sensitive. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2019-04-17 Am I not understanding how the % wildcard works in the regex option when setting a reminder primaeval? When I choose regex as the reminder type and am presented with the program title, I've edited it and inserted the wildcard, but though the programs are highlighted in the EPG, they don't show up in the reminders/notification list. For example: Program Name (Year) > Program Name (%) Program Name: Program Series Title (Year) > %Program Series Title% One example was Star Trek. Am I not applying the wildcard properly? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2019-04-17 (2019-04-17, 00:45)JQZ* Wrote: Am I not understanding how the % wildcard works in the regex option when setting a reminder primaeval? When I choose regex as the reminder type and am presented with the program title, I've edited it and inserted the wildcard, but though the programs are highlighted in the EPG, they don't show up in the reminders/notification list. For example:Try 0.17.443. I hadn't added the regex search to the Reminders List. The search just looks at the title as it is in the xmltv file. However if the movie has a year in the xmltv file it will get added to the title as Movie (year) In the main epg grid the program title also has the sub-title appended to it if there is one or the episode number. Usually the title is in Bold and the sub-title or episode number isn't. You can turn that off in Settings \ Lab1 \ Separate title/subtitle Some skins use that to show the episode number on a separate line. I kind remember which ones though. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2019-04-18 (2019-04-17, 08:45)primaeval Wrote: Try 0.17.443. That's working well to highlight programs in the EPG across program times and channels as well as now being listed in the Reminders list. Thanks. Quote:The search just looks at the title as it is in the xmltv file. In your default skin and my Cake mod I'm seeing both title and subtitle in Bold and the episode number isn't, which is fine. Haven't checked the skin xml to see if it's set there or if it's being set by TVGF's code. Quote:You can turn that off in Okay. I can see the subtitle/episode number toggle on & off when set. I've been thinking it'd be nice to have the program subtitle and episode appear in the OSD program info popup. Is that possible? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2019-04-18 (2019-04-18, 11:37)JQZ* Wrote: Okay. I can see the subtitle/episode number toggle on & off when set. I've been thinking it'd be nice to have the program subtitle and episode appear in the OSD program info popup. Is that possible? I haven't got the time to do a big change like that but it is possible. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2019-04-18 (2019-04-18, 11:42)primaeval Wrote:(2019-04-18, 11:37)JQZ* Wrote: Okay. I can see the subtitle/episode number toggle on & off when set. I've been thinking it'd be nice to have the program subtitle and episode appear in the OSD program info popup. Is that possible? Okay... It just struck me that maybe the code that places the subtitle on a separate line in the skin's main EPG might be used to place it in the OSD display. But from your reply, it seems that wouldn't fly, probably being set in python code. Having the linked addon for the channel in the OSD display was something else I'd tried unsuccessfully. I'm guessing that'd require a major overhaul of the code too. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2019-04-18 (2019-04-18, 12:07)JQZ* Wrote:(2019-04-18, 11:42)primaeval Wrote:(2019-04-18, 11:37)JQZ* Wrote: Okay. I can see the subtitle/episode number toggle on & off when set. I've been thinking it'd be nice to have the program subtitle and episode appear in the OSD program info popup. Is that possible? I've added the python code to add the sub-title to the title in the OSD in version 0.17.444 I'm not going to add the linked addon there as that would need lots of changes in all the skin files. Just use the context menu to see it if you need to. Turn on Settings \ Appearance \ Show Addon in Context Menu and/or Show Addon Logo in EPG above Program Image RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - JQZ* - 2019-04-18 (2019-04-18, 12:56)primaeval Wrote:(2019-04-18, 12:07)JQZ* Wrote:(2019-04-18, 11:42)primaeval Wrote: I haven't got the time to do a big change like that but it is possible. Wow... I 1st thought I'd have to modify the OSD section in main.xml to enable that. But I see your new code added the sub-title info directly. Very nice. I thought the extra text might squeeze space in other skins, but hopefully they'll all be set to scroll. I can see how a change to the linked addon there could complicate other skins. Thanks so very much for tweaking this primaeval. |