![]() |
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
|
- midgetspy - 2009-05-13 BTW the status bar on both 22 and 23 is completely black for me. Just the part that displays text, the progress indicator is still fine. - olympia - 2009-05-13 Some findings and suggestions: -[BUG] On individual scraping EMM is always try to scrape the first movie in the list instead of the selected one -[BUG?] On the details tab, the label of the cast is a lot wider, then the artist list box below -[SUGGESTION] It's personal preference, but I still don't feel comfortable with the layout of the details tab. I think you should really rethink this. For me, there are unimportant info at the top (imdb ID, file path, certifications, but more important (for me again) info at the bottom, like media info, plot. -[SUGGESTION] Thank you for taking care of my request to be able to scrape posters and fanart on individual scraping. If I may suggest, it would be much more comfortable to popup a poster and fanart selection dialog directly first, then just after that the edit window to modify other things. -[FEATURE REQUEST]Would be great to be able to filter new entries after a media rescan Also, have you had the chance to check http://www.movieposterdb.com/ ? You were right, it seems you need to have an account to download, but MC somehow solved it... I am not sure, maybe it is not downloading the full size poster, just the one which is available without having an acount. Anyhow, the downloaded posters are still nice... And as always, can't say thank you enough for this great looking and well supported app! - HexusOdy - 2009-05-13 Can anyone tell me if I can get Ember to automatically scrape Fanart and posters? There are no instructions and the options aren't self explanatory. Autopilot - Full Auto is doing nothing for me at all. It scans every movie but adds nothing. Update adds the NFO but not Fanart or Posters. What am I doing wrong? Olympia - Where is the option to scrape an individual movie? - ClayM - 2009-05-13 I think you need to go to the settings, in the movie tab, and check the "Get Images from..." boxes... - nul7 - 2009-05-13 PrimaryMaster Wrote:I have around 500 movies and in every movie folder there is a "THEMOVIE.jpg" It's on the To Do list already... I'll start working on it after getting the code on gc or sf. HexusOdy Wrote:I have a few Q's and problems for you 1> Make sure you have at least one of the "Get images from <>" checkboxes checked on the Movies tab in settings. Also, if you're already have posters/fanart and you want it to replace them with new ones, make sure "Overwrite Existing Poster" and/or "Overwrite Existing Fanart" are checked. 2> You also need to edit the Studios.XML file (just open it in notepad) to tell it what to look for in the studio name and what image to use. I think the layout is simply enough that it's self explanatory, but if you need help editing the XML, just let me know. 3> It was supposed to do that already, but there was a bug in it. I fixed it already for the next version. HexusOdy Wrote:If you set options to use movie.tbn, movie.nfo and fanart.jpg when scraping it will only read these formats. Hmmm... 023 should read both (but still only support saving to one or the other). I put a fallback check in. I'll take a look at it. HexusOdy Wrote:On saying that Cleanup is very hit and miss, I just ran it to clear the <moviename> type entries and while its completely cleared some folders others are untouched and some it as done everything but the fanart. Strange, can you give me the exact file names in a folder that didn't get cleaned properly? koscica Wrote:Is there an option to stack split movies. When I scan media it lists them as two movies with a same name No option, it's built in. It seems to work fine for me. Give me an example of what file names you are using that are not detected as "stacked". mason Wrote:just give your tool a first spin... and i love it allready Supporting more/mix of extensions is already on the To Do list. Good idea with the double click to close. I'll add that as well. Thanks for letting me know about the conflict with the nfos... i'll try to code around that. midgetspy Wrote:BTW the status bar on both 22 and 23 is completely black for me. Just the part that displays text, the progress indicator is still fine. Huh? Maybe the doublebuffering? Anyone else having this problem?? olympia Wrote:Some findings and suggestions: Confirmed.... will fix for next version. olympia Wrote:-[BUG?] On the details tab, the label of the cast is a lot wider, then the artist list box below Click on one of the actors. ![]() olympia Wrote:-[SUGGESTION] It's personal preference, but I still don't feel comfortable with the layout of the details tab. I think you should really rethink this. For me, there are unimportant info at the top (imdb ID, file path, certifications, but more important (for me again) info at the bottom, like media info, plot. Media Info is secondary because you have an overview with the icons on the top.... how often do you need to look at the mediainfo.dll output?? And for the plot, as I said before, I think most people (myself included) would not like to see the full plot if they haven't seen the movie yet. That's why it's at the bottom.... but you have the outline to give you the general synopsis. olympia Wrote:-[SUGGESTION] Thank you for taking care of my request to be able to scrape posters and fanart on individual scraping. If I may suggest, it would be much more comfortable to popup a poster and fanart selection dialog directly first, then just after that the edit window to modify other things. That's on the To Do list already. ![]() olympia Wrote:-[FEATURE REQUEST]Would be great to be able to filter new entries after a media rescan Ah, yes, forgot to add that to the To Do list.... if I don't write it down, then I'll forget. lol olympia Wrote:Also, have you had the chance to check http://www.movieposterdb.com/ ? I haven't looked at it yet. I'll get around to it in the next couple days. Thanks to everyone for the bug reports, suggestions, and comments. It really helps move things along. - HexusOdy - 2009-05-13 I have both IMPA and TMDB options ticked in options and it still won't scrape posters or fanart where there isn't any. I'm having to do each movie manually. - midgetspy - 2009-05-13 MC just uses the low res posters from movieposterdb (500x750ish). About the status bar, I'm on Vista Ultimate if it helps. And actually I loaded up 23 initially with no settings.xml and the status bar said something about no settings file, then I copied it in and it was black again like 22. - koscica - 2009-05-13 Quote:No option, it's built in. It seems to work fine for me. Give me an example of what file names you are using that are not detected as "stacked". Here are couple of examples: 300 CD1. avi 300 CD2. avi Babel cd1.avi Babel cd2.avi - HexusOdy - 2009-05-13 koscica Wrote:Here are couple of examples: Thats weird because I have 300 and Babel the exact same way and it's fine on mine. Then again mine won't auto scrapre fanart and posters automatically and everyone else does. Nul7 - Can you change the log file so it logs everything and not just errors? - HexusOdy - 2009-05-13 I've got it scraping posters and fanart now. I just deleted EMM and unpacked a new copy and started from scratch. Something must have got in there stopping it. Maybe try the same to get rid of your duplicates. - nul7 - 2009-05-14 midgetspy Wrote:MC just uses the low res posters from movieposterdb (500x750ish). Weird. Is there an error log or anything? Can you post a screen shot just to make sure I'm understanding what you mean? Try what HexusOdy did.... back up your settings, delete the entire folder, and unzip a fresh copy of 023, then put your settings back in. koscica Wrote:Here are couple of examples: That should definitely work.... I just made a test folder with those filenames (without the spaces in the extension lol) and it worked for me. Are you using 023? HexusOdy Wrote:I've got it scraping posters and fanart now. I just deleted EMM and unpacked a new copy and started from scratch. Something must have got in there stopping it. Very odd... glad it's working though. Not sure what would cause something like that. - midgetspy - 2009-05-14 http://i685.photobucket.com/albums/vv212/midgetspy/Random/emm_badstatusbar.png Easy to reproduce. 1) Open EMM with no settings file. Status bar says "unable to load files". 2) Add a single Folders movie source. 3) Close EMM, re-open. 4) Status bar is black. Also every time I open EMM the splash shows up in the foreground for a bit and then EMM opens in the background. I have to click it in the start bar or alt-tab to see it after it opens. Not a big deal, just an annoyance. EDIT: Note that this screenshot also shows the bug with read only folders. That movie has nfo, fanart, thumb, etc. but EMM displays nothing because it's read only. If I go to my NAS and chmod 777 that folder it will show up fine. - nul7 - 2009-05-14 Version r1 is available in the first post. As I mentioned in the first post, since there were so many changes in this version I really don't know where I stand any more on bugs/features. lol midgetspy Wrote:http://i685.photobucket.com/albums/vv212/midgetspy/Random/emm_badstatusbar.png Strage... doesn't happen for me. I'm sure it's doublebuffering that's causing the problem. I'll disable it for the next version to see if that fixes it. midgetspy Wrote:Also every time I open EMM the splash shows up in the foreground for a bit and then EMM opens in the background. I have to click it in the start bar or alt-tab to see it after it opens. Not a big deal, just an annoyance. You mean it shows up below other windows? Not sure why that is.... I'm not setting window order so I'm relying on Windows itself to display them properly. I'll see if I can't come up with a work around. midgetspy Wrote:EDIT: Note that this screenshot also shows the bug with read only folders. That movie has nfo, fanart, thumb, etc. but EMM displays nothing because it's read only. If I go to my NAS and chmod 777 that folder it will show up fine. Forgot about that one. Want to do me a favor (two actually... need to test out the issue tracking system on GC lol) and report the issue there so I can keep track of it: http://code.google.com/p/embermediamanager/issues/list Note: I already added one for the black status bar.... but need to make sure users can add issues as well. - nul7 - 2009-05-14 Ok, fixed the read-only problem for next version.... no need to add to issues list. lol - midgetspy - 2009-05-14 Yes, the splash screen shows up on top like it should but then the main window comes up under my other windows and just blinks in the start bar until I focus it. |