![]() |
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-05-08 Well that was a complete waste of my time. lol I got everything coded and working great except it would either lock up or crash whenever I closed the form and tried to release the memory from the DX objects. I've been messing with it for hours trying to figure out what the hell I was doing wrong. Come to find out it's a bug in the DX SDK and will not be fixed. :/ Time to give DirectShow a shot, I guess. - HexusOdy - 2009-05-08 Any plans to add TV support to this? It looks good in its current form but don't want to have to use 2 NFO generators for Movies and TV. - olympia - 2009-05-08 HexusOdy Wrote:Any plans to add TV support to this? That's a quote from the OP: "Current Features Overview: At this point, only Movies are supported. Once I get all the features added and bugs worked out of the Movies section, I'll move on to TV Shows, then to Music." Are you blind, inattentive or just simply that much impatient ![]() - HexusOdy - 2009-05-08 olympia Wrote:That's a quote from the OP: If you want to be an arse go reply to somebody else. There's no need for your last line. Your quote from the OP pointed out my mistake, no need to add to it. It's funny how people find it so easy to be agressive dicks when they are hid behind a computer screen. - olympia - 2009-05-08 HexusOdy Wrote:There's no need for your last line. Your quote from the OP pointed out my mistake, no need to add to it. You might be right, receive my appologize. However let's agree on your reaction was far more impolite and agressive! - HexusOdy - 2009-05-08 You poked me into action ![]() Lets agree we both made mistakes and have a virtual man hug ![]() - AnalogKid - 2009-05-08 midgetspy Wrote:Why grab keyframes? There's no reason that a thumb on a keyframe would be any more relevant than a thumb on any other frame. The reason is that keyframes hold a FULL image, whilst other frames are 'deltas' from the image. Some frame grabbers will end up with garbled frames as a result of this. It doesn't always hold true of course, if the frame grabber is intelligent no problem, but I've seen a number of frame grabbers fall foul of this. - midgetspy - 2009-05-08 AnalogKid Wrote:The reason is that keyframes hold a FULL image, whilst other frames are 'deltas' from the image. Some frame grabbers will end up with garbled frames as a result of this. Ah I assumed that any framegrabber would build the screenshot from the nearest keyframe no matter what you grab... that seems ridiculous to grab the delta only, hehe. Anyway ffmpeg doesn't have this problem I don't think (I auto-generated 5k screenshots last night and didn't notice any problems). - nul7 - 2009-05-09 Ok, first off, 018 is in the first post. It addresses most of the feature requests/bug reports so far. Still have some work to do though. olympia Wrote:WOW! 1> I figured most people wouldn't want to see the plot if the movie just happens to be one they hadn't watched yet. That's why I put it at the bottom. If more people want it moved up, then I have no problem with that. 2> Can't really do anything about that. I did some work to the poster downloading in 018 to only download the posters marked as "mid" from TMDB, then you select which size you want. However, IMPA doesn't mark the sizes of their images so it doesn't work for them. And I didn't do it for Fanart because of the "Select movies to add to \extrathumbs" thingy... wasn't sure if people would want different sizes for that. If not, then I can just have it always download the largest available. 3> Just what I pulled from IMDB. *shrug* lol The year is pulled from the ()'s in the title and the release date is pulled from "Release date:" I'm not sure if they'll ever be different (movie made in one year, but released in another) so I just threw them both in. 4> It already does that for the "Ask" modes. ![]() olympia Wrote:Well, I think the key is: I thought mpdb was a paid service, no? If not, I'll add it. sumofatguy Wrote:17 works well for me, except for some reason full-auto update doesn't do anything (no log either), but update only-auto works. Not quite sure why this is, but using this mode it gave me fanart.jpg, movie.nfo and movie.tbn. Thats awesome! It's coming along nicely, works well and scrapes fast! I'm liking it... I think its about time to release it to my whole movie collection and have it clean the folders as well Should all be fixed (with improvements) in 018. Let me know! AnalogKid Wrote:This is the neatest manager I've come across yet.... its tidy and fast and does what it says on the tin!! superb. Thank you very much for the compliments and suggestions. 1/2> I'll add custom file listings to the To Do list 3> Save only happens when you hit "OK" in the Edit Movie dialog or during any of the scrapers. Should I rename "OK" to "Save"? 4> I'm not exactly sure what you mean by this. It already does display the poster and fanart for the selected movie. 5> Me either. LOL sumofatguy Wrote:After using it a bit for my whole movie collection, I really like how simple and quick it is to use. I do have a few comments though thus far which may already be in the works, but I just thought I would mention them: Thanks! 1> Done (and more) in 018 2> Done in 018 3> Done in 018 4> How would it know what has been recently added? I could keep a db of all the movies... but that just adds to the overhead. If you want to know which ones don't have nfos, just sort by the "Info" column in the media list. ![]() AnalogKid Wrote:Ok, the issue with stacked movies is that <moviename> - CDx causes the app to assume there's no nfo, and no poster, although it does find fanart... strange! Ok... I don't have any multi-part movies, so I've never had to deal with this... just to make sure I understand, in both file mode and folder mode they'll be something like this: <filename>-CD1.avi <filename>-CD2.avi <filename>.nfo/.tbn/-fanart.jpg Is that correct? Would there ever be a situation in folder mode where each avi is in a separate folder like this: Movies\ - MovieTitle\ - - MovieTitle-CD1\ - - - <filename>-CD1.avi - - MovieTitle-CD2\ - - - <filename>-CD2.avi - - <filename>.nfo/.tbn/-fanart.jpg If so... do the extra files use the filename of the movie or the movie title from the folder? I guess I'll have to do some reading in the Wiki to see all the supported structures and file names. lol AnalogKid Wrote:You did WANT feedback right? ;-) lol Yes, the more the better! - midgetspy - 2009-05-09 nul7 Wrote:4> How would it know what has been recently added? I could keep a db of all the movies... but that just adds to the overhead. If you want to know which ones don't have nfos, just sort by the "Info" column in the media list. Perhaps have an "added this session" feature which just keeps track of (and allows you to filter by) movies that were added since the program opened. Once the program closes it'd be lost, so no need to track state in a db or anything, and it'd allow people to find their newly added movies to double-check their contents. - Livin - 2009-05-09 problems in .18... looks like if using VIDEO_TS folder it does not work? - when I place the files in the root of the folder, like "I Am Legend" it works fine. I must manually select each movie and scrape or the media flags do not show... autopilot does not grab them? btw... I love this clean layout... way better than MiP! - nul7 - 2009-05-09 midgetspy Wrote:Perhaps have an "added this session" feature which just keeps track of (and allows you to filter by) movies that were added since the program opened. Once the program closes it'd be lost, so no need to track state in a db or anything, and it'd allow people to find their newly added movies to double-check their contents. How about I keep a list of movies in the settings.xml to compare to? That would make it quick/easy to load from and save to. Save on program close and before re-scanning movies. After scanning is done, compare the old list to the new list and mark any new ones. I can mark them as green in the list or something. What do you think? Livin Wrote:problems in .18... Media flags should be updated with the full auto-pilots (and with the update auto-pilots if no info already exists). I'll look into it. What is the folder structure for VIDEO_TS folders? I don't use direct rips so I have no clue. lol Thanks for the feedback! EDIT: I checked on the Media Flags, and it all works for me. Is there anything in your error log? - midgetspy - 2009-05-09 Another request: on the poster browser, can you show the dimensions (so I know which to pick)? EDIT: It seems it isn't saving my posters/fanart. I choose them in the "Edit Movie" dialog, they appear in the window and get saved to a Temp folder in my UMM dir, but then it never gets moved to my movie folder, the Temp folder just vanishes. EDIT2: Choosing "Large" size does nothing, I get no download dialog and nothing changes. X-Large works fine (for posters). Code: Title: Error - nul7 - 2009-05-09 midgetspy Wrote:Another request: on the poster browser, can you show the dimensions (so I know which to pick)? In order to show the dimensions, I'd have to download the file. The reason that area was recoded was to reduce download times by only downloading the "mid" poster from TMDB then downloading the selected size later. I guess we could put it to a vote... Show more info and display all the posters, but have a longer wait to download all of them OR have a shorter wait, only downloading the mid size posters, but not show as much info. EDIT: And thanks for letting me know about the large posters... I fixed that for 019 - midgetspy - 2009-05-09 Just do it the way you have it but then download them and update the sizes as they come in. Because as it currently is it's extraordinarily annoying to download one, open it to check the size, try again etc. until I find one that is high res, hehe. EDIT: It keeps saving <movie>-fanart.jpg, <movie>.nfo, and "poster.tbn" instead of fanart.jpg, movie.nfo, and movie.tbn. Is there a setting for this somewhere? |