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) - bry - 2013-05-10 sweet - should the download trailers functionality be working? I have multiple movies where emm is not able to pull the list of trailers and hangs forever. RE: AW: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-05-10 (2013-05-08, 11:13)orbtwin Wrote:(2013-05-07, 23:13)DanCooper Wrote:(2013-05-07, 22:51)orbtwin Wrote: hello again everybody: I have found the error. Should work now (next release). (2013-05-10, 17:30)bry- Wrote: sweet - should the download trailers functionality be working? I have multiple movies where emm is not able to pull the list of trailers and hangs forever. Should work. Have you ever checked if the video is still online? RE: AW: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-05-10 (2013-05-08, 22:26)IceNine Wrote:(2013-05-08, 17:44)DanCooper Wrote: Looks like a stacking problem. I will check that. The regular expression is the same as in XBMC (more or less). I do not want to remove "part". The error in "A Man Apart" I corrected. Now it must follow a number after CD / DVD / part / disc. The original regex is: Code: [\s_\-\.]+\(?(cd|dvd|p(?:ar)?t|dis[ck])[\s_\-\.]*[0-9]+\)? But you can (close Ember before) change the AdvancedSettings.xml as ("part" is removed in this string): Code: <Setting Section="*EmberAPP" Name="CheckStackMarkers">"[\s_\-\.]+\(?(cd|dvd|dis[ck])[\s_\-\.]*[0-9]+\)?"</Setting> RE: AW: New Home for Ember Media Manager (Official Thread) - IceNine - 2013-05-10 (2013-05-10, 19:18)DanCooper Wrote:(2013-05-08, 22:26)IceNine Wrote:(2013-05-08, 17:44)DanCooper Wrote: Looks like a stacking problem. I will check that. The new code is working great, thank you! On a side note I did have a question in regards to future features. Are there any plans to eventually be able to filter the TV Shows tree list like we can now with Movies, by New, Marked, Missing Items etc? I find this very handy for cleaning up my movies from time to time and if I add multiple episodes of TV shows across multiple shows it is a bit of a pain to track down every new episode I added sometimes. Even if there was an option to only show new episodes that would be a big step forward for how I personally use EMM. RE: New Home for Ember Media Manager (Official Thread) - Terminator-X - 2013-05-10 Hi, I'm very happy with Ember, thanks for all the hard work! I used to have Mediaportal but switched to XBMC and realy like Ember as a replacement of the TV Seriesplugin from Mediaportal. I have 2 questions: 1) when I have a serie on DVD, with for example S01E01-04 ripped in VIDEO_TS folder and .vob format, how do I get Ember to scrape it right? Rename/structure etc? 2) Upon scraping TVSeries not only had a screen for selecting the right Series (so does Ember) but also made an Episode match, which you could change. Any option for that? Keep up the excellent work! RE: AW: New Home for Ember Media Manager (Official Thread) - kostakias - 2013-05-11 (2013-05-10, 19:49)IceNine Wrote:(2013-05-10, 19:18)DanCooper Wrote:(2013-05-08, 22:26)IceNine Wrote: I think you are right, the one commonality I saw in all the movies was the word 'part' somewhere in the title, even as part of another word. For example, the movie "A Man Apart" was on the list, and sometimes when I would try to have Ember change the name, either through the BMR or by the auto-rename on scrape function, it would make files titled "A Man A.nfo" etc. So it seems like the word 'part' is the problem. Hello, to all. I added that code to AdvancedSettings.xml and the rename fuction is working great but, scrapping stacked movies, the .nfo and the trailer filenames have "cd1" within, although i have checked the "<movie>.nfo(stack)" option in settings. Without the code added to AdvancedSettings.xml that option works and creates filenames without the "cd1" word. Am i doing something wrong or is this another stacking problem? Thanks!!! RE: New Home for Ember Media Manager (Official Thread) - war59312 - 2013-05-11 Please add "duration format" for TV shows. There is a pull request somewhere for it. Edit: Here is the commit: https://github.com/jfearon/Ember-MM/commit/f4724e3e65a58fe2e300b01d24b444afe136a12b RE: New Home for Ember Media Manager (Official Thread) - MediaPlayer - 2013-05-11 Silly assumption here. Can I add a Genre to the Genres.xml file ? I currently have a folder that contains comic book adaptations (Batman, Ironman, Avengers ...) I'd like to option the genre if possible. I will assume all it takes is to edit the .xml file and nothing else ? RE: New Home for Ember Media Manager (Official Thread) - Walhalla - 2013-05-11 (2013-05-11, 07:05)MediaPlayer Wrote: Silly assumption here. Can I add a Genre to the Genres.xml file ? It should be a simple xml edit, but there is a gui for that Code: Edit | Settings | Miscellaneous | Genres Editor But don't you think a set is better for that? Code: Tools | Sets Manager RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-05-11 (2013-05-11, 10:10)Walhalla Wrote:(2013-05-11, 07:05)MediaPlayer Wrote: Silly assumption here. Can I add a Genre to the Genres.xml file ? Don't forget to map a picture to all new genres! (2013-05-11, 00:51)kostakias Wrote: Hello, to all. I added that code to AdvancedSettings.xml and the rename fuction is working great but, scrapping stacked movies, the .nfo and the trailer filenames have "cd1" within, although i have checked the "<movie>.nfo(stack)" option in settings. Without the code added to AdvancedSettings.xml that option works and creates filenames without the "cd1" word. Please tell me the file names. Sreenshot? RE: New Home for Ember Media Manager (Official Thread) - falc410 - 2013-05-11 I wanted to use Ember MM to create nfo files for my fathers home movies, as someone suggested on the forums. Any idea why the option to extract thumbnails is greyed out under windows? the module is enabled. To make things worse I was unable to find a single software for windows that extracts thumbnails from movies recursively. My father is always the only one in the world with these kind of problems. I was hoping that Ember MM would be able to solve my problems. RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-05-11 (2013-05-10, 20:06)Terminator-X Wrote: Hi, I'm very happy with Ember, thanks for all the hard work! I used to have Mediaportal but switched to XBMC and realy like Ember as a replacement of the TV Seriesplugin from Mediaportal. 1) Ember don't support VIDEO_TS in tv shows atm. XBMC supports also not without adjustments. 2) No RE: New Home for Ember Media Manager (Official Thread) - kostakias - 2013-05-11 (2013-05-11, 00:51)kostakias Wrote: Hello, to all. I added that code to AdvancedSettings.xml and the rename fuction is working great but, scrapping stacked movies, the .nfo and the trailer filenames have "cd1" within, although i have checked the "<movie>.nfo(stack)" option in settings. Without the code added to AdvancedSettings.xml that option works and creates filenames without the "cd1" word. Please tell me the file names. Sreenshot? [/quote] Hello, I have version 1.3.0.12 installed. Under "Settings/Movies/Files and Sources" in NFO section i have checked <movie>.nfo(stack) option. That option creates nfos and trailers without the cd1 or dvd1 or disk1 words in filename. For example Flight.2012.BDRip.XviD-CD1.avi Flight.2012.BDRip.XviD-CD2.avi Flight.2012.BDRip.XviD-trailer.mp4 Flight.2012.BDRip.XviD.nfo (And another question: why the <moviename>.tbn still has the "cd1" prefix in the filename?) Now if i edit the AdvancedSettings.xml file and insert the new code <Setting Section="*EmberAPP" Name="CheckStackMarkers">"[\s_\-\.]+\(?(cd|dvd|dis[ck])[\s_\-\.]*[0-9]+\)?"</Setting> <Setting Section="*EmberAPP" Name="DeleteStackMarkers">"[\s_\-\.]+\(?(cd|dvd|dis[ck])[\s_\-\.]*[0-9]+\)?"</Setting> then reopen ember and reload the movie "flight" it loses the nfo and trailer and i have to rescrape. It then create new nfo and trailer files with CD1 in filename although i haven't change the <movie>.nfo(stack) option. Hope that was helpful. RE: New Home for Ember Media Manager (Official Thread) - w0rtez - 2013-05-11 I have version 1.3.0.12, and i cant scrape any movie, all them just bring a Resident Evil as Poster, Check SS below: RE: New Home for Ember Media Manager (Official Thread) - SlrG - 2013-05-11 Feature Request: XBMC seems to expect the runtime of TV Shows in minutes. Ember exports them in seconds. For movies this is configureable. It would be nice to have the same functionality for TV Shows. |