New Home for Ember Media Manager (Official Thread) - 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: New Home for Ember Media Manager (Official Thread) (/showthread.php?tid=116941) 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
|
RE: New Home for Ember Media Manager (Official Thread) - Shemhazai - 2013-03-20 When I clean install Ember (1.3.10 fix1) and after following the wizard the program runs a first time but stalls on 'performing preliminary tasks'. Following (single) error is logged: --- Title: Error Message: String was not recognized as a valid DateTime. StackTrace: at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at EmberAPI.Scanner.bwPrelim_DoWork(Object sender, DoWorkEventArgs e) Date/Time: 20/03/2013 14:54:00 =========================================================================================== --- RE: New Home for Ember Media Manager (Official Thread) - Randall Lind - 2013-03-20 When scraping movies trailer do not download. However if I click on the movie info window then + it will see the youtube link and allow me to pick then save it. I did enable trailer so what am I doing wrong? Never mind I didn't have enable when scraping automatic and single RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-03-20 (2013-03-20, 15:58)Randall Lind Wrote: When scraping movies trailer do not download. However if I click on the movie info window then + it will see the youtube link and allow me to pick then save it. I did enable trailer so what am I doing wrong? Check if the YouTube movie / link even still exists. Usually the problem is the fact that the movie has been removed. RE: New Home for Ember Media Manager (Official Thread) - Randall Lind - 2013-03-20 The issue was I didn't have it enable to download when scrapping works now. RE: New Home for Ember Media Manager (Official Thread) - Cocotus - 2013-03-20 (2013-03-20, 03:17)stsmith5150 Wrote: I have a question on 1.3.0.10.1 dtshd icons. They are not showing the dts-HD icon nor the channels in EMM. I have mapped it to dtsma and EMM still will not show them in the upper right hand corner. I get the speaker ?. Hmm strange can you do me a favor and scan the videofile with mediainfo http://mediainfo.sourceforge.net/de and then under "File" --> Export --> txt save the log and post here? This would help RE: New Home for Ember Media Manager (Official Thread) - Shemhazai - 2013-03-20 (2013-03-20, 15:40)Shemhazai Wrote: When I clean install Ember (1.3.10 fix1) and after following the wizard the program runs a first time but stalls on 'performing preliminary tasks'. This appears to be a bug in converting the DateTime string as given in the errorlog above. Found the workaround here: http://forums.asp.net/t/1425243.aspx/1 When changing my date locale from dd/MM/yyyy to MM/dd/yyyy I don't get the error. RE: New Home for Ember Media Manager (Official Thread) - solamnic - 2013-03-20 (2013-03-20, 15:03)>>X<< Wrote:(2013-03-20, 14:41)solamnic Wrote: Tried today to scrap movies...(using 1.3.10 fix1 version) OMG it was that simple... and i thought that by checking the "Use Image Cache" was going to be helpful... RE: New Home for Ember Media Manager (Official Thread) - voip-ninja - 2013-03-20 Hey all, ran into a weird issue, wondering if anyone can help to sort it out. I fired up EMM the other day and for some reason my media share drives weren't mapped. As a result, when I updated the library EMM showed all blank files. No big deal, I just re-built the library and everything showed back up..... but.... The problem is that I switched the config on EMM a month or so ago to "frodo" and now that it's re-built the db it doesn't think any of my older movies (over 350 of them) have "posters". I tried to go back into the EMM config and set it for <movie>.jpg to be a poster also but for some reason EMM does not show that any of those movies have posters even after I cleaned the DB. Any ideas? RE: New Home for Ember Media Manager (Official Thread) - User 162286 - 2013-03-21 (2013-03-20, 23:42)voip-ninja Wrote: The problem is that I switched the config on EMM a month or so ago to "frodo" and now that it's re-built the db it doesn't think any of my older movies (over 350 of them) have "posters". I tried to go back into the EMM config and set it for <movie>.jpg to be a poster also but for some reason EMM does not show that any of those movies have posters even after I cleaned the DB. I'm using 1.3.09 and the same thing happens every time I start up EMM: it fails to acknowledge existing posters. All I have to do is refresh the media and it detects the existing posters correctly, so there's just some disconnect when it starts up. RE: New Home for Ember Media Manager (Official Thread) - voip-ninja - 2013-03-21 (2013-03-21, 03:40)dorrk Wrote:(2013-03-20, 23:42)voip-ninja Wrote: The problem is that I switched the config on EMM a month or so ago to "frodo" and now that it's re-built the db it doesn't think any of my older movies (over 350 of them) have "posters". I tried to go back into the EMM config and set it for <movie>.jpg to be a poster also but for some reason EMM does not show that any of those movies have posters even after I cleaned the DB. Well, sounds like it might be a somewhat different problem. I am running the latest build. The movies I've scraped/added recently are fine... they show the posters as they are in the "new" frodo format. How exactly are you "refreshing" just the media for your files? RE: New Home for Ember Media Manager (Official Thread) - User 162286 - 2013-03-21 (2013-03-21, 04:31)voip-ninja Wrote:(2013-03-21, 03:40)dorrk Wrote:(2013-03-20, 23:42)voip-ninja Wrote: The problem is that I switched the config on EMM a month or so ago to "frodo" and now that it's re-built the db it doesn't think any of my older movies (over 350 of them) have "posters". I tried to go back into the EMM config and set it for <movie>.jpg to be a poster also but for some reason EMM does not show that any of those movies have posters even after I cleaned the DB. Sorry, I guess the proper term in EMM is "reload." You can do this to single item via Right Click > Reload, or select all the movies and hit F5. This forces EMM to magically rediscover the posters it didn't recognize when it started up minutes earlier. RE: New Home for Ember Media Manager (Official Thread) - >>X<< - 2013-03-21 (2013-03-20, 23:42)voip-ninja Wrote: Hey all, ran into a weird issue, wondering if anyone can help to sort it out. You mistake was deselecting the old image types, EMM won't display artwork that's not enabled, if you enable them and use Reload as suggested above it should work, the drawback is EMM will then create old and new image types for any new stuff added. Why not just convert your old image types there's plenty of apps to do this easily, I personally use "Flexible Renamer" as its free. If reload doesn't work then your just have to rebuild your db with those images enabled which really doesn't take long as it only has to load them. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-03-22 (2013-03-20, 21:41)Shemhazai Wrote:(2013-03-20, 15:40)Shemhazai Wrote: When I clean install Ember (1.3.10 fix1) and after following the wizard the program runs a first time but stalls on 'performing preliminary tasks'. that's a bug. we will have to look into it RE: New Home for Ember Media Manager (Official Thread) - Swifty - 2013-03-22 Is there any way to get ember to use the folder name instead of filename when creating images? Eg, I'm using "frodo" image naming settings and have the following layout; Z:\films\movie xyz\movie xyz-cd1.mkv I have "use folder names" set on the ember source, and when I scan the film ember creates: Movie xyz-cd1-fanart.jpg Movie xyz-cd1-poster.jpg Now if I reopen ember and click "movie xyz" it doesn't display the images.. (I guess because its looking for it without the "-cd1") Am I missing something? RE: New Home for Ember Media Manager (Official Thread) - voip-ninja - 2013-03-22 (2013-03-21, 17:28)>>X<< Wrote:(2013-03-20, 23:42)voip-ninja Wrote: Hey all, ran into a weird issue, wondering if anyone can help to sort it out. Ah, you jogged my brain and helped me figure out what the problem was. I had re-selected "movie.jpg" and reloaded with no success, when what I needed to do was select "<movie>.jpg" and then reload. Problem solved. I think it will be more challenging than a simple rename to take a bunch of <movie>.jpg files and re-name them to <movie>-poster.jpg. |