![]() |
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-06-02 NatroN Wrote:exactly what i've searched for.. love it! Maybe? lol XBMC will scrape the movie information from the web if you update the library and do not have any local data. So just starting XBMC won't do that unless you have "update library on startup" selected in XBMC. But yes, if you DO update the library before you have created the local files you'll need to remove the movie from the XBMC library, create the files locally, then update the library in XBMC again to force it to use the local information. Maybe you can just hit refresh on the movie info in XBMC after you created the local files?? Not sure, never tried that. lol Roborob Wrote:I've tried the new version but no luck with the media info on ISO, maybe it is some mounting thing, some user said earlier that is doing the trick in MIP. Maybe the guy from MIP can help us. I really doubt MIP is mounting the ISO and I doubt he'll help "the competition". lol I'll see what I can figure out, but as olympia stated earlier, it's not a problem with EMM as the official MediaInfo app doesn't read ISOs either..... maybe it's a certain type of ISO that works? Did you try the exact files? Maybe if the ISO has full menus and all it doesn't work, but if it's just the actual video it does? gurkburk Wrote:Thanks nul7, been using this for my library, but I can't figure out of to use the flags, 720P, DTS and so on.. any hints where I can find it? First off, make sure "Use Media Info Studio Tags" is selected under Settings->Scraper. Then for any movie that you scrape, it will automatically create the proper tags. If you already have all the information for a movie and don't want to rescrape it, just select it in the list, and raise the Info Panel all the way up. In the bottom right hand corner you'll see the media info section with a "refresh" button. Just click that and it will update only the media information for that particular movie without messing with any of the other data. Or, to do the same thing but for ALL movies, just use the updater - Update Media -> All Movies -> Media Info Only skunkm0nkee Wrote:Works fine in Files mode now. Thanks Excellent! For the sizing/position, can you add that as an enhancement request to the google code issues page? I'll work on that after the feature freeze. - Roborob - 2009-06-02 Quote:I really doubt MIP is mounting the ISO and I doubt he'll help "the competition". lol I'll see what I can figure out, but as olympia stated earlier, it's not a problem with EMM as the official MediaInfo app doesn't read ISOs either..... maybe it's a certain type of ISO that works? Did you try the exact files? Maybe if the ISO has full menus and all it doesn't work, but if it's just the actual video it does? Yes I did use the same files, hope you find a solution or someone can help you with that in the future. Just for the time being i'll do it manually. Good luck Very nice program so far .. - skunkm0nkee - 2009-06-02 nul7 Wrote:Excellent! For the sizing/position, can you add that as an enhancement request to the google code issues page? I'll work on that after the feature freeze.Done - nul7 - 2009-06-02 Roborob Wrote:Yes I did use the same files, hope you find a solution or someone can help you with that in the future. Just for the time being i'll do it manually. Good luck Very nice program so far .. Ok, so I've been experimenting with this all day and it appears to be a problem with newer versions of mediainfo.dll. I started going backwards in version number with the dll and it seems the latest version that works is v0.7.11. You can download them here: MediaInfo.dll v0.7.11 x64: https://sourceforge.net/project/downloading.php?group_id=86862&filename=MediaInfo_DLL_0.7.11_Windows_x64.zip&a=86982644 MediaInfo.dll v0.7.11 x86: https://sourceforge.net/project/downloading.php?group_id=86862&filename=MediaInfo_DLL_0.7.11_Windows_i386.zip&a=60502138 Just extract MediaInfo.dll from the archive into the Bin folder of your EMM installation. So the choice is yours whether to use the older version and miss out on new features (detection of more media types and fixes to some information being incorrect) but have support for ISO files, or use the newest version that's included in Extras 05 and not have ISO support. I have made a bug report for the issue... hopefully Mr. Martinez will look into it for newer versions. - clackerdacker - 2009-06-03 nul7 Wrote:r214 and Extras 05 are in the first post. I've re-enabled media info scanning for all file types aside from rar for a test run. Extras 05 contains the newest version of MediaInfo.dll.... maybe that was the issue with it not scanning some file types. Looks like we'll have at least one more version under feature freeze, just to make sure everything is in order before adding more goodies.
Should now see a bunch of extra columns! - nul7 - 2009-06-03 clackerdacker Wrote: Yep, you're right... has to do with the handling of the datatable. I'll just remove the television and music tabs for now. - nul7 - 2009-06-03 Sooo.... no more bugs?? - Livin - 2009-06-03 Nul7 I have several movies, IMAX ones and others that are not scraping properly - or at all - with the source you use. Can you add Amazon.com? - nul7 - 2009-06-03 Livin Wrote:Nul7 The source is IMDB.... what movie is not giving you results? And what is the exact name as it appears in the media list? EDIT: Just to clarify my line of thinking, I'm guessing you just need to add some custom filters to get the results you're looking for. - Roborob - 2009-06-03 nul7 Wrote:Ok, so I've been experimenting with this all day and it appears to be a problem with newer versions of mediainfo.dll. I started going backwards in version number with the dll and it seems the latest version that works is v0.7.11. You can download them here: ![]() - nul7 - 2009-06-03 Roborob Wrote: I got a response from Mr. Martinez related to ISO files not being scanned any more: Quote:.iso files were never supported. So, while information is produced by using the older version of the dll it is more than likely incorrect. At least it's on his to do list, though. Since it seems there are no more bugs (or no one is reporting any more anyway lol) I'll release an "S" version as soon as I recover from my hangover (yesterday was my birthday) signifying a stable build. Then, I'll begin knocking out the feature request list. - da-anda - 2009-06-03 Hi, it's the first time I'm using a .nfo generator or alike as I didn't see the benefit from those before. Now I just installed you app (which looks nice so far) on my WinXP Pro machine, but unfortunately I doesn't scrape anything. I downloaded the exe-zip bundle as well as the extras and mediainfo.dll and extracted all in one folder. I also activated the webserver in XBMC and configured EMM accordingly. Is there anything else I have to do to get it working? Haven't found a docu for this. Thanks. - SlaveUnit - 2009-06-03 da-anda Wrote:Hi, it's the first time I'm using a .nfo generator or alike as I didn't see the benefit from those before. Now I just installed you app (which looks nice so far) on my WinXP Pro machine, but unfortunately I doesn't scrape anything. I downloaded the exe-zip bundle as well as the extras and mediainfo.dll and extracted all in one folder. I also activated the webserver in XBMC and configured EMM accordingly. Is there anything else I have to do to get it working? Haven't found a docu for this. Thanks. You have .net installed? Specifically 3.5. - da-anda - 2009-06-03 Shure I've .NET installed - and I haven't had a look in detail, but I think I've got also 3.5 installed. Shouldn't there popup a message if it's not .NET 3.5? Other .NET apps did that ages ago. I'll check that again - thanks. - nul7 - 2009-06-03 da-anda Wrote:Hi, it's the first time I'm using a .nfo generator or alike as I didn't see the benefit from those before. Now I just installed you app (which looks nice so far) on my WinXP Pro machine, but unfortunately I doesn't scrape anything. I downloaded the exe-zip bundle as well as the extras and mediainfo.dll and extracted all in one folder. I also activated the webserver in XBMC and configured EMM accordingly. Is there anything else I have to do to get it working? Haven't found a docu for this. Thanks. For basic operation, all you need to do is follow the instructions in the first run wizard. Since you've already been through that, just follow these steps: 1. Add Sources Edit -> Settings -> Movies Ember needs to know where all your movie files are. If you have all your movies in one folder, you need to add that folder as a "Files Path". If each movie is in a separate folder, you'll need to add the parent folder that contains the movie folders as a "Folder Path". For example, if your directory structure looks like this: C: - \Movies - - \Some Movie 1 - - - \Some.Movie.1.avi - - \Some Movie 2 - - - \Some.Movie.2.avi You would need to add "C:\Movies" as a Folders Path. 2. Select File Types Edit -> Settings -> Movies In the File Naming section, you need to select at least one of each type. For folder type sources, it's my suggestion to just use "movie.tbn", "fanart.jpg", and "movie.nfo". That's it. That will enable the basic operation of Ember to be able to scrape/view movie data for each movie. Depending on how your files are named, you will need to add some custom filters to clean up the titles so you can get usable results from the scrapers. If you need help with custom filters, just post a few of the movies exactly as they appear in Ember and I'll give you some examples to use. To enable downloading posters/fanart you will need to enable a source for them: Under Edit -> Settings -> Scraper select one or all of the "Get Images From [...]" options. Everything else is optional, so just look through the rest of the settings and enable what you want. If you have questions about specific options, just ask. |