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) - onewaytrigger - 2016-07-29 (2016-07-28, 23:59)pkscout Wrote:(2016-07-28, 23:51)onewaytrigger Wrote: At the moment the only version available is beta 6 Yeah, I did that for the last updates. If I try to update in addon settings its says the last from Kodi repo is 2.0. and from yours is 2.0.1 beta 6. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-29 (2016-07-29, 00:39)onewaytrigger Wrote:(2016-07-28, 23:59)pkscout Wrote:(2016-07-28, 23:51)onewaytrigger Wrote: At the moment the only version available is beta 6 Don't know what to tell you. The Kodi repo won't be updated until this comes out of beta. My repo is definitely providing 2.0.1~beta 7. I confirmed it on my main Kodi machine. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-29 I couldn't update, but worked on a new Kodi folder install. Got it working now! Doesn't work for artists with more than one dot however (eg. The Academy Is...). Not a big deal for me since I have only one in this condition. Also I notice this line on the log Code: 20:31:31 T:859040 DEBUG: [Artist Slideshow] ['<', '>', ':', '"', '/', '\\', '|', '?', '*'] Shouldn't '\\' be just '\'?? RE: On fullscreen music play there is no Background (Black) - Novak - 2016-07-29 Thanks pkscout, but the problem is, that even if i select show Background there is no Background, only black screen an of top of thah Spectrum Visualizaton. Before there was my chosen (in Kodi/Aeon nox- Settings) Background and then of top Visualization. I'll try to enable loging for both Kodi an AS an will post back ASAP. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-29 (2016-07-29, 01:34)onewaytrigger Wrote: Doesn't work for artists with more than one dot however (eg. The Academy Is...). Not a big deal for me since I have only one in this condition. I think I can fix that. I'll take a look. Quote:Also I notice this line on the log It technical is just \. In python the \ is an escape character telling the interpreter to basically ignore the next character (i.e. for closing quotes and such). So you have to use \\ to represent \. Without it you'd get an error because \' would cause the string literal to not have a closing quote. Short story, it's a python thing. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-29 (2016-07-29, 23:05)Novak Wrote: Thanks pkscout, That's a skin issue, not as AS issue. AS technically just tells the skin where the folder of artist images are. The skin decides how to display them. If you're using my Confluence mod, I'll take a look at it. If it's another skin, you'll need to contact the skin author. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-30 2.0.1~beta8 released 2.0.1~beta8 now properly deals with multiple periods at the end of an artist's name. If you are replacing the periods with blanks (the default, in essence removing them), AS will now remove all periods until it gets to a non-period character. If you've chosen to replace trailing periods with something (like underscore), AS will only replace the last trailing period. As usual, available from my beta repo. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2016-07-30 Hi I have noticed slideshow artist is not creating its fanart folders since beta 7 and also i still dont seem to get any fanart at all oops please disregard it working fine now great job RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-30 Just tried the lastest beta, everything is working, no further complaints I promise! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2016-07-31 To pkscout I was wondering how set in stone is artist slideshows image download location I ask this because a lot of people are using android boxes with limited flash ram space is it possible to download to say a external drive to save space on the box . RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-31 (2016-07-31, 00:51)rew88 Wrote: To pkscout I was wondering how set in stone is artist slideshows image download location I ask this because a lot of people Pretty well set in stone for downloaded images. You could look at path substitutions to have your addon user data stored somewhere else if space is really an issue. The other option is to use Artist Slideshow Helper (it's available in the repo as well) to move the images out of the local addon directory. With ASH you can set any destination you'd like for the images and then select the migration type of MOVE to delete the originals from the source after the copy is done. All you have to do then is tell Artist Slideshow to use that same destination as the local image folder and then have AS use BOTH LOCAL AND REMOTE images. If you do all that, AS will download images to the external location for any artist that has at least one image. The only time AS will use the local storage is for a brand new artist. This is basically what I do, and I use CronBMC to run AS Helper every night. So every night any images on my local storage get moved to the remote destination. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-08-02 2.0.1 Released 2.0.1 was released today and should be available from both the main Kodi repo and my beta repo. There were no changes from 2.0.1~beta8. v.2.0.1 - added option for fuzzy local path search replacing illegal path characters - added option to search theaudiodb.com using artist name if mbid unavailable - fixed issue when merging separate artist images with same file name - added option to turn off featured or multi-artist image merge - fixed crash if htbackdrops or last.fm are unresponsive RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JPM39 - 2016-08-03 Hi Pkscout, Yesterday I had saw that "Artist Slideshow" stayed stuck on the set of fanarts of a particular artist (I remember that I previously saw the same situation before but didn't take care of this. That's only to say that I didn't know exactly what was my Kodi / Addon versions when the problem occurs for the very first time). I made some tests this morning and find out that when I (or a playlist) launches a music file from this specific artist the "Artist Slideshow" popup error message appears and then the set of fanarts will not change anymore, whatever the artist / song playing. Stop / Start the music do not solve the problem, I need to restart Kodi to make the addon working again. here is the log file: http://pastebin.com/9wATCY8T Thank you for your help and for this great addon. With best regards, JP RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-08-03 (2016-08-03, 12:54)JPM39 Wrote: Yesterday I had saw that "Artist Slideshow" stayed stuck on the set of fanarts of a particular artist (I remember that I previously saw the same situation before but didn't take care of this. That's only to say that I didn't know exactly what was my Kodi / Addon versions when the problem occurs for the very first time). The log you posted only had the AS debug logging on. You need to also set the Kodi debug logging to true. That said, it looks like the problem is when AS is trying to read the bio from Kodi. So if you go into the ARTIST BIO section of the AS settings and turn off GET BIO FROM KODI, I think that will temporarily fix your problem. I'd still like to see a full debug log so I can track this down. Can you tell me what artist had started playing when it crashed? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JPM39 - 2016-08-03 (2016-08-03, 17:22)pkscout Wrote:(2016-08-03, 12:54)JPM39 Wrote: Yesterday I had saw that "Artist Slideshow" stayed stuck on the set of fanarts of a particular artist (I remember that I previously saw the same situation before but didn't take care of this. That's only to say that I didn't know exactly what was my Kodi / Addon versions when the problem occurs for the very first time). Thank you for answering so fast. 1/ You are right, the problem disapear when I turn off "GET BIO FROM KODI" 2/ The artist which causes it is "Yes" 3/ New complete log (sorry for the first one) is here: http://pastebin.com/uw0XmMUZ I stay at your disposal for any other information you may need. |