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
|
- Sparks14 - 2010-05-03 olympia Wrote:Actually there is no real database connection. Ember is comunicating with XBMC's database in the same way (HTTP API), like the "Library Update" initiation what you reported working. Interesting. Genre update for existing genres should work (I've just retested). My real-time sync is enable in both places. No update is working. I followed the listed URL about XBMC communication when I set up my XBMC source. I currently have a number of changes, such as new fanart and posters already in EMM that is different than in XBMC....nothing is changing in XBMC. However, if I add a new movie to EMM and click on the XBMC button in the upper right hand corner, it adds it to XBMC. My understanding of the Library Update was it only picked up new items, it did not pick up items that had changed. The only way to do that would be to remove the movie and add it or to reload the movie or to update the XBMC video database directly. I'm using the EMM version 1.2.2204 and the latest XBMC module (2210 I think) on Windows 7 64 bit. I'm using drive letters, not UNC paths for my XBMC paths. - olympia - 2010-05-03 Sparks14 Wrote:My real-time sync is enable in both places. Hmmm... Real-time sync is only working when you change something on Ember end from now, that realtime sync is enabled. Ember is doing to XBMC sync when it saves changes to the nfo. That means it will not do a mass update on XBMC based on your previous changes in Ember. It's not a comparison of the two database and sync the diffs. It's a REAL real-time sync. lol - Sparks14 - 2010-05-03 olympia Wrote:Hmmm... Real-time sync is only working when you change something on Ember end from now, that realtime sync is enabled. Ember is doing to XBMC sync when it saves changes to the nfo. That means it will not do a mass update on XBMC based on your previous changes in Ember. OK...that makes sense on why no mass update. But it's still not working for me when I make a change to the nfo. If you aren't updating the XBMC database directly....how does it update the database since a Library Update won't? And how to I troubleshoot it. Also I have the Notification turned on and I don't see any message in XBMC that anything is being updated. When I manually click the XBMC button...I see the XBMC Library Update scanning message. I guess I could move my EMM to the same system I have XBMC and test. But I'm obvioulsy connected to XBMC since my manual Library Update is working. And what's the differnce than before with using the manual update than the real time sync. Is EMM basically doing a Library Update automatically after every movie edit now if real time sync is turned on. - lestat1977uk - 2010-05-03 'how do i get it to use valid URLs as it used too?' I thought it was the scraper that was messing up and somehow getting the URL wrong, ok i guess i will just have to input them manually for now and hope the issue gets sorted on TMDB etc... Thanks for your help - olympia - 2010-05-03 lestat1977uk Wrote:'how do i get it to use valid URLs as it used too?' There is no issue on TMDB either...lol Themoviedb.com is an open source database edited and maintained by the community. Youtube changed the URLs, someone from the community (could be you) has to modify the link on tmdb. - olympia - 2010-05-03 Sparks14 Wrote:OK...that makes sense on why no mass update. But it's still not working for me when I make a change to the nfo. If you aren't updating the XBMC database directly....how does it update the database since a Library Update won't? - You still have to use the library update on the top-right corner for new movies. As it is written on the wiki. - Real-time sync is only dealing with changes you do in Ember. If you modify any data or image of a movie, Ember will update XBMC. It's not done by directly writing into the database but via XBMC's HTTP API as well. I mean different API commands are used to accomplish this, not the normal library update one. - Hudson_Hawk04 - 2010-05-03 I just upgraded to the most recent build of emm, now i cannot find the xbmc update library function. Has this been removed or am i missing something? thanks in advance. Nevermind got trigger happy figured it out - lestat1977uk - 2010-05-03 I have just tried to update 6 films and not one gets a trailer, the only thing it brings up is a dead you tube link, i can't see how this could be a URL issues when it hasn't managed to grab one trailer out of the 6 films i have just updated? URL it finds is - http://www.youtube.com/Watch?=2722 But if you put that in IE it redirects to the main youtube page. - coendeurloo - 2010-05-03 The latest version of Ember has an issue when you scrape a movie and select the poster, you can not select the 'multiple' sized posters (which in 95% of the time means the cool ones), 'OK' is greyed out... - olympia - 2010-05-03 lestat1977uk Wrote:I have just tried to update 6 films and not one gets a trailer, the only thing it brings up is a dead you tube link, i can't see how this could be a URL issues when it hasn't managed to grab one trailer out of the 6 films i have just updated? Since I spend my time to support you and try to explain things, I would highly appreciate if you read my words: http://forum.xbmc.org/showpost.php?p=531155&postcount=4229 "...after themoviedb.com sync the data to be available via their API." We can't explain everything bit by bit. I pointed you to the right direction, but here is an other hint: http://lmgtfy.com/?q=http+api+sync+themoviedb ... and I am the one who always said to be harsh, without common decency What else shall I do? - olympia - 2010-05-03 coendeurloo Wrote:The latest version of Ember has an issue when you scrape a movie and select the poster, you can not select the 'multiple' sized posters (which in 95% of the time means the cool ones), 'OK' is greyed out... http://forum.xbmc.org/showpost.php?p=531047&postcount=4220 - rflores2323 - 2010-05-03 is this running on linux yet? - lestat1977uk - 2010-05-03 Hi Olympia I didn't mean to come across as harsh, i just didn't understand your explanation and was trying to make sure we didn't have our wires crossed in any way, it sounds like you are saying it is an external issue beyond your control. I just wanted to know if anyone else was experiencing this issue and whether anyone had any tips.. Again sorry if i offended you and keep up the good work. NOTE I should also add that i tried to scrape for a trailers on movies that i had already downloaded trailers for before and it doesn't work so i guess there must be a big problem with both you tube and imdb? UPDATE: I just updated the trailers for Edge of Darkness on TMDB but when i do a scrape (even from scratch) the new trailers i added do not show up, just the same old dead link from you tube, am i missing something really obvious here? http://www.themoviedb.org/movie/12201/trailers# - olympia - 2010-05-03 lestat1977uk Wrote:Hi Olympia I don't understand the last note. - lestat1977uk - 2010-05-03 what i ment was i tried to rescrape for a trailer on a movie i already had a trailer for, one i had scraped awhile ago using EMM, but even though i already have a trailer none were found. I also then did as you suggested and updated TMDB, but it doesn't reflect in the scrape? |