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) - hurricane51 - 2015-10-21 Windows 10 and Kodi Isengard. I want to reinstall Windows and Kodi on another machine from scratch. The music library will be a subset of those on another machine. Can I copy the slideshow files (only the pictures) from my current installation to the new installation of AS? I want to shortcut the process of finding/downloading the pictures. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2015-10-21 (2015-10-21, 05:11)hurricane51 Wrote: Windows 10 and Kodi Isengard. Sure. Go to the user data folder and then look in script.artistslideshow. In there are two folders you should copy: ArtistInformation and ArtistSlideshow. The former has all the meta data for artists' bios, similar artists, MBID, etc. The latter has all the images. Copying both will keep you from having to redownload everything. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hurricane51 - 2015-10-23 (2015-10-21, 08:48)pkscout Wrote:(2015-10-21, 05:11)hurricane51 Wrote: Windows 10 and Kodi Isengard. Thanks for the info! RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - VanZan - 2015-10-30 I have my own custom Confluence skin. May I ask what I need to do to enable support for this addon please? Can I simply take the MusicOSD.xml and MusicVisualisation.xml files from your Confluence mod and overwrite mine? Thanks! EDIT: Right no answer so I guess I didn't try hard enough to solve the problem. I looked again at the wiki and included the code under 3.3 MusicVisualisation.xml. Don't know if I need to make any change to MusicOSD.xml. EDIT#2: And it works!! Yeah!! I just wish the "Spectrum Visualisation" would appear in front of the images rather than behind them. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Rantanplan-1 - 2015-11-03 Similar Artists Wont show up!? Did i do something wrong or is it just not supported anymore? What i try: onload in dialogAlbumInfo.xml: PHP Code: <onload codition="!Player.HasAudio + System.HasAddon(script.artistslideshow)">SetProperty(CURRENTARTIST,$INFO[ListItem.Artist])</onload> and the "content" in the List: PHP Code: <item id="1"> Nothing shows up. -- 2nd Attemp accoring to the Wiki: onload in dialogAlbumInfo.xml: PHP Code: <onload codition="System.HasAddon(script.artistslideshow)">RunScript(script.artistslideshow, daemon=True)</onload> and the "content" in the List: PHP Code: <item id="1"> Didnt work to. PHP Code: Window.Property(ArtistSlideshowRunning) Gives me "true" in a label. So i guess its running. did remove the "visibles" to to check if i didnt make a mistake there, still no suxess. -- So, did i do a mistake someware? Regards RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - VanZan - 2015-11-03 Sorry to repost this but just in case my question didn't get seen in the post above after I edited it: is there anyway to have the Spectrum Visualisation appear in front of the images rather than faintly in the background please? I seem to remember this was the norm in earlier versions of the addon. Never really liked the change. If not possible then grand and feel free to ignore this. Thanks. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2015-11-06 (2015-11-03, 15:52)VanZan Wrote: Sorry to repost this but just in case my question didn't get seen in the post above after I edited it: is there anyway to have the Spectrum Visualisation appear in front of the images rather than faintly in the background please? You can change the order of the way things stack by changing their relative position in the MusicVisualization.xml file. Technically that isn't an AS decision, that's a skin decision. I never looked that close at the example files, as I only use AS in the background (i.e. I don't stack anything else). RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2015-11-06 (2015-11-03, 14:43)Rantanplan-1 Wrote: onload in dialogAlbumInfo.xml: I have no idea if AS will work when you call it this way. The external call stuff is meant to be called from another script, not the skin. If you aren't getting anything back then it just won't work that way. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - jcjdammers - 2015-11-06 Hi Kyle, Do you have a repository for Kodi Isengard through which I can load your modified Confluence skin? If yes, can you point me to it? Thanks, Jeroen RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2015-11-07 (2015-11-06, 11:32)jcjdammers Wrote: Do you have a repository for Kodi Isengard through which I can load your modified Confluence skin? Two options. If you just want to use it, then download my skin repo at: https://github.com/pkscout/repository.skins.pkscout/raw/helix/repository.skins.pkscout-1.1.0.zip Once that's installed you can pick the skin and install it. If you want to modify it, the GitHub repo is at: https://github.com/pkscout/skin.confluence.isengard.pkscout.mod If you're modifying it, be aware of the module dependencies. To deal with the additional language strings I created another addon that's just a place to hold the language stuff (which is also in my GitHub account). You'll need that for the skin to work right. If you download the skin from the repo in the first link, at that will get installed automagically. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Rantanplan-1 - 2015-11-08 (2015-11-06, 01:33)pkscout Wrote:(2015-11-03, 14:43)Rantanplan-1 Wrote: onload in dialogAlbumInfo.xml: It works fine with Helix and and Gotham this way! (No Luck with Isengard.) as Mentioned did try Both ways (the one aboth and the one from the Wiki (previus Post).) Both doesnt work with Isengard. Did Copy Past the old (Helix) AlbumInfoDialog to the Isengard Skin, to prevent it has something to do with chanches in this Dialog but NoLuck. NoIdea Why! as i have Helix portable On the Same Machine i've double check with the same Artist in Helix and Isengard. (Helix "similar Artists" shows up / Isengard nothing shows up. So no clue. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JdAb - 2015-11-11 Hi guys, what's the way (code) for show "fanart" when no images availables on the artist slideshow I need the code on the red space below: <control type="image"> <!-- Fanart --> <include>FullscreenDimensions</include> <texture>$INFO[MusicPlayer.Property(fanart_image)]</texture> <colordiffuse>aawhite</colordiffuse> <visible>this code</visible> </control> <control type="multiimage" id="5045"> <!-- Artist SlideShow --> <include>FullscreenDimensions</include> <imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath> <aspectratio>stretch</aspectratio> <timeperimage>10000</timeperimage> <fadetime>2000</fadetime> <randomize>true</randomize> <colordiffuse>aawhite</colordiffuse> </control> Can you help me please?ยก RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2015-11-11 (2015-11-11, 02:36)JdAb Wrote: Hi guys, Technically there is no window property that tells the skin that. The best you can do is check to see if $INFO[Window(Visualisation).Property(ArtistSlideshow)] is empty. If it's empty then there were no images to display and the user didn't select a fallback directory. The only thing is that $INFO[Window(Visualisation).Property(ArtistSlideshow)] will be empty if no images have yet been downloaded, at least until something is downloaded. So basically you can't really tell if it's empty because there are no images or just that there aren't any images YET. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - JdAb - 2015-11-11 (2015-11-11, 03:10)pkscout Wrote:(2015-11-11, 02:36)JdAb Wrote: Hi guys, Thank you pkscout. I try with this: <visible>IsEmpty(Window(Visualisation).Property(ArtistSlideshow))</visible> But not working... RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2015-11-12 (2015-11-11, 04:03)JdAb Wrote:(2015-11-11, 03:10)pkscout Wrote:(2015-11-11, 02:36)JdAb Wrote: Hi guys, Honestly I don't do a great deal of skinning, so I can't be anymore help than what I've given. Since the user can set a fallback folder to use when no images are found, I'm not sure the skin really needs to handle that use case. |