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
|
- mark007 - 2009-07-07 No just downloading latest releases from the main page. - Ayla - 2009-07-07 Hitcher Wrote:That's because the path ignores 'parts' and thus can't be found. Anything I can do about it, Hitcher? Apart from making all my 2 part movies into 1 part. - ezechiel1917 - 2009-07-07 Hello, I just started using this manager, and it's really lovely. I've found out some interesting behaviour when editing movie. If you click OK in Edit Movie window (no matter if you did or didn't edit anything) cast order in your nfo will be overwritten by order you see in Edit Movie window, since by default in Edit Movie Window sorting is by First Name in Name that order is after clicking OK saved to your nfo, overwritting your original cast order (IMDb one) I believe this isn't supposed to be intenional, and cast order in nfo should be preserved (unless you do some changes to it perhaps). Thanks for all the work on this software EDIT: also running media tags updater on your media overwrites cast order. - Hitcher - 2009-07-07 Ayla Wrote:Anything I can do about it, Hitcher? Nothing. - uncertainty - 2009-07-07 Call me a noob but need some guidance using bulk renamer. I'm using r626 and currently for my filenames I use "moviename.year.br.mkv" for all my bluray rips. I now want to change that to "moviename.year.bluray.mkv" along with all the associated tbn/fanart/nfo files. How do I go about doing that using the bulk renamer? thanks again - ezechiel1917 - 2009-07-07 nul7 Wrote:The last version was in anticipation of the CodecID and Codec being separate in the nfo, but the XBMC dev team decided it was best to just merge the two into one Codec tag. So this version does the same.... It tries 2 different methods to get the CodecID and if none found, will just read the format, putting whichever it finds first in the Codec tag. Removing <codecid> is ok, but moving it's data from it to <codec> is not. With svn626 from first post <codec> tag is filled with data which were previously stored as <codecid> by EMM, then XBMC skins aren't showing some media tags, because they expect them different, for example <codec>dca</codec> for DTS, instead of current EMM <codec>a_dts</codec> which XBMC skins doesn't recognize. Quote:ListItem.VideoCodec - video codec of the stream. This is the fourcc if available or the decorder codec if not. e.g. xvid, mpeg4, h264. - Nuno - 2009-07-07 uncertainty Wrote:Call me a noob but need some guidance using bulk renamer. I'm using r626 and currently for my filenames I use "moviename.year.br.mkv" for all my bluray rips. I now want to change that to "moviename.year.bluray.mkv" along with all the associated tbn/fanart/nfo files. First you have to lock all movies you do NOT want to rename (this is the only option to select movies for now) Second, in Folder and/or File pattern use: $T.$Y.bluray The output will be "The Movie Name.year.blueray" To replace SPACES with period use: $T.$Y.bluray$X. The output will be "The.Movie.Name.year.blueray" To replace SPACES with _ use: $T.$Y.bluray$X_ The output will be "The_Movie_Name.year.blueray" If you want only to change filenames use $D on folder pattern and the above in file pattern. To keep the filename and change directory use $F in file pattern and the above in folder pattern. I can try all flags and watch for the result real time in the list.. only after hit rename change will be done. - uncertainty - 2009-07-07 Nuno Wrote:First you have to lock all movies you do NOT want to rename (this is the only option to select movies for now) Ok I locked all my movies but 20 I wanted to rename. I then placed $T.$Y.bluray in the File area but no movies appeared in the list. In fact no matter what I do I cant seem to get any movies to even appear in the bulk renamer list. Edit: this is the error ember is giving me in the log when I just try to open the bulk renamer tool using r626 "Title: Error Message: Index and length must refer to a location within the string. Parameter name: length StackTrace: at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at Ember_Media_Manager.dlgBulkRenamer.bwLoadInfo_DoWork(Object sender, DoWorkEventArgs e) Date/Time: 7/7/2009 12:43:02 PM" thanks - Nuno - 2009-07-07 uncertainty Wrote:Ok I locked all my movies but 20 I wanted to rename. I then placed $T.$Y.bluray in the File area but no movies appeared in the list. In fact no matter what I do I cant seem to get any movies to even appear in the bulk renamer list. Ohh.. I see the issue now.. you are using multiple movies in one folder.. Will be fixed next release EDIT: for this cases you should use $D for folder patten. - patkhoo - 2009-07-07 hi guys, I've searched through this thread but I couldn't find it anywhere, so I'm asking it here.. Does anyone use the MediaInfo.dll to get Runtime? I am using r626 and when I set this option, it gives me runtime of only the first part of a multipart movie. For example: Watchmen.cd1.avi - 90min Watchmen.cd2.avi - 90min Runtime (if set to use MI) will show as 90min, and not 180min.. Anyone else see this problem? - nul7 - 2009-07-07 ezechiel1917 Wrote:Removing <codecid> is ok, but moving it's data from it to <codec> is not. With svn626 from first post <codec> tag is filled with data which were previously stored as <codecid> by EMM, then XBMC skins aren't showing some media tags, because they expect them different, for example <codec>dca</codec> for DTS, instead of current EMM <codec>a_dts</codec> which XBMC skins doesn't recognize. It is correct. As mentioned many times in this thread, some output of mediainfo needs to be converted to what XBMC expects... we don't have every possible codec in our libraries, so we don't know all needed conversions. We rely on you guys to help us out in that respect. I'll add a conversion from "a_dts" to "dca". patkhoo Wrote:hi guys, I've searched through this thread but I couldn't find it anywhere, so I'm asking it here.. Does anyone use the MediaInfo.dll to get Runtime? I am using r626 and when I set this option, it gives me runtime of only the first part of a multipart movie. Combining the duration from a stacked set is not supported in Ember, yet. We'll work on that after the feature freeze. - logictester - 2009-07-07 request: before the tv shows section comes - an ability to clean tv shows .nfo <director> tag of all the flags info, the way it's done for movies, a script maybe? thanks a lot for an amazing tool - flipped cracker - 2009-07-08 it'd be really nice if there were keyboard shortcuts. like enter would open the edit movie window. it'd also be nice to have to option to only show original size fanarts. i'm probably never gonna use anything but the full size. - ezechiel1917 - 2009-07-08 nul7 Wrote:It is correct. As mentioned many times in this thread, some output of mediainfo needs to be converted to what XBMC expects... we don't have every possible codec in our libraries, so we don't know all needed conversions. We rely on you guys to help us out in that respect. I'll add a conversion from "a_dts" to "dca". ok, same goes for ac3, <codec>a_ac3</codec> should be <codec>ac3</codec> I will let you know if I find some more. Also wanted to ask if there is any chance for checked box in trailers, if you only have trailer URL in nfo for trailer, but not actual trailer offline, currently box is only checked for local trailers. Contrary something reversed for subtitles, which would checked Subtitles box if EMM detected any external subtitles (those actualy not muxed in container) by filename*.extension (.srt,.sub and other common subtitle types) for example moviename.avi moviename.English.srt would have sub box checked. - uncertainty - 2009-07-08 Nuno Wrote:Ohh.. Great.... |