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) - TeKo - 2012-07-03 (2012-07-03, 13:23)krish_2k4 Wrote: I noticed if you scrape for a trailer url link, the trailer column does not show a "tick" to say it is scraped. possible bug? Not really a bug I think it only works for downloaded trailers and never worked for URLs but it would be really nice to implement it for URL trailers too. RE: New Home for Ember Media Manager (Official Thread) - krish_2k4 - 2012-07-03 (2012-07-03, 14:53)TeKo Wrote:(2012-07-03, 13:23)krish_2k4 Wrote: I noticed if you scrape for a trailer url link, the trailer column does not show a "tick" to say it is scraped. possible bug? considering the scraper in xbmc scrapes trailers from youtube (via TMDB) I think it should! edit: just though it would be pretty neat to have a different colour of "tick" to tell you which type of trailer you have (stream or downloading), a green tick can be a streaming trailer and a blue tick could mean a downloaded trailer. RE: New Home for Ember Media Manager (Official Thread) - antonstarlid - 2012-07-06 Hay i run Windows 2008 R2 x64 and when i try to start Ember i get this On my Windows 7 Pro it works whitout any problems at all /Anton RE: New Home for Ember Media Manager (Official Thread) - bodrick - 2012-07-06 Status Update I just wanted to let everyone know that I have indeed been working hard on Ember, as I had said before I'm in the process of reworking the framework, improving the underlying structure so that going forward Ember should be faster, easier to develop for and easier to update. Right now its hard going and I have no timeframe on when this process will be complete, but I wanted to keep everyone in the loop. RE: New Home for Ember Media Manager (Official Thread) - d3maxt - 2012-07-06 Thanks bodrick! Keep up the good work!! We do appreciate it! RE: New Home for Ember Media Manager (Official Thread) - pisoj1 - 2012-07-06 I am loving this program! One issue I had is when I try to do batch rename...it wont rename folders just the movie inside it...any tips on how to fix ? RE: New Home for Ember Media Manager (Official Thread) - TeKo - 2012-07-06 (2012-07-06, 18:22)pisoj1 Wrote: I am loving this program! Did you change both Folder Patterns on the left side? Worked like it should for me but now I just use autorename. RE: New Home for Ember Media Manager (Official Thread) - pisoj1 - 2012-07-06 Ahhh no I didn't only the top one...it works now, thanks! RE: New Home for Ember Media Manager (Official Thread) - CrashnBrn - 2012-07-06 I know this has been asked before but is there anyway to include an Anime scraper from anidb? Most of my anime does not get picked up correctly. RE: New Home for Ember Media Manager (Official Thread) - bodrick - 2012-07-07 (2012-07-06, 22:09)CrashnBrn Wrote: I know this has been asked before but is there anyway to include an Anime scraper from anidb? Most of my anime does not get picked up correctly. My current goal is to utilize the scrapers from XBMC, so rather than having to hard code everything, it will utilize the XML scrapers. I suspect that there are a couple of Anime scrapers for XBMC, so in theory it will be covered. RE: New Home for Ember Media Manager (Official Thread) - Triscal2000 - 2012-07-07 Hi, I'm running the git source of EMM, and i ran into a bit of an error... dlgXBMCHost.vb SourceGuessing() was giving me an unhanded exception, was a quick easy fix... Find: Dim xs As String = XBMCSources.FirstOrDefault(Function(y) fPath.StartsWith(y)) If fPath.StartsWith(xs) AndAlso myPaths.Contains(GetFilePath(xs, fPath, RemotePathSeparator)) Then es.XBMCSource(xs) = Convert.ToInt32(es.XBMCSource(xs)) + 1 End If Replace with: Dim xs As String = XBMCSources.FirstOrDefault(Function(y) fPath.StartsWith(y)) If CDbl(xs) <> 0.0 Then If fPath.StartsWith(xs) AndAlso myPaths.Contains(GetFilePath(xs, fPath, RemotePathSeparator)) Then es.XBMCSource(xs) = Convert.ToInt32(es.XBMCSource(xs)) + 1 End If End If RE: New Home for Ember Media Manager (Official Thread) - pisoj1 - 2012-07-07 Urghh on some movies it just hangs doesn't want to load it... Also why are some movies in the database like 5 times yet the directory is the exact same each time =/ RE: New Home for Ember Media Manager (Official Thread) - publicENEMY - 2012-07-08 theres a bug in ember media manager 1.3.0.7. when you enable 'use image cache' in settings->movies->scrapers - image trailers->caching, you can never get high resolution poster images and sometimes you cant set the poster/fanart images. bulk renamer also doesnt work. thanks. RE: New Home for Ember Media Manager (Official Thread) - pisoj1 - 2012-07-08 Is there a way to make this program run like 2 threads? So it can do more than one search at a time? Would be awesome if it could try and do a fair few at once. RE: New Home for Ember Media Manager (Official Thread) - olympia - 2012-07-09 Yeah, and then how do you think the content providers would tolerate that? |