![]() |
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
|
- diemos - 2010-04-30 You guys are amazing! I feel not too many people have such dedication and consistency (with anything) as you guys with emm. I love the program and really appreciate all your efforts and hard work. I hope everyone will donate to support you and much bigger things will come from this, because this program truly stands out from the rest. Thank you. - steve1977 - 2010-04-30 steve1977 Wrote:Unfortunately, another prob came up with multi-part movies. It used to work in prior versions, but stopped working now: Any thoughts? - isamu.dragon - 2010-04-30 noticed that thetvdb scrapper no longer works Quote:Title: ErrorThe Above is my Error log. Problem only started after update to 1.2 - Feanorean - 2010-04-30 Same here - otherwise brilliant though! - Nuno - 2010-04-30 isamu.dragon Wrote:noticed that thetvdb scrapper no longer works For those that have issue with csharp dll Delete dll... run setup -recover (or do a clean install) - bob_loblaw - 2010-04-30 I figured I'd update for the "Remove need for administrative rights under UAC policy" change, so updated using the installer which downloaded the files as normal. When running as a regular user, I get the "Could not load file or assembly 'ICSharpCode.SharpZipLib'" error as noted above. I closed and reopened Ember and received an error message telling me I couldn't access errlog-old.txt I renamed ICSharpCode.SharpZipLib.dll to ICSharpCode.SharpZipLib.dll.old and re-ran Ember. Same problem, same error message. From the message I'm not surprised. No new ICSharpCode.SharpZipLib.dll was created. I ran with the -recover switch (first as a regular user, which ran with nothing onscreen, then closed, then as administrator which did the same but at least with the splash screen). Running now as user or administrator still has the same problem. So, I deleted the whole Ember directory and did a fresh install, downloading all the files for the second time. Now, I get a "The type intializer for 'EmberAPI.Master' threw an exception." error whether I run as administrator or not, and using the -recover switch doesn't make any difference. So, I deleted the whole directory again and did a second fresh install (incidentally, this is why I loathe downloadable-only installers -- why should I download the software three times when once will do?). Again the "The type intializer for 'EmberAPI.Master' threw an exception." appears. So now I have no Ember Media Manager. If I could download a standalone build of each version at least I could download 1.1 and have it work. The word "error" does not appear anywhere in the install.log. The only error I now have in the profile directory is this: Quote:DefaultSource Critical 3 The type initializer for 'EmberAPI.Master' threw an exception. Unhandled Exception. I'm on Windows 7 Ultimate 64-bit. - Sylus - 2010-04-30 Well I cannot even load EMM 1.2. Always get the error message EmberMedia.Master could not be initialised. Did an update from 1.1 and a clean install directly to 1.2. Using win7 64 bit UAC disabled. - olympia - 2010-04-30 Confirmed! x64 version is broken! We can hopefully fix it soon! - Nuno - 2010-04-30 Sylus Wrote:Well I cannot even load EMM 1.2. Always get the error message EmberMedia.Master could not be initialised. Did an update from 1.1 and a clean install directly to 1.2. Using win7 64 bit UAC disabled. PLEASE NOTE Setup still ask for UAC privileges. But Ember itself don't So for now on, privileges to the folder where ember is installed need to be correct for the user running ember. Also note, even with the UAC disabled, privileges to files need to be correct - MrDVD - 2010-04-30 olympia Wrote:Confirmed! x64 version is broken! On x64 the setup load the 32 bit System.Data.SQLite.dll thats why you have this API error on start. I replaced it with an 64bit an now i can start EMM. - olympia - 2010-04-30 MrDVD Wrote:On x64 the setup load the 32 bit System.Data.SQLite.dll thats why you have this API error on start. I replaced it with an 64bit an now i can start EMM. Fixed, just run "EmberSetup.exe -recover" to fix it. - MrDVD - 2010-04-30 Hallo, i downloaded under "Download Addons" this "Ember XML Scraper (AnyCPU)" but after an restart of EMM i didnt see it under Modules. (but the modules are on my hdd under Module) Is this correct ? Edit: with an homemade compile of 2187 all the modules are here again. - Walhalla - 2010-04-30 i just tried the new version after months of doing nothing and i have to say that you guys did a great job on EMM. Thank you very much Nuno, Jason, Olympia and the rest of the team for all you hard work on this project ![]() Is there any guide for the xml scraper? I had the same problem as MrDVD and compiled the build by myself from svn, but i cant get the XBMC xml scrapers to work. I copied the .xml and .png files to Modules\scraper.EmberCore.XML\ and activated them in EMM, but it doesnt scrape anything from example Tottentomatoes and Moviemaze. - olympia - 2010-04-30 Hmmmm... what OS are you runnnig guys? I cannot reproduc this, at least on x86 at the moment. XML scraper works out of the box by downloading from the addons manager. - olympia - 2010-04-30 Walhalla Wrote:i just tried the new version after months of doing nothing and i have to say that you guys did a great job on EMM. For most of the scrapers, you also need to copy the common folder also. |