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
|
Ember and shared MYSQL - Cash - 2010-12-27 Sorry think i posted in wrong spot so tried to move http://forum.xbmc.org/showthread.php?p=674320#post674320 Ember Spam - TugboatBill - 2010-12-27 I have my own email server. This gives me the flexibility to create email addresses, and I do for every registration I do. I'm registered @ the Ember site. The address I used is only used there. I didn't use it anywhere else. So why is it I'm getting spam to this email account? Either the Ember web site has been hacked or they're selling email addresses. Ember and shared MYSQL - Cash - 2010-12-27 I just used ember to scrape all my movie details and download the trailers and cast but I then look in the nfo file and it is linking to the web trail and the cast images even though I see it is downloaded in the current folder. I want to mention that I also am using mysql and trying to share the database with the advancedsettings file thing however this still won’t work on the main M.C, I haven’t even tried yet for the shared ones yet. Am I doing something wrong? Like before I even attempted to try database sharing and ember, XBMC would just pull its own data, and it was fast; when I clicked more info on the movie it was bam there, but now it seems it wants to download details every time from the web and is really slow and sometimes says no NFO found even though every movie was scraped and I even double checked. Is this Ember or the trying to share the DB that’s messing it up? http://pastebin.com/bwUVkY29 Sorry for double post but i think my first post is in the wrong thread http://forum.xbmc.org/showpost.php?p=674224&postcount=5106 - ijourneaux - 2010-12-27 I am registered on the EmberMM site and I am not getting any spam. - isamu.dragon - 2010-12-27 CrashnBrn Wrote:Is there something like Ember but for Anime? Go to thetvdb.com Search for your series. Name your Series Folder EXACTLY like it is posted on that site. Name your Episodes Like this Code: S##E##.EXT XBMC & Ember Don't Understand this: Code: 01 $$60,000,000,000 Man.mkv Code: S01E01 $$60,000,000,000 Man.mkv In reality, it doesn't even look at this part: Code: $$60,000,000,000 Man Both Programs just look for the Season Number, Episode Number and if it is a compatible file extension. - CrashnBrn - 2010-12-28 isamu.dragon Wrote:Go to thetvdb.com That's great information But TheTVDB does not have all of the anime that I have. Also all of my series are named by using 1x01 naming convention (I spent many hours doing this, as I have a couple hundred series). Will that naming convention work? AniDB has all of the anime, I wish there was some way to incorporate it. - Therms - 2010-12-28 TugboatBill Wrote:So why is it I'm getting spam to this email account? Either the Ember web site has been hacked or they're selling email addresses. I think it's pretty common for spammers to just send email to random email addresses in the hope that they'll hit on valid emails. - JustinAiken - 2010-12-28 CrashnBrn Wrote:But TheTVDB does not have all of the anime that I have. So add them to thetvdb and we all benefit - isamu.dragon - 2010-12-28 CrashnBrn Wrote:That's great information yeah that naming convention will work - CrashnBrn - 2010-12-28 isamu.dragon Wrote:yeah that naming convention will work I have added a few series actually I will give it a try. Theoretically when Ember gets updated I should be able to use the Anidb plug-in from XBMC correct? Thanks Edit: Works pretty well actually but, is there a easy way to delete all of the extra files that EMM creates if I want to go back before I started to use it? - ijourneaux - 2010-12-28 I think I may have a patch to Ember that will correct the problem with scrpaing if you don't have full Cast selected. The same fix also corrects a problem when you are selecting the moie to scrape. I have proposed the change over on the Ember website. Perhaps it is jsut a matter of replacing the executable. If so I can make an executable available. Take Care - Jocker_Boy - 2010-12-28 Hello. I don't know why, but EMM is not scrapping: Directors Writters Actors Genre Certification Language Why is that? - CrashnBrn - 2010-12-28 Jocker_Boy Wrote:Hello. This was answerd a few pages back. The way to fix this is to download an add-on (from options) and change that to the main scraper. Then everything will work. - TugboatBill - 2010-12-28 Therms Wrote:I think it's pretty common for spammers to just send email to random email addresses in the hope that they'll hit on valid emails. Yeah, if it was something like [email protected]. It isn't. Neither the name nor the domain are common. - isamu.dragon - 2010-12-28 TugboatBill Wrote:Yeah, if it was something like [email protected]. It isn't. Neither the name nor the domain are common. maybe your running an open-relay server and those are ALWAYS vulnerable to spam attack. Open-Relays are easily detectable by spammers. |