![]() |
Ember Media Manager NFO/Poster/FanArt Manager for Movies (Open Source VB.NET) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195) +---- Thread: Ember Media Manager NFO/Poster/FanArt Manager for Movies (Open Source VB.NET) (/showthread.php?tid=50348) 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
|
- cheeky - 2009-07-15 Quick bug report: Using one movie per directory, if the movie's folder name contains a comma, then the "Open containing folder" action on the left context menu thinks that the folder name is the substring proceeding the comma. E.g. Folder name: Animatrix, The (2003) Error: The path 'The (2003)' does not exist or is not a directory Note that images, nfos and extrathumb dirs are all created ok. This open folder action must be using a different code path to get the folder location. - JustinAiken - 2009-07-15 Ah! That explains why some of my movies never scanned right! - olympia - 2009-07-15 cheeky Wrote:Quick bug report: Using one movie per directory, if the movie's folder name contains a comma, then the "Open containing folder" action on the left context menu thinks that the folder name is the substring proceeding the comma. Which version are you using? I cannot reproduce this on the latest SVN version, so if you are using some old one, the new release will solve your issue. And again, guys, please use the the link from our signature to report bugs/requests!!! - olympia - 2009-07-15 clock2113 Wrote:Ah! That explains why some of my movies never scanned right! This is nothing to do with directory scanning? What do you mean here? - JustinAiken - 2009-07-15 I mean some movies (like "Deuce Bigalow, Male Gigalo") were not showing up in EMM... - nul7 - 2009-07-15 mark007 Wrote:Very interesting. BUT, (with my limited knowledge, correct me if I am way off), but if you are downloading jpeg's from say imdb, I don't see any reason why your software should have to worry about quality at all. OK if you load a jpeg object into memory for viewing in the gui, and then save that jpeg object to disk, maybe you would need the quality setting, but if a user wants an exact copy, i would imagine you could change the behaivour to just dump exactly what was downloaded from the website as a file... just like a wget, instead of writing that image / gui object to disk. Yes, but just for ease of programming, everything was passed through the encoder. I'll re-work some stuff to be able to disable it. Cosmor Wrote:From V.730 have the German Mpaa Rating a error And the error would be ![]() ![]() ![]() mark007 Wrote:Ah cool. Maybe quality settings could be greyed out in the GUI, if no resizing is specified? Would this make things clearer? Unfortunately, that's as verbose as it gets. Those are the complete output of the errors. That's one reason why it makes it so difficult to fix image related errors sometimes because it doesn't tell you exactly what the error is. patkhoo Wrote:I agree.. If a user did not ask to resize the image, then it should be the exact raw file as downloaded from the net. The quality setting should only come into play if the user asked to resize all the fanart/posters etc.. Sizing != quality. What if I wanted the original size, but with reduced quality? ![]() cheeky Wrote:Quick bug report: Using one movie per directory, if the movie's folder name contains a comma, then the "Open containing folder" action on the left context menu thinks that the folder name is the substring proceeding the comma. Ah, yes, good catch. Reworked to fix this and to also highlight the selected movie (handy if you have all your movies in one folder). clock2113 Wrote:I mean some movies (like "Deuce Bigalow, Male Gigalo") were not showing up in EMM... They should still show up if there's a valid movie in the folder. Is the extension for the video file in that folder listed in your valid extensions list? The comma problem only affected "open containing folder" because of the way the path was being sent to explorer (without quotes around it). Explorer assumed the part after the comma was a second path to process. - Subzero199 - 2009-07-15 The latest release fixed the problem with not saving the data when changing movie, thank you. I now have a new problem. I cant search for posters for all movies at once, i have to do them one by one. It scans through all the files and just stops as if its done. - nul7 - 2009-07-15 Subzero199 Wrote:The latest release fixed the problem with not saving the data when changing movie, thank you. I now have a new problem. I cant search for posters for all movies at once, i have to do them one by one. It scans through all the files and just stops as if its done. Which multi-scraper are you using? - Subzero199 - 2009-07-15 nul7 Wrote:Which multi-scraper are you using? I dont really know what that means. All of them are enabled in "Settings>Scraper Images". And i tried all the options under "Scrape Media". Fan art still works but not posters. - nul7 - 2009-07-16 Subzero199 Wrote:I dont really know what that means. All of them are enabled in "Settings>Scraper Images". And i tried all the options under "Scrape Media". Fan art still works but not posters. What I mean is, are you using "All -> Auto -> All", or "Missing -> Ask -> Posters", or "New -> Auto -> Fanart", etc? - Subzero199 - 2009-07-16 nul7 Wrote:What I mean is, are you using "All -> Auto -> All", or "Missing -> Ask -> Posters", or "New -> Auto -> Fanart", etc? I tried most if not all of those. - Cosmor - 2009-07-16 I have make a Screen from the error ![]() show Mpaa Rating ![]() - Ram2000 - 2009-07-16 Ok i LOVE the look of this have used a few mm's before but none that looks anywhere near as clear and complete as this (apart from the tv option) Nul7 seems to be working on progressing this 24/7 and i can only say THANKYOU However I cannot for the life of me getting it working on any of my home Pcs I have two vista pc both fully updated and My Media PC witch is running win7 I get he same error on all three I cant help feeling I dont have all the programme ? i get Quote: CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll I have the latest net3.5 sp1 installed have downloaded both parts from the svn trolled through most of the pages in this MASSIVE thread. PLEASE I am sure its something simple like me any help anyone..... - nul7 - 2009-07-16 Subzero199 Wrote:I tried most if not all of those. Please enable error logging and see if an errlog is created. If so, please post it's contents. EDIT: I am having absolutely no problems downloading posters using a multi-scraper so I'm thinking this is either a mis-configuration or system problem on your part or there must be some particular setting (or combination of) that it is causing it.... just can't find it. Is anyone else having problems using a multi-scraper to download posters?? Cosmor Wrote:I have make a Screen from the error Ooops.... sorry about that. Fixed. Ram2000 Wrote:Ok i LOVE the look of this have used a few mm's before but none that looks anywhere near as clear and complete as this (apart from the tv option) What is the actual error? I need the "Exception Text" section from the top. ![]() - Ram2000 - 2009-07-16 Just off to bed but heres what it says... Quote:Unhandled exception has occurred in your application. If you click If i continue I can get into the application but what ever I press it brings up this error. thanks again for any advice. |