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) - KevinSartori - 2016-12-30 (2016-12-26, 23:11)pkscout Wrote: v.2.0.4~beta4 Thanks for adding the option to use local fanart.jpg and folder.jpg. Works fantastic! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rocko - 2016-12-30 I just installed this addon and turned off visualization but now the picture goes dark after several songs. How do I fix this. Thanks RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-30 (2016-12-30, 21:47)rocko Wrote: I just installed this addon and turned off visualization but now the picture goes dark after several songs. How do I fix this. Without more information, it's hard to say. The first thing to realize is that not every artist necessarily has images, so a blank screen may just mean an artist didn't have any images. I'd encourage you to review the wiki page (link in my signature) to see what various settings do. If you're having problems with a specific artist, then you need to post a debug log (information on that in my sig) that has both Kodi AND AS debug logging on (the debug log setting for AS is in the advanced settings). RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rocko - 2016-12-30 Thanks for the reply, I finally figured it out, I just had to disable the screensaver. It took me a while to locate it. This is a neat addon but I'm sure I'll have more questions as I start playing with it. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - KevinSartori - 2017-01-01 Hello Kyle, I discovered a side effect of the new "local files" option. "extrafanart" folders are being created in my Artist folders. I think this might be intentional on your part, but I thought you had found a way around having to do this. I also noticed that Artist folders are now being created (each containing their own "extrafanart" folder) for secondary artists and artists that appear on compilations. In time, this could really clutter up a user's music directory structure! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2017-01-01 (2017-01-01, 01:14)KevinSartori Wrote: Hello Kyle, The extrafanart folder is intentional. Creating the artist folder wasn't Just pushed new beta that should fix that. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2017-01-03 I'm releasing 2.0.5~beta2 today to fix a problem I found with the new logic I was using to detect when the artist changed. While the new logic was more efficient in terms of calls to Kodi, it has the disadvantage of being less reliable. I'm finding about 20% of the time it doesn't detect the artist change, and you're stuck with the slideshow for the previous artist. So I've reverted to the old logic. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2017-01-04 I have installed your new beta it works well but have noticed if it does not find the artist it will stay on the previous image have tried this with local and streaming music have to close kodi to clear RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2017-01-04 (2017-01-04, 03:55)rew88 Wrote: I have installed your new beta it works well but have noticed if it does not find the artist it will I am unable to duplicate this issue based on your description. I will need a full Kodi debug log that also has the Artist Slideshow debugging enabled (it's in the advanced area of the AS settings). If you're not familiar with debug logs, please see the link in my signature. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2017-01-04 Here you go also I am using kodi kypton rc2 Log is here http://www.freespace.com.au/filehosting/516721 RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2017-01-04 (2017-01-04, 04:49)rew88 Wrote: Here you go also I am using kodi kypton rc2 Thanks. Looks like when I reverted the code for the old logic I reverted one step too far and picked up an old bug. It's been fixed and a new beta (2.0.6~beta1) has been released on my beta repo. Please confirm for me that this fixes your issue. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2017-01-04 hi pk at the moment it is doing the same thing but leaving a blank page no picture my log file http://www.freespace.com.au/filehosting/794499 RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2017-01-04 (2017-01-04, 07:30)rew88 Wrote: hi pk at the moment it is doing the same thing but leaving a blank page no picture Fixed. That was caused by some additional logging I added when trying to troubleshoot the artist change problem. The crash probably only happened with artists that have extended characters in their name. 2.0.6~beta2 is in the repo now. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2017-01-04 I think the beta repo points towards "gotham" branch - so no updates by this channel for me..or do I miss something? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2017-01-04 (2017-01-04, 14:47)hoschilo Wrote: I think the beta repo points towards "gotham" branch - so no updates by this channel for me..or do I miss something? Please check the wiki page for AS. There are two versions of the beta repo, one for Gotham and one for for Helix onward. I use my beta repo on my main HTPC. I just checked, and it downloaded AS 2.0.6~beta2 last night. If you have the right repo, you might try manually checking for updates. I think Kodi only checks repos every day or so for updates automatically. |