![]() |
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) - pkscout - 2016-07-14 (2016-07-14, 01:09)onewaytrigger Wrote: AS first pulls all fanarts from featured artists and populate "merge" folder. It should pull fanarts for main artist but it could not because the file names are all the same (standard fanartXX.jpg). So if featured artist has more fanarts than main artist none will be pulled for the last. Yup, that'll definitely cause AS to not move some images over. After the first file of a given name, any others of the same name will fail. I'll see about hashing the file names for the merge folder using the full path of the file as the source. That should resolve the duplicate naming issue. As for the disable feature artist issue, I'd need to see a log. It works on my end in limited testing. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-14 2.0.1~beta3 Available v.2.0.1~beta3 - fixed issue when merging separate artist images with same file name If you don't have my beta repo yet, you can install it from: https://github.com/pkscout/repository.beta.pkscout/raw/helix/repository.beta.pkscout-1.1.0.zip RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-14 (2016-07-14, 01:09)onewaytrigger Wrote: I'm not sure if it could be related with wrong fanarts issue I'm experiencing.It was! I just tried the last beta and guess what?! AS is now properly showing fanarts for multi artist songs ![]() The disable option is working too. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2016-07-19 Hi I am having trouble slideshow is not downloading fanart while using the radio app in kodi was working before the update but not now it is creating directories but no images inside have tried on a new install windows and android is there a fix for this RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-19 (2016-07-19, 04:53)rew88 Wrote: Hi I am having trouble slideshow is not downloading fanart while using the radio app in kodi was working before the update but not now With 2.0 the decision was made (with input from some of the Kodi folks) that AS would no longer try and find a MusicBrainzID for an artist. AS was generating a huge amount of traffic and causing significant issues for the MusicBrainz folks. For music in the library you can using something like MusicBrainz Picard to add the tags and update your library. Once you do that you can use any of the image services to get images. For music that is not tagged (and music from streaming services), the only image service you can use to download music is htbackdrops (for images, for artist bio, you're limited to last.fm). AS will find any local (or already downloaded images), it just won't download from those other services unless Kodi has the MBID. Unfortunately, htbackdrops is currently offline. So for non-tagged and streaming music, you aren't going to be able to download anything. The only alternative is to go to those empty directories and create a mbid.nfo file. In that file you would put the MBID from the MusicBrainz site. With that AS can download from the other two image services. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2016-07-19 How sad I really liked the way as worked with streaming music does it look like htbackdrops will be back any time soon RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Solo0815 - 2016-07-20 (2016-07-19, 05:27)pkscout Wrote: With 2.0 the decision was made (with input from some of the Kodi folks) that AS would no longer try and find a MusicBrainzID for an artist. AS was generating a huge amount of traffic and causing significant issues for the MusicBrainz folks. ...That is very disappointing. Can't AS not just search for the artist-name? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Rudders - 2016-07-20 (2016-07-13, 00:01)Rudders Wrote: Hi, Is this debug log ok? Debug Log RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-21 (2016-07-20, 08:12)Solo0815 Wrote:(2016-07-19, 05:27)pkscout Wrote: With 2.0 the decision was made (with input from some of the Kodi folks) that AS would no longer try and find a MusicBrainzID for an artist. AS was generating a huge amount of traffic and causing significant issues for the MusicBrainz folks. ...That is very disappointing. Can't AS not just search for the artist-name? The fanart.tv API does not provide a mechanism (at least as far as I know) for searching by name. IT looks like I can search by name in theaudiodb (I don't remember seeing that before). I'll look into adding that as a fallback option if there is no MusicBrainz ID. For now, if you don't have MusicBrainz IDs, you are limited to htbackdrops (which is still offline). edit: updated with new info on theaudiodb searching RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-21 (2016-07-20, 12:45)Rudders Wrote:(2016-07-13, 00:01)Rudders Wrote: Hi, The debug log looks right and confirms what I said in this post. It looks like you're using a music stream. Please see: http://forum.kodi.tv/showthread.php?tid=124880&pid=2376947#pid2376947 RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-24 2.0.1~beta 4 Released v.2.0.1~beta4 - added option to search theaudiodb.com using artist name if mbid unavailable As usual, this is available from my beta repo. If you don't have that repo installed and want to test this beta, you can download the repo from: https://github.com/pkscout/repository.beta.pkscout/raw/helix/repository.beta.pkscout-1.1.0.zip RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rew88 - 2016-07-25 So I assume this still does not work for streaming music as I cannot get it to download fanart unless I am doing something wrong ? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-25 (2016-07-25, 01:27)rew88 Wrote: So I assume this still does not work for streaming music as I cannot get it to download In theory it should, but I use no streaming services so can't really test it myself. Make sure you've enabled theaudiodb in the images section of the AS settings. If it is enabled, I'd need to see a debug log to help anymore. Please remember to enable the AS debug logging (in the advanced settings area) as well as Kodi debug logging. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - HomerJau - 2016-07-25 (2016-07-24, 19:09)pkscout Wrote: 2.0.1~beta 4 Released Thank you! I can't live without your Artist Slideshow for my music listening sessions. I'm introducing a whole bunch of new people to music with Kodi and the recent MusicBrainzID change makes it very hard for those that just want a Siildeshow with just basic tagging. Telling them they have to also add the ID will flip most out IMO. Hard enough to get them to tag with some fairly easy tagging tools but MB Picard too? A bridge too far probably... RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-25 I'm having trouble with artists that have forbidden Windows explorer characters (\ / : * ? | " < >) and "." (dot at the end). For that reason AC/DC folder name is "AC DC" (with a space), 2:54 is "2 54", fun. is "fun", M.I.A. is "M.I.A" and so on. The problem is that AS will look for an extrafanart folder at ":\Music\AC/DC\" which for the reasons above doesn't exist. So, would be possible to make AS on those cases look also for "AC DC" or "AC-DC"? and "fun."-like cases subtract the dot at the end. |