![]() |
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
|
- nul7 - 2009-07-17 Tolriq Wrote:The $O was for Original Title :p (it was asked on google but i didn't move to the new site need to motivate to use a 123213123 account :p Try the newest SVN and see if you still get an error... if so, post the new one. EDIT for your EDIT: It's ID 163. - Tolriq - 2009-07-17 Title: Error Message: Tentative de chargement d'un programme de format incorrect. (Exception de HRESULT : 0x8007000B) StackTrace: à Ember_Media_Manager.MediaInfo.MediaInfo_New() à Ember_Media_Manager.MediaInfo.ScanMI(String sPath) Date/Time: 17/07/2009 22:27:07 =========================================================================================== The same ![]() Multiples edit and new post make the discution strange to follow ![]() Edit for your edit of my edit : the missing text is the title column inside the dialog ![]() - nul7 - 2009-07-17 Tolriq Wrote:Title: Error Fixed the title problem in SVN. For the scanning.... can you play the mkv? Maybe it's corrupt? EDIT: Wait... it's giving you the error on MediaInfo_New... not on open. Are you using the proper version of the dll? - Tolriq - 2009-07-17 Yes i can play them the scanning was working with previous releases. But in fact the last SVN break all i got the Title: Error Message: Tentative de chargement d'un programme de format incorrect. (Exception de HRESULT : 0x8007000B) StackTrace: à Ember_Media_Manager.MediaInfo.MediaInfo_New() à Ember_Media_Manager.MediaInfo.ScanMI(String sPath) Date/Time: 17/07/2009 22:37:21 =========================================================================================== on all films i tried to restore the mediainfo.dll from the extra pack but same things - nul7 - 2009-07-17 Tolriq Wrote:Yes i can play them the scanning was working with previous releases. I think you're using the wrong dll. EDIT: Here are the links to the SVN versions: x64 Only: http://code.google.com/p/embermediamanager/source/browse/trunk/Release%20Files/x64/Bin/MediaInfo.dll x86 Only: http://code.google.com/p/embermediamanager/source/browse/trunk/Release%20Files/x86/Bin/MediaInfo.dll Make sure you're putting the proper one in the \Bin folder inside your Ember directory. - RockDawg - 2009-07-17 RockDawg Wrote:I tried that with r735 and I can't get any nfo's or images. Like a couple other posts mention, I think it's broken. I reverted back to r723 and used the settings you say, and it works, but when I remove .ifo from the valid extension list, the nfo Ember creates is named VTS_01_1.nfo not VIDEO_TS.nfo. Any input on how to get this working? - Tolriq - 2009-07-17 Ok i deleted the errorlog reboot check and recheck the dll it"s the x86 from the svn. Still not working but in fact no error log even with a debug build there's no error. the Me.Handle = MediaInfo_New() seems to works return a good handle. No error on the open. but every count for streams return 0 - touf99 - 2009-07-17 nul7 Wrote:The renamer just reads from the database on load, so if there are movies in the main list, they should also be listing in the renamer. Please enable error logging and try again. If an error log is created, please post its contents. there is my log error Title: Error Message: La référence d'objet n'est pas définie à une instance d'un objet. StackTrace: à Ember_Media_Manager.dlgBulkRenamer.bwLoadInfo_DoWork(Object sender, DoWorkEventArgs e) Date/Time: 17/07/2009 22:55:53 - nul7 - 2009-07-17 RockDawg Wrote:Any input on how to get this working? You can remove .ifo from the valid extensions list, then set "Skip files smaller than" to something like 100 mb (you may have to experiment with this slightly).... that way it will skip over the smaller vobs. Remove and re-add the source you have to clear out the database. Unless you have folders with a bunch of movies in them, you can uncheck "Automatically detect video_ts" and enable "Detect only one movie" for the source. You can leave both enabled, but it just makes the scanner a little bit faster. Enable "Use folder name for initial listing" for the source. That should detect all your movies properly with your particular folder structure. Keep in mind though, that there is a problem with the scraper in the last test build or two that caused the scrapers to act erratically (sometimes working... sometimes not... due to transaction collisions with the db). Tolriq Wrote:Ok i deleted the errorlog reboot check and recheck the dll it"s the x86 from the svn. Try deleting the dll you currently have in the bin folder and re-download the one from the link above. - nul7 - 2009-07-17 touf99 Wrote:there is my log error Are you still using r656? - Tolriq - 2009-07-17 Quote:Try deleting the dll you currently have in the bin folder and re-download the one from the link above.Done and redone ![]() My edit : even with a debug build there's no error. the Me.Handle = MediaInfo_New() seems to works return a good handle. No error on the open. but every count for streams return 0 No exception thrown ![]() - mcborzu - 2009-07-18 I think what was or is causing my slowness problem is something must be up with themoviedb.org....I just tried in Opera, Firefox, and IE and the sight won't load. Plus I only had that site checked as where to grab images from. I just tested by unchecking themoviedb.org and checking the others and it scanned 2 movies in seconds. **ugh just tried a proxy and themoviedb.org worked, now I gotta track down why I can't view it - touf99 - 2009-07-18 nul7 Wrote:Are you still using r656? no i am on r735 the Last - RockDawg - 2009-07-18 nul7 Wrote:You can remove .ifo from the valid extensions list, then set "Skip files smaller than" to something like 100 mb (you may have to experiment with this slightly).... that way it will skip over the smaller vobs. That didn't work either. File path still shows VTS_01_1.VOB and the nfo created is named VTS_01_1.nfo. Also, Ember doesn't show a checkmark under the nfo column for any of the movies that already had nfo's, but I assume that's because they are named VIDEO_TS.nfo and it's looking for VTS_01_1. Oddly though, when I select one of those movies Ember shows information for it. I'm confused on the purpose of skipping the small vobs. I thought Ember would find the VIDEO_TS.ifo file. Regardless, most movies consist of multiple 1GB vobs and 1 smaller one. Why does the small one need to be ignored? - nul7 - 2009-07-18 RockDawg Wrote:That didn't work either. File path still shows VTS_01_1.VOB and the nfo created is named VTS_01_1.nfo. Also, Ember doesn't show a checkmark under the nfo column for any of the movies that already had nfo's, but I assume that's because they are named VIDEO_TS.nfo and it's looking for VTS_01_1. Oddly though, when I select one of those movies Ember shows information for it. Changed the way "automatically detect video_ts" works for next release. Give it a try and let me know if it works how you expect it to. I'll probably make the release in 5-8 hours. |