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
|
- nul7 - 2010-01-24 efty.edge Wrote:Hi nul7, I made a lot of changes to the sets manager today... including lots of bug fixes, improvements, and all of the features people have asked for so far. I'm not sure what you mean with the $M switch. Are you talking about the renamer?? If so, you would need to do something like "$M\$T". coendeurloo Wrote:I have a small request, I'd like to be able to see if there is a trailer link filled in. Now I have to go right mouse click - edit movie, and check if there is a trailer link. I made some changes to the trailer downloader to hopefully improve user friendliness, as well as add some more functionality. igotdvds Wrote:Could you be so kind as to add the ability to scrape and ask if it doesnt find a studio and also MPAA rating? You could use the custom scraper... it won't do specific to "missing studio" but you could scrape all movies for just studios, for example. jmartin147 Wrote:I had this running fine on my Windows XP box but when I upgraded to Windows 7 (64bit) I lost the ability to detect media flags. Make sure mediainfo.dll is inside the Bin folder in the Ember directory. Also, if you're trying to get flags from disc images (iso, bin, etc), you'll need the older version of the dll. A download link for it is in the first post of this thread. tbird2340 Wrote:Need a little help to figure out why EMM isn't downloading posters and fanart from TMDB from movies that are listed.. That's a problem with the TMDB API, not with Ember. It's either a caching issue or something is wrong with the API. steve1977 Wrote:Since installing the latest test built post in this thread, my movie database behaves a bit funny. Trying to find out what has made this happen: 1> There have been quite a few changes to the movies side. I'll need more info than "acting funny" to be able to help you with your problem though. lol 2> Ember does not write anything outside it's own directory, aside from the nfo, poster, fanart, etc files. 3> Either will work. - nul7 - 2010-01-24 More test builds on http://www.mediafire.com/embermm. If you have tried one of the previous test builds, there is no need to delete your settings or database with this one. If you haven't, then you'll still need to. There's not much in the way of changes for the TV side, but the sets manager and trailer downloader are much improved. There were also some minor bug fixes and improvements throughout. - RuiF - 2010-01-24 Hi, I'm using EMM r1143 (since yesterday) and I can't retrieve any TV Show info. I think it must be filter related (Regex). My structure is as follows: F:\TV SHOWS\DEXTER\SEASON 1\DEXTER.S01E01.720p\DEXTER.S01E01.720p.mkv (.srt, ...) Can someone give me a hint ? Also, would it be possible to get off the handle focus of the movie search window during the scrape activity ? This is very anoing since you're stuck to do any other EMM background activity and sometimes this interfers with other applications open windows. Best regards, Rui - steelman1991 - 2010-01-24 TVDB down since midnight. - RuiF - 2010-01-24 Hi, I've now installed r1152. The problem remains the same (could be due to TVDB being down since yesterday ?) and a new one as arised. After installation the movie counter reports correct. After library update, the movie counter adds -CD2.fileextension files as a new entry. This creates a fake (greater) number of movies. Best regards, Rui RuiF Wrote:Hi, - tbird2340 - 2010-01-24 nul7 Wrote:That's a problem with the TMDB API, not with Ember. It's either a caching issue or something is wrong with the API. So is there no way to fix this? How does Ember work? If I manually search on TMDB for the movie by name it comes up fine.. Thanks - Harry deluxe - 2010-01-24 I just used ember for the first time and love it, but the problem is that XBMC doesn't use the created nfo-data. It still uses the old database. How can i switch to the nfo data in xbmc? - Thomss - 2010-01-24 you need to refresh the movie mate. - nul7 - 2010-01-24 RuiF Wrote:Hi, That file naming scheme should work just fine with the default filters/regex. I'll run some tests to see what could be the problem. I'm not sure what you mean by the "get off the handle focus of the movie search window". Are you talking about the window with search results? That has to be modal, because it's waiting for you to select the proper movie from the results. tbird2340 Wrote:So is there no way to fix this? How does Ember work? If I manually search on TMDB for the movie by name it comes up fine.. Nope. Ember doesn't scrape the site, it sends/receives data via their API. The API has its own database, separate from the main site, that is synchronized periodically. So just because you see something on the main site, doesn't necessarily mean it will be available through the API... it may be a day or two before the items get synced (unless, of course, there is a problem with the API or sync or database or whatever... but either way, it's out of our control). - ClayM - 2010-01-24 Using 1152 - is TV scraping not ready yet? It detects all my shows and what not, there' just nothing I can do with it. Anyway, great work! - ralob - 2010-01-24 ClayM Wrote:Using 1152 - is TV scraping not ready yet? It detects all my shows and what not, there' just nothing I can do with it. Not yet. Preliminary work is being done. More usability will be included as testing advances. - burritoboy9984 - 2010-01-24 I posted this in the General forum and I would figure I would post it here since I didn't get the global solution just an individual one... My problem is that I had my files all named normal... IE "The Hive" "The One" etc etc... And in xbmc it would skip "The" and the movies would be under H and O respectively... Now after emm... "The Hive (2008)" "The One (2001)"... and now the files are found under T for The and not H for Hive or O for One... Now I did read this a couple pages back... Quote:See "Sort Title" in edit dialog and Set manager in tools menu. My question is, how do I go about editing my whole library at once using the name they are displayed under in emm for the sort title? Thanks in advance! -Erik - MrDVD - 2010-01-24 I think inside xbmc you can select how its displayed. Settings -> Appearance -> File lists -> Ignore articles when sorting (e.g. "the") Inside EMM i dont think there is such option I used Ember to embed movie trailer URL's in NFO file. How/can I make XMBC see this? - tlogank - 2010-01-25 I used Ember and I embedded the movie trailer URL in my NFO file. How/can I make it to where XBMC see's this? Thanks a lot! - olympia - 2010-01-25 MrDVD Wrote:I think inside xbmc you can select how its displayed. What about Settings/Movies/Sort Tokens to Ignore? |