![]() |
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
|
- themugger - 2009-06-18 guys forgive me for being a VB noob but when trying to build the project i get the Warning Quote:Could not resolve this reference. Could not locate teh assembly "System.Data.SQLite"appreciate any help, thanks - Nuno - 2009-06-18 themugger Wrote:guys forgive me for being a VB noob but when trying to build the project i get the Warning appreciate any help, thanks Goto Project->EmberMedia Manager Properties -> References Remove the current reference to "System.Data.SQLite" Add it aain.. and is working Note: VS save the references full path in Solution.. so the no system references usualy have to be add again! - themugger - 2009-06-18 Nuno Wrote:Goto Project->EmberMedia Manager Properties -> References thanks Nuno, that seemed to get rid of that error but i still have a bunch of "Type 'SQLite.SQliteconnection' is not defined" and similar. could you let us know how to fix these errors please, thanks! ![]() - Nuno - 2009-06-18 themugger Wrote:thanks Nuno, that seemed to get rid of that error but i still have a bunch of "Type 'SQLite.SQliteconnection' is not defined" and similar. could you let us know how to fix these errors please, thanks! In same place try to check System.Data.SQLite in Imported namespaces Also make sure you have in references and in imported namespaces the "system.data" (just put in imported namespaeces: VS should put it in refreneces) YAMJ compatability problem - grmn - 2009-06-18 Hi there! First of all thanks for the great program, I'm starting to really like it. There is one big issue though concerning YAMJ-compatability: I use EMM for downloading all posters and fanart. YAMJ should then recognize the image files in the movie folders and use those instead of scraping for new ones. Unfortunately, if the values <thumbs> and <fanart> are specified in the xml file, YAMJ does not use the ones from the harddrive, but instead scrapes some image from the internet. Kind of destroys the whole idea of it ![]() So I think there should be an option for YAMJ users to either not specify these tags or to use file:// for local resources instead of the URL as described in the YAMJ wiki (http://code.google.com/p/moviejukebox/wiki/NFO_Files). Any chance this could be implemented in the near future? Or maybe there already exists a work-around? greets, grmn - nul7 - 2009-06-18 bidossessi Wrote:fanart (or any image) scraping fails for me. the window remains blank. Is an error log created (in Logs folder)? andyblac Wrote:just deleted all my NFO's and re-run through EMM (with the option still turned off) now i have NO studio tag at all, only a studioreal tag but XBMC does not see that tag. Fixed the no studio problem for next release. For the cert problem, does the scraped movie have a UK certificatioin? If not, it falls back to US. themugger Wrote:thanks Nuno, that seemed to get rid of that error but i still have a bunch of "Type 'SQLite.SQliteconnection' is not defined" and similar. could you let us know how to fix these errors please, thanks! Did you re-add the reference to System.Data.SQLite.dll (pointing to the dll on your system), as Nuno mentioned? grmn Wrote:Hi there! So if the <thumbs> and <fanart> were left blank it would read the local files or does a "file://" entry HAVE to be there? - indy5 - 2009-06-18 Will there be any kind of nfo cleanup routine for the studio field, or should we just delete all of our .nfos are re-scrape? Thanks for all the great work! - nul7 - 2009-06-18 indy5 Wrote:Will there be any kind of nfo cleanup routine for the studio field, or should we just delete all of our .nfos are re-scrape? Yes, the next release will include a studio clean up tool. - grmn - 2009-06-18 nul7 Wrote:So if the <thumbs> and <fanart> were left blank it would read the local files or does a "file://" entry HAVE to be there? It works fine if they are undefined or blank.. greetings, grmn - diemos - 2009-06-18 Nul7, I am sorry if this has been asked before - only been following the last 30 pages - but I know you've said you are planning to start working on TV section and you are planning to get multiple scrapers working, so I was wondering. Are you going to start on TV section first or Different language scrapers first (like kinopoisk)? I love the progress of this program, its really unbelievable. Just wondering what will come first, and when ![]() Thank you. - Ayla - 2009-06-18 nul7, Sorry for buggin' m8 ![]() Any ETA on the next release with native media flagging and trailers? /hides in shame - andyblac - 2009-06-18 nul7 Wrote:For the cert problem, does the scraped movie have a UK certificatioin? If not, it falls back to US. there was no UK certification and EMM did fall back to US, but it fell back to the MPAA tag in imdb not the US certification. i.e. the film "AWAKE" (tt0211933) does not have a UK certification so EMM put "Rated R for language, an intense disturbing situation, and brief drug use." in the mpaa tag field. but i think it should use the US certification tag imdb which is "USA:R" for this film. because i have the option "use Certification for MPAA" turn on. does that make sense? Andy. - nul7 - 2009-06-19 grmn Wrote:It works fine if they are undefined or blank.. Ok, I'll make it optional to save those then. diemos Wrote:Nul7, I am sorry if this has been asked before - only been following the last 30 pages - but I know you've said you are planning to start working on TV section and you are planning to get multiple scrapers working, so I was wondering. Are you going to start on TV section first or Different language scrapers first (like kinopoisk)? Hmmm... not quite sure. Probably supporting multiple scrapers, but that's just a guess at this point. Ayla Wrote:nul7, Next release is probably a couple days away at least. andyblac Wrote:there was no UK certification and EMM did fall back to US, but it fell back to the MPAA tag in imdb not the US certification. Hmm... yes, makes sense. As it is now, it is coded to fall back to the MPAA rating, simply because that's what is used to create the rating images for USA in Ember and, if I'm not mistaken, most skins. - grmn - 2009-06-19 nul7 Wrote:Ok, I'll make it optional to save those then. great, thanks for the effort. hope it makes it into the next release ![]() ![]() - andyblac - 2009-06-19 nul7 Wrote:Hmm... yes, makes sense. As it is now, it is coded to fall back to the MPAA rating, simply because that's what is used to create the rating images for USA in Ember and, if I'm not mistaken, most skins. but could you make it only do that if you do not have the option "use certification for MPAA" turn on ? |