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
|
- mcborzu - 2010-01-27 Andy, I just tried the season level fanart and nothing came up. My folder structure is the same as yours... 1. Tried just putting fanart.jpg in my season 2 folder-nothing 2. Rescan source and information refresh-nothing My myvideonav.xml code on the skin I'm working on is: PHP Code: <control type="largeimage"> Didn't seem to work in Transparency or Confluence either....I'm on r27125 - fnwc - 2010-01-27 nul7 Wrote:By "latest build" are you talking about the last stable release or the last test version? I just checked this movie and it worked perfectly. I'm referring to r1102 Beta x64, however, I will find an example when I get home and get back to you. - nul7 - 2010-01-27 fnwc Wrote:I'm referring to r1102 Beta x64, however, I will find an example when I get home and get back to you. Ok... that explains it. Then it's already fixed in the new builds.... the last batch of test releases are still available on http://www.mediafire.com/embermm. - TugboatBill - 2010-01-27 nul7 Wrote:Once TV Shows is done, we'll get started on music support... so maybe 6 months or so. lol I just pinched myself and I'm not dreaming! One media manager to rule them all. - chunkhead - 2010-01-27 Season level fanart is CONFIRMED working in XBMC rev27017 with Aeon Showmix. I cannot get it to work with anything else! Tried Alaska, Confluence and Temmi2000 (Aeon65). I use Showmix anyway so i'm delighted. fanart.jpg - andyblac - 2010-01-27 nul7 Wrote:I've added support for seasonx.tbn... but i can't find any info on season level fanart. From everything I've found, XBMC does not support this. Do you have a link or anything that shows all the files that XBMC supports that are not in the wiki? Would be helpful to me because, again, I don't use XBMC for TV Shows so I just have to go off of what I read. ok, just tried my database in Confluance, and you seem to be correct, i have used my skin for that long. i have begun to think that it's features are standard , sorry aboout that. but if you could add support for this i would gladly make a donation for it to be included. i think, there are others that would use this feature, i could make a patch file for confluance for them ? - coendeurloo - 2010-01-27 I have done some more research to the Youtube trailers issue, and it seems that Youtube blocks access to the direct mp4 link when you already used it once. The following EMM generated link to a Bruno trailer: Code: http://www.youtube.com/get_video?fmt=18&video_id=v4EneHPu6i8&t=vjVQa1PpcFPc2CdSNih9N10ZmjPeFXwKvAdg416CBFE%3D Edit: When I browse to the exact same Bruno trailer on youtube (http://www.youtube.com/watch?v=v4EneHPu6i8&t), and create a link to the mp4 using the 'Downloadhelper' Firefox extension the link is: Code: http://www.youtube.com/get_video?video_id=v4EneHPu6i8&t=vjVQa1PpcFO87eSzLwULi90Md8AVvTluZVnOHlAOsPE%3D&fmt=18 - CorpseTumor - 2010-01-27 Im having the same problem as before, when i scrape in "bulk" nfo's are not created, i have it checked in the options dont know whats going on. - olympia - 2010-01-27 coendeurloo Wrote:I have done some more research to the Youtube trailers issue, and it seems that Youtube blocks access to the direct mp4 link when you already used it once. The following EMM generated link to a Bruno trailer: I strongly beleive that youtube is changing direct links from time to time. Maybe daily or so. Maybe only for HD, I am not sure. Thus including direct URLs in the nfos, instead of downloading them and storing locally does not make so much sense in my opinion. - coendeurloo - 2010-01-27 olympia Wrote:I strongly beleive that youtube is changing direct links from time to time. Maybe daily or so. Maybe only for HD, I am not sure. Thus including direct URLs in the nfos, instead of downloading them and storing locally does not make so much sense in my opinion. No, the URL is still the same. Do you have any info that backs up your statement about youtube changing the links? The only thing that's 'changed' is the position of '&fmt=18' and that is because EMM puts that part in the beginning. I wonder if the link will remain working if that part of code gets placed at the end of the link. The thing that didn't make it work was that part of the code...there is no reason to believe the link has changed pshysically on youtube's end. So far, it works. - RenZ0R - 2010-01-27 wow, just come across this software and its awesome, its been really really helpful for fixing my film library just skipped back a few pages cant wait to try the new build when its available for tv shows - vhammond - 2010-01-27 olympia Wrote:Would you mind to share also what happens?The Frame Extraction button is highlighted, I click on it, but nothing happens after that. The movie is never loaded and frames are never available to select. - TugboatBill - 2010-01-27 vhammond Wrote:The Frame Extraction button is highlighted, I click on it, but nothing happens after that. The movie is never loaded and frames are never available to select. What file format are your movies in? You do know this feature doesn't work for ISOs, don't you? - olympia - 2010-01-27 coendeurloo Wrote:No, the URL is still the same. Do you have any info that backs up your statement about youtube changing the links? Hmmm? Are you saying that your above mentioned two links are the same except the placement of '&fmt=18'? I don't think so. v4EneHPu6i8&t=vjVQa1PpcFPc2CdSNih9N10ZmjPeFXwKvAdg416CBFE%3D v4EneHPu6i8&t=vjVQa1PpcFO87eSzLwULi90Md8AVvTluZVnOHlAOsPE%3D Did I misunderstand something? - coendeurloo - 2010-01-27 olympia Wrote:Hmmm? Are you saying that your above mentioned two links are the same except the placement of '&fmt=18'? I don't think so. No, I stand corrected. My comparision stopped at the beginning and end part of the code Excuse me. So basically inserting the streaming youtube link is not usable? That's a bummer! |