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) - themarty - 2012-04-16 (2012-04-16, 20:21)pkscuot Wrote:(2012-04-16, 11:29)themarty Wrote: 2. with this configuration it has happened twice that the slideshow images get stuck on one artist. When i look in the logs it says the script is already running when i start a new song (which is probably why the images for the new artist are not shown). I haven't been able to create an exact set of steps to reproduce this though. So, i can't even be sure it is really related to this configuration (no visualisation, no screensaver)When you get some time, put XBMC in debug mode and post a log when that happens. It shouldn't be getting stuck on an artist, and if it is I'd like to track that down. I've been analyzing the logs and what happens is the same as what happens when a song ends and a new song by the same artist is the next song. This is what you see in the logs when the first song is about to be played: Code: 22:22:59 T:140722621499136 DEBUG: script.artistslideshow: script version 1.3.1 started And this is what you see when a song by the same artist is played after that: Code: 22:37:51 T:140722613106432 DEBUG: script.artistslideshow: script version 1.3.1 started And in those cases where it got stuck on the same artist i see the exact same thing happening in the logs (don't have an actual log of it at the moment, but will post it when i do). RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - azazeal - 2012-04-18 I'm an epic noob when it comes to xbmc so please bare with me if I'm missing something basic. Firstly, thank you for an awesome add-on this is exactly what I was looking for. The issue I'm having is the slide show seems to be scaling every image up to full screen width. This means in many images the top and bottom of the pictures are off screen and I get quite a few headless artist. Now considering some of the artists I listen to are pretty ugly this might be seen as a bonus but I would like to see the heads of the prettier ones When I use the slideshow in photographs the images are scaled to fit the screen height and I get the black bars down the sides for the non 16:9 ratio images. This is exactly what I want the Artist Slideshow to do. I hope this makes sense. I'm using Eden with the neon skin. Edit: My mistake, I was using the Aeon Nox skin. Once I switch back to Neon the images scale to fit the screen only the panning and zooming effects don't seem to work now but at least I can see the full image. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Acrobat76 - 2012-04-18 (2012-04-15, 16:45)Acrobat76 Wrote:(2012-04-14, 19:40)pkscuot Wrote:(2012-04-14, 16:36)Acrobat76 Wrote: First of all, this is a truly great addon! So, for the first few days everything was working perfectly, both with and without the cache limitation. However now the slideshow gets stuck on an artist and doesn't move on to the next artist when the song`s artist changes. This should be my debug log, i`m a bit new to xbmc so apologies if i`m missing something obvious http://pastebin.com/HxSqEfAj PS. Dont take any notice of the log saying that my xbmc is not eden. It is a minor mod of the latest eden: with small changes relating to the volume control on the apple tv 2 remote as per http://forum.xbmc.org/showthread.php?tid=123115 RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-04-18 (2012-04-18, 15:46)Acrobat76 Wrote: So, for the first few days everything was working perfectly, both with and without the cache limitation. However now the slideshow gets stuck on an artist and doesn't move on to the next artist when the song`s artist changes. This should be my debug log, i`m a bit new to xbmc so apologies if i`m missing something obvious That's the debug log. Thanks for that. As I look through it, it appears to me that for some reason PAPlayer (the process that plays the music) is stopping between songs. On both my systems PAPlayer keeps running and indicates a new track is starting. I'm not sure if that's an AppleTV specific thing, but that's what's causing the issue. ArtistSlideShow checks to see if PAPlayer is playing any audio. If it isn't, it stops (by default at least). Once Artist Slideshow is stopped the only way to restart it is to exit the music visualization screen and go back in. Having said all that, ronie (the original author) did include an option to have Artist Slideshow keep running even if the music stopped. When I updated the documentation I removed reference to that, as I couldn't figure out a use case that made any sense for that. The good news is that the code is still there. So let's try this: open up your MusicVisualization.xml file and look for this line (it should be near the top): <onfocus>RunScript(script.artistslideshow)</onfocus> replace it with this: <onfocus>RunScript(script.artistslideshow, daemon=True)</onfocus> That should force Artist Slideshow to keep running even after PAPlayer stops. Artist Slideshow takes very little processing power (basically zero if it isn't downloading new images), so you shouldn't notice any performance hit. Hopefully that will correct your issue. If it does, I'll add something to the wiki for AppleTV users. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Tommy2012 - 2012-04-19 Hi All Is this great script working on Aeon MQ3 2.0.1 as well? I cant seem to get it working and get the following bug report.. http://pastebin.com/PkiNQkLN Hopefully someone can help me to get this working Rgds Manuel RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Oddsodz - 2012-04-19 (2012-04-19, 13:31)Tommy2012 Wrote: Hi All Works for me in that skin. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Tommy2012 - 2012-04-19 (2012-04-19, 14:08)Oddsodz Wrote:(2012-04-19, 13:31)Tommy2012 Wrote: Hi All Hi Thanks for the quick reply. Is there perhaps someone that can look at the bug report and have a solution for me Rgds Manuel RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-04-19 (2012-04-19, 13:31)Tommy2012 Wrote: Hi All According to the release notes from Aeon MQ3 it does. The error you are getting seems to indicate that script.module.elementtree is either not there or is the wrong version. That should be downloaded if it isn't there automatically, so I'm not sure why that isn't happening. You should check the addon directory in your userdata folder and see if elementtree is there and that it's version 1.2.7. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Tommy2012 - 2012-04-19 (2012-04-19, 16:30)pkscuot Wrote:(2012-04-19, 13:31)Tommy2012 Wrote: Hi All Hi Pkscuot Thx for the reply Downloaded the file and replaced with the one from MQ3 and works 100%. Great support guys and thanks a lot Rgds Manuel RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Oddsodz - 2012-04-20 Hey all. I Have a bit off an issue. And I have pined it down to this "add-on". When using this "Add-on". I get random hard resets of my PC. I Have tried running without the "Add-on" and my system stays stable. I Have tried running with different skins and I have the same results. Using "Eden" on Win7Pro 64bit here is a log http://pastebin.com/ueC2bvfw Hope you can see what might be going on RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-04-20 (2012-04-20, 03:33)Oddsodz Wrote: Hey all. I Have a bit off an issue. And I have pined it down to this "add-on".Sorry, there is not one single line in that entire log that indicates Artist Slideshow is ever run. I'd be interested in seeing a debug log if Artist Slideshow is uninstalled, but y look through indicates you have all sorts of problems with files not being read (or missing), database errors, etc. I can't for the life of me think how the simple presence of a set of code that isn't run would cause that. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Acrobat76 - 2012-04-24 (2012-04-18, 19:41)pkscuot Wrote:(2012-04-18, 15:46)Acrobat76 Wrote: So, for the first few days everything was working perfectly, both with and without the cache limitation. However now the slideshow gets stuck on an artist and doesn't move on to the next artist when the song`s artist changes. This should be my debug log, i`m a bit new to xbmc so apologies if i`m missing something obvious Works like a charm. Thank you! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-04-24 (2012-04-24, 18:11)Acrobat76 Wrote:(2012-04-18, 19:41)pkscuot Wrote: open up your MusicVisualization.xml file and look for this line (it should be near the top): Good to know. I've added the potential AppleTV issue as a "limitation" on the wiki page with the workaround. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Wanilton - 2012-04-29 Hi pkscuot, Translate strings for Portuguese (Brasil) - addon Artist Slideshow, download here: http://dl.dropbox.com/u/25170804/Artist%20Slide%20Show/strings.xml thanks, Wanilton RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-05-01 (2012-04-29, 05:42)Wanilton Wrote: Translate strings for Portuguese (Brasil) - addon Artist Slideshow, download here: Thanks. I'll add them and get an update pushed later this week. |