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
|
- azgul - 2009-12-26 carmenm Wrote:Just updated my whole library and it works great.rescrape it it will take no time since it gets data from the nfo anyway! I believe you can set content to none, clean library and rescrape. I've just been deleting the drive entries and then rescraped, same thing really. - carmenm - 2009-12-26 I have done that this morning and it didnt change a thing. In fact there is two problems: - The first one is with EMM: When i update the library or ask to update posters, it doesnt create movie.tbn if there is a folder.jpg. It only works if there is no poster at all. - The other one is with XBMC: I updated all my movies by copying folder.jpg to movie.tbn and it still doesnt see the poster. Or to be true it sees it if i do movie information on every movie! What a mess. Now you are right on one thing i didnt do the clean/reimport since i copied folder.jpg to movie.tbn but i though the scraper of XBMC also looked for folder.jpg. Yet i will try a clean library once again. Thanks - nul7 - 2009-12-26 carmenm Wrote:I have done that this morning and it didnt change a thing. In fact there is two problems: 1> The only way this is possible at the moment is to go one by one and hit "Change Poster (Local)" for each movie. 2> XBMC caches the data. If you've made changes, you need to either go one by one and reload the movie data, or change the source type to "None" to clear the library then change the source type back to "Movies" to reload the info for all movies at one time. - Jasin - 2009-12-26 Link to changelog on first post does not work. 404 - Jasin - 2009-12-26 Maybe you programers can answer this, As I am having problems with EMM. I hide all my files - .nfo, .jpg, .tbn. Except the AVI files. Because I use other player (xbox 360) in a different room and want everything hidden to be nice and clean. However EMM gets access denied when trying to save my scapes or updates to hidden files. The other problem - so do some programs on windows. If I make a text file, open with wordpad, I can save it, however once hidden, wordpad gets access denied. - Notepad on the other hand, can still write to the hidden file, so can Microsoft Word. So it proves that it isn't windows or access it is just how the program is written. Is there anyway we can make EMM be able to write to hidden files? Edit - On a bit of researching I have come across this. If CREATE_ALWAYS and FILE_ATTRIBUTE_NORMAL are specified, CreateFile fails and sets the last error to ERROR_ACCESS_DENIED if the file exists and has the FILE_ATTRIBUTE_HIDDEN or FILE_ATTRIBUTE_SYSTEM attribute. To avoid the error, specify the same attributes as the existing file.For more information, see Creating and Opening Files (http://msdn.microsoft.com/library/en-us/fileio/fs/creating_and_opening_files.asp). - ECEC - 2009-12-26 Just wanted to give a huge thankyou to all the developers/testers/programmers that had a hand in this. I've been fighting against XBMC scraping since day one, with some stuff not scanning correctly or at all. Someone on another forum pointed Ember out to me and it solved all my issues in about an hour. Plus I finally got to setup movie sets so the library looks cleaner than ever. Thanks dudes! - carmenm - 2009-12-26 nul7 Wrote:1> The only way this is possible at the moment is to go one by one and hit "Change Poster (Local)" for each movie. Ok tahnks a lot for clarifying. About 2) i found out that using folder.jpg for movie library thumbs doesnt work. Though my problem... about 1) do you think you could add a way of automating that kind of task? Thanks a lot - azgul - 2009-12-26 carmenm Wrote:Ok tahnks a lot for clarifying. About 2) i found out that using folder.jpg for movie library thumbs doesnt work. Though my problem...Wouldn't "reinstalling" EMM do the trick? It reupdates the library with what you have and you can work around it that way? - Sputnik68 - 2009-12-26 works fine for me while in the first tries. Thanks a lot - cowboyzx6 - 2009-12-27 nul7 Wrote:No, not at all. lol Like I said, a few seconds per movie. Did you check to see if the all the files were created properly? Just wanted to follow up in case somebody else comes across the same issue. I seemed to have solved my problem. When I was running my scan within XBMC yesterday, the XBMC window was maximized. For whatever reason, this was taking a ridiculous amount of time (about 15 minutes or so) to just scan in my 2 test movies (that I already had created all the NFO, fanart and posters for via EMM). Today, while messing around, I inadvertently un-maxed my XBMC window and everything is all good. I just did a rescan of all my movies (~600) on my WHS box and it completed them in ~15 minutes. - speedemonV12 - 2009-12-27 i just wanted to drop by and say thanks for all the hard work that has gone into creating this amazing tool. It is absolutely fantastic! - rickardkk - 2009-12-27 I use this fantastic tool scrap meta etc. One BIG problem though: I already have folder.jpg and movie.tbn for every movie folder in my share. So I unticked everything regarding poster and fanart in the settings for EMM. If wrong meta is collected and you use "change movie" to select the right match EMM will delete the movie.tbn and folder.jpg. Is this a bug or is it supposed to be like this "by design"? - nul7 - 2009-12-27 rickardkk Wrote:I use this fantastic tool scrap meta etc. One BIG problem though: That's by design because by clicking "change movie" you're telling Ember that the info/files it has for the selected movie are incorrect. - rickardkk - 2009-12-27 nul7 Wrote:That's by design because by clicking "change movie" you're telling Ember that the info/files it has for the selected movie are incorrect. Yes, but that's only because EMM picked the wrong movie's meta data. The folder.jpg and movie.tbn that's already located in the movie folder are correct. So it would be great if EMM could leave them alone in this case. If you working with a big collection that already have posters and/or fanart (that you spent many hours collecting) it would be great to have an option to keep them. - RogueDazza - 2009-12-28 michellembrodeu Wrote:If it is a firewall issue. how can i fix it. I have already open up in/out traffic in windows 7 firewall for emm. Hi michellembrodeu, I am one of the contributors to EMM. I have made a little app to test my theory on your problem - I believe it may have to do with the way EMM configures the web request. Please download this little app that will test out my theory: http://www.mediafire.com/?zwdzm0dbhzm Run the app and on the screen, hit the Go button. It should timeout as it is using the same code as EMM currently. Then check the 'Proxy' checkbox and try again. If it works, then let me know and we can update the EMM code. |