Artwork Downloader - 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: Artwork Downloader (/showthread.php?tid=114633) 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
RE: Artwork Downloader - jotosmurf - 2015-09-20 (2015-09-20, 13:32)Milhouse Wrote:(2015-09-20, 09:46)jotosmurf Wrote: Thank you. Where is the custom artwork being stored if you turn off that option? Wrongly worded. I just meant the extra artwork downloaded by Artwork Downloader :-). Ok that clears it up. I am planning to set up a MySQL instance. Where is the texture cache preserved? RE: Artwork Downloader - Milhouse - 2015-09-20 (2015-09-20, 18:14)jotosmurf Wrote: Where is the texture cache preserved? The texture cache is local on every client and comprised of a SQLite database (Textures13.db) and the Thumbnails folder. RE: Artwork Downloader - deh2k7 - 2015-09-30 (2015-08-24, 08:27)rmrector Wrote: If I get some more time I want to expand on Martijn's work in 'master' on changing filenames to the same naming system that Kodi exports to, '<art_type>.jpg' for TV shows and '<media_filename>-<art_type>.jpg' for movies (and probably music videos), as that will allow for some great simplifications in the code, and I'll easily be able to set it up to add thumb# or any other artwork type you may want to specify with a local file to the artwork DB automatically. Hi rmrector, Thanks for your work on exapanding the addon! Just wanted to check in specifically on the progress on filenames. It's a bit confusing right now if you try to export directly from Kodi, or use a solution like Ember to manage artworks as AD adheres to a different standard than Kodi currently specifies for the file names. This will be a big improvement in the addon and ensure consistency moving forward. RE: Artwork Downloader - rmrector - 2015-09-30 (2015-09-30, 04:33)deh2k7 Wrote: Hi rmrector, @deh2k7 Martijn and I are working to get a handful of new changes into a new version of AD, and it will include that change, save local artwork with filenames that match the Kodi standard. No ETA, but it is on its way, barring any sort of catastrophe. RE: Artwork Downloader - vbat99 - 2015-10-01 Sounds awesome. Will the saving of local artwork naming convention be selectable? Or will AD be backwards compatible with earlier naming convention? Cheers, looking forward to the new version...when available. RE: Artwork Downloader - deh2k7 - 2015-10-01 (2015-09-30, 20:33)rmrector Wrote:(2015-09-30, 04:33)deh2k7 Wrote: Hi rmrector, Great news! Thanks for your hard work. RE: Artwork Downloader - rmrector - 2015-10-01 (2015-10-01, 02:10)vbat99 Wrote: Sounds awesome. Will the saving of local artwork naming convention be selectable? If using local files, it will likely rename most images with old names to the Kodi naming convention if it doesn't already exist. Applications built with Kodi in mind should already be using those filenames, and I don't expect a major clash with other applications. Multi fanart / extrafanart will probably end up in limbo for awhile, where local files are still stored in the 'extrafanart' sub-directory, rather than fanart1.jpg / <filename>-fanart1.jpg and so on that would match the new scheme. This allows skins to continue using the classic 'extrafanart' for a transition period. Extrathumbs filenames are unlikely to change. RE: Artwork Downloader - smilenkovski - 2015-10-03 Thank You for the plugin. I receive this error : 14:26:00 T:4916 NOTICE: Artwork Downloader: ######## Artwork Downloader: Initializing............................... 14:26:00 T:4916 NOTICE: Artwork Downloader: ## Add-on Name = Artwork Downloader 14:26:00 T:4916 NOTICE: Artwork Downloader: ## Version = 12.0.29 14:29:47 T:12108 NOTICE: Thread JobWorker start, auto delete: true 14:36:14 T:4916 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.UnicodeEncodeError'> Error Contents: 'ascii' codec can't encode character u'\xea' in position 78: ordinal not in range(128) Traceback (most recent call last): File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.artwork.downloader\default.py", line 823, in <module> Main() File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.artwork.downloader\default.py", line 140, in __init__ self.download_artwork(mediaList, providers['movie_providers']) File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.artwork.downloader\default.py", line 358, in download_artwork temp_image_list = self.provider.get_image_list(currentmedia['id']) File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.artwork.downloader\lib\provider\tmdb.py", line 48, in get_image_list data = get_data(API_URL%(media_id, API_KEY), 'json') File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.artwork.downloader\lib\utils.py", line 143, in get_data result = cache.cacheFunction(get_data_new, url, data_type) File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib\StorageServer.py", line 551, in cacheFunction name = self._generateKey(funct, *args) File "C:\Users\saso\AppData\Roaming\Kodi\addons\script.common.plugin.cache\lib\StorageServer.py", line 508, in _generateKey keyhash.update(str(params)) UnicodeEncodeError: 'ascii' codec can't encode character u'\xea' in position 78: ordinal not in range(128) -->End of Python script error report<-- 14:39:49 T:9260 NOTICE: Thread JobWorker start, auto delete: true But I can't find which file is causing the error. RE: Artwork Downloader - Citizen K - 2015-10-04 Hi can anyone help me please. i am using the aeon mq5 isengard skin and downloaded all of the available artwork for my movies as per artwork downloader. All the art is downloaded in the same folder as my movies. It has added a bunch of 'posters.jpg's' (the blu ray covers) and I prefer the original ones. Even if I right click a movie and go to artwork gui and manually choose a new poster it doesnt apply, although l checked in my movie library and the file has changed to a new poster.jpg (the one I want). It just doesnt seem to apply within kodi itself, some sort of cache problem? As there are a number of ones I want to change whats the best way to wipe everything and start over ? The posters were all fine before I did the arrtwork downloader scrape and I wanted to go back to that and use artwork downloader just for the other artworks eg disc art. thanks for any help. Artwork Downloader - Cinephile - 2015-10-17 Got exactly the same issue as you, Citizen. The way it works for me is to move the image file you want to use to the extra fanart folder. Select it again from there and it'll work. RE: Artwork Downloader - raspdealer - 2015-10-18 Hey there, I've activated the Centralize option, to avoid the download on my shows folder, and to get all artwork in the same spot. My USB is now full of pictures, but the addon still continue to create extrafanart folder and to fill it... Why? and what is the "Use local files" options ? Thanks for your help. RE: Artwork Downloader - rickyman - 2015-10-22 how do i change the movie logo? RE: Artwork Downloader - marhutchy - 2015-10-22 (2015-10-22, 13:51)rickyman Wrote: how do i change the movie logo? Are you saying that you have a movie's logo in your library, but you recently changed said logo and it won't reflect the change in your library? RE: Artwork Downloader - rickyman - 2015-10-22 yes. how do i do that? where do i setup the pic for the movies if i want all the pics in one folder? RE: Artwork Downloader - marhutchy - 2015-10-22 Firstly, in case you're not aware, artworks (logo, fanart, clearart, poster, character, banner, etc) should be located in the movie's/TV show's respective folder. For instance, below are the paths to the movie The Dark Knight and it's artworks: Code: ...Movies All of the movie's artworks are in its folder. Unless you're referring to having all the artworks in one folder, whereby you have moviename-poster.jpg, moviename-logo.png, etc. If that's the case I can't help. --------------- When the movie/TV show is scraped into your Kodi library, Kodi will detect the poster and fanart (don't remember if it caches the logo and banner as well). Then this is where Artwork Downloader comes into play. It loads the extra artwork into your Kodi library. I remember having this same issue as you, where I would change a particular artwork, but it doesn't change in Kodi. What causes this is caching. The old artwork is still cached in Kodi, so you won't see the change immediately. The solution is to re-cache the artwork. I was told once that the new artwork would eventually show up after a few hours. I didn't wait for that, so I don't know if it works. What I use is Milhouse's Texture Cache Maintenance tool. You would have to download it and Python, and use the command line to re-cache the image. It's a great tool to familiarize yourself with because it can clean your thumbnails folder when it starts to consume too much hard drive space. |