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) - KevinSartori - 2016-12-25 (2016-12-25, 04:45)pkscout Wrote:(2016-12-25, 00:05)KevinSartori Wrote: I'm having an issue where local files don't show up in Artist Slideshow. I'm using the latest 2.0.4~beta2 with Kodi 16.1 and Windows 8.1 x64.All images to be shown by AS must be in <artist name>/extrafanart. AS won't show anything not in that folder. Given you mentioned folder.jpg and fanart.jpg (which are most often in the root of the artist folder), I wonder if that's the issue. Ah, okay, I didn't realize that. I don't use extrafanart myself, so that makes sense. Any chance you'll add the ability for Artist Slideshow to "look" for artist folder.jpg and fanart.jpg files sitting in the artist folder? I believe that's how most folks organize their music and it would be great to see those images added. Thanks again for all the support! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-26 (2016-12-25, 22:27)KevinSartori Wrote: Ah, okay, I didn't realize that. I don't use extrafanart myself, so that makes sense. Any chance you'll add the ability for Artist Slideshow to "look" for artist folder.jpg and fanart.jpg files sitting in the artist folder? I believe that's how most folks organize their music and it would be great to see those images added. I'll have to look at it. The constraint is that the skin engine will only show images from one directory at a time. So I'd have to have AS copy the image(s) in question into the extrafanart folder (and create it if it's not there). I'm not a big fan of touching files the user has added outside AS, so that idea makes me a little queasy. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-26 (2016-12-25, 17:00)pkscout Wrote:(2016-12-25, 11:32)hoschilo Wrote: I have difficulties to get 2.0.4 beta 4 - I only can get B3 direct download from github. Using the beta repository does not work - it shows me still something 1.7.xx So after installing actual beta everything is working fine. I'm very happy with it -Thanks a lot. You might would like to have a look into the log file - it looks to me like some "steps" are repeated frequently. https://paste.ubuntu.com/23687383/ RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-26 (2016-12-26, 14:09)hoschilo Wrote: So after installing actual beta everything is working fine. I'm very happy with it -Thanks a lot. You might would like to have a look into the log file - it looks to me like some "steps" are repeated frequently. That's the expected behavior. AS has to check pretty constantly to see if the artist has changed so it can change the slideshow, and there are some things that happen around that that are repeated in the logs. I keep working on reducing the number of things AS has to do repeatedly, but I think we're close to the minimum number now. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - KevinSartori - 2016-12-26 (2016-12-26, 04:37)pkscout Wrote:I'm not going to pretend I understand the technical details of how Artist Slideshow works, but would it be possible to simply copy the artist folder.jpg and fanart.jpg into the the artist directory you create in the addon_data/script.artistslideshow/ArtistSlideshow? Then Artist Slideshow could display the local art as though they were downloaded. This creates redundant duplicates, but at least it doesn't mess with the users' music directory structure.(2016-12-25, 22:27)KevinSartori Wrote: Ah, okay, I didn't realize that. I don't use extrafanart myself, so that makes sense. Any chance you'll add the ability for Artist Slideshow to "look" for artist folder.jpg and fanart.jpg files sitting in the artist folder? I believe that's how most folks organize their music and it would be great to see those images added.I'll have to look at it. The constraint is that the skin engine will only show images from one directory at a time. So I'd have to have AS copy the image(s) in question into the extrafanart folder (and create it if it's not there). I'm not a big fan of touching files the user has added outside AS, so that idea makes me a little queasy. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-26 (2016-12-26, 16:52)KevinSartori Wrote:(2016-12-26, 04:37)pkscout Wrote:I'm not going to pretend I understand the technical details of how Artist Slideshow works, but would it be possible to simply copy the artist folder.jpg and fanart.jpg into the the artist directory you create in the addon_data/script.artistslideshow/ArtistSlideshow? Then Artist Slideshow could display the local art as though they were downloaded. This creates redundant duplicates, but at least it doesn't mess with the users' music directory structure.(2016-12-25, 22:27)KevinSartori Wrote: Ah, okay, I didn't realize that. I don't use extrafanart myself, so that makes sense. Any chance you'll add the ability for Artist Slideshow to "look" for artist folder.jpg and fanart.jpg files sitting in the artist folder? I believe that's how most folks organize their music and it would be great to see those images added.I'll have to look at it. The constraint is that the skin engine will only show images from one directory at a time. So I'd have to have AS copy the image(s) in question into the extrafanart folder (and create it if it's not there). I'm not a big fan of touching files the user has added outside AS, so that idea makes me a little queasy. You've got the right idea. It's just even copying something means touching it, and that always makes me nervous. I think there would also need to be another setting to tell AS what to copy. I, for instance, would not want the folder.jpg copied (I'm pretty sure that's just the artist bio image), but I would want the fanart.jpg. I'm also trying to figure out how this would work if the user is using the default AS location for images rather than local ones. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-26 (2016-12-26, 16:17)pkscout Wrote:(2016-12-26, 14:09)hoschilo Wrote: So after installing actual beta everything is working fine. I'm very happy with it -Thanks a lot. You might would like to have a look into the log file - it looks to me like some "steps" are repeated frequently. OK, I lied. I took another look, and there is a much better way to do the "is the same artist playing" logic that significantly reduces what AS does during playback. I've added that in and will release another beta soon. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-26 2.0.4~beta4 The latest beta has been pushed to my beta repo. v.2.0.4~beta4 - fix for artist name separation leaving extra spaces - added option to use local fanart and folder image outside extrafanart folder (enable in settings) RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-26 (2016-12-26, 23:11)pkscout Wrote: 2.0.4~beta4 Great with B4 the log file is much slimmer now. Thanks a lot! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-27 Did some further testing: Start with first song - display of artist and accordingly fetching audiodb and fanart information works correct Next song (2nd song) played automatically - no information about artist (cover however is displayed) switch back manually to first song and then manually to second song - all information are displayed correctly. Other issue again regarding "Mumford & Son". Name indicated by google stream ist correct however artist name is only "Mumford" which will result in not getting information from audiodb and fanart. No sure whether this has something to do with your script. Do you have an idea why only a part of the artist name is fetched? https://paste.ubuntu.com/23694067/ RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-27 (2016-12-27, 14:45)hoschilo Wrote: Start with first song - display of artist and accordingly fetching audiodb and fanart information works correct It looks like you're using the Google Music plugin most of the time, so I installed it to see what I could see. It seems like sometimes the plugin provides all the information you would expect so that the music looks like a locally playing file (i.e. there is a title, artist, album, year, etc in the music visualization). Then other times it doesn't do that and all I get is a single line with artist - title. When I get the latter, if I go back to the previous song and then go forward again I get all the detail. So it seems like this might be an issue with that plugin. When it properly populates information for Kodi, AS gets images as I would expect, when it doesn't, AS thinks no artist name was provided. Quote:Other issue again regarding "Mumford & Son". Name indicated by google stream ist correct however artist name is only "Mumford" which will result in not getting information from audiodb and fanart. No sure whether this has something to do with your script. Do you have an idea why only a part of the artist name is fetched? Since I have a free Google Music account I don't have any way to test with a particular artist (at least not that I've figured out). I did test with a local file, and Mumford & Sons worked fine. So I'm leaning towards an issue with the Google Music addon and artists who have an ampersand in their name. I did find an error with theaudiodb search with artists with ampersands, but that isn't the problem you're having. I think at this point it might be worth you asking a few questions in the Google Music addon thread. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-27 (2016-12-27, 15:56)pkscout Wrote:(2016-12-27, 14:45)hoschilo Wrote: Start with first song - display of artist and accordingly fetching audiodb and fanart information works correct Absolutely, meanwhile I fould the logic of the "error": It works for all music/playlists except for "Radio" station. Despite is can see the playlist ("n") of a radio station it does not work properly. Sorry for bothering you with this issue. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-27 (2016-12-27, 18:57)hoschilo Wrote: Absolutely, meanwhile I fould the logic of the "error": It works for all music/playlists except for "Radio" station. Despite is can see the playlist ("n") of a radio station it does not work properly. Sorry for bothering you with this issue. Streams must provide a song title in the format of <artist name> - <song name> or AS can't figure out the artist name. I don't stream much music, so I don't know how many streaming stations actually do that. For awhile that was the de facto standard. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - meowmoo - 2016-12-28 Just played a proper radio station, all works fine in my end. Make sure the station provied artist - song like pkscout said, If its artist-song or artistong witch I also see often it don't work, use a fallback folder with some nice pic looks good to RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2016-12-28 I finally found another google music add in for which everything works fine (display of artist for so called "radio stations") so it is definitely not a problem with Artist Slideshow. |