![]() |
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-06-17 (2016-06-14, 11:15)Dutchy_79 Wrote:This is definitely NOT my Confluence mod. That said, it looks like the OSD for music got brought up at some point. See if you can find the key that removes it. Quote:And one other issue, when playing some artists it won't show pics,. I tried to run Musicbranz again for those cd's and they all saved with gold cd icon. I'd need to see a debug log. Make sure to enable debug logging both in Kodi *and* in the AS settings. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - PantsOnFire - 2016-06-25 (2016-06-15, 16:45)PantsOnFire Wrote: My rPi2 B+ running OSMC (Isengard 15.2), Eminence 1.2.5 + ArtistSlideshow 2.0 is inconsistent at fetching music fanart. Can anyone help? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - PantsOnFire - 2016-06-25 (2016-06-15, 16:45)PantsOnFire Wrote: My rPi2 B+ running OSMC (Isengard 15.2), Eminence 1.2.5 + ArtistSlideshow 2.0 is inconsistent at fetching music fanart. Can anyone help? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-06-26 (2016-06-25, 23:46)PantsOnFire Wrote:(2016-06-15, 16:45)PantsOnFire Wrote: My rPi2 B+ running OSMC (Isengard 15.2), Eminence 1.2.5 + ArtistSlideshow 2.0 is inconsistent at fetching music fanart. If AS is downloading the art, then the highest likelihood is that it's a skin issue. If you post a debug log (make sure both Kodi and AS debugging are on), I can check that. AS should work fine with the 15.x branch, and I only use standard Kodi XML files to create the settings area. So if the menus aren't working, that again points towards the skin. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Dutchy_79 - 2016-07-03 (2016-06-17, 01:59)pkscout Wrote:(2016-06-14, 11:15)Dutchy_79 Wrote:This is definitely NOT my Confluence mod. That said, it looks like the OSD for music got brought up at some point. See if you can find the key that removes it. Uh huh i know its not your theme, Quote:so i started using "Amber"because i couldnt find you theme anymore. I'll work on the logs soon, been quite busy with other things RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - halfer - 2016-07-07 At one point the script worked, and downloaded the images, which I then moved to a seperate folder using the Helper addon. Now any artist I choose, I get a notification saying "Nothing downloaded". Artists are correctly matched with the scraper addons. Kodi 16.1 Here's the log for that specific part of the process. I've changed the API key since the log was written. Thanks in advance! Code: 20:14:25 T:140521185081088 DEBUG: [Artist Slideshow] downloading images RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-07 (2016-07-07, 19:06)halfer Wrote: At one point the script worked, and downloaded the images, which I then moved to a seperate folder using the Helper addon. Now any artist I choose, I get a notification saying "Nothing downloaded". Artists are correctly matched with the scraper addons. With version 2 of AS there was a change to the way the MusicBrainz ID is grabbed. Now AS only asks Kodi for the MusicBrainz artist ID rather than trying to get it directly from the MusicBrainz server. I did this because AS was generating a very significant (and someone debilitating) amount of traffic to MusicBrainz. Because of that, if you don't have the MusicBrainz artist ID tagged in your music, services like fanart.tv and theaudiodb.com won't deliver any results. Based on just the log snippet, my best bet is that's the issue you are having. You have two choices: 1- Use something like MusicBrainz Picard to add the MusicBrainz artist ID to all your music and then re-scrape. 2- Enable htbackdrops as an image source. That service doesn't need the artist MBID to find artist artwork. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-07 Hi, I have the following music folder structure: D:\Music ----\Artist1 -------\Album1 -------\Album2 -------\extrafanart ---------------fanart1.jpg -------fanart.jpg I have fanart for all my music artists, and I just want use local fanarts. I set local images only on AS settings path: "D:\Music\". The extrafanart (those on extrafanart folder) are showing properly but the the "fanart.jpg" (on artist folder) not. My problem is that some artist doesn't have extrafanart, so for those artist I get a black screen. How can I make a single fanart show up for artists that doesn't have extra ones? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-07 (2016-07-07, 20:43)onewaytrigger Wrote: Hi, I have the following music folder structure: AS only looks in the extrafanart folder for images. You'll have to move or copy that single image into the extrafanart folder. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-07 (2016-07-07, 21:41)pkscout Wrote: AS only looks in the extrafanart folder for images. You'll have to move or copy that single image into the extrafanart folder. Do you know some script or bact-file to do that? I have more than a thousand of artists folders... RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - PantsOnFire - 2016-07-07 @pkscout Quote:If AS is downloading the art, then the highest likelihood is that it's a skin issue. If you post a debug log (make sure both Kodi and AS debugging are on), I can check that. AS should work fine with the 15.x branch, and I only use standard Kodi XML files to create the settings area. So if the menus aren't working, that again points towards the skin. Thank you for offering to help. I went ahead and did what you said. I've uploaded the log here: http://pastebin.com/RAM2Qgka ** I'm really sorry it's so lengthy ** I've chopped it down a bit. I seldom deal with log files and had no idea logging both Kodi and AS would result such a huge file. Looking thru it (newbie-style), I can see quite a few refs to various ABBA PNG files (I played Abba music). So it looks like AS is finding the artwork(?). I don't really understand what I'm reading to be honest (whether its finding the PNG files, or whether it's finding AND downloading the PNG files, I do not know). --side note: AS seems to spider off and find other related ABBA works? (I can see reference to other ABBA albums which I definitely do not have in my collection). Very clever , this addon! I hope it highlights the problem. Most greatful for you having a look. Fwiw, I extracted the log remotely, using a JB iPad to ftp in, chopped the file down using a text editor on the iPad etc.etc. Needless to say- this kind of task on an iPad is not fun! :-O ;-) I agree with you that it might be a skin-related issue... the fact that the AS config menu details are grey'd out when I use Eminence skin is suspicious. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-08 (2016-07-07, 21:46)onewaytrigger Wrote:(2016-07-07, 21:41)pkscout Wrote: AS only looks in the extrafanart folder for images. You'll have to move or copy that single image into the extrafanart folder. Sorry, no. Maybe someone else will have a suggestion. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-07-08 (2016-07-07, 21:54)PantsOnFire Wrote: @pkscout Well, I can same something strange is going on, but I'm not able to duplicate it on any of my setups. Then again, I don't have Kodi 15.x on which to test, so I may have to try and get that on my development machine to see if 2.0 is having an issue with Kodi 15. It seems like AS is checking constantly for the MusicBrainz ID for the artist even though it shouldn't be. I don't know if that's causing your problem but, as I said, it is strange. I'd like to try two things: 1- I'd like to try a different skin. If nothing else, you can try my confluence mod. You can download my skin repo at https://github.com/pkscout/repository.skins.pkscout/raw/helix/repository.skins.pkscout-1.1.0.zip and then install the Confluence mod for your version of Kodi. If that doesn't help, then: 2- Switch to the default skin, uninstall AS, backup and then manually delete the script.artistslideshow folder from the userdata folder, then download AS again and switch back to a skin that uses it. If neither of those improve things, I may have to get Kodi 15 installed here to see if I can figure out what's going on. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-08 (2016-07-08, 03:48)pkscout Wrote: Sorry, no. Maybe someone else will have a suggestion. I made it by command-line on Windows 10. It can be handy for Emby users like me. Run it on cmd at the main music folder ("D:\Music" on my case): Code: FOR /d %A IN (D:\Music\*) DO copy "%A\fanart.jpg" "%A\extrafanart" RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - onewaytrigger - 2016-07-08 When I thought everything was perfect... I played a song with featured artist (namely: "Icona Pop - I Love It (feat. Charli XCX") and AS showed 1 Icona fanart and the rest Charli XCX. The problem is that from now on every single song with "feat." on title the only fanarts that shows up are from Charli XCX! I guess AS looks for it in the song title since I don't have any multi artist albums, for all my albums the Artist field is the same for Album Artist... There is any way of make AS to only look for Album Artist fanart? |