![]() |
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
|
- MrDVD - 2009-06-23 Hallo, nul7 i dont have a single multipart movie. I found out that i have to mount the folder now diff inside EMM, simply via network didnt work anymore, i had to create a share with an driveletter and mount this. (the are all on an linux pc via samba) I will put in here my filters as memory ![]() Code: <FilterCustom> - nul7 - 2009-06-23 MrDVD Wrote:Hallo, nul7 strange... I don't map my share to a drive letter. Same setup: my movies are on a linux pc w/ samba (via openfiler). Thanks for sharing your filters for anyone who is intimidated by editing the settings file directly, you can add these via the interface (without the quotes): Code: "(\.1080p.*?)$" Note the space at the end of the last one. - Tolriq - 2009-06-23 It seems that via share the load movie to extract thumbs does not work anymore ![]() But beside that i really like your software and hope one day we can edit music / artist ![]() The error in the log : Title: Error Message: La conversion de la chaîne "23/06/2009 00:00:00 02:03:25.32" en type 'Date' n'est pas valide. StackTrace: à Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(String Value) à Ember_Media_Manager.dlgEditMovie.btnFrameLoad_Click(Object sender, EventArgs e) Date/Time: 23/06/2009 12:45:09 =========================================================================================== - MrDVD - 2009-06-23 nul7 Wrote:strange... I don't map my share to a drive letter. Same setup: my movies are on a linux pc w/ samba (via openfiler). I simply run lot of big drives as single drives and map it to xbmc via "mhddfs" as one big drive. Thats not that good to write on this big drive as it would fill one by one and aslong there is space on the first hdd, it would write the small jpgs to and phisical diff drive as the mkv's but for read only via xbmc it works perfect. Before i had a big RAID but expanding such RAID is a pain in the arse. Inside EMM i mount every single hdd to be sure its written on the correct one. Edit: Right now i marked some Movies and run Update Media -> Marked - > Ask .. -> All Items and EMM dl all Posters and Fanarts but not the nfos like Plot and so on ![]() - olympia - 2009-06-23 MrDVD Wrote:I simply run lot of big drives as single drives and map it to xbmc via "mhddfs" as one big drive. Thats not that good to write on this big drive as it would fill one by one and aslong there is space on the first hdd, it would write the small jpgs to and phisical diff drive as the mkv's but for read only via xbmc it works perfect. Have you ever looked at unRAID? It's developed especially to handle this kind of difficulties ![]() http://www.lime-technology.com/joomla/ - smcnally75 - 2009-06-23 I really love this program! Will there be any support for extracting extrathumbs from iso files in the future? - olympia - 2009-06-23 MrDVD Wrote:Edit: Right now i marked some Movies and run Update Media -> Marked - > Ask .. -> All Items and EMM dl all Posters and Fanarts but not the nfos like Plot and so on Hmmm... I cannot reproduce this issue on my setup. It's working fine at me. - Are you sure, you have movie.nfo or <movie>.nfo checked in settings/movies/files and sources? - Also make sure not to have global locks for nfo date on scraper - data settings. - olympia - 2009-06-23 Tolriq Wrote:It seems that via share the load movie to extract thumbs does not work anymore That is confirmed. I open a ticket for this, will be fixed later today. (I don't think it's only related to shares) - MrDVD - 2009-06-23 olympia Wrote:Have you ever looked at unRAID? Yes i checked unRAID but this pc isnt simply a raidserver there is lot more on it like www server, vdr recording, xbmc testing and so on. Quote:Hmmm... I cannot reproduce this issue on my setup. It's working fine at me. It works when i manual rescrap the same movie but not on automatic modus. You didnt use OFDB at all i think ? Maybe its something with this combi ? Btw. it looks there is now again a new version r411 out as i had an msg when i started EMM right now. - lucho - 2009-06-23 A couple questions. I do not have the Trailers checked in options and it still retrieves the link. How can I ommit this? Second question, How do I enable the option to not save image urls to nfo (YAMJ compatibility) Thanks again for such an amazing program. Best one out there in my eyes. Thanks Luis - rausch101 - 2009-06-23 Great job yet again nul7. This is how the media manager programs should be done. Just don't get burned out too quickly ![]() - olympia - 2009-06-23 lucho Wrote:A couple questions. I do not have the Trailers checked in options and it still retrieves the link. How can I ommit this? Which options are you mentioning? If you don't want at all you have to disable it here: Edit -> settings -> movies -> scraper - data, uncheck the "Enable trailer downloading" lucho Wrote:Second question, How do I enable the option to not save image urls to nfo (YAMJ compatibility) Hmmmm, is this that much hidden? Edit -> settings -> movies -> scraper - images -> 5th checkbox from the top - olympia - 2009-06-23 MrDVD Wrote:Yes i checked unRAID but this pc isnt simply a raidserver there is lot more on it like www server, vdr recording, xbmc testing and so on. Ahhh... OK MrDVD Wrote:It works when i manual rescrap the same movie but not on automatic modus. You didnt use OFDB at all i think ? Maybe its something with this combi ? No, but I now tested with OFDB as well and it's also working... ![]() MrDVD Wrote:Btw. it looks there is now again a new version r411 out as i had an msg when i started EMM right now. Yeah, becuase based on your report, we found a bug and released a quick fix. Folders includes "SUBS" strings were not recognized as valid movie folder, so all folder like this were missing from movie list. We thought, that this was your problem. ![]() - grmn - 2009-06-23 Great new version, many thanks for your work! I'm especially happy to see the YAMJ-issue with the image-tags solved. Works flawlessly now! grmn - PrimaryMaster - 2009-06-23 Is there a chance to have a option for how the trailer files will be named? The YAMJ only look for MOVIE[Trailer] the EMM name the files MOVIE-Trailer can this be done? =) |