![]() |
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
|
- sabone - 2009-06-21 Solved - Ayla - 2009-06-21 themugger Wrote:Just tried latest SVN and trailer downloading is working like a charm. Still trying out all different combos but so far so good. The mugger please share svn build (x86) ![]() Can't wait to try trailers ! - HexusOdy - 2009-06-21 JUst an idea regarding Fanart thats auto scraped. I often find that the first fanart on IMDB is the worst of the bunch and that the last is the best. Its not always the case but more often than not. So would it be an idea for Ember to select the last fanart as default instead of the first? - bidossessi - 2009-06-21 give us a build to sink our teeth in. Where are the trailers scraped from? - rernst - 2009-06-21 HexusOdy Wrote:JUst an idea regarding Fanart thats auto scraped.Fanart from IMDB sucks. Get the artwork from IMPAwards. - themugger - 2009-06-21 i think its only fair to let nul7 release what he sees fit! im happy to post up an svn build as long as its okay with nul7. The main problem i suppose is that its harder to track problems/changes dependin on what build is being used.... Trailers are scraped from IMDB MattTrailer AZMovies YouTube (via TMDB) AllTrailers.net - meanstreak - 2009-06-21 i just downloaded the svn version to try and check it out myself. Question..... Can I use Visual Basic 2008 express (the freeby one) to compile this to run? excuse my ignorance ![]() tnx Brent - themugger - 2009-06-21 meanstreak Wrote:i just downloaded the svn version to try and check it out myself. Hi mate, yes you can. this is what i used. theres a few things you have to do to get the build working correctly though, all the answers are in this thread. if you get stuck give us a shout and ill try to help out. - meanstreak - 2009-06-21 hmmm downloaded 2008 express, then downloaded again with the sql part. Now got the same errors that you were getting before themugger with Error 4 Type 'SQLite.SQLiteTransaction' is not defined. C:\Users\Brent\Desktop\ember svn\Ember Media Manager\clsGlobal.vb 200 41 Ember Media Manager and so on... 30 errors in total. I tried the response that you were given about removing it and adding it again but the system.data.sqlite choice wasn't there to re-add. lol so I guess I will wait until a release comes out ![]() cheers though Brent - nul7 - 2009-06-21 meanstreak Wrote:hmmm You have to browse to the dll in the Ember installation directory. ![]() EDIT: Just a warning, a custom updater was implemented and just committed to SVN that made a lot of changes to other portions of the code. I have to leave to go eat dinner with my parents and I haven't been able to test everything fully yet, so there may be a problem or two in the current code in SVN. - nul7 - 2009-06-22 FYI, next release will come tomorrow night after testing all day tomorrow. Another big update, so we'll probably have another feature freeze after this release.... actually we'll probably just do that as standard from now on.... always feature freeze after feature-add releases. EDIT: Might as well add an up-to-date changelog: Code: * Feature: Option to skip movie files if they are smaller than a configurable size - meanstreak - 2009-06-22 Cheers nul7 Worked perfect after that (all bar a few diff processor warnings) got it built and working like a charm. My only observation with the trailer downloads is that for trailers being downloaded and stored along with the films, they do not need the path being added into the NFO. In fact for systems like mine and possibly others, I use a diff drive path on my PC to the xbox and the HTPC so it points it to the wrong direction. XBMC now finds any filmname-trailer and movie-trailer just fine (well at least it does on my films in individual folders setup). oh and studio name cleaning done exactly what it said on the tin too Fantastic work u r doing - greatly appreciated Brent - nul7 - 2009-06-22 meanstreak Wrote:Cheers nul7 Ah, good point about the different paths.... hmmm should it just leave the IMDB trailer url in there then? Or nothing at all? I don't use trailers, so I don't know if it will look for the file first, and if not found, use the url. - meanstreak - 2009-06-22 IMHO I would leave the trailer path blank if the trailer is being downloaded and stored local (though like I said before I store all my films in separate folders - if users want to store trailers in a central location then they would need to use the trailer path) and only use the trailer path option for streaming. Brent - bidossessi - 2009-06-22 meanstreak Wrote:IMHO Seconded, XBMC handles movie-trailer.<ext> and <moviename>-trailer.<ext> just fine when they are located in the <moviename> folder. nothing else should need doing unless people want esoteric folder structures. |