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-11-14 (2016-11-10, 16:26)JohnyBee Wrote: Hi pkscout, Unfortunately no. Getting the correct MBID back on the fly is very search intensive and was putting a huge strain on the MusicBrainz servers, so I dropped it. The only service that supports artist lookup by name is theaudiodb.com. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-11-14 (2016-11-13, 15:31)Lockos Wrote: Hi pkscout ! Sorry, I forgot to post a reply. The log you gave me still didn't have debugging on for BOTH Kodi and AS. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - docwra - 2016-11-16 Looking forward to Krypton Estuary Skin support, i'm running beta 5 and its pretty stable now. Currently just get a blank screen when playing music with v17 default skin. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - msfc - 2016-11-19 (2016-11-16, 19:19)docwra Wrote: Looking forward to Krypton Estuary Skin support, i'm running beta 5 and its pretty stable now. Likewise. I am surprised that some people say they have had AS working with beta 3. I have never seen it work with Krypton. I wonder if those people were using a non-default skin. I see the following errors in the Kodi log so AS might not even be getting as far as trying to display any images. Code: 09:39:22 T:123145314394112 NOTICE: [Artist Slideshow] script version 2.0.3 started RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-11-19 (2016-11-19, 02:58)msfc Wrote:(2016-11-16, 19:19)docwra Wrote: Looking forward to Krypton Estuary Skin support, i'm running beta 5 and its pretty stable now. AS works for me 100% fine with Krypton with the modified skin files for Estuary (which I haven't distributed yet). From the snippet you provided, I'd say you have an OS problem. that GetDirectory error means Kodi could not find the directory referenced. I would need to have a complete debug log file with both Kodi and AS debug logging turned on to troubleshoot any further. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Stealthgg - 2016-12-02 for Artist Slideshow 2.0.3 (latest?) I have been using with the SONOS Controller, using the Override Slideshow. The slides change every 5 seconds or so, is there a way to slow this down? I did not see any options in the Artist Slideshow configuration menu (or is it controlled elsewhere in Kodi?). Thanks RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-03 (2016-12-02, 19:59)Stealthgg Wrote: for Artist Slideshow 2.0.3 (latest?) I have been using with the SONOS Controller, using the Override Slideshow. The slides change every 5 seconds or so, is there a way to slow this down? I did not see any options in the Artist Slideshow configuration menu (or is it controlled elsewhere in Kodi?). Thanks The timing and particulars of displaying the images are up to the skin. AS just tells the skin where the folder of images is. In my experience, that timing can't be set by a preference, it has to be hard coded into the skin. The most likely place to look is in the MusicVisualization.xml file. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hurricane51 - 2016-12-03 I have used Artist Slideshow successfully since Eden (?). Certainly since Gotham. After I installed Jarvis (16.1), I get this behavior: Launch Kodi. Go to Music to see my list of artists Select an artist and see their albums. Select an album and begin playing (song or complete album -- doesn't matter) Switch to the visualization window (I call it the "Now Playing" window). I get the default background that appears with a new Kodi installation. I disable Artist Slideshow. I get a solid black background I leave the now playing window, then return. I re-enable Artist Slideshow and it works properly for as long as Kodi is running. When I restart Kodi, the problem returns. This also happens when I play internet radio.. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-03 (2016-12-03, 05:14)hurricane51 Wrote: I have used Artist Slideshow successfully since Eden (?). Certainly since Gotham. After I installed Jarvis (16.1), I get this behavior: I'd need a debug log to help any. Make sure you enable BOTH debug logging in Kodi AND the debug logging in AS (via the advanced panel in the settings). RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - gwlbe - 2016-12-06 Is it possible to just show the Album cover (folder.jpg or embedded album art) in fullscreen during Now playing? I have searched hi and low for this ability since the original modded xbox to no avail. All my album art is in 1000x1000, but when I pop up Now Playing a small image left corner of screen appears along with the other info. http://kodi.wiki/view/Music_playback# RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-08 (2016-12-06, 17:25)gwlbe Wrote: Is it possible to just show the Album cover (folder.jpg or embedded album art) in fullscreen during Now playing? I have searched hi and low for this ability since the original modded xbox to no avail. All my album art is in 1000x1000, but when I pop up Now Playing a small image left corner of screen appears along with the other info. That's a skin decision. You might look at the new default skin in Kodi 17, Estuary. I think the Music Visualization includes a really huge album cover. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - docwra - 2016-12-08 Yep it does, its not massive but its bigger than most skins RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - gwlbe - 2016-12-08 Thanks I was able to increase the size in MusicVisualisation. Now just move it up and to the left. Thanks Liking the new skin. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JohnyBee - 2016-12-13 Hi pkscout, If in the track is more artist separated by (' feat. ',' Feat. ',' Feat ',' feat ',' ft ',' ft. ',' Ft ',' Ft. '.......), AS dosnt delete "space" at the begging and at the end of artists name For example, a song from the radio stream. Title: Hr. Troels feat. Josh Lorenzen - Alone (Deep Remix) log: (...) DEBUG: [Artist Slideshow] No artist names returned from JSON call, assuming this is an internet stream DEBUG: [Artist Slideshow] starting with the following artists DEBUG: [Artist Slideshow] ['Hr. Troels ', ' Josh Lorenzen', 'Josh Lorenzen - Alone (Deep Remix)'] DEBUG: [Artist Slideshow] disable multi artist is set to false (...) DEBUG: [Artist Slideshow] cachedir = /var/media/Kodi_media/muzyka/Hr. Troels /extrafanart DEBUG: [Artist Slideshow] checking /var/media/Kodi_media/muzyka/Hr. Troels /extrafanart for artist images ERROR: GetDirectory - Error getting /var/media/Kodi_media/muzyka/Hr. Troels /extrafanart (...) DEBUG: [Artist Slideshow] looking for local artwork DEBUG: [Artist Slideshow] cachedir = /var/media/Kodi_media/muzyka/ Josh Lorenzen/extrafanart DEBUG: [Artist Slideshow] checking /var/media/Kodi_media/muzyka/ Josh Lorenzen/extrafanart for artist images ERROR: GetDirectory - Error getting /var/media/Kodi_media/muzyka/ Josh Lorenzen/extrafanart DEBUG: [Artist Slideshow] start download (...) RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2016-12-15 (2016-12-13, 13:59)JohnyBee Wrote: If in the track is more artist separated by (' feat. ',' Feat. ',' Feat ',' feat ',' ft ',' ft. ',' Ft ',' Ft. '.......), AS dosnt delete "space" at the begging and at the end of artists name I'm not able to reproduce this, but I think it may have to do with the specific way my song titles are setup. I think I see where the issue could crop up though. Can you open up default.py and replace line 412 with this: Code: artists_info.append( (artist_name.strip(), self._get_musicbrainz_id( artist_name, mbid )) ) I added a strip() call to the artist_name string right before it's stored, and I think that should take care of your issue. If it does, I can push the change out. |