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
|
Artist Slideshow addon (with skin and addon integration) - pkscout - 2012-03-06 Artist Slideshow Features
For a complete list of options as well as instructions for skin and addon integration, please see the Artist Slideshow Addon wiki page. If you just installed 3.0.0 and your skin isn't showing images anymore or AS is crashing, please see this post. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-03-07 I have updated the Confluence MusicVisualization.xml and MusicOSD.xml to support Artist Slideshow. Please see the wiki page for instructions on how to install these (link in my signature). Once you install these two files, Confluence will use Artist Slideshow to provide the background. If you bring up the music OSD you will get the artist biography. New Test Version Available - pkscout - 2012-03-08 New test version available. This merges changes from NisseDILLIGAF that should work with most radio streams now (i.e. with a format of Artist - Title in the XBMC title field). https://github.com/pkscout/script.artistslideshow - mardup - 2012-03-10 Hello ... I don't know if I missing something, but is there a way to save downloaded images in extrafanart folder of the artist ? thanks ... - pkscout - 2012-03-11 mardup Wrote:Hello ... Yes, with caveats. In the Slideshow section of the settings you can designate a local artist artwork folder and then in the Image Priority section select "Use both local and remote images." If you already have the artist/extrafanart folder setup, the downloaded images will be added to that directory. And that brings caveat #1. The artist/extrafanart directory must already exist and there must be at least one image in the extrafanart directory. If both these things are not true, the images will be downloaded to the default cache directory. Caveat #2 is that the images are stored as .tbn files. That's fine for artist slideshow, but I'm not sure what will happen if you try and use those images in other parts of the skin. I think it will be fine, but I've never tried it. RE: - mardup - 2012-03-12 (2012-03-11, 01:35)pkscuot Wrote: (...) The artist/extrafanart directory must already exist and there must be at least one image in the extrafanart directory. If both these things are not true, the images will be downloaded to the default cache directory. (...) Thanks for your answer It's a shame. Many of my artists have no extrafanart (CDart MAnager plugin does not find any pictures) while this script (Artist Slideshow) displays many images for these artists. I thought that progressively, I could fill my empty extrafanart folders. Perhaps in a future release RE: - pkscout - 2012-03-13 (2012-03-12, 17:50)mardup Wrote: Many of my artists have no extrafanart (CDart MAnager plugin does not find any pictures) while this script (Artist Slideshow) displays many images for these artists. You can do this manually. The cached files are stored in userdata/addon_data/script.artistslideshow/ArtistSlideshow. The directory names are hashed, but you can look at the images to see which artist is in what folder. Copy the tbn files to a new extrafanart directory and rename them as .jpg files. It is unlikely that doing this automatically will be added. The names of the folders and files are hashed, I suspect, to avoid problems with odd characters in artist names and platform specific characters not allowed in names. I can use an existing directory because I know the name of the directory must be OK because it exists. Re: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Martijn - 2012-03-13 @mardup If you find quality images feel free to add them at http://fanart.tv so others can download them to using cdart manager RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - retro83 - 2012-03-13 Is there any way to limit the size of individual images? I ran WinDirStat the other day and noticed that I had several 30mb+ PNG files in the cache directory. Thanks. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - mardup - 2012-03-13 ok, thanks all for your answers ! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-03-13 (2012-03-13, 16:00)retro83 Wrote: Is there any way to limit the size of individual images? I ran WinDirStat the other day and noticed that I had several 30mb+ PNG files in the cache directory. Not currently, but I can look into it. You can limit the overall size of the cache by going into the Advanced area of the settings. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - sstavross - 2012-03-15 Hi! Just playing with you addon and I found it very nice! Really very beautifull! I have a request, if possible : Can you have an option for playing a slideshow for images allready stored in the folder of each album? Playing images not stored in a single folder but the ones that exists in the folder of the album that plays in the moment. I have classical cd albums with scanned all the album art and images and these all are stored in each album's folder. I would like very much to see this images in a slideshow. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-03-15 (2012-03-15, 01:26)sstavross Wrote: Just playing with you addon and I found it very nice! Really very beautifull! I'll look into it, but adding something like that will add to the complexity of the settings, and they are already about as complex as I think they can be without making the addon too hard to use. Besides, the addon is called Artist Slideshow. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - NisseDILLIGAF - 2012-03-15 @pkscuot I've added code to see what track is playing and what album that track is on, then download album name and image.. But I'm not happy about how i made '_set_properties' work... It should only be one name and one image... now it's in an array. (think that's what's it called?) have a look in my GitHub edit: now I use this... Code: for count, item in enumerate( self.currentalbum ): but would like to have it like this... Code: self.WINDOW.setProperty("ArtistSlideshow.CurrentAlbumName", self.currentalbum[0,0]) but I don't know how to write the code...?? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - sstavross - 2012-03-16 (2012-03-15, 03:57)pkscuot Wrote:(2012-03-15, 01:26)sstavross Wrote: Just playing with you addon and I found it very nice! Really very beautifull! Well, you can make a new addon called "Folder Slideshow"! Anyway, I don't think it adds to the complexity of the setting. I agree it is not artist slideshow, but sometimes it is ok if we are not accurate... But I think that a lot of pepole would like this feature too! If you have time take a look at it... |