![]() |
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
|
- uncertainty - 2009-12-05 mcai3db3 Wrote:well since I started using this program, 70 or so of my movies have been deleted from my server. Thanks. I've learned from using other media mangers that are currently in alpha or beta to NEVER enable any type of file-deletion within the manager. I lost some videos with a different media manager that was also in beta... - NasaGeek - 2009-12-05 mcai3db3 Wrote:Oh, and I *think* this was an error with the previous version, rather than r1069. All I had done with r1069 is open up my library. Unfortunately this is a bug with r1069, too. [SIZE="3"]NO ONE DELETE ANY MOVIES THROUGH EMBER MEDIA MANAGER FOR NOW[/SIZE] Ok, I've done some experimenting and it seems that this bug occurs when you have multiple movies that start with the same characters. For instance, I had files named: a.avi ab.avi abc.avi abcd.avi when I deleted a.avi, it also proceeded to delete the other 3 files. - JustinAiken - 2009-12-05 Wow, you guys are brave, using this on your actual library... I just download like 10-20 movies at a time, EMM them up, them move them into the library... - mcai3db3 - 2009-12-05 clock2113 Wrote:Wow, you guys are brave, using this on your actual library... haha well, I only started using it about 3 days ago... perhaps your technique isn't the worst idea in the world... - iLurk - 2009-12-05 clock2113 Wrote:Wow, you guys are brave, using this on your actual library... I used to do this but I've been using it on my main library for about 4 months now and never had a major f*ckcup ![]() olympia Wrote:You cannot sync XBMC's library with Ember's library. This is becuase the two database are not connected in any way. Currently Ember is using it's internal database only for own purposes. Hi Olympia. Could you please explain how to use this feature? I asked about it months ago but i guess it was overlooked and it wasn't really a priority so I let it slip to the side. XBMC is installed on the same PC that I run Ember on. So I'm lost about port numbers and IP addresses, etc... Thanks. - olympia - 2009-12-05 mcai3db3 Wrote:Thank you. At least I know it's not me going insane. NasaGeek Wrote:Unfortunately this is a bug with r1069, too. Really sorry for this! The bug is confirmed and beeing looked at the moment. However this can only happen in case you store all your movies in the same folder instead of having all your movies in its own/separate folder. BTW, non of the Devs/testers are "organized" their collection in this way, so that's why such a huge bug can still exist in Ember. (My personal opinion is that neither XBMC, nor Ember should support such a frugal way of structuring. I strongly recommend to all of you to use the "sort files into folders" tool of Ember and stop storing everything in a single folder.) - mcai3db3 - 2009-12-05 olympia Wrote:Really sorry for this! The bug is confirmed and beeing looked at the moment. I'm not sure that is entirely true. I have a Movies folder, inside that folder is a folder for each individual movie. However, inside my main Movies folder is the killasample file (i.e. not in its own folder). I tried to delete the killasample file within Ember and it deleted the entire folders that 70ish of my movies were in. - olympia - 2009-12-05 iLurk Wrote:I used to do this but I've been using it on my main library for about 4 months now and never had a major f*ckcup You have to enable remote "Allow control of XBMC via http" in XBMC settings, then setup Ember as well. For IP, try using 127.0.0.1. - donabi - 2009-12-05 one question (which was probably asked before, but i cannot find it): how do you make xbmc library sort movies in the correct way, when it uses the names? i.e.: im trying to sort nightmare on elmstreet. everything is scraped perfect, but xbmc sorts it with the name in the *.nfo and not by release date. i get freddy 3 before freddy 2. alien is another example. - NasaGeek - 2009-12-05 donabi Wrote:one question (which was probably asked before, but i cannot find it): Use EMM to change the Sorttitle to the release date if you want them to be sorted in that way. - donabi - 2009-12-05 the release date would help with nightmare and alien. but what can i do about star wars? or rambo? - JustinAiken - 2009-12-05 I just rename mine like Star Wars 4: A New Hope and delete the sorttitle... works for me! - iLurk - 2009-12-05 olympia Wrote:You have to enable remote "Allow control of XBMC via http" in XBMC settings, then setup Ember as well. For IP, try using 127.0.0.1. Thanks for the tip. I've got the xbmc side of it working but ember still gives me this error. ![]() I've tried both 127.0.0.1 and my actual IP address and port 80. For credentials i had - user : xbmc password: (null) - Lowlander - 2009-12-05 i'm sorry if this was asked before but i can't find an answer :/ i've edited my whole movie library with EMM and also downloaded good quality covers but when XBMC loads them into the library it just replaces some of them with crappy low quality pictures. is there a way of excluding the covers from the xbmc scrapers ? - olympia - 2009-12-06 iLurk Wrote:Thanks for the tip. I've got the xbmc side of it working but ember still gives me this error. The default port in xbmc is 8080, haven't you seen in the settings? Or did you change it to 80? |