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) - ronie - 2012-05-01 (2012-04-18, 19:41)pkscuot Wrote: 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. skins can run the script at startup with the daemon option. that way, skins can add a slideshow to (for example) the homescreen. without the daemon option, the user would first have to switch to the visualization screen to trigger the script. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-05-02 (2012-05-01, 23:24)ronie Wrote:(2012-04-18, 19:41)pkscuot Wrote: 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. Ah, good point. While I'm updating the language files I'll do some work on the wiki page as well. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - phil65 - 2012-05-05 some questions: i´m starting the script with an onload in musicoverlay.xml at the moment. does that have any disadvantages compared to a startup launch with daemon parameter set to true? EDIT: solved the other one. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2012-05-05 (2012-05-05, 01:37)phil65 Wrote: i´m starting the script with an onload in musicoverlay.xml at the moment. does that have any disadvantages compared to a startup launch with daemon parameter set to true? It shouldn't really matter either way. If you load it at startup your skin could be modified to show the slideshow on other screens. That's about it. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - phil65 - 2012-05-05 (2012-05-05, 16:26)pkscuot Wrote:(2012-05-05, 01:37)phil65 Wrote: i´m starting the script with an onload in musicoverlay.xml at the moment. does that have any disadvantages compared to a startup launch with daemon parameter set to true? never had problems without daemon mode... worked flawlessly for slideshow on home screen at least. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - phil65 - 2012-05-08 i just love this addon RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - dugan26 - 2012-05-08 This add on is fantastic - Great work really really great - Question, I have a local band which I have loaded in my library and want to use images for their music. I created extrafanart folder and loaded the images there but i get the not found banners flying around. My settings say use local art first. Is there anything else i need to do? do i need a .nfo file for this to work? Many thanks in advance RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Oddsodz - 2012-05-08 (2012-05-08, 18:36)dugan26 Wrote: This add on is fantastic - Great work really really great - This maybe due to the fact that most skins expect you to have just 1 root music folder. And you must set the path in the skin settings page (mostly called "music path" setting) for it to work. I Ran into this little issue myself as I have 2 music folders on different hard drives. To get around this, One must make extra folders in 1 of the root audio folders. And then make a "extrafanart" folder for that artist inside it. You don't need to add the music files themselves. Just have the artist folder and the "extrafanart" with some images inside and then the addon will pick this up. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - dugan26 - 2012-05-08 I only have 1 music folder - The local band is inside that folder and categorized same as any other band and inside the local band is a folder called extrafanart with images inside it. example: X:\Music\LocalBand Inside the LocalBand folder there is an album folder with all the mp3 tracks and inside this same LocalBand folder there is another folder called extrafanart So when you open LocalBand up there are two folders 1. Album Name 2. extrafanart Is this correct? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Oddsodz - 2012-05-08 Yes. Also make sure that your mp3's files are ID3 tagged with the same name as the artist folder name. IE: x:\Music\Florence And The Machine >>>>>>>>>>>>> x:\Music\Florence And The Machine\extrafanart\random-image-name-1.jpg x:\Music\Florence And The Machine\extrafanart\random-image-name-2.jpg x:\Music\Florence And The Machine\extrafanart\random-image-name-3.jpg >>>>>>>>>>>>> x:\Music\Florence And The Machine\Lungs >>>>>>>>>>>>> x:\Music\Florence And The Machine\Lungs\Rabbit Heart.mp3 Make sure your MP3's (or what ever music file format you are using) looks something like this And most important. Make sure you have the "Path" set in your skin. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - dugan26 - 2012-05-08 what program is that? RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Oddsodz - 2012-05-09 (2012-05-08, 23:06)dugan26 Wrote: what program is that? Oh, I use "Media Monkey". But you can use "WinAmp" also. And I am sure there are a few more apps that can do "ID3" tagging RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rolapinou - 2012-05-11 Hi ! I'm not very familiar with scripts and have trouble using this one that seems to be perfect for what I want. First : I'm running XBMC Eden on a WIn7 PC with Aeon Nox (3.0 updated through GIT). I've just been doing a new clean install. I wanted to have the same kind of music deplay as on the screen in the second post of this topic : http://forum.xbmc.org/showthread.php?tid=127670&page=122 I understood that I add to de-activate all visualization module in the Music Settings Menu and that I needed to use the Artist Slideshow script. I downloaded it and it is now enabled. My music is supposed to be organized well, with folder.jpg and .nfo files for artists and albums but also fanart files and extrafanart folders as you can see on my example below : So in the settings of the script I disabled the download from both lastfm and htpbackdrops site as I wonder to focus on the fanarts included in each artist folder : On the Slideshow settings, I choose my Root Music folder (C:\Users\Jeremy\Music\Test Musique) as the "Local Artist folder" and set the priority to local : The problem is that, while playing some track and switching to the "now playing" view with Tab key, I don't have any fanart displayed and a big empty square on the top right part of the screen : So obviously I am doing something wrong but don't know what. Thanks for your help in my noob settings. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - Oddsodz - 2012-05-11 I would do this. 1 Artist Slideshow>>settings>>download page. Have HTbackdrops enabled Set minimal image hight size to 720 (I also in my settings have width set to 720 but I don't think you need it) Set 16x9 enabled 2 Artist Slideshow>>settings>>slide show page. All looks right. But you might want to add a "fallback folder". I have mine point to "C:\users\Oddsodz\documents\My Pictures" But you can come up with your own. 3 Seem odd that you had to disable some visualizations. Don't seem right to me as I have "Milk Drop" on and works just fine. I would go and turn that back on. 4 Most important. Somewhere in the skin settings pages (not the Artist Slideshow settings). There is a "Enable Artist Slideshow" tick box. And you must also make sure that the "Music path" is set to the root music folder. Now if all the above is done and it still don't work. Well I am lost. And somebody else will have to help you. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - rolapinou - 2012-05-12 Thanks for your reply. To answer your first two points I've changed my settings to the following : and What's the point of the fallback folder ? To store downloaded images from HT¨backdrops ? For point #3, I mis-explained myself. I wanted to tell that the visualization was set to none : Finally, I didn't find the "Enable Artist Slideshow" tick box your talking about in your post. Besides, about the "music path", I have the following settings : On the skin topic I discovered the settings that you can get while pressing "M" on the "now playing" view. Now I have fanarts and thumb for the album but the rest of the widget remains empty : Thanks for your help ! |