![]() |
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
|
- smcnally75 - 2009-06-25 Nuno Wrote:Try to Map a Drive letter and dont use full UNCStill didn't work. It looks like it's being denied access when run as a batch for some reason. Here's a log of the first few movies. http://pastebin.com/m4fc62cd1 - nul7 - 2009-06-25 are your nfos marked as readonly? - smcnally75 - 2009-06-25 And in case you want the full log, here it is ![]() http://pastebin.com/m34eb0234 - smcnally75 - 2009-06-25 nul7 Wrote:are your nfos marked as readonly? They are not read only files. Keep in mind that Ember isn't being denied access when I do one movie at a time. - RKMFlorida - 2009-06-25 No one is getting irate with anyone. My point was simply that I've answered your questions and yet you've posted as if I hadn't answered them. If there is something else you'd like to know, please ask it explicitly, so that I can reply. I'm the one who, just a few posts above, suggested placing a PayPal link on the software so that I COULD donate. In response to your new request for the log -- I was originally avoiding posting the full version to save the thread the excess text, but in reply to your request, I'm happy to send this directly because it's too large for a forum post which I've now learned is 10,000 characters. I should also mention that this does not appear relevant to my issue, as this log is some time later. The logs may overwrite each other? If so this was just another attempt at switching to .AVI's in order to diagnose the problem. - smcnally75 - 2009-06-25 rusten, you can post your logs at pastebin (look at my above posts). The logs do overwrite each other but there is a backup log as well. - RKMFlorida - 2009-06-25 One more time, to reiterate to your recent replies.. The .NFO's are not read-only. It works with RIGHT-CLICK EXPLICIT, it works with "Missing NFO's" In light of both of these, we can deduce that this is not a network permissions issue, etc (however, I've still verified it to be safe). To give you an abbreviated log (again, remember that this must overwrite each prior execution, because this log does not pertain). Here are the errors on the most recent log: Thanks to Mcnally above, I've also posted here: http://pastebin.com/f42b1ff57 =========================================================================================== Title: Error Message: Input string was not in a correct format. StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Convert.ToInt32(String value) at Ember_Media_Manager.IMDB.Scraper.GetMovieInfo(String strID, Movie& IMDBMovie, Boolean FullCrew, Boolean FullCast, Boolean GetPoster, ScrapeOptions Options) Date/Time: 6/24/2009 6:34:46 AM =========================================================================================== Title: Error Message: This operation has already had OperationCompleted called on it and further calls are illegal. StackTrace: at System.ComponentModel.AsyncOperation.VerifyNotCompleted() at System.ComponentModel.AsyncOperation.Post(SendOrPostCallback d, Object arg) at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress, Object userState) at System.ComponentModel.BackgroundWorker.ReportProgress(Int32 percentProgress) at Ember_Media_Manager.IMDB.Scraper.GetMovieInfo(String strID, Movie& IMDBMovie, Boolean FullCrew, Boolean FullCast, Boolean GetPoster, ScrapeOptions Options) Date/Time: 6/24/2009 7:48:44 AM =========================================================================================== Each one repeats about 10 times. - RKMFlorida - 2009-06-25 Quote:there is a backup log as well After running several times, the only log I have is: errlog-old.txt -- which I posted. - nul7 - 2009-06-25 The string conversion error will cause it to not get info from IMDB... and is fixed for next release. The verifynotcompleted error will also cause it to not get info from IMDB, and is fixed for next release, as well, but these should also have been issues with the missing items and single scrapers. - flipped cracker - 2009-06-25 one feature i'd like to see it being able to go to the next movie in the list when in the movie editor. as it is now, i have to save all my changes and then open the next movie, but i'd like to be able to click a button that saves the changes and then goes opens the next movie in the list in the editor. - nul7 - 2009-06-25 ok, for anyone with the scraping problem, if you want to give a test build a try, please email me at jason.schnitzler [at] gmail.com with the version you use (x86 vs x64) and I'll send you one. - uncertainty - 2009-06-25 smcnally75 Wrote:Wow! Did Rusten pay for this software or something? He has NO CLUE what ALPHA means.....lol - rausch101 - 2009-06-25 nul7 Wrote:EDIT: @rausch101.... just wanted to make sure you saw my edit in the post above regarding caching: I tried Tools -> Clear All Caches and it still couldn't find the rest of the fanarts using Update Media -> Movies Missing Items -> Automatic -> Fanart Only. I then tried completely removing EMM and re-extracting the files. Still the same thing. Any logs I can post to help out, or any more ideas? Note again that this is happening with very popular movies that definitely have fanart (The Matrix, Star Wars, etc.) and that nfo's, posters and trailers all scrape fine. - nul7 - 2009-06-25 rausch101 Wrote:I tried Tools -> Clear All Caches and it still couldn't find the rest of the fanarts using Update Media -> Movies Missing Items -> Automatic -> Fanart Only. I then tried completely removing EMM and re-extracting the files. Still the same thing. Does the error log still have the same entries as before? EDIT: Also, if you edit one of these movies and try to scrape for new fanart from there, does it show up? EDIT2: I've made some changes that may fix this for you. If you want to try a test build and confirm, please email me at jason.schnitzler [at] gmail.com with which build you use (x86 vs x64) and I'll send it to you. - rausch101 - 2009-06-25 nul7 Wrote:Does the error log still have the same entries as before? Yep nul7 Wrote:EDIT: Also, if you edit one of these movies and try to scrape for new fanart from there, does it show up? It doesn't show up there for 80-90% of the movies. It does for a few and I am able to manually download the fanart that way. For the ones that it doesn't work for, I get the "Select Fanart" window popping up, but it's entirely blank with the exception of the "OK" and "Cancel" buttons: nul7 Wrote:EDIT2: I've made some changes that may fix this for you. If you want to try a test build and confirm, please email me at jason.schnitzler [at] gmail.com with which build you use (x86 vs x64) and I'll send it to you. Done |