![]() |
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) - scott967 - 2014-03-14 (2014-03-13, 12:29)sveni_lee Wrote: yes, same here... Been testing 1.6.2.6 against XBMC 13B1 variety of artists (Latin, Korean, Japanese script names) seems all working AFAICT. No problem with EWF, CSN, or CSNY on Aeon MQ5 skin, but I only use APE tags n MP3 files as I find ID3 are problematic in XBMC. I also have MBID artist tagged which XBMC 13 will use for scraping, this may help. I have MusicBrainz spelling of band names. ![]() ![]() ![]() scott s. . RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - sveni_lee - 2014-03-14 Maybe you misunderstand... The info you showing I have to... Thats are the artist information from the scraper. What I mean are the information from the Artist Slideshow. e.g. similar Artist or Discographie... ![]() RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - scott967 - 2014-03-14 (2014-03-14, 13:41)sveni_lee Wrote: Maybe you misunderstand... I'm pretty sure, it's from Artist Slideshow. The bio is the same in artist info, probably from the same site (the audiodb). I do have entries in the artistslideshow cache for both ArtistInformation and ArtistSlideShow and the info is all there. Code: <?xml version="1.0" encoding="UTF-8" ?> scott s. . RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - scott967 - 2014-03-14 BTW the Helper ver 3.1.1 seems to be working, as far as the as_hashlist.txt is concerned. scott s. . RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - sveni_lee - 2014-03-14 (2014-03-14, 14:21)scott967 Wrote: I'm pretty sure, it's from Artist Slideshow. The bio is the same in artist info, probably from the same site (the audiodb). I do have entries in the artistslideshow cache for both ArtistInformation and ArtistSlideShow and the info is all there. I'm not 100% sure but the similar artist are from the last fm site... Is locatet in ~/xbmc/userdata/addon_data/script.artistslideshow/Artisinformation... Code: htbackdropsartistimages.nfo lastfmartistsimilar.nfo Code: <?xml version="1.0" encoding="utf-8"?> RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - woodside - 2014-03-14 Hey brother... Is this normal? ![]() I noticed an overwhelming number of pictures downloaded for an artist called "The Band"... 125 images (35+ megs) so I checked the settings and the setting to limit the cache was not set so I checked it to limit at 1024 as seen above. I then went and deleted that artists hash directories and everything in it, shut down and rebooted xbmc. I went back into that artist info screen and it then began to re-download the images for that artist. After setting it to 1024 and rebooting... ![]() as you can see it still downloaded over 35 megs worth of images for that one artist. So I went back into the settings and set the cache limit to 128... ![]() and it still downloaded over 35 megs for that one artist... ![]() Is that normal?... Is that setting per artist or for all artists?... Is there a way to limit the number of images for each artist to say 4 images? Also there are only about 3 or 4 images that are even of that artist. Most of them are not even related to that artist, I'm thinking maybe it does that because of the generality of the name... "The Band" RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-03-14 (2014-03-14, 16:12)woodside Wrote: as you can see it still downloaded over 35 megs worth of images for that one artist. The setting is for all artists. And since the 35mb of images being downloaded is less than the maximum cache size you set of 128mb, AS will always download those images. If you are using htbackdrops as an image source, you are probably going to get a load of images that aren't the right artist. I think AS will be able to find the MusicBrainz ID for the group, but if you look in the Artist Information folder for that artist and the musicbrainz.nfo file is empty, stick 8c90ad8c-9150-4c51-a1eb-342232e99d06 in (that's the ID for The Band). Then you'll images from TheAudioDB and Fanart.TV. There isn't any way to tell AS to just download x number of images, but check the wiki page (link in my sig) on how you can exclude files from showing (or being redownloaded). If you want to keep using htbackdrops as a source, that's probably your best bet. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-03-14 I just added an Earth, Wind & Fire song to my library. AS properly got the MusicBrainz ID and then got images, bio, and similar artists with no problem. I would need to see a log file to help further. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - woodside - 2014-03-14 (2014-03-14, 18:31)pkscuot Wrote:(2014-03-14, 16:12)woodside Wrote: as you can see it still downloaded over 35 megs worth of images for that one artist. Oh I see...I kinda get how it works now... Let me ask one more thing please, if it downloads 35 megs for one artist and other artists are added to the point of the cache limit and then more are added will it stop other artists from downloading images if the cache limit has been reached because one artist might have 35 megs of images? Hope I asked that right. If more artist are added will it delete some images automatically from the artist with 35 megs in order to have space for new artist? also all of the musicbrainz.nfo files are empty is that normal if most of my artist have MBID's? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-03-15 (2014-03-14, 19:18)woodside Wrote: Oh I see...I kinda get how it works now... Let me ask one more thing please, if it downloads 35 megs for one artist and other artists are added to the point of the cache limit and then more are added will it stop other artists from downloading images if the cache limit has been reached because one artist might have 35 megs of images? Hope I asked that right. If more artist are added will it delete some images automatically from the artist with 35 megs in order to have space for new artist? also all of the musicbrainz.nfo files are empty is that normal if most of my artist have MBID's? The cache manager checks the cache size after downloading all images for an artist and then deletes the oldest artists' images if needed. Specific example: pretend cache is set at 5mb (so I don't have to do a really long example) download 2mb worth of images for Sting cache now at 2mb, so nothing happens download 2mb worth of Cher images cache now at 4mb, so nothing happens download 4mb of Billy Joel images cache now at 8mb, delete Sting images cache now at 6mb, delete Cher images cache now at 4mb, so nothing else happens Also, the cache manager won't delete the images for the currently playing artist, so on the off chance you have an artist with more images than your cache will hold, you'll be able to see them while the song is playing, but they would be deleted immediately after. I doubt that would ever happen though. I can't imagine one artist ever having even 64mb of images. Hope that helps. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - woodside - 2014-03-15 (2014-03-15, 01:48)pkscuot Wrote:(2014-03-14, 19:18)woodside Wrote: Oh I see...I kinda get how it works now... Let me ask one more thing please, if it downloads 35 megs for one artist and other artists are added to the point of the cache limit and then more are added will it stop other artists from downloading images if the cache limit has been reached because one artist might have 35 megs of images? Hope I asked that right. If more artist are added will it delete some images automatically from the artist with 35 megs in order to have space for new artist? also all of the musicbrainz.nfo files are empty is that normal if most of my artist have MBID's? Understood well from your analogy... thank you. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - scott967 - 2014-03-15 (2014-03-14, 14:36)sveni_lee Wrote: I'm not 100% sure but the similar artist are from the last fm site... Is locatet in ~/xbmc/userdata/addon_data/script.artistslideshow/Artisinformation... correct. And the lastfmartistsimilar.nfo for CSN starts out like this: Code: <?xml version="1.0" encoding="utf-8"?> All is working correctly on my end. I did make a stab at running artistslideshow in the 0311 nightly and got many errors, but I was only interested in testing a certain PR and I'm not too motivated to look more at this nightly. Would be interested if anyone is running a current nightly if AS is working for them. scott s. . RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - back - 2014-03-15 (2014-03-13, 23:17)pkscuot Wrote:(2014-03-13, 22:38)back Wrote: Thanks! The song now works. But I'm still having problems with Gunship Politico. I get a message saying "no images found". After that no other artists work either. Is this a know bug? Thank you for your answer. I accept that Gunship Politico can't be found. What i can't understand is why no pictures after that shows up, even when playing artist which pictures worked pre playing Gunship Politico. Does the script crash if no pictures can be found? Can this be fixed? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - muckster - 2014-03-15 I'm pretty new to my openelec pi, but artist slideshow is just about the best thing about it. Thanks for the very cool add-on. I got two questions I couldn't find answers too -- I tried to read through the thread but gave up about halfway. - How do I force AS to redownload/update/refresh its pool of images? When I first set it up, there were 3 images for Phish on fanart.tv. I submitted a bunch more to the site that were accepted. But AS still only shows the first 3 and I can't seem to get it to grab the rest. I clicked my way through all the settings and all the menus I could find, but no luck. Thanks. (It'd also be cool to know how to disallow certain images from showing, but that's a separate question.) - Also, I'd like to slow down the slideshow. If I understand it correctly, that's something I'd have to do in the skin, not the add-on? I'm using Metropolis, FWIW. Thanks again. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2014-03-15 (2014-03-15, 11:17)back Wrote: I accept that Gunship Politico can't be found. What i can't understand is why no pictures after that shows up, even when playing artist which pictures worked pre playing Gunship Politico. Does the script crash if no pictures can be found? Can this be fixed? I would need to see a debug log. I have many artists with no images, and I haven't had a problem with images loading for the next artist. (2014-03-15, 14:59)muckster Wrote: - How do I force AS to redownload/update/refresh its pool of images? When I first set it up, there were 3 images for Phish on fanart.tv. I submitted a bunch more to the site that were accepted. But AS still only shows the first 3 and I can't seem to get it to grab the rest. I clicked my way through all the settings and all the menus I could find, but no luck. Thanks. (It'd also be cool to know how to disallow certain images from showing, but that's a separate question.) AS checks for new images every couple of weeks. To force a refresh you need to go to the XBMC user data folder and then into addon_data/script.artistslideshow/Artist Information. Find the right folder and delete the .nfo file for the image source for which you'd like to refresh the images. The artist names are hashed, so you might want to download Artist Slideshow Helper to get a mapping of your artists and their hash name. If you run AS Helper and get nothing back, try the beta. If fixes a problem when your XBMC version is using Python 2.7 or newer. Quote:- Also, I'd like to slow down the slideshow. If I understand it correctly, that's something I'd have to do in the skin, not the add-on? I'm using Metropolis, FWIW. You are correct, that is a skin setting. You should check with the skin developer to be sure, but usually that is in a file called MusicVisualization.xml. Look for the section for artist slideshow and there is a line for timeperimage. The setting is in milliseconds. It's worth mentioning that AS assumes a slide time of ten seconds. If skin developers set it to something else, then the slideshow timing when images are first downloading for an artist can be a little wacky. |