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) - aptalca - 2012-04-11 (2012-04-11, 00:01)DanCooper Wrote:(2012-04-10, 23:25)aptalca Wrote: Hi guys, just a quick question. I have always used xbmc's internal imdb scraper and was very happy with it except for the trailer link part. (Although now it supports youtube trailer scraping from tmdb and it is awesome) Thanks Dan, But I think you misunderstood my question. I have done the export/import cycle before. The problem with that is when exporting, xbmc automatically creates the nfo file with the streaming trailer link. And when you import those back into the library, the trailer link comes from the nfo file, it doesn't get rescraped. My question was whether ember could modify the nfo's to change only the trailer links. Or an easier way would be if ember could directly update the database like xbne but in an automated fashion. I am not sure if ember is able to do that or not. Thanks AW: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-11 With mysql you can't directly update the database. Bit you can only scrape and update the nfo trailer link in Ember. take the option automatic scrape, all, only trailers. RE: New Home for Ember Media Manager (Official Thread) - TeKo - 2012-04-11 (2012-04-11, 02:34)aptalca Wrote:(2012-04-11, 00:01)DanCooper Wrote:(2012-04-10, 23:25)aptalca Wrote: Hi guys, just a quick question. I have always used xbmc's internal imdb scraper and was very happy with it except for the trailer link part. (Although now it supports youtube trailer scraping from tmdb and it is awesome) Yes you can scrape for trailer only. Scrape Media>All Movies>Auto>Trailer only RE: New Home for Ember Media Manager (Official Thread) - aptalca - 2012-04-11 Oh that's great I just downloaded ember and tried it out (on a sample batch) It seems even if I do just the trailer update, it still rewrites the whole nfo. The info seems to be unchanged except reorganized and certain characters are replaced such as ' -> ' I hope that doesn't cause a problem when re-imported. One thing I noticed is that if I select both imdb and tmdb as trailer source, imdb has a higher priority. Do you guys find imdb more useful or tmdb when it comes to trailers? Thanks RE: AW: New Home for Ember Media Manager (Official Thread) - RockDawg - 2012-04-11 (2012-04-11, 09:03)DanCooper Wrote: With mysql you can't directly update the database. It turns out that you can directly update mySQL dbs! I thought the XBMC Controller module was broken altogether because I couldn't even get it to work on a local SQLite db. After you said it does wok on those, I uninstalled EMM and did a fresh install. It then worked on a local SQLite db, but even better it now also works on my central mySQL db! I turned on notifications and and changed the plot of one of my existing movies to "TEST". When I saved it in EMM, I got a notification on XBMC and when I went into the movie info for that movie the plot read "TEST". I did the same to put the correct plot back and again it worked. I know it used to not work on mySQL dbs, but maybe recent XBMC changes somehow fixed that. This is a huge finding for me as I sorely missed this feature. RE: AW: New Home for Ember Media Manager (Official Thread) - DanCooper - 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. Ohhh?!? Sorry for my wrong information. But good to know =) (2012-04-11, 01:25)bodrick Wrote: On my version I did manage to get some IMDB trailers working, some are mp4's and the rest seem to be rtmp. But the mp4's do download and you can play them. Your version 1.3.0.4 and github are the same state? RE: New Home for Ember Media Manager (Official Thread) - Axodious - 2012-04-11 (2012-04-11, 01:25)bodrick Wrote:(2012-04-11, 00:42)DanCooper Wrote:(2012-04-10, 22:05)bodrick Wrote: Can you let me know what updates you made so I can figure out how to integrate them with my version of the source. I'm not trying to download the trailers, I'm trying to get them all to show as Youtube plugin links. I only have TMDB Youtube enabled and it's still grabbing IMDB links. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-11 (2012-04-11, 17:31)Axodious Wrote: I'm not trying to download the trailers, I'm trying to get them all to show as Youtube plugin links. I only have TMDB Youtube enabled and it's still grabbing IMDB links. Ember version 1.3.0.4 or my "share-online"-version? RE: New Home for Ember Media Manager (Official Thread) - Axodious - 2012-04-11 (2012-04-11, 17:36)DanCooper Wrote:(2012-04-11, 17:31)Axodious Wrote: I'm not trying to download the trailers, I'm trying to get them all to show as Youtube plugin links. I only have TMDB Youtube enabled and it's still grabbing IMDB links. Your latest version as posted on the forum. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-11 (2012-04-10, 20:12)DanCooper Wrote: I have build a new version of Ember with full Youtube-Plugin support for XBMC. You took this version? These works. Please test the manual way in "edit movie" (green +). If the links is NOT correct (with plugin://) or no link found, try enable IMDB and disable TMDB. my setting: RE: New Home for Ember Media Manager (Official Thread) - Axodious - 2012-04-11 When trying to disable/enable IMDB/TMDB the apply button stays greyed out as if I haven't changed any settings. If I uncheck/check Enable Trailer Support then the button lights up. Changing the setting and hitting OK keep the movie I'm testing with as RTMP. Edit: I didn't have Enable Trailer Support enabled in the Scrapers - Images & Trailers area, when I enable it I get the green + and click it the URL after I download the list of trailers shows as plugin:// there but it's still RTMP in the automated scrape. Edit 2: If I enable IMDB only it still grabs the RTMP link but if I hit the green + and click Download Trailer List it doesn't do anything. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-11 (2012-04-11, 18:00)Axodious Wrote: Edit 2: If I enable IMDB only it still grabs the RTMP link but if I hit the green + and click Download Trailer List it doesn't do anything. In the last Version IMDB & TMDB it was reversed.... was only an attempt. If the link in manual mode correct, the problem is another. Get during automated scrapers, only get url & get during single scrape is activate? RE: New Home for Ember Media Manager (Official Thread) - Axodious - 2012-04-11 I'm dumb, the problem was I didn't have get during automated scrapers and during single scrape activated. Sorry for wasting time. >_< Edit: It was weird though that even though I didn't have them activated for some movies it was grabbing the plugin URL which is what confused me. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2012-04-11 RE: AW: New Home for Ember Media Manager (Official Thread) - bodrick - 2012-04-11 (2012-04-11, 17:04)DanCooper Wrote:(2012-04-11, 15:45)RockDawg Wrote:(2012-04-11, 09:03)DanCooper Wrote: With mysql you can't directly update the database. Not yet, I've not pushed out to github with my latest changes. |