![]() |
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
|
- olympia - 2009-08-27 Evanrich Wrote:Hey nul7 love the app, and I've got a suggestion for you. How about putting update functionality into it? Majority of the code of this is already done. It's going to be tested soon, then goes live... ![]() - steve1977 - 2009-08-27 olympia Wrote:I cannot reproduce this. Could you please make a screenshot of your folder structure? Here we go. G:\Movies\Moviename\bfc1-dcn.avi G:\Movies\Moviename\bfc2-dcn.avi G:\Movies\Moviename\bfc-sample-dcn.avi The first two show up in EMM (because the names are not proper for stacking). The sample file doesnt show up. It is 15 MB and I have not set the function to exclude any files below x. Thoughts? - m.savazzi - 2009-08-28 nul7 a kind request: I create the nfo files for my offline library like this: For videos produced by me or that does not have an IMDB entry: <movie> <title>Il magico mondo degli animali</title> </movie> for videos with IMDB entry: <movie> <title>La sirenetta</title> </movie> http://imdb.com/title/tt0097757/ The problem is that EMM tries to find my movies (the first category) in IMDB anyway and screws up the library with wrong information. How can I avoid it? Even worst even if I've locked the title for the movies in the fist category (without the URL) the title is overwritten. Am I doing something wrong or is a bug? Thanks, Mf - sergiocos - 2009-08-28 First of all, thanks for this essential tool. Any progress/ETA on TV Shows support? I know the answer is 'when it's done' but I wanna know if the TV Show support it's closer or far, far, away... ![]() - olympia - 2009-08-28 sergiocos Wrote:First of all, thanks for this essential tool. Any progress/ETA on TV Shows support? I know the answer is 'when it's done' but I wanna know if the TV Show support it's closer or far, far, away... It's not tomorrow and not very close. It depends on how quick the two team Devs spin up to the same level of activity when they are back... - Kieron - 2009-08-29 I like the fact that it renames the folders (eg. 'Shrek 2 (2004') but I don't like that it has to rename the actual .mkv file too. I like to keep the filename so I know the codecs and the scene release etc. incase of a 'PROPER' release or something better that I want to replace it with. Is there any way to do this in the current version (only rename folders, a sort of 'managed mode') if not can you add it in the next? Kieron - olympia - 2009-08-29 Kieron Wrote:I like the fact that it renames the folders (eg. 'Shrek 2 (2004') but I don't like that it has to rename the actual .mkv file too. I like to keep the filename so I know the codecs and the scene release etc. incase of a 'PROPER' release or something better that I want to replace it with. Is there any way to do this in the current version (only rename folders, a sort of 'managed mode') if not can you add it in the next? Put only "$F" as a file pattern... - NotShorty - 2009-08-29 olympia Wrote:lol, do you think that thumbs of all those images are available to download? Ok, well download just the smallest version of each image available, thumbnail or not, and list other available sizes. However makes sense. As it currently is, it takes too long... - steve1977 - 2009-08-29 steve1977 Wrote:Here we go. Anyone has the chance to look into thisone? Still filtering out all sample files for no reason... - olympia - 2009-08-29 steve1977 Wrote:Anyone has the chance to look into thisone? Still filtering out all sample files for no reason... OK, finally I can confirm this, but even I was not aware (sorry for this), it seems that all files including the string "sample" is excluding from the scanning on purpose. I would say this is a good idea as you most probably don't want to have any information for sample files. As far as I understood, you want to find and delete them, so this is something you can do with any file manager. However I am going to discuss it with the Team when they are back, but don't hold your breath for this... - steve1977 - 2009-08-30 olympia Wrote:OK, finally I can confirm this, but even I was not aware (sorry for this), it seems that all files including the string "sample" is excluding from the scanning on purpose. I would say this is a good idea as you most probably don't want to have any information for sample files. Let me specifiy my issue. Prob is that XBMC "finds" (some of) these sample files and starts scraping them. Apparently, this is not ideal and wanted. If EMM follows exactly (!) the same rule to exclude files from scraping, them it is fine and I can just let these sample files rest where they are. Cheers!!! - PeRFeCK - 2009-08-30 hi and thanks to everyone contributing to this program, it is great. edit: i originally posted an issue but i have figured it out...sorry ![]() - roland6543 - 2009-08-30 Recently Added Movies not accurate When I add a few new movies and scrape them with Ember, they show up with recent dates in Ember if I sort by "Date Added". However, when I open XBMC and go to recently added movies, the list is of much older movies which I added long ago, and this list doesnt seem to change much. Any suggestions of what I could be doing wrong? - roland6543 - 2009-08-30 Update XML from NFO I think XBMC creates and uses its own xml file from an nfo. The problem is when I update an nfo, it doesnt update properly in XBMC. Is there any way to export an nfo file to an xml file, or another way to get XBMC to update with the latest changes? Error: I think a different media program created the xml's and not XBMC. - lestat1977uk - 2009-09-01 Just wanted to say great work, can't wait for tv to get supported too. One of the cleanest and best media manager i have seen yet, also love the way it does trailers, extra thumbs! Keep up the good work! |