Release script.extendedinfo - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.extendedinfo (/showthread.php?tid=160558) 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
|
RE: script.extendedinfo - Nici - 2016-01-06 Hello phil65. I have done so and it is working. Thanks! RE: script.extendedinfo - brunodragic - 2016-01-09 Why doesn't this work in Jarvis? It always loads a wrong movie when I wanna see some info on a movie I'm about to watch. RE: script.extendedinfo - phil65 - 2016-01-09 Debug log? RE: script.extendedinfo - brunodragic - 2016-01-09 http://xbmclogs.com/pem39rba0#line-7 RE: script.extendedinfo - phil65 - 2016-01-09 That´s not a debug log (wiki). RE: script.extendedinfo - Hustler1337 - 2016-01-12 Hi, Amateur skinner here. Can anyone tell me how I can retrieve the box office information for the currently displayed item (ListItem.Title) and display it in a label? I've tried various combinations but think I am a mile off in terms of what I am doing :/ Would appreciate any help, thanks. RE: script.extendedinfo - Angelinas - 2016-01-13 After this changes in git hub https://github.com/phil65/script.extendedinfo/commit/63c23757a96d023a5527f5f0831ce931eab3d6dd this code doesent work for skin AeonMQ6. PHP Code: <onclick>PlayMedia($INFO[Container(510).ListItem.Trailer],1)</onclick> before this changes Trailer was started from home menu with this command, now is broken and Kodi freez. In dialogs script video all work as should.....only Starting from home is broken. This error is just for widget provided by your script extendedInfo...all widget have problem I have have script.module.autocompletion and script.module.t9.dialog installed. PHP Code: 22:23:23 T:3284 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: script.extendedinfo - phil65 - 2016-01-13 true, got broken when refactoring stuff. Should be fixed with https://github.com/phil65/script.extendedinfo/commit/ad364cc57153945d900ca50497d9e5aaf97db557 RE: script.extendedinfo - Angelinas - 2016-01-13 You have quickest fixed in this year.....working , tnx RE: script.extendedinfo - phil65 - 2016-01-13 Small heads up @ skinners: Since I have to clean up all my old crappy code, some stuff gets shifted around in the process. For Jarvis+, please use my new "plugin.program.autocompletion" (listed in "programs" category) for the AutoCompletion stuff instead of ExtendedInfo. plugin://plugin.program.autocompletion?info=autocomplete&&id=$INFO[Control.GetLabel(312).index(1)]&&limit=9 It´s available on our official repo. I will remove AutoCompletion functionality from ExtendedInfo for next release. Thx! RE: script.extendedinfo - tomer953 - 2016-01-13 (2016-01-13, 03:27)phil65 Wrote: Small heads up @ skinners: Since I have to clean up all my old crappy code, some stuff gets shifted around in the process. For Jarvis+, please use my new "plugin.program.autocompletion" (listed in "programs" category) for the AutoCompletion stuff instead of ExtendedInfo. great, 10x. did you noticed the problem I mentioned Here ? RE: script.extendedinfo - dkgonas - 2016-01-15 hey man, first of all great work on that script. i'm using titan skin and some error pop up, i post in skin author but he recommend post in here since a lot of errors pop up on this script can you please check? I have Windows 10 with Kodi 15.2 and titan 3.5.61. Here is my log file http://pastebin.com/2VVyaqVd (i use pastebin, because i can't make Kodi log upload work). RE: script.extendedinfo - Gade - 2016-01-16 (2016-01-13, 03:27)phil65 Wrote: Small heads up @ skinners: Since I have to clean up all my old crappy code, some stuff gets shifted around in the process. For Jarvis+, please use my new "plugin.program.autocompletion" (listed in "programs" category) for the AutoCompletion stuff instead of ExtendedInfo. Hi Phil. Do you mean script.module.autocompletion? I can't quite seem to find the other one in the repo, although it's listed at your Github. RE: script.extendedinfo - passenger - 2016-01-17 Sorry if this was asked before but I couldn't find it. Extended Info addon always display "updates available" but I click and it does nothing. I'm using Isendard latest stable version. Thanks! RE: script.extendedinfo - n1ckn88 - 2016-01-26 Hi, Is there a way to open up extendedinfo script mod as you load a profile or enter Kodi- not as you access it through a shortcut (list view starting upcoming movies. etc...) the actual way the program launches? thanks nick |