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 - 2018-12-15 (2018-12-15, 11:05)MikeKL Wrote: @bizzsThanks for that. The tvg-id's match up exactly so you should be able to just import the xmltv normally and add the m3u in "Settings \ Optional \ Import m3u". You should be able to mix in more xmltv files in Lab3. Beware that your urls contain a ticket which probably has a time limit. If you load them in via Stream Setup they won't get updated. If you load them in "Settings \ Optional \ Import m3u" they should get reloaded on every TVGF restart. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - MikeKL - 2018-12-15 Edit---Removed as i duplicated post in error RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-15 @MikeKL reply is above. Thanks. https://forum.kodi.tv/showthread.php?tid=282157&pid=2800169#pid2800169 I can't work out how to get the playlist and xmltv from tvheadend without a username/password. Do you know how to do it? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-15 version 0.0.407 - added authentication to Settings \ Optional \ Import m3u This should help with tvheadend. Turn on "Settings \ Optional \ authentication" and add your tvheadend username and password. Put your tvheadend m3u in "Settings \ Optional \ Import m3u" http://ip:9981/playlist and your xmltv in "Settings \ Source \ xmltv" http://ip:9981/xmltv where ip is your tvheadend server address as @MikeKL wrote. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - MikeKL - 2018-12-15 @primaeval Your always so blooming quick Quickly tested using Kodi 18 on a Win10 PC (Did not turn on Authentication as dont currently set and use username/password authentication in tvheadend) and m3u and tvguide imported successfully and can watch/listen to channels (including radio) Just a FYI Note: When opening channel containing No guide information, TV Guide Fullscreen appears to retain information including channel name, from previous known channel played and available guide information of programme previously played on that channel. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-15 (2018-12-15, 13:40)MikeKL Wrote: @primaeval Your always so blooming quickDid you turn off authentication on tvheadend or was it off by default on LibreELEC? Try "Settings \ Source \ reset on start" to clear old channels. twinther designed TV Guide to incrementally add program data; so old channels remain in the channel list by default. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - MikeKL - 2018-12-15 Whenever I have set up Tvheadend Server on Rpi's using libreelec, I have always left network web access settings as-is, i.e. dont set any login requirements. Then in TV Guide Fullscreen today with latest version automtically installed over previous version, I noted authentication option which was off by default and thought ok lets see if everything works after inputting the valid hyperlinks without need to authenticate etc. (I enabled option "reset on restart" during testing) Regarding radio stations and some tv stations in my tvheadend provided channels list, it seams that typically and by default NO EPG information is being provided and what I meant to explain in previous post is that with TV Guide Fullscreen if I play one of the empty EPG channels TV Guide Fullscreen (or perhaps its the core player information?) incorrectly maintains information of previously played channel that does hold EPG information. If I switch between and to channels with EPG information then everything is appearing OK and correct. (No worries it was an observation when using latest Leia Nightly for general information) RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-15 (2018-12-15, 19:05)MikeKL Wrote: Whenever I have set up Tvheadend Server on Rpi's using libreelec, I have always left network web access settings as-is, i.e. dont set any login requirements.That sounds like it is a bug. Where does the information show up? In the title and description in the epg? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - pirlone - 2018-12-30 Just trying this promising plugin. After settiging it up, plugin won't start. In kodi.log there are errors: 13:34:13.555 T:18446744073062770992 ERROR: Traceback (most recent call last): 13:34:13.556 T:18446744073062770992 ERROR: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.tvguide.fullscreen/addon.py", line 74, in <module> 13:34:13.556 T:18446744073062770992 ERROR: w = gui.TVGuide() 13:34:13.556 T:18446744073062770992 ERROR: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.tvguide.fullscreen/gui.py", line 395, in __init__ 13:34:13.568 T:18446744073062770992 ERROR: name,cat = line.split('=') 13:34:13.568 T:18446744073062770992 ERROR: ValueError: too many values to unpack 13:34:19.461 T:18446744073027451184 ERROR: GetDirectory - Error getting noop what could be the problem? tia RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-30 (2018-12-30, 14:44)pirlone Wrote: Just trying this promising plugin.Try version 0.17.408. The problem is either a channel name or a category has a = in it. The = is the separator character in the categories.ini file. I've made a fix to only split the lines once now from the right. So the category can't have a = in it but the channel name can. Look in the categories.ini file for a line with more than one = in it. /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/script.tvguide.fullscreen/categories.ini RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - pirlone - 2018-12-30 True, I have categories like '==== KIDS ====' I'll try new version and report back. tnx a lot RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-30 (2018-12-30, 15:43)pirlone Wrote: True, I have categories like '==== KIDS ===='Try version 0.17.409. If it is picking up the categories from the m3u group-title attribute it will replace all = with - I should really change the ini files to use a better separator like tab but that is a big job and will probably break a lot of people's setups, so don't hold your breath. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - pirlone - 2018-12-30 still no joy. as soon as I select another group of channels after first run, the plugin exits and after restarting the message "loading data from external source..." appears but it hungs. I can replace all '==' with one '=' and try. tia RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2018-12-30 (2018-12-30, 16:41)pirlone Wrote: still no joy.Is that with version 0.17.409 ? Are you getting your groups/categories from the m3u group-title in "Settings\Optional\Import m3u" ? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - pirlone - 2018-12-30 yes, to both questions. here is the log: 15:46:55.097 T:18446744073143851312 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 45312 m_frames: 2832 m_frameSize: 8 channels: 2 15:47:01.354 T:18446744072844474672 WARNING: CSkinInfo: failed to load skin settings 15:47:02.094 T:18446744072844474672 ERROR: EXCEPTION: Non-Existent Control 7004 15:47:02.095 T:18446744072844474672 ERROR: EXCEPTION: Non-Existent Control 7100 15:47:02.097 T:18446744072844474672 ERROR: EXCEPTION: Non-Existent Control 4323 15:47:04.564 T:18446744072542484784 ERROR: Exception in thread Database callback: Traceback (most recent call last): File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-21/lib/python2.7/threading.py", line 801, in __bootstrap_inner File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-21/lib/python2.7/threading.py", line 754, in run File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.tvguide.fullscreen/gui.py", line 4033, in onSourceInitialized self.loadChannelMappings() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.tvguide.fullscreen/gui.py", line 4136, in loadChannelMappings name,cat = line.split('=') ValueError: too many values to unpack 15:47:29.387 T:18446744072844474672 ERROR: EXCEPTION: Non-Existent Control 7100 15:47:29.387 T:18446744072844474672 ERROR: EXCEPTION: Non-Existent Control 5200 15:47:29.599 T:18446744072550615344 ERROR: Database.eventLoop() >>>>>>>>>> exception! too many values to unpack = _getEPGView rgds |