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 - 2016-12-15 (2016-12-15, 22:58)gillmacca Wrote: I have no problem driving myself nuts setting things up....lol. I've been working on an Action Editor for TV Guide Fullscreen today. I think its working but I want to test it some more tomorrow before I release it. It will let you map up different ACTION_s to the internal Commands. You will still need Keymap Editor to map the real keys to Actions but it should help, especially with button-challenged remotes. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - gillmacca - 2016-12-15 I think you read my mind, if this is the same. I was thinking if there was a way to setup keymapping for the tv guide without affecting the rest of kodi RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Drt1989 - 2016-12-15 (2016-12-15, 21:43)primaeval Wrote:(2016-12-15, 21:32)Drt1989 Wrote:(2016-12-15, 20:21)primaeval Wrote: Your path depends on your device. Have a root around in adb if it's not obvious from whatever file manager you're using. Thanks. I am understanding a lot more now. I shall try in my Windows environment and report back. Although this may take some time. Apart from record and "catchup" I am pretty much done in how I envision this guide to be used. I've disabled longpress in kodi and remapped contextmenu to open the set remind/autoplay. 9 is set to open categories. For me it's working well and schedules direct works well too. Not sure what else could be added now. Awesome work! RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - ködi-zömbie - 2016-12-16 Hello Mister Why I cant use latest version ? When I update, my channel order and all channel settings get lost. So I copied old addon/userdata version back. Backup of channel mapping is helping here ? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-16 (2016-12-16, 09:15)ködi-zömbie Wrote: Hello Mister The last version that might have reset the channels was 0.0.238, I think. That was 3 or 4 days ago. There are lots of Settings that force a channel reset. This post tells you about some: http://forum.kodi.tv/showthread.php?tid=282157&pid=2473370#pid2473370 Did you manage to get the old mapping back with: userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls_autosave.ini RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - ködi-zömbie - 2016-12-16 (2016-12-16, 10:17)primaeval Wrote:(2016-12-16, 09:15)ködi-zömbie Wrote: Hello Mister I'll try this evening. I have 0.0.21xxx, I think. You mean now manually copy "custom_stream_urls_autosave.ini" and after update & db.update copy back ? RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-16 (2016-12-16, 12:49)ködi-zömbie Wrote:(2016-12-16, 10:17)primaeval Wrote:(2016-12-16, 09:15)ködi-zömbie Wrote: Hello Mister If you copy a working custom_stream_urls_autosave.ini to userdata\addon_data\script.tvguide.fullscreen\custom_stream_urls.ini you should be able to re-import it in Settings \ Backup \ Import Channel Mappings. There is also an option to import channel mappings from an ini file or m3u playlist whenever your xmltv file gets updated in Settings \ Optional \ Channel Mappings. I've added a bit of code to copy the previous custom_stream_urls.ini to custom_stream_urls.ini.last in version 0.0.251. So you will have 2 chances to save your channel mappings. If you have an older version you might have to extract the mapping from the database. If you get stuck I'll see if I can fix your old database for you. I did it with someone else's. I fixed his database by adding this to the settings table in source.db. tvguide.co.uk.systemid Sky It stopped the channels getting updated. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-16 version 0.0.251 - Settings \ Lab1 \ Action Editor (most actions are now customisable) WARNING: Big changes. I expect breakages. Let me know if anything doesn't work. You should now be able to Edit most of the Actions that trigger Commands in the new Action Editor. Real buttons still need to be mapped up to the Kodi ACTION_s with Keymap Editor or manually by editing your keymap.xml file. http://kodi.wiki/view/keymap I've left the old commands in comments in gui.py in case you need to check what does what now. Look in the functions that start with "def onAction". The Action Editor makes a semi-readable json file called: userdata\addon_data\script.tvguide.fullscreen\commands.json RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Drt1989 - 2016-12-16 Hello! I don't go away for long do I (hehe) I figured that I can only find ffmpeg for ARMv7 processors. As my box is a v8 I am halted here for the time being. As it's something I really want to do, I am now trying on Windows but a headache has stopped me in my tracks. I'd like to PM you some more questions once I've tried again. So I am just tidying up my "build" as they call it and hopefully when I am feeling more up to it, I'll be able to crack it. For now at least I am very happy with the guide. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-16 (2016-12-16, 13:51)Drt1989 Wrote: Hello! I don't go away for long do I (hehe) This post says ffmpeg supports ARMv8 but you have to build it yourself. https://github.com/WritingMinds/ffmpeg-android/issues/32 That should keep you busy. [EDIT] ffmpeg must support ARMv8 because Kodi uses it as a library and Kodi runs on ARMv8. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Drt1989 - 2016-12-16 (2016-12-16, 13:56)primaeval Wrote:(2016-12-16, 13:51)Drt1989 Wrote: Hello! I don't go away for long do I (hehe) Definitely! Hopefully when I'm feeling better. Right now everything is a blur so I'm doing more simple point and click stuff.. (I think I've gone code blind!) I want to try this search and play.... You mention meta4kodi.... does this mean the meta addon? Or is it built in to the guide? Also for example say most of the BBC stuff doesn't have Season Numbers and Episodes so the search is rather generic (tested using isearch) Is there a way so it's can identify the episode and then search it? isearch and mysearch - what is the difference here? Sorry for all these questions. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-16 (2016-12-16, 14:12)Drt1989 Wrote:(2016-12-16, 13:56)primaeval Wrote:(2016-12-16, 13:51)Drt1989 Wrote: Hello! I don't go away for long do I (hehe) Meta4Kodi is here. http://forum.kodi.tv/showthread.php?tid=263065 There are official players for addons like iplayerwww that can handle the season and episode number. There are also a lot of players around for banned addons. So be careful what you post here. iSearch links to the iSearch function in Super Favourites. MySearch uses the last iSearch list from spoyser's own repo before he deleted it. Plus a couple of extra players that might be useful. They don't use the episode number although MySearch has the ability to. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - Drt1989 - 2016-12-16 Ok.. I'm looking for the player list for Mysearch. ...the ability to.... is this something that would mean further code has to be added or can a user setup from within kodi? I can't believe how useful this guide is. Gets better and better. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - FXB78 - 2016-12-16 @primaeval - I've edited the PlayWith.py and all is good, but of course any update to the addon would overwrite this. Could there be an option for the addon to first look in userdata for PlayWith.py before using the default version? I did try this but it always seems to default to the version in the addons folder. Also just a small thing, is there a way for me to mod this to show a current date/time string rather than at present it showing the unix date in the filename? Thanks. RE: TV Guide Fullscreen - possibly the most powerful TV Guide in the world. ;) - primaeval - 2016-12-16 (2016-12-16, 14:46)Drt1989 Wrote: Ok.. I'm looking for the player list for Mysearch. The Mysearch list is in: addons\script.tvguide.fullscreen\resources\favourites.xml If you want to edit it you should be able to copy it to Super Favourites and use an edited version from iSearch. userdata\addon_data\plugin.program.super.favourites\S\favourites.xml |