Release Artist Slideshow addon (with skin and addon integration) - 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: Release Artist Slideshow addon (with skin and addon integration) (/showthread.php?tid=124880) 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
|
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - javiermon - 2014-02-17 Hi Ive been adding fanart to fanart.tv and it won't show up in xbmc unless I delete the ArtistInformation folder for the artist in question. How often does the addon check if there's a new xml in each server with newer fanart? Thanks, RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - cw-kid - 2014-02-17 (2014-02-17, 14:05)javiermon Wrote: Hi "To keep the number of calls to the outside providers down, AS only updates cache files every couple of weeks. So if you immediately want updated information, you need to delete the particular cache file (or the entire cache folder in ArtistInformation)." RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - javiermon - 2014-02-17 Thanks RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - chgr - 2014-02-17 Hi there, I've been using Artist Slideshow and it used to work up until today. However, I had to reinstall the newest version 1.6 and since then it does not work anymore, even on a clean XBMC install. (XBMC v12.3, Windows 7, confluence skin using your 2 customized xml files). I get an error whenever trying to run the script. Here the log below: Code: ... If anyone can help this would be great. Best regards, chgr RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - chgr - 2014-02-17 (2014-02-17, 16:19)chgr Wrote: Hi there, Well, I'm kind of replying to myself, but I've managed to get it working by changing the import statement and the calls from requests to requests2 in url.py. In fact, it seems request2 is installed by addon.xml, but not requests, so the calls to requests in url.py didn't work. There is probably some better solution to this issue, in which case I'll gladly take your advice. Best regards, chgr RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-02-17 (2014-02-17, 17:06)chgr Wrote:(2014-02-17, 16:19)chgr Wrote: Hi there, That's the best fix for now. I'm submitting a new version to the repo right now. Apologizes for that. I tested this with a clean user data folder, but apparently the older requests module was still available somewhere on my system, so I never got that error. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-02-18 (2014-02-17, 19:38)pkscuot Wrote:(2014-02-17, 17:06)chgr Wrote:(2014-02-17, 16:19)chgr Wrote: Hi there, And now there's a different problem. The fix I pushed into production now breaks on every machine I have claiming that the module requests2 doesn't exist. So I don't know which one is right. I checked the requests2 module, and according to the init.py it is still called requests even though the module is requests2. At this point I can't tell if AS is broken now for everyone or just me. In fact, I can't even install AS from the repo anymore (it says install failed, I'm hoping that's a temporary thing). I'll have to look at this later, but for now there's a pretty good chance that 1.6.1 is broken. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-02-18 (2014-02-17, 17:06)chgr Wrote: Well, I'm kind of replying to myself, but I've managed to get it working by changing the import statement and the calls from requests to requests2 in url.py. Could you post the exact changes to the code you made? When I try and import requests2 it tells me the module doesn't exist. The only way I can get the code to work is to download requests2 and then import requests. I know I don't have any other copy of requests on my system, because if I remove script.module.requests2 then I get an error saying the module requests doesn't exist. If I put script.module.requests2 back it works fine with import requests again. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - cw-kid - 2014-02-18 Hi Is this related to what you are discussing above? Since it updated to 1.6.0 when I start to play an album it says ArtistSlideShow script failed, however it continues to work OK and the artists fanart images are displayed as normal. Code: 14:24:56 T:139679196514048 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- XBMC Debug log file: http://xbmclogs.com/show.php?id=133739 Thanks RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-02-18 New Beta Available OK, I figured out why my test systems were causing me headaches when trying to import the requests2 module (I think). So version 1.6.1.1 should resolve all the import and global name errors from 1.6.0 and 1.6.1. https://github.com/pkscout/script.artistslideshow/archive/master.zip If all goes well I will push this into production in the next day or so. P.S. This release is English only. I noticed that basically all the translations from the transfix were out of date, so I had to delete them all. I'll start adding them back when it's clear to me that the source English files are actually being updated on that site. My apologies for those of you in other countries for the inconvenience. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Martijn - 2014-02-18 FYI xbmc doesn't support 4digit version numbers RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - cw-kid - 2014-02-18 Thanks v1.6.1.1 seems to have stopped the error popping up now! I was on v1.6.0 before not sure if it updated itself to 1.6.1 though. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - cw-kid - 2014-02-18 (2014-02-18, 19:30)Martijn Wrote: FYI xbmc doesn't support 4digit version numbers The Artist SlideShow add-on beta / test versions are usually 4 digit version numbers. The ones released to the repo are all 3 digits. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - mrhyde1969 - 2014-02-18 I have been using this add-on for a while now with no problems, but I have recently ripped a new cd to FLAC as per all my cd rips and the extrafanart brings up a script error for this cd only. The cd is the new twilight forever love album?( for the wife honestly), and I had to manually create all the tags for this using mp3tag. I made an extrafanart folder within the artist folder as usual and downloaded a few images at 1920x1080. Everything is done exactly as all my other cds. Funny thing is if I check the 'use fallback folder' option and point it to the same extrafanart folder they work!!!! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-02-19 It would be great to see a debug log of the problem album. |