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: AW: New Home for Ember Media Manager (Official Thread) - aptalca - 2012-04-11 (2012-04-11, 15:45)RockDawg Wrote:(2012-04-11, 09:03)DanCooper Wrote: With mysql you can't directly update the database. So you mean I can update all the trailer links directly in the mysql database without an export/import cycle? Amazing Also when I tried the trailer link update with youtube/tmdb, the links were http links from youtube, not the plugin links. Is that a problem? If it is, how do I fix it? Btw I am using 1.3.0.4 from the project site Thanks RE: AW: New Home for Ember Media Manager (Official Thread) - bodrick - 2012-04-11 (2012-04-11, 19:35)aptalca Wrote:(2012-04-11, 15:45)RockDawg Wrote:(2012-04-11, 09:03)DanCooper Wrote: With mysql you can't directly update the database. I've just uploaded a new version 1.3.0.5 that has an extra option for formatting the youtube links on the scraper settings. This option allows you to specify whether the link is to be formatted for XBMC or just the regular URL. I've just released a new version that improves on the default scraping for IMDB to utilize the new trailer scraping, so no longer will you get the horrible RTMP as the default trailer link for scrapes. I've also improved the youtube scraping so that you can choose how to format the url for youtube trailers, whether to use the XBMC plugin format or just a regular URL. I've also added the ability to download extra formats via youtube, it seems that they now have webm/vp8 formats available and so I've made it possible to download these formats if you desire. The new file can be found at my project site which is now in my signature. AW: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-11 Thx RE: New Home for Ember Media Manager (Official Thread) - eljeh - 2012-04-12 Great!!! Thanks Bodrick, can't wait to get home from work to give it a try!!! RE: New Home for Ember Media Manager (Official Thread) - krish_2k4 - 2012-04-12 what is the best way to update whilst keeping the settings from previous release? RE: New Home for Ember Media Manager (Official Thread) - Skates - 2012-04-12 Anyone else have issues with IMDB scraping movies that contain two titles, the movie title and the original title? Ember currently is setting the following movie's name to the original title and not scraping the movie title: http://www.imdb.com/title/tt0064116/ RE: New Home for Ember Media Manager (Official Thread) - aptalca - 2012-04-12 (2012-04-12, 00:17)krish_2k4 Wrote: what is the best way to update whilst keeping the settings from previous release? I just unzipped it over the old one. It seemed to have worked. I guess the settings files are created post install and are not included in the zip, so they don't get overwritten. RE: New Home for Ember Media Manager (Official Thread) - olancasey - 2012-04-12 top update yesterday.... adds support to scrpae urls exactly for trailers in xbmc,,,# saves downlaoding all the trailers.... well impressed with people keeping this software improving.. RE: New Home for Ember Media Manager (Official Thread) - Mizaki - 2012-04-12 It looks like updating an nfo files wipes the lastplayed tag. Using 1.3.0.5. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-12 deleted RE: New Home for Ember Media Manager (Official Thread) - lid230 - 2012-04-13 Hi everyone, New to the forum here but it's great to see all of these updates. I have been using Ember for a while now but hadn't found all of these updates so I have been making do even though the program seemed to be slowly falling apart. So I plan to get everything up to date and hopefully start to get a bit more out of the program. Not sure if this is the right place to ask or if anyone will be able to answer this but does anyone know the ffmpeg command that Ember uses to create the video file with scrolling text when you use the Offline Media Manager option. Basically I have a collection of offline movies and TV episodes and I use the Offline Media Manager to get the meta data and then create a video which says where the DVD is located. This works fine for Movies but not for TV, I can create a 15 second avi from a jpg so I can use the backdrop.jpg file to create the video but I can't get the scrolling text overlay part. I have a few other ideas to do this either with subtitle files or by manually adding the DVD location to the picture but ideally I would like it to look the same as the offline movie files so if I had the ffmpeg command that Ember uses I could manually do it for the TV stuff and it will all look the same and be easier. The command I have at the moment for ffmpeg which creates a 15 second avi from the jpg is: ffmpeg -loop_input -i "F:\TV\The Big Bang Theory\Season 01\1x01 - Pilot.jpg" -s 1920x1080 -r 1 -t 15 -qscale 2 -b 1 -an "F:\TV\The Big Bang Theory\Season 01\1x01 - Pilot.avi" I guess all Ember does is something similar but with a switch to overlay some text. I have spent a will looking into various ffmpeg library commands but I haven't really got anywhere. If I could just find out what command Ember sends to ffmpeg I could work the rest out myself. Cheers for any help RE: New Home for Ember Media Manager (Official Thread) - Axodious - 2012-04-14 Using 1.3.0.5 with the new plugin link trailer support, noticed a couple of movies not scraping the plugin url on automatic scrape, instead I'm getting links going to http://www.totaleclips.com/ . An example movie would be Contraband. RE: New Home for Ember Media Manager (Official Thread) - oxyris - 2012-04-14 Hi, I have the following problem with EMM. For some reason the fanart stored in the extrathumbs folder is only downloaded in the smallest available resolution. When I scrape the movie (native scraper) I select all the fanart and tick the highest possible resolution. But still the fanart downloaded is only low resolution. Any idea what that's about? RE: New Home for Ember Media Manager (Official Thread) - Diazz - 2012-04-15 Hi, im having troubles in EMM, it scrapes a different movie then the one i have, i use "change movie" and select the correct one, and it still comes out the same? using 1.2 revo 2411 RE: New Home for Ember Media Manager (Official Thread) - TeKo - 2012-04-15 (2012-04-15, 00:18)Diazz Wrote: Hi, im having troubles in EMM, it scrapes a different movie then the one i have, i use "change movie" and select the correct one, and it still comes out the same? using 1.2 revo 2411 You use Ember 1.2? If yes update... Try to use the imdb id. |