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
|
- mark007 - 2009-06-11 Using fresh install of r282 and extras 07, none of my movies show up as having extrathumbs in the checkboxes on the movies list, even though some have as many as 20 extrathumbs. Rescan of media doesn't change this. Also testing my "V for vendetta" problem with getting all hq fanart doesn't seem to have changed, but exiting from the "Choose local fanart" and then the "Edit Movie" area after the problem, I got a big error message, details below. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.IOException: The process cannot access the file 'thumb8.jpg' because it is being used by another process. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) at Ember_Media_Manager.dlgEditMovie.Cancel_Button_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Ember Media Manager Assembly Version: 0.0.0.282 Win32 Version: 0.0.0.282 CodeBase: file:///C:/Users/Mark%20Kennedy/Downloads/EMM_r282_exeonly_x86/Ember%20Media%20Manager.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.61.0 Win32 Version: 1.0.61.0 CodeBase: file:///C:/Users/Mark%20Kennedy/Downloads/EMM_r282_exeonly_x86/System.Data.SQLite.DLL ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.4918 built by: NetFXw7 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- zj7xp7i6 Assembly Version: 0.0.0.282 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Xml.Linq Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.4918 built by: NetFXw7 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- 0xy76yww Assembly Version: 0.0.0.282 Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. - ClayM - 2009-06-11 Hey just grabbed the newest version and the sets support is pretty awesome. The only other thing I would want it to do would be to specify a poster other than the first title in the set ("Set_SetName_1.jpg"). But that's really unimportant. Well done sir! - tknice1 - 2009-06-11 Awesome work man! Loving your program. The latest version may have introduced a bug on the Extra Thumbs tab. No matter which one I select to delete, it always erases the first one in the list. Sorry if this was already reported, I did read through the last few days. Tom - nul7 - 2009-06-11 mark007 Wrote:Using fresh install of r282 and extras 07, none of my movies show up as having extrathumbs in the checkboxes on the movies list, even though some have as many as 20 extrathumbs. Rescan of media doesn't change this. Fixed for next release. Accidentally used pathseparator instead of directoryseparatorchar. mark007 Wrote:Also testing my "V for vendetta" problem with getting all hq fanart doesn't seem to have changed, but exiting from the "Choose local fanart" and then the "Edit Movie" area after the problem, I got a big error message, details below. Forgot about the "V for Vendetta" problem.... which is why I always ask people to add the issues to the google code page. lol If you add it there, I won't forget about it. ClayM Wrote:Hey just grabbed the newest version and the sets support is pretty awesome. Thanks... didn't even know you could do that. Guess I'll have to read over their wiki a little better. tknice1 Wrote:Awesome work man! Loving your program. Sorry about that. I modified the code to where you can select multiple thumbs and delete them all, but I forgot one little thing with the indexing. Anyway, fixed for next release. Little bug... - Beatzeps08 - 2009-06-11 if you have pressed "^" to show up the movie informations, the button gets deactivated. But if you switch for example between "and" and "or" (radio-buttons on the right) this "^"-button is getting activated again and if you press it the movie informations are flying out of the frame...you understand?^^ By the way...this is definetly the best movie-nfo-scraping program available...thank you. (When is the TV-Show feature coming?) Cheers, MSP PS: if you have some interest in some graphics, for example a new splash screen, just message me... - nul7 - 2009-06-11 Beatzeps08 Wrote:if you have pressed "^" to show up the movie informations, the button gets deactivated. But if you switch for example between "and" and "or" (radio-buttons on the right) this "^"-button is getting activated again and if you press it the movie informations are flying out of the frame...you understand?^^ Thanks... I'll play with that to get the enable/disable right. We could always use some new graphics (obviously I suck at them lol) EDIT: Fixed for next release - m.savazzi - 2009-06-11 nul7 Wrote:r282 nul7 the update does not work anymore for me. I've downoaded latest version and associated files. I've cancelled all data and reset to clean folders for the test but when do an update media All movies... it starts and ends in less than a second... is there any log I can check? I've updated in my folder the EMM files, is that correct? Second issue: it always locks to the first movie... even if I click on other movies or try tro scrape another: - Joppe - 2009-06-11 Been using EEM for a few weeks now and got to say I like it a lot more than the other media managers. More intuitive and easy to use. So keep up the fantastic work. Now to some bug reporting and feature requests. Bugs In r282 the checkmark column for extrathumbs stopped working for me. The greyed out OK button for the poster selection window has already been mentioned I think. I've had problems upgrading on one computer but the same version (r282) works perfect on others. The problem computer doesn't scan the media on startup and if I press scan it will scan the folders and I can see the folders in the status bar but then the list will come up empty every time. Tried to delete the database and re-download all the files on that computer but I've had to fall back on an older release that works. Feature request Scraper: Trailers from Apple trailers. Don't know ho feasible this would be but for now I use FF with a greasemonkey script to grab trailers. Scraper: Scrape subtitles. In Sweden we have 2-3 major subtitle sites. Is this of some interest to you? Have you thought about an API for additional scrapers? (Haven't had a look at the source code yet ) As for icons and graphics you can always check out Silk icons and an extension to that set. Rather nice looking 16x16 icons for column headings and small arrows and such. Thanks for all you hard work. EMM together with Aeon have gotten me more exited about XBMC than I've been in years. - nul7 - 2009-06-11 mfsav2 Wrote:nul7 the update does not work anymore for me. Which updater?? There are 11 different "All Movies" updaters. Depending on which one you pick and what your settings are, that may be normal. For instance, if you don't have any image servers selected in settings, but try a "Posters Only" or "Fanart Only" updater it won't do anything...... or if you have overwrite posters disabled and have posters for all movies, then try a "Posters Only" updater it won't do anything. mfsav2 Wrote:I've updated in my folder the EMM files, is that correct? I don't know what you mean. mfsav2 Wrote:Second issue: it always locks to the first movie... even if I click on other movies or try tro scrape another: Just from those screen shots, I would say that all these movies have the same nfo file. It appears that this is a test folder.... did you copy the same nfo to each folder when you created them? Joppe Wrote:Been using EEM for a few weeks now and got to say I like it a lot more than the other media managers. More intuitive and easy to use. So keep up the fantastic work. Thanks! Joppe Wrote:Now to some bug reporting and feature requests. Already fixed for next release. Joppe Wrote:The greyed out OK button for the poster selection window has already been mentioned I think. Already fixed for next release. Joppe Wrote:I've had problems upgrading on one computer but the same version (r282) works perfect on others. The problem computer doesn't scan the media on startup and if I press scan it will scan the folders and I can see the folders in the status bar but then the list will come up empty every time. Tried to delete the database and re-download all the files on that computer but I've had to fall back on an older release that works. Sounds like it's not populating the database. Were both computers the same architecture (x86 vs x64)? OR... I did find (and fixed for next release) a bug in r282 that sometimes it wouldn't load the default supported extensions. Check in settings if the list is empty. If that's the case, it would behave as you described. Joppe Wrote:Feature request There's already an open ticket for this. I'm probably going to use YouTube as the source, though, since I can get the proper link from TMDB. Joppe Wrote:Scraper: Scrape subtitles. In Sweden we have 2-3 major subtitle sites. Is this of some interest to you? Have you thought about an API for additional scrapers? (Haven't had a look at the source code yet ) Yes, there is the ScraperXML library that I have thought about adding, but after playing around with it found that, in its current state, it just wouldn't work with how I would need to use it yet. Joppe Wrote:As for icons and graphics you can always check out Silk icons and an extension to that set. Rather nice looking 16x16 icons for column headings and small arrows and such. Thanks, I'll check them out. - Beatzeps08 - 2009-06-11 Maybe you can use the letters 5 and 6 from Webdings instead of "^" and "v" for the media-show-up-buttons. Very unimportant, but maybe nicer^^ - neurosis13 - 2009-06-11 nice, i just wanted to ask about trailers. Good to know its in the making. Keep up this fantastic work. - Joppe - 2009-06-11 As alternative to using YouTube I think it would be nice to be able to download trailers in HD from Apple. There is the python script to do it but I would prefer to have it downloaded and named correctly (movie-trailer.mov) in the movie folder. If you decide on how you want to allow external scrapers post it and I may set aside some time to whip something together. - MrDVD - 2009-06-11 nul7 Wrote:There is a movie list exporter built into Ember: Hahaha thx, didnt see this, but now i tested it and found out that it didnt work wirh non eng. chars inside the created html. In the preview before where you say "save" all is ok but inside the created htm file special chars are only an "?" Maybe you can convert such chars while save it to html: Code: char replacemant Im sure there are other languages with the same problem so maybe ppl from this countries can help you. Btw. would it be also possible to make the fields the are exported selectable ? - nul7 - 2009-06-11 Beatzeps08 Wrote:Maybe you can use the letters 5 and 6 from Webdings instead of "^" and "v" for the media-show-up-buttons. Very unimportant, but maybe nicer^^ Unfortunately they don't fit in the button.... I'm guessing there is some padding in the font or something? It always pushes it to the bottom of the button. neurosis13 Wrote:nice, i just wanted to ask about trailers. Joppe Wrote:As alternative to using YouTube I think it would be nice to be able to download trailers in HD from Apple. There is the python script to do it but I would prefer to have it downloaded and named correctly (movie-trailer.mov) in the movie folder. If you decide on how you want to allow external scrapers post it and I may set aside some time to whip something together. You guys are welcome to join the conversation here: http://code.google.com/p/embermediamanager/issues/detail?id=49 and share ideas. MrDVD Wrote:Hahaha thx, didnt see this, but now i tested it and found out that it didnt work wirh non eng. chars inside the created html. In the preview before where you say "save" all is ok but inside the created htm file special chars are only an "?" Can you open an issue for that? - Nuno - 2009-06-11 MrDVD Wrote:Hahaha thx, didnt see this, but now i tested it and found out that it didnt work wirh non eng. chars inside the created html. In the preview before where you say "save" all is ok but inside the created htm file special chars are only an "?"Fixed in next release MrDVD Wrote:Btw. would it be also possible to make the fields the are exported selectable ?Will see what i can do But open the Issue so will not forget |