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) - Wanilton - 2016-10-11 I use Kodi Krypton beta 3, and similar artists work fine for me, using MQ7. And have albums artist too Thanks pkscout, work great for me. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-10-11 (2016-10-10, 20:37)Lockos Wrote: What I do know is that i recently switched to krypton and to the krypton version of Madnox, so maybe it is skin related ! I need the debug logging in AS enabled too (it's in the advanced settings for AS). RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Lockos - 2016-10-17 (2016-10-11, 02:31)pkscout Wrote:(2016-10-10, 20:37)Lockos Wrote: What I do know is that i recently switched to krypton and to the krypton version of Madnox, so maybe it is skin related ! Sorry it took me so long ! Here's a new log with debug activated in AS too ! Hope you can help, anyway thanks ! Debug Log RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JohnyBee - 2016-11-04 Hi @pkscout, Can you add Property count for Similar Artists and Albums by the artist. JB RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-11-05 (2016-11-04, 13:59)JohnyBee Wrote: Hi @pkscout, Why yes, yes I can. 2.04~beta1 is on my GitHub repo: https://github.com/pkscout/script.artistslideshow It adds ArtistSlideshow.SimilarCount and ArtistSlideshow.AlbumCount. Both are strings. Both will be empty by default and have the string representation of an integer if there were similar artists or albums returned. See if that does what you want. If it does, I'll push the beta out to my repo for a little testing. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - ajerazzor - 2016-11-05 im only getting two fanart images per artist - I have confirmed this by deleting all the folders and seeing what gets downloaded back into them - is there a limit setting or something I have done? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-11-05 (2016-11-05, 03:04)ajerazzor Wrote: im only getting two fanart images per artist - I have confirmed this by deleting all the folders and seeing what gets downloaded back into them - is there a limit setting or something I have done? AS sets no limit. If you're using theaudiodb.com, they often only have a couple of images. If you're using fanart.tv (you have to have the MusicBrainz Artist ID in your music tags for this service to work), then the usually have more. I'd suggest you manually compare your results with the providers you've enabled. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - ajerazzor - 2016-11-05 (2016-11-05, 03:16)pkscout Wrote: AS sets no limit. If you're using theaudiodb.com, they often only have a couple of images. If you're using fanart.tv (you have to have the MusicBrainz Artist ID in your music tags for this service to work), then the usually have more. I'd suggest you manually compare your results with the providers you've enabled. Looks like that has done it for some artists - i also had to stop using Audio DB as it seemed to use that and nothing else. I have a few other questions: Some artists it finds nothing yet the muzicbrainz artist ID is on the file correctly: for example the artist Dido https://fanart.tv/artist/d1353a0c-26fb-4318-a116-defde9c7c9ad/dido/ the ID is on all the songs (via PiCard) yet there is no art. Pink is another artist with no art yet Katy Perry - all art has downloaded perfectly Is there a need to have an API key? is there a way to automate the musicbrainz ID tagging process if I add more music to my library? Thanks RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JohnyBee - 2016-11-07 (2016-11-05, 02:59)pkscout Wrote:(2016-11-04, 13:59)JohnyBee Wrote: Hi @pkscout, Hi @pkscout, thank you for extra property! Many artist have CDs without cover. There is "AlbumName" and NULL for "AlbumThumb". Can you add Property count for AlbumThumb and SimilarThumb - the number of existing graphics. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-11-08 (2016-11-05, 05:29)ajerazzor Wrote: Some artists it finds nothing yet the muzicbrainz artist ID is on the file correctly: for example the artist Dido I'd have to see a debug log to help with that. If you submit a link to a log, make sure you've enabled debug logging in Kodi AND in the advanced settings in AS. One thing I will say is that the artist Pink is properly spelled P!nk. That might not matter if you have the right MusicBrainz ID. Quote:Is there a need to have an API key? No, but a personal API key will get you newer results more quickly. For details on what the personal API gets you, see: https://fanart.tv/2015/01/personal-api-keys/ If you are going to get images from fanart.tv, please please please please please consider donating to them to help with expenses. Quote:is there a way to automate the musicbrainz ID tagging process if I add more music to my library? I've not found any automated way. I use MusicBrainz Picard and send 5 minutes tagging my new music before I import it. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-11-08 (2016-11-07, 09:31)JohnyBee Wrote: Many artist have CDs without cover. There is "AlbumName" and NULL for "AlbumThumb". I see a way I could, but it requires another set of logic gates, and I'm not thrilled with the complexity it introduces. What's the use case where having the total number of album or similar images will actually help you? It's not like knowing the counts are different will tell you which ones don't have images, so you kind of have to test for the existence of the image URL for each one anyway. I'm not unwilling to do this, I just want to make sure it's solving an actual problem. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JohnyBee - 2016-11-09 (2016-11-08, 02:31)pkscout Wrote:(2016-11-07, 09:31)JohnyBee Wrote: Many artist have CDs without cover. There is "AlbumName" and NULL for "AlbumThumb". I want in skin display list of albums covers or similar artists only if for specific artist there are at least one graphic for albums or similar. Actually I checking first element of the list ArtistSlodeshow.1 SimilarThumb or ArtistSlideshow.1.Album Thumb doas it has graphic to display the list. However first elemets can be empty (there is no graphic for forst album) but graphic can be in the next places. I need information, there is or not at least one graphic. If I can know the number of graphic, it will be great. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JohnyBee - 2016-11-10 Hi pkscout, Will be ArtistSlideshow working with Fanart.tv for radio streams? Previous versions has got possibility: - to download artist name from title of played track. - to download from musicbrainz.org artist ID - to create file musicbrainz.nfo from artist ID - download images from fanart.tv for playing artist from straming Since version 2.0.0 is: - removed remote MusicBrainz lookup, MBID must now be in Kodi RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Gonzo1488 - 2016-11-11 Sorry, my fault ;-) RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Lockos - 2016-11-13 Hi pkscout ! Any news on this ? (2016-10-17, 11:13)Lockos Wrote:(2016-10-11, 02:31)pkscout Wrote:(2016-10-10, 20:37)Lockos Wrote: What I do know is that i recently switched to krypton and to the krypton version of Madnox, so maybe it is skin related ! |