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 - phil65 - 2015-06-28 (2015-06-28, 18:15)sualfred Wrote: Np log: http://pastebin.com/ZDWXx8cQ Either you´re not using latest version or you have to clean your cache. (I think it´s option 1) RE: script.extendedinfo - sualfred - 2015-06-28 Head -> Table -.- By mistake, I placed an older GitHub release in the context addon folder some days ago . The latest GitHub is working fine RE: script.extendedinfo - phil65 - 2015-06-28 (2015-06-28, 18:40)sualfred Wrote: Head -> Table -.-Take care, you could still need that head for skinning. RE: script.extendedinfo - jurialmunkey - 2015-06-29 Is it possible to have control of <onback> from the lists? Currently pressing back will go to the previous window but I just want to send focus back to the main control group list (and only go to previous window from there). Not sure if this is possible or not? (tried both setfocus and just control id in onback tags) I could probably do it from a fake button controlling the list if this isn't a possibility. RE: script.extendedinfo - phil65 - 2015-06-29 (2015-06-29, 05:56)jurialmunkey Wrote: Is it possible to have control of <onback> from the lists? Currently pressing back will go to the previous window but I just want to send focus back to the main control group list (and only go to previous window from there). Not sure if this is possible or not? (tried both setfocus and just control id in onback tags) I could probably do it from a fake button controlling the list if this isn't a possibility. https://github.com/phil65/script.extendedinfo/commit/98595e132f8c3c8f511dafc783610c9113846b2b (there is one closing bracket missing in commit msg example) RE: script.extendedinfo - jurialmunkey - 2015-06-29 Excellent. Thanks RE: script.extendedinfo - Tgxcorporation - 2015-06-29 I get an error when using in DialogAlbumInfo.xml: Code: <content>plugin://script.extendedinfo?info=youtubesearch&&id=$ESCINFO[ListItem.Artist] Music</content> This is my kodi.log: Code: 11:59:49 T:4490530816 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Also could you please verify if these calls are working? They do not seem to produce any result. Code: <content>plugin://script.extendedinfo?info=similarartistsinlibrary&&artistname=$INFO[ListItem.Artist]</content> Code: <content>plugin://script.extendedinfo?info=artistevents&&artistname=$INFO[ListItem.Artist]</content> Thanks Tgx RE: script.extendedinfo - phil65 - 2015-06-29 youtube call is fixed, artistevents and similarartistsinlibrary seem to be workin here. RE: script.extendedinfo - Angelinas - 2015-06-29 watch gallery
I am working on MQ6,working and dialogs look as mq for all submeni. Phill one question... How to populate icon in list ,( picture no11,12,13,14,15) 550 - Studio 650 - Certificat Country 850 - Genre 950 - Word Tags In window working ok,when I focus on lists,for excample studio (first icon in list,an move focus on second kodi chage my studio png Code: -<texture>$INFO[Container(550).ListItem(0).label,flags/studios/,.png]</texture> wonderful script with lots of variation.....keep good working. Have progres for include this for PVR RE: script.extendedinfo - phil65 - 2015-06-30 I am not sure if I understood correctly, but all questions should get answered here:: https://github.com/phil65/script.extendedinfo/blob/master/resources/skins/Default/1080i/script-ExtendedInfo%20Script-DialogVideoInfo.xml Skinners already can include this for PVR. Or what do you mean? RE: script.extendedinfo - Warner306 - 2015-06-30 I am using ExtendedInfo 3.0.0. The last sentence of the plot has lost punctuation as pictured below. Each description should end in a period, which is now missing. Missing Period: RE: script.extendedinfo - phil65 - 2015-06-30 (2015-06-30, 00:41)Warner306 Wrote: I am using ExtendedInfo 3.0.0. fixed. RE: script.extendedinfo - Karnage11 - 2015-06-30 Hey , having a problem everytime i enter my MovieDB username and password , then try to use it , it says Login failed and when i click on some of the actors names i get Script.extendedinfo Error RE: script.extendedinfo - Lunatixz - 2015-06-30 Has something changed in recent builds? Getting an error for a call that use to work.... "Can't find item at movie DB" ... no debug log errors... Code: xbmc.executebuiltin("XBMC.RunScript(script.extendedinfo,info=extendedtvinfo,dbid=9603,tvdb_id=75805,name=It s Always Sunny in Philadelphia)")) Code: 05:24:22 T:18300 DEBUG: script.extendedinfo: { RE: script.extendedinfo - phil65 - 2015-06-30 yeah very much has changed. you could check if something goes wrong when doing the id conversions in WindowManager.py, method "open_tvshow_info" |