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
|
- Jocker_Boy - 2010-03-26 Nuno Wrote:That is a nice feature, Issue a feature request on our site so we don't forget Already done. Another feature request. Why EMM do not check the "subtitle" if this inside the *mkv? It only chek when we have ".srt". It will be nice, if it shows the "check" in subtitle and we can see if it is soft or hard subtitle? What you think? - Nuno - 2010-03-26 Jocker_Boy Wrote:Already done. lol .. don't post here, issue a request , is very hard for us to keep track of all issues posted in here, so best is to issue a request - Jocker_Boy - 2010-03-26 Nuno Wrote:lol .. don't post here, issue a request , is very hard for us to keep track of all issues posted in here, so best is to issue a request Ok. Sorry. Already done. - sphere - 2010-03-26 Nuno Wrote:lol .. don't post here, issue a request , is very hard for us to keep track of all issues posted in here, so best is to issue a request I requested this a few month ago but it was rejected because of the logic that a marked checkbox means the presence of a file. And now after the checkboxes are replaced by graphics, I requested this again and it is scheduled This is already requested by me: http://www.embermm.com/issues/262 In Short: No need for another request, it is already there. regards - ingeon - 2010-03-26 proximity Wrote:1105's working fine just the web installer yeah. not of fan of webinstaller. Would like to have it as a portable application. I prefer to normally manually delete the previous version and do my own fresh 'install' - coolspot18 - 2010-03-26 Yeah I don't like the web installer either ... The zip downloads were great since I run the app off a network share. Since upgrading from 1105, I can't start the application, I get the following error: Title: Error Message: There is an error in XML document (2, 2). StackTrace: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader) at EmberAPI.Settings.Load() Date/Time: 3/26/2010 11:15:34 AM =========================================================================================== After doing a clean install, I get the following error, the application crashes while loading up the modules. VS.NET debugger shows: Argument 'Prompt' cannot be converted to type 'String'. at Microsoft.VisualBasic.Interaction.MsgBox(Object Prompt, MsgBoxStyle Buttons, Object Title) at Ember_Media_Manager.My.MyApplication.MyApplication_UnhandledException(Object sender, UnhandledExceptionEventArgs e) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.raise_UnhandledException(Object sender, UnhandledExceptionEventArgs e) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledException(UnhandledExceptionEventArgs e) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnUnhandledExceptionEventAdaptor(Object sender, ThreadExceptionEventArgs e) at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t) at System.Windows.Forms.Control.WndProcException(Exception e) at System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(ApplicationContext context) at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at Ember_Media_Manager.My.MyApplication.Main(String[] Args) Does Ember no longer run from a UNC path? - Nuno - 2010-03-26 coolspot18 Wrote:Yeah I don't like the web installer either ... The zip downloads were great since I run the app off a network share. Upgrade from older version is not supported... V 1.0 need to be a fresh install Setup just avoid errors on the installation. Ember still self contained... and can be moved/run from anywhere Please do not report bugs here. Please post them to our tracker on embermm.com (see my signature for a link). Reported bugs quickly get lost in this thread. TV scraper like ember media manager - jcl3042 - 2010-03-26 I'm looking for a program like EMM to scrape my TV folder before I upload it to XBMC it just seems to go quicker if I prescrape. - ejkeebler - 2010-03-26 why not just use emm? - jcl3042 - 2010-03-26 the version I have seems to only do movies.....Unless I'm setting it up wrong or something just one question about html templates - yop289 - 2010-03-26 I´m trying to make my own html template. I have to many external disks, when I do a <$POSTER_FILE>; and exported, the posters films were renamed doing and order. 1.jpg 2.jpg I think this order is according the list of movies that are in database at this moment, the problems comes when I put another disk all posters gone away for older disk. I think will we better if you rename this images with imdb number, don´t you? I hope you understand what I'm saying my english is to bad. I need to know the flag for the Studio. /////////////////////////// Another thing: As I told to you previously I have to many external discs, and if it was possible I would like to be able to identify them in the html template and in the database in which disk is the film. I have the discs with the correlative names Film1, film2 etc... It is possible to have a variable that identifies the name of the disc and not his route. M:,I:,F:; I need the name. Best regards awesome software - jcl3042 - 2010-03-26 aha....got the official version from the site. Works like a charm. - snelvuur - 2010-03-26 build the latest version from source, to check if the trailers where working (which it does ofcourse) But noticed this: The last title is under the filters section. Dont think i had this with the older version. (maybe i should better wait for the new release perhaps) - uncertainty - 2010-03-27 BTW I think TheTVDB.com has been down most of the day and I still cant contact the website url. Just posting this here in case people are having trouble scraping TV Shows... - nul7 - 2010-03-27 yop289 Wrote:I´m trying to make my own html template. I have to many external disks, when I do a <$POSTER_FILE>; and exported, the posters films were renamed doing and order. Bug reports and feature requests posted to this forum will be ignored... it's the only way we can push the idea to use our issue tracker so we can track the issues properly. Please see my signature for a link to the tracker. snelvuur Wrote:build the latest version from source, to check if the trailers where working (which it does ofcourse) Update from SVN and build again... accidentally did that when messing with fixes for different DPIs, but has been fixed already. uncertainty Wrote:BTW I think TheTVDB.com has been down most of the day and I still cant contact the website url. Just posting this here in case people are having trouble scraping TV Shows... Thanks... looks like they're back up again now. Which reminds me... if you use EMM for TV Shows (or any other media manager or media center that accesses the TVDB) please consider donating to them. It appears they have some serious issues with site stability... more donations should = better stability. Or, if you don't want to/can't afford to donate, consider visiting their site often just to click on the banner ads. |