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
|
- idioteque - 2009-05-15 Batemann Wrote:I feel VERY stupid. I have the same thing pressing the auto function does nothing for me either - Batemann - 2009-05-15 HexusOdy Wrote:Well you choose Full Auto it should start checking through your media and you will see a progress bar at the bottom. If not it isn't working. Hi, Thanks, I started doubting myself. Can confirm: doesn't work. Both the x64 and x86 do not work (here). EDIT: OK... Just asked my wife to fix it.... Everything is working. Had something to do with RTFM.... (dot-net...) - nul7 - 2009-05-15 clackerdacker Wrote:Structured like this Thanks... I'll try to figure out something with the video_ts folders. If you don't mind, could you add a feature request to the google code page so I don't forget? I'm beginning work on "locking" items for scraping now. idioteque Wrote:maybe it is me but with windows 7 7068 Ember does not scrape anything. 2 things... make sure you have .NET 3.5 installed, and there is a bug in r10 with the certifications. Uncheck the box to use certifications until the next version is out. pmontanari Wrote:Here is a better explanation of the forder structure that causes troubles : Wait... wait... wait... I think I've been misunderstanding you... by "doesn't work" do you mean it's not in the list? I don't have any code in the program to look into subfolders for more movies. I suppose that's feasible... please add a feature request to the google code page. Batemann Wrote:I feel VERY stupid. Please make sure you have .NET 3.5 installed and you're not using certification language in the settings (until next version). HexusOdy Wrote:Well you choose Full Auto it should start checking through your media and you will see a progress bar at the bottom. If not it isn't working. Yep... certification language. *sigh* I can never do anything right. lol Reginald Wrote:nul7, thank you for creating this, it is well put together and smooth interface. I can't wait to see what you do with the TV section. How do you mean "skip" a file type? Not load it in the list? Put in a feature request for "Custom Movie File Types" on the google code page and I'll work on it. Batemann Wrote:Hi, lol Maybe one day when everything is working I'll create a proper setup file that bundles .NET 3.5 framework so that won't be an issue any more. Should I make the note bigger on the first post? - pmontanari - 2009-05-15 nul7 Wrote:Wait... wait... wait... I think I've been misunderstanding you... by "doesn't work" do you mean it's not in the list? I don't have any code in the program to look into subfolders for more movies. I suppose that's feasible... please add a feature request to the google code page. Sorry, by "doesn't work" I mean it stops loading the remaining movies the "media search" function just found. Actually, the media counter displays the exact number of movies (115= number of folders), but the program stops loading the remaining movies when encountering the "subfolder" structure... To reproduce this error, just take a folder whith all medias inside (nfo, fanart, movie and poster). Create a subfolder inside this folder and put all the files inside.... After a new scan, you will see what happens... - nul7 - 2009-05-15 pmontanari Wrote:Sorry, by "doesn't work" I mean it stops loading the remaining movies the "media search" function just found. Well, either it's fixed in the new version or I'm still not understanding. lol I can't reproduce this at all. I have a folder type source with 575 movies in it. I went into one of the folders, created a new subfolder (I tried with the same name as the parent folder and with a different name), and copied everything from the parent folder into the subfolder (also tried moving the files.... copy them into the subfolder, then delete the originals). All my movies are still loaded. EDIT: Just to clarify, by "new version" I mean the one that I will release later today. - clackerdacker - 2009-05-15 nul7 Wrote:Thanks... I'll try to figure out something with the video_ts folders. If you don't mind, could you add a feature request to the google code page so I don't forget? No prob. I can do the codig for you if you"d like some help? Been a C# programmer for 6 years and progamming as a living since '85 - nul7 - 2009-05-15 r29 is in the first post. The first time you run it, you'll need to go to Settings->Movies to set which file types you want to use. clackerdacker Wrote:No prob. I can do the codig for you if you"d like some help? Been a C# programmer for 6 years and progamming as a living since '85 Any help would be appreciated. I'm coding this in VB.net (if you hadn't noticed already) so should be no problem to "translate". - nul7 - 2009-05-16 I'm hoping in this case no news is good news. lol Nobody has anything to say about r29? Or am I just being impatient? :p - indy5 - 2009-05-16 nul7 Wrote:I'm hoping in this case no news is good news. lol Nobody has anything to say about r29? Or am I just being impatient? :p I'm having some trouble selecting posters. I have no problem clicking on Edit Movie...Poster tab...scraping the images, but when I click on one to select it and press OK, nothing happens. I just have a gray poster tab. Here's my error log Title: Error Message: Could not find file 'D:\EMM_r29_x86\Temp\poster.jpg'. StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.GetAttributes(String path) at Ember_Media_Manager.Images.Save(String sPath) Date/Time: 5/15/2009 7:35:09 PM =========================================================================================== Title: Error Message: Could not find file 'D:\EMM_r29_x86\Temp\poster.jpg'. StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at Ember_Media_Manager.Images.FromFile(String sPath) Date/Time: 5/15/2009 7:35:09 PM =========================================================================================== Title: Error Message: Object reference not set to an instance of an object. StackTrace: at Ember_Media_Manager.dlgEditMovie.btnSetPosterScrape_Click(Object sender, EventArgs e) Date/Time: 5/15/2009 7:35:09 PM =========================================================================================== - nul7 - 2009-05-16 indy5 Wrote:I'm having some trouble selecting posters. I have no problem clicking on Edit Movie...Poster tab...scraping the images, but when I click on one to select it and press OK, nothing happens. I just have a gray poster tab. Damn... that was dumb. lol Sorry, I'll have a fix in about half an hour. *sigh* - nul7 - 2009-05-16 Uploading the new version now.... but taking forever because I also have a few torrents running. - nul7 - 2009-05-16 r31 is available in the first post. Sorry about releasing another version so quickly after the last, but due to the nature of the bug, I felt it was important to update asap. Hope you all understand. Thanks, indy5, for pointing out the bug. - indy5 - 2009-05-16 nul7 Wrote:r31 is available in the first post. Sorry about releasing another version so quickly after the last, but due to the nature of the bug, I felt it was important to update asap. Hope you all understand. Thanks, indy5, for pointing out the bug. The poster scraping is now working fine. I am having trouble creating new nfos however. It's able to scan and pull up all the info from IMDB, but it never saves the .nfo file. Here's my log Title: Error Message: Could not find file 'S:\Total Recall (1990)\movie.nfo'. StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.GetAttributes(String path) at Ember_Media_Manager.Master.SaveMovieToNFO(Movie movieToSave, String sPath, Boolean isFile) Date/Time: 5/15/2009 9:20:52 PM - nul7 - 2009-05-16 indy5 Wrote:The poster scraping is now working fine. I am having trouble creating new nfos however. It's able to scan and pull up all the info from IMDB, but it never saves the .nfo file. Damnit... same problem. lol It all comes from the rewrite to allow for selection of filenaming schemes. Then at the last moment I decided to throw in code to see if the file was readonly, but forgot about the fact that, hey, idiot, the file might not even exist yet. *slaps forehead* I'll have a new version up in a bit (probably an hour or so). - nul7 - 2009-05-16 Uploading the new version now, but will take a while due to the torrents. |