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) - nono123 - 2016-12-24 Thanks for your very quick replay !! I like to test the 2.04 version, but it can`t find it. I installed the beta repo, but i can only find 2.03 ?? Also did a search on github for AS, bus nothing ?? https://github.com/search?utf8=✓&q=pkscout RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-24 (2016-12-24, 17:03)nono123 Wrote: Thanks for your very quick replay !! I'm seeing 2.0.4~beta2 in my listing of the beta repo. Try updating the repo (highlight the repo, bring up the context menu, select update). RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - nono123 - 2016-12-24 just found it https://github.com/pkscout/script.artistslideshow RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-24 (2016-12-24, 17:13)nono123 Wrote: just found it If you install directly from the zip downloaded from my GitHub repo, you are going to cause yourself a world of hurt later, as you'll probably end up with two versions of AS in your Kodi install. Seriously, the wiki page has a section on beta testing with a link right to my beta repo. Download that zip, install it, and then install AS from that repo. You are making this WAY harder than it has to be. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - KevinSartori - 2016-12-25 Hello Kyle, I'm having an issue where local files don't show up in Artist Slideshow. I'm using the latest 2.0.4~beta2 with Kodi 16.1 and Windows 8.1 x64. For Image Priority, I have Use Both Local and Remote Images selected. I deleted the artistinformation and artistslideshow folders in addon_data. Then I enabled logging in Artist Slideshow and Kodi and restarted. First I played bôa, which have no images on Fanart.tv, but have an artist image and a fanart image on TheAudioDB.com. I also have a local folder.jpg and fanart.jpg for the artist that is different than the two hosted on the TheAudioDB.com. I let the music play for 1 minute, but only see the fanart image from TheAudioDB.com. I don't see the artist image from TheAudioDB.com or either of the local images. Next I play a Clockhammer track. Clockhammer has no images available on Fanart.tv or TheAudioDB.com, but I do have a local folder.jpg and fanart.jpg for the artist. I let the music play for 1 minute, but don't see any images whatsoever. My MP3 files are tagged with Musicbrainz artist and album tags and my folder structure is Artist/(Year) Album. https://paste.ee/p/dKcez I recall this feature working previously, but I'm not sure how long ago that was. Also, when it did work, I remember it displaying local fanart.jpg files, but I'm not sure if it ever displayed local folder.jpg artist files. Thanks! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-25 Thanks a lot for the quick implementation of the MBID extraction. It seems to work but it seems to stop for certain artists. Please have a look at the log file. I have played two files: 1. Michael Bubble 2. Mumford and Sons. It stopped at "Mumford and sons". https://paste.ubuntu.com/23680163/ RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-25 (2016-12-25, 00:05)KevinSartori Wrote: Hello Kyle, All images to be shown by AS must be in <artist name>/extrafanart. AS won't show anything not in that folder. Given you mentioned folder.jpg and fanart.jpg (which are most often in the root of the artist folder), I wonder if that's the issue. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hurricane51 - 2016-12-25 (2016-12-24, 16:24)pkscout Wrote:(2016-12-24, 06:31)hurricane51 Wrote: Where does AS store its log? Also, where do I send these files for you to access? Thanks. Where do I post the log file? Or do I simply paste it in a reply? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-25 (2016-12-25, 02:40)hoschilo Wrote: Thanks a lot for the quick implementation of the MBID extraction. It seems to work but it seems to stop for certain artists. Please have a look at the log file. OK, I think I fixed the crash (I have no easy way to test for the particular condition here). I've pushed the change to the repo as 2.0.4~beta3. You might still not see images for Mumford and Sons. For some reason the name of the group is being reported as "Mumford " which I think is what caused the crash. So AS won't crash anymore, but you still might not get any images. edit: Had incorrectly listed this as beta4 when it is, in fact, beta3 RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-25 (2016-12-25, 05:08)hurricane51 Wrote:(2016-12-24, 16:24)pkscout Wrote:(2016-12-24, 06:31)hurricane51 Wrote: Where does AS store its log? Also, where do I send these files for you to access? Thanks. Please DO NOT paste the log in a reply. See the link in my signature for how to post a debug log. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hurricane51 - 2016-12-25 (2016-12-25, 05:15)pkscout Wrote:(2016-12-25, 05:08)hurricane51 Wrote:(2016-12-24, 16:24)pkscout Wrote: AS writes its log information to the main Kodi log. Here's the logfile: https://paste.ubuntu.com/23680615 RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-25 (2016-12-25, 05:14)pkscout Wrote:(2016-12-25, 02:40)hoschilo Wrote: Thanks a lot for the quick implementation of the MBID extraction. It seems to work but it seems to stop for certain artists. Please have a look at the log file. I have difficulties to get 2.0.4 beta 4 - I only can get B3 direct download from github. Using the beta repository does not work - it shows me still something 1.7.xx For B3 it works quite well so far. From time to time it seems not to be stable - but I think I have to get b4 before further testing. When switching songs manually information are loaded and displayed correctly - when next song is played automatically no information are loaded and displayed. Finally this script is really value-adding to my media Center . This because of your hard work and the databases Audiodb, Musicbrainz and Fanart.tv. A good reason for me for a donation to all of them. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - nono123 - 2016-12-25 (2016-12-24, 20:47)pkscout Wrote:(2016-12-24, 17:13)nono123 Wrote: just found it Thanks, I did install the repo. It looks like everything is oke. Thanks again. NoNo RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-25 (2016-12-25, 11:32)hoschilo Wrote: I have difficulties to get 2.0.4 beta 4 - I only can get B3 direct download from github. Using the beta repository does not work - it shows me still something 1.7.xx That's my bad. Beta3 is the current one. As for the beta repo, I think you might still have the Gotham version installed. Here's the link to the Helix+ version: https://github.com/pkscout/repository.beta.pkscout/blob/helix/repository.beta.pkscout-1.1.0.zip If you're getting crashes, I'd definitely like to see logs for those. If it's just artists with no images, the reality is that getting images for streaming services is very hit or miss because there's no standard as to where the name of the artist will be. AS makes a stab at it by assuming a stream will separate the artist and song title using a dash (which most do). I don't stream music myself, so it's gonna be hard to build any more logic than that into it. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-25 (2016-12-25, 05:34)hurricane51 Wrote:(2016-12-25, 05:15)pkscout Wrote:(2016-12-25, 05:08)hurricane51 Wrote: Where do I post the log file? Or do I simply paste it in a reply? That log shows only that Artist Slideshow has been installed. There is no indication that it is ever activated. You have to playing music, have your skin on the music visualization screen, and have a skin that supports AS. |