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
|
- NasaGeek - 2010-01-31 He needs SQL as well. - RKMFlorida - 2010-01-31 I seem to remember that the "update library" feature was not working in Ember, then noticed in another thread, a call for the XBMC web API that would allow this in one line: Quote:h..p://xbmcaddress/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.updatelibrary(video) Is this already being used, and if so, is there some other reason library update is not working in my version? On a separate note ... Is there a feature-request in, for an daemon style version of Ember? For example, either running persistently in the tray, or a service-app version? IMHO - there was never a need for this in the past; however, with TV show renaming, comes very frequent updates (renaming as all shows are pulled down from NNTP/Torrents). Thank you in advance! - NasaGeek - 2010-01-31 RKMFlorida Wrote:I seem to remember that the "update library" feature was not working in Ember, then noticed in another thread, a call for the XBMC web API that would allow this in one line: With the most recent official release (r1102) the update XBMC button works just fine. What revision of EMM are you using, and are you sure you set it up right? edit: I can also confirm that the most recent SVN (r1189) also updates XBMC just fine. - RKMFlorida - 2010-01-31 Using r1102, however, it appears the recent XBMC builds don't have the web server on by default and evidently my configs were erased at some point. If only there were an XML file to store the XBMC configs (not the sources, but general configs set through the "settings"). It would be so much quicker and far more reliable/persistent. I've asked about that in the forums a couple times and never received any answer.. - NasaGeek - 2010-01-31 RKMFlorida Wrote:Using r1102, however, it appears the recent XBMC builds don't have the web server on by default and evidently my configs were erased at some point. There is a guisettings.xml file that changes your settings. Check the userdata folder. - bobrap - 2010-01-31 DonnyP Wrote:^^^^ sorry, i tried searching around for about an hour, but couldn't find anything other than Nul07's tutorial. I tried following that but i kept getting an error code. Didnt mean to bug anyone I'd like to give compiling to the latest svn a go, but, can't find the tutorial. Can anyone post a link? Thanks. - FidoFuz - 2010-01-31 DonnyP Wrote:^^^^ sorry, i tried searching around for about an hour, but couldn't find anything other than Nul07's tutorial. I tried following that but i kept getting an error code. Didnt mean to bug anyone Can you get it to build yet? If not can you post the error your received? - Tolriq - 2010-01-31 Hey nul7, glad to see you're back and continue this software http://leetzone.org/French_r1194.zip Last french translation, but it seems the interface don't use the file for most of the new strings. - RKMFlorida - 2010-01-31 @NasaGeek - Thanks a million. I should have opened this file earlier. Now I'll never have to deal with all of my settings getting deleted. For sake of this benefiting others on the topic of Ember configuration: To those using Ember to prompt a re-sync "Initiate Update" of your library, make sure to enable the web server through the guisettings.xml or the XBMC UI: For example: <webserver>true</webserver> <webserverpassword pathversion="1"></webserverpassword> <webserverport>8080</webserverport> <webserverusername>xbmc</webserverusername> And make sure to specify the port in Ember as well (considering that by default, it's 8080 rather than the conventional port 80). - nul7 - 2010-02-01 Tolriq Wrote:Hey nul7, glad to see you're back and continue this software Thanks! What do you mean by the interface doesn't use the file for the new strings? Which ones in particular? Everything seems to work fine for me. I have a dummy translation file that I use for testing in which I replace all the strings with "####".... looks like they're all loading fine to me. - Tolriq - 2010-02-01 I compiled the 1194 and tested with my translation and the spanish that can be downloaded. And all the new string for TV show are not translated, but the old for movies are (in settings) did not have time to test the TV function for the moment. - nul7 - 2010-02-01 Tolriq Wrote:I compiled the 1194 and tested with my translation and the spanish that can be downloaded. the new strings aren't in any of the downloadable translation files yet. lol I just tried your translation file, and aside from a few strings that were added after you created the file, everything loads just fine for me. I couldn't tell you want it all says or if each string is on the right control, but everything is in French. lol - Tolriq - 2010-02-01 Hum, i've just compiled r1198 and it works, strange perhaps i made a mistake Here's the updated file. http://leetzone.org/French_r1198.zip In the meantime i tried to scan some series and i got errors if i try to scan just 1 folder containing one serie, if i scan one directory up it works, perhaps just put an message Quote:Title: Error Meaning : input is null, and the object is not an object. - nul7 - 2010-02-01 Tolriq Wrote:Hum, i've just compiled r1198 and it works, strange perhaps i made a mistake lol thanks.. never even thought to test that. Added detection if source is a single show folder Trailer Via IMDB id? - matthuisman - 2010-02-01 Hi Guys, 1st off - great work with ember! WOW Couple of things id love to see. 1) Quite often Ember won't find a trailer for my movies. I read earlier posts and read this is due to failed searches. However, I see the TMDB API has a "Movie.imdbLookup" method. This does not return the trailer url, but does return the TMDB ID. Then with this ID you can use "Movie.getInfo" to get the youtube trailer url. It does require an extra step, but when you think about it, both these 2 methods return a single result, where as searching returns many. So the time difference may not be that significant. You could always make it an extra option. At present, I have resulted to writing a python script to do the above, but would love to see it in Ember. 2) A option for Ember to "tick the trailer box" if trailer URL'S are found, not just local trailers. Any news on how is that IMDB ID Trailer link website coming along? Thanks! |