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 - tomer953 - 2015-07-13 Indeed... New with github, should i download the Whole zip and extract or what? Thanks RE: script.extendedinfo - phil65 - 2015-07-13 (2015-07-13, 17:30)tomer953 Wrote: Indeed... New with github, should i download the Whole zip and extract or what? Either use a git client ("Github for Windows" is a very easy, basic one for noobs) and git pull the changes or just use the versions from official repository. From experience I would say that updating from GitHub zips always leads to problems. RE: script.extendedinfo - tomer953 - 2015-07-13 yeap, cloning from git did the work. and the problems solved many thanks RE: script.extendedinfo - phil65 - 2015-07-15 Work already started on 4.0 for Kodi J*. That one will include breaking changes. For a start, all "movie." and "actor." prefixes can be removed from the two InfoDialog xmls. It also makes use of our new image resource add-ons for studio logos so add-on size is lot lot smaller. You can find it here: https://github.com/phil65/script.extendedinfo/tree/jasselhoff 3.0.1 is also in the works with some bugfixes. It should also lead to a significant speed-up when it comes to dialog loading times. Some testing would be much appreciated. RE: script.extendedinfo - ciaron88 - 2015-07-16 Hi i keep geting this error. this is my log ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.WindowsError'> Error Contents: (3, 'The system cannot find the path specified', 'C:\\Users\\Ci\xc3\xa1ron\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.extendedinfo\\TheMovieDB\\1c3c8a008375f5a1dec2f37c9b390254.txt') Traceback (most recent call last): File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 91, in <module> Main() File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 21, in __init__ start_info_actions(self.infos, self.params) File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\process.py", line 103, in start_info_actions data = get_tmdb_movies("now_playing"), "InCinemasMovies" File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\TheMovieDB.py", line 1065, in get_tmdb_movies response = get_tmdb_data("movie/%s?language=%s&" % (movie_type, SETTING("LanguageID")), 0.3) File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\TheMovieDB.py", line 583, in get_tmdb_data return get_JSON_response(url, cache_days, folder) File "C:\Users\Ci�ron\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\Utils.py", line 489, in get_JSON_response if xbmcvfs.exists(path) and ((now - os.path.getmtime(path)) < cache_seconds): File "C:\Program Files (x86)\Kodi\system\python\Lib\genericpath.py", line 54, in getmtime return os.stat(filename).st_mtime WindowsError: (3, 'The system cannot find the path specified', 'C:\\Users\\Ci\xc3\xa1ron\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.extendedinfo\\TheMovieDB\\1c3c8a008375f5a1dec2f37c9b390254.txt') -->End of Python script error report<-- my user profile foleder is Ciáron. is it having problems wit the á? this is my addon_data folder it is trying to find Thanks RE: script.extendedinfo - phil65 - 2015-07-16 yep, choose a proper user name. RE: script.extendedinfo - ciaron88 - 2015-07-16 thanks. thought so, do you know how i can rename my user folder? RE: script.extendedinfo - mikebzh44 - 2015-07-16 You have to change your user name to Ciaron or run Kodi in portable mode to store userdata outside C:\Users\<UserName>\AppData\Roaming http://kodi.wiki/view/Windows_FAQ#Portable_mode RE: script.extendedinfo - Audionymous - 2015-07-17 Hey guys, hey phil65 i have a problem with the extended info script. I use the skin BelloFredo, and when i klick on "Movie Information" and go to "Online Information", it loads the information of the movie. But! When i click on a actor, it loads and loads and nothing happens. When i click at series on "Series Information", Kodi show me a Script-Error for extended Info. Here are 2 Log Files, one for the Movie, and one for the Series Problem. Movie: http://pastebin.com/XrnSJWe7 Series: http://pastebin.com/L6tsJ9P6 RE: script.extendedinfo - tomer953 - 2015-07-17 When Using skinshortcuts to choose Extendedinfo addon from "video addons" - it not "get inside" and just choose the addon itself, not like others video addons when you can "get inside" for example - create shortcut for "Most Popular" in Youtube addon... can you fix it please ? I whould like to create some shortcuts to this addon content RE: script.extendedinfo - phil65 - 2015-07-17 (2015-07-17, 09:38)Audionymous Wrote: Hey guys, hey phil65 PIL doesnt seem to work on your side, so it´s not really connected to this add-on. RE: script.extendedinfo - Audionymous - 2015-07-17 Hm what can i do? Reinstall Kodi? RE: script.extendedinfo - phil65 - 2015-07-17 Would be worth a try. If that doesnt help then perhaps there is a problem again for PIL on android. You could also take latest ExtendedInfo master, the script shouldnt fail then anymore in case PIL is broken. RE: script.extendedinfo - Audionymous - 2015-07-17 For i few weeks, i have no problem on android. Ok i make a clean install of kodi and install the extended master. RE: script.extendedinfo - Audionymous - 2015-07-17 Ok, same problem... And now i can wait for the official Kodi 15 release? |