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
|
- sumofatguy - 2009-05-14 nul7 Wrote: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 I haven't used it exhaustively since you posted r1, but from what I've seen it looks pretty slick! I'll of course let you know if I see any anomalies - Fobmyxeer - 2009-05-14 Downloaded the rc1 version just before work so didn't have time to check itout much but two things were directly noticable from the 023 release. 1. The movie list was in a green bold font, did you change the font to something that couldn't be found on my system? 2. The (re)scraping from IMDB didn't work for 3/4 movies and it said to check the internet connection. Will investigate further when I get home. - nul7 - 2009-05-14 Fobmyxeer Wrote:Downloaded the rc1 version just before work so didn't have time to check itout much but two things were directly noticable from the 023 release. It now keeps track of what movies it knows about. If it's a new movie it will be green in the list. Since it's your first time using the new version, it thinks ALL movies are new. Once you close and re-open, they will return to black. For 2, please post on the Issue List or I'll forget to look at it. lol http://code.google.com/p/embermediamanager/issues/list - HexusOdy - 2009-05-14 All seems to be working well so far. In regards to Studio icons, instead of having a folder in Ember and a folder in XBMC could you make it possible to just like to the XBMC folder and use the same one. Then I only have to keep one folder up to date - pmontanari - 2009-05-14 Hi, First, le me thank you for your great job... I started testing your app since v0.23 and I have the same problem with rc1 The Media count is set to 116 (my actual number of movies) but it only displays the 4 first movies. Did I miss something with the settings ? Regards - themugger - 2009-05-14 pmontanari Wrote:Hi, check in your movie folders for dodjy .nfo files..... someone else posted this problem in the previous pages... - koscica - 2009-05-14 I tryed the new version and I cannot se whether it solved my non stacking problem since now it only finds a single movie file and ignores the rest. All my files are in a single root folder. I tryed adding another source but it only finds a single file even with multiple sources - pmontanari - 2009-05-14 pmontanari Wrote:Hi, OK I found the problem.... For the following situation, the program will stop loading the movies : Movie1 Folder> Movie1.mkv Movie1 Folder> Movie1.nfo ---> OK Movie2 Folder> Other Movie Folder>Movie2.mkv Movie2 Folder> Other Movie Folder>Movie2.nfo ----> Not OK - mason - 2009-05-14 ill took the latest mediaflags from the aeon forum. diffed them, inverted them, and rigged up a xml file for EMM rc1 with 124 more studio icons. just stuff the flags into the Studio folder and c&p the xml content to the Studio.xml file in the same folder. maybe nul7 can add them in his next release ..... have phun : http://www.mediafire.com/?sharekey=0448752cb83c6402d8f14848abf485dde04e75f6e8ebb871 - sumofatguy - 2009-05-14 It would be nice to have an option to automatically create thumbs during autopilot, similar to the tool here: http://forum.xbmc.org/showthread.php?tid=50535... I find it creates fairly decent thumbs. Then, if you manually select thumbs using the built in tool in Ember, it would overwrite thumb1, thumb2 since these are the ones the skins (aeon) selects first, then scrolls through the rest. It would just be nice to *have* thumbs for every movie, then if you manually select ones you like it will use them. Just a thought... I'm not sure if I should post this on the google code page... - HexusOdy - 2009-05-14 mason Wrote:ill took the latest mediaflags from the aeon forum. diffed them, inverted them, and rigged up a xml file for EMM rc1 with 124 more studio icons. just stuff the flags into the Studio folder and c&p the xml content to the Studio.xml file in the same folder. Great work Mason, although your missing some > in your XML. There are a few "<name" without the last ">" - nul7 - 2009-05-14 HexusOdy Wrote:All seems to be working well so far. It's possible, but the XBMC installation may not be available at all times. I have mine running on a different computer that I shut off when not in use. Would suck to have to turn it on every time I wanted to mess with Ember. lol pmontanari Wrote:Hi, pmontanari Wrote:OK I found the problem.... Do you have anything in your error log? If you could, please add an issue here: http://code.google.com/p/embermediamanager/issues/list with any more info you can provide. I either can't reproduce this bug, or am misunderstanding your folder structure. mason Wrote:ill took the latest mediaflags from the aeon forum. diffed them, inverted them, and rigged up a xml file for EMM rc1 with 124 more studio icons. just stuff the flags into the Studio folder and c&p the xml content to the Studio.xml file in the same folder. Thanks, I'll check it out. sumofatguy Wrote:It would be nice to have an option to automatically create thumbs during autopilot, similar to the tool here: http://forum.xbmc.org/showthread.php?tid=50535... Yes, please add it to GC or I'll forget about it. lol - PrimaryMaster - 2009-05-14 Fobmyxeer Wrote:2. The (re)scraping from IMDB didn't work for 3/4 movies and it said to check the internet connection. Same problem..! * No POSTER.jpg fix? - nul7 - 2009-05-14 r10 is available in the first post. This is a bugfix release only. Please verify the following issues were fixed: ID:1 Status bar is black ID:2 EMM opening below other windows ID:8 IMDB single scraper not working in some instances EDIT: This version also contains the Studio updates from Mason (with dupes cleaned). Although, I may have screwed it up because after uploading r10, I went to close the Studios.xml file and it asked me to save my changes. lol Oh well... if all the new ones don't work in this version, they will in the next. lol - nul7 - 2009-05-14 Oh, and to anyone checking out the source... sorry for the lack of comments on my commits. I have to get used to doing that. lol |