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) - hoschilo - 2018-01-01 Quote:As for the featured artists not showing, there is an error in the log about a file that couldn't be deleted in the merge directory. Could you check and see if user_data/addon_data/script.artistslideshow/merge is empty? If not, delete the merge directory and let AS recreated a new one. Maybe that will help.While doing so I found that in this folder all fanart is correctly merged however not all of them are displayed. Log RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-02 (2018-01-01, 23:53)hoschilo Wrote:Unfortunately there's nothing I can do specifically about images that aren't displayed. AS doesn't handle the display, it just tells the skin where to find the folder. Then the skin/Kodi do the display. The things I would check:Quote:As for the featured artists not showing, there is an error in the log about a file that couldn't be deleted in the merge directory. Could you check and see if user_data/addon_data/script.artistslideshow/merge is empty? If not, delete the merge directory and let AS recreated a new one. Maybe that will help.While doing so I found that in this folder all fanart is correctly merged however not all of them are displayed.
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - tscholl - 2018-01-02 I gave your latest version a try - script.artistslideshow-2.1.0.alpha5-installer.zip If I do not specify a local folder it processes the hash files in ArtistInformation and in ArtistSlideshow. However I start with 131 in ArtistSlideshow and end up with 39 items and 29 of which are Now artist name and 10 are still listed has hash names. I can identify the hash number in the Artistslideshow Helper report. All of these folders contain jpg images of the correct artist. In the hash numbered folders, the artist are correct if I look up the hash number to the Artistslideshow Helper report. The ArtistInformation folder I get 28 artist names the following *.nfo files fanarttvartistimages.nfo fanarttvcachetime.nfo htbackdropsartistimages musicbrainz.nfo Though not all of those files are in every folder. Some folders only contain fan*.nfo This run reports no errors that stop the script. How ever I don't have a complete listing of artists. ---------------------------------------------------------- If I specify a local folder then run the script, I end up with 28 of the original 131 entries. Also the jpg's are not under the ArtistNameFolder, but now in a new sub folder called extrafanart. ie: MyLocalName/ArtistName/extrafanart/***.jpg This run reports no errors that stop the script. I would expect a folder created for every artist listed in the database even if no images are currently available. However this does not seem to be the case. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2018-01-02 (2018-01-02, 02:25)pkscout Wrote:Sorry my post was mileading a bit:(2018-01-01, 23:53)hoschilo Wrote:Unfortunately there's nothing I can do specifically about images that aren't displayed. AS doesn't handle the display, it just tells the skin where to find the folder. Then the skin/Kodi do the display. The things I would check:Quote:As for the featured artists not showing, there is an error in the log about a file that couldn't be deleted in the merge directory. Could you check and see if user_data/addon_data/script.artistslideshow/merge is empty? If not, delete the merge directory and let AS recreated a new one. Maybe that will help.While doing so I found that in this folder all fanart is correctly merged however not all of them are displayed. - all images are supported by Kodi and displayed correct if the artists are played individually What is happening I belive is the following (for my Herbie case): - AS getting information about multiple artist and sildeshow directory is set to Herbie Hancock artwork Folder on my NAS as the first found artist - AS continues in getting additional art work for the other artists and copying them to the merge folder in my profile - Before setting the merge folder to the slideshow folder the script stops due to another UTF-8 Problem (sorry for that) Can you set the sildeshow directory from the very beginning to the merge Folder once you have indentified that there are multiple artists? Even if the script fails due to decoding error the slideshow of the available Images will continue I believe. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-02 (2018-01-02, 04:52)tscholl Wrote: I gave your latest version a try - script.artistslideshow-2.1.0.alpha5-installer.zipIf you still have the debug log for that upgrade attempt, I'll take a look at it. Here's the process used to do the upgrade:
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-02 (2018-01-02, 13:51)hoschilo Wrote: Can you set the sildeshow directory from the very beginning to the merge Folder once you have indentified that there are multiple artists? Even if the script fails due to decoding error the slideshow of the available Images will continue I believe.Unfortunately, no. Once you set the directory, Kodi reads the contents and will only show the images it got that first time. New images won't show until you set a new directory. So you can set the directory to the merge directory until all images have been moved. Besides, if AS crashes you'll be stuck watching the same images no matter what song is playing. If you could post a debug log with the crash I'll work on fixing that. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2018-01-02 (2018-01-02, 17:42)pkscout Wrote:Can be found here: LOG line 8619(2018-01-02, 13:51)hoschilo Wrote: Can you set the sildeshow directory from the very beginning to the merge Folder once you have indentified that there are multiple artists? Even if the script fails due to decoding error the slideshow of the available Images will continue I believe.Unfortunately, no. Once you set the directory, Kodi reads the contents and will only show the images it got that first time. New images won't show until you set a new directory. So you can set the directory to the merge directory until all images have been moved. Besides, if AS crashes you'll be stuck watching the same images no matter what song is playing. If you could post a debug log with the crash I'll work on fixing that. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - tscholl - 2018-01-02 I had a look and all of the remaining hashed folders are in the archive / ArtistSlideshow, and ArtistInformation. Each contains the correct jpg's and that all looks good. Why not run those tags through the AS helper "as_hashlist.txt" file and get the names from there? Then move them to script.artistslideshow/ArtistSlideshow and ArtistInformation ? Or just use as_hashlist.txt from the start if available? Just a thought. Just hate to have to do all the renaming by hand. Tim RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-02 (2018-01-02, 21:08)tscholl Wrote: Why not run those tags through the AS helper "as_hashlist.txt" file and get the names from there? Then move them to script.artistslideshow/ArtistSlideshow and ArtistInformation ? Or just use as_hashlist.txt from the start if available?I hadn't thought to hash the artist names already in Kodi to check, so I'll see if I can't add that. Thanks for the suggestion. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-02 (2018-01-02, 18:49)hoschilo Wrote: Can be found here: LOG line 8619I think you are going to single handedly find every one of the UTF-8 errors. '-) That error is literally an error while trying to write to the log. I have updated the code here, and for now if you delete line 432 in default.py that should get around that. The line starts with 'lw.log( ['did not work with %s, trying %s' %' RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-04 New Alpha Release 2.1.0~alpha6
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - tscholl - 2018-01-04 New Alpha Release 2.1.0~alpha6 Made two runs one using the defaults, and one made using a specified folder. Each run had 131 hashed entries. Defaults - after ArtistSlideShow - 125 - That includes 7 folder that did not convert the name ArtistInformation - 115 Archive/ArtistSlideShow - 1 Archive/ArtistInformation - 7 Log - https://www.dropbox.com/s/0d7mvs0lf9ernxx/Default.log?dl=0 ------------------------------------------ Run with Specified Folder - after NewFolderName - 114 ArtistInformation - 115 Archive/ArtistSlideShow - 4 Archive/ArtistInformation - 7 Log - https://www.dropbox.com/s/qvkq6x5fhjfzbqc/FolderSpecified.log?dl=0 -------------------------------------------- Good job on the changes, not quite sure why the different counts. I didn't check on the run with the with the specified folder but the default run did put some hashed files in ArtistInformation as well. I checked a few and the id's did match an entry from kodi but were never converted. jpg - https://www.dropbox.com/s/ph8xjx02vokyf23/not-renamed.jpg?dl=0 Other than that looks pretty good. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - hoschilo - 2018-01-04 I belive my UTF-8 Errors are gone now - thank you for that. However, what I understand from the log and observing the merge directory "life" during playback is, that all pictures are correctly merged but the sildshow directory is not set to the merge directory due to whatever reason. Are we maybe having a problem with the delay time in finishing the "merging"? Log RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-04 (2018-01-04, 13:48)hoschilo Wrote: I belive my UTF-8 Errors are gone now - thank you for that. However, what I understand from the log and observing the merge directory "life" during playback is, that all pictures are correctly merged but the sildshow directory is not set to the merge directory due to whatever reason. Are we maybe having a problem with the delay time in finishing the "merging"?It looks like you have another odd metadata instance where there is an artist name that is the amalgamation of all the artists. That in of itself it's a problem, but it turns out if the last artist has no images the merge directory is never set as the directory to show. I've fixed that for the next alpha release. RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - pkscout - 2018-01-10 Artist Slideshow 2.1.0~beta1 Available
This is available from my beta repository. http://kodi.wiki/view/Add-on:Artist_Slideshow#Beta_Testing The only change between this and the alpha6 release are the items in the post above that I said would be available in alpha7 (which I did not release). |