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
|
- nul7 - 2009-06-09 mfsav2 Wrote:Hehe... that's true but from this posts Aeon-specific meta-media information index (with Pictures) it appears that there are some files that Aeon requires and from here XBMC / Videos the information are quite confusing. I completely understand your intentions, but I think there are just too many variations and every person would want something different anyway. mfsav2 Wrote:Ok I will try it, I was using an ASK. Let me know if it doesn't work properly for you. It seems to be working perfectly for me.... but so do a lot of things other people have problems with. lol mfsav2 Wrote:This is terrible. (for me). It's non-conforming because, for ease of coding and speed, I use .NET's serialize functions to load and save nfos. Instead of parsing and loading/setting each element individually, using probably 200-300+ lines of code, I can just run about 4 lines of code to save and load, but this only works if the nfo is proper xml. Since the url is just text stuck on the end and not proper xml, deserializing fails. What other program do you use to export these nfo files? Is it possible to have the program export title and imdb id elements instead of a title element and imdb url text? If you did that, it would work just fine, title lock and all. EDIT: Actually... When an nfo is detected as non-conforming I can have it load the nfo as text and look for a url and check the rest for nfo-type items.... if it passes, convert the url to an element, remove the url, save the resulting file, then recheck it for conformance. If you make a feature request on the google code page for this I'll work on it. - m.savazzi - 2009-06-09 nul7 Wrote:What other program do you use to export these nfo files? Is it possible to have the program export title and imdb id elements instead of a title element and imdb url text? If you did that, it would work just fine, title lock and all. I think both options are good. I will put the feature request in. Which field will you use for the IMDB reference? and how you want it? (full url or just the last part) - nul7 - 2009-06-09 mfsav2 Wrote:I think both options are good. I will put the feature request in. I'm not sure I understand your question. What I meant was that if you could get the other program to export like the following, it would work fine in Ember: Code: <movie> OR I could add some extra code to read the url from your existing nfos and convert it to the above format. - m.savazzi - 2009-06-09 nul7 Wrote:I'm not sure I understand your question. What I meant was that if you could get the other program to export like the following, it would work fine in Ember: I will change the export function to match the format. is ID only for them IMDB or it has other meanings? where can I find the specification It is good if you modify Ember as you proposed anyway. - blaize - 2009-06-09 When scanning for new content, the new movies are added to XBMC library nicely, except for the folder.jpg wallpaper and all the info works fine, but the folder.jpg i have to manually browse for. (The files (avi, nfo, jpg) are on an external HD) anyone else has this problem and a possible solution? thanks. - MrDVD - 2009-06-09 Code: Changes in r257: I have an folder called AAA with an mkv inside also called AAA.mkv and an nfo called BBB.nfo where an ttxxxxxx is inside but EMM ignore this file. The url inside this nfo point to http://www.imdb.de but i thing this was not important as you search only for tt...... Do i have to change something inside my settings ? - garyi - 2009-06-09 Christ there really does need to be a different thought process on these types of thread. Perhaps app development could get its own forums like skins do. There are current 76 pages on this one and all I want to know is, if I have infos and jpgs already for my movies will this app be able to work with them. I like the clean looking interface so would like to move over to it. Sorry if its been asked in this uber mammoth thread before. - bramblepants - 2009-06-09 garyi Wrote:Christ there really does need to be a different thought process on these types of thread. Perhaps app development could get its own forums like skins do. There are current 76 pages on this one and all I want to know is, if I have infos and jpgs already for my movies will this app be able to work with them. I like the clean looking interface so would like to move over to it. I came over from MIP and it imported and read all the nfos and images I already had associated with my movies, if that helps?! On another note, I think the problem is a WIKI or help file is needed for this app. Probably something which users could assist with creating, but is difficult at this stage as the app is rapidly changing and getting new features all the time! - Nuno - 2009-06-09 Hi, Nul will shoot me because of this but I will do it anyway… bramblepants Wrote:On another note, I think the problem is a WIKI or help file is needed for this app. Probably something which users could assist with creating, but is difficult at this stage as the app is rapidly changing and getting new features all the time! Using the words from bramblepants To all EMM user and friends: If you are a good English writer, I ask you to help out EMM and do some Documentation (Helps) for EMM. I know nul will do it sometime, but he have a lot of work fixing and improving EMM, and I’m sure his time is not enough for everything. We (EMM user and friends) should give back a little of what he receive from him. “Why you don’t do it yourself?” I would if I was a good English writer . I’m not, so I try to help patching and adding/subjection new functionalities. I think (but nul can/will confirm) that Documentation maybe done in rtf/doc or HTML (easy to implement inside EMM) I apologize if I’m abusing… but EMM is a great tool, and nul have done a Great job with it, just want give back some, and help this Nice tool to be even better. PS: This is not one time work.. is a continued work where all EMM community can help - AnalogKid - 2009-06-09 Hey Nul, If you get a chance... would you mind taking a look at this thread... particularly from page 3 onwards... http://www.xbmc.org/forum/showthread.php?t=49801 would love to get your input into the ideas going on here... (It's about rationalising the messy situation with artwork naming and all the possibilities that are possible today). /The Kid - Ramshackles - 2009-06-09 I really love this app over the others, still curious about a few things: 1. Ability to change how the app handles multi-part .iso files (300, lord of the rings etc), since XBMC doesnt support stacking iso files, any chance of both files showing up in your app? That way I could name one part 1 and the other part 2 so it would be showing up nicely in library view 2. Ability to scrape from moviedb instead of imdb? for instance, tiesto has a dvd on moviedb but none exist on imdb and i'd love the info. - MrDVD - 2009-06-09 garyi Wrote:Christ there really does need to be a different thought process on these types of thread. Perhaps app development could get its own forums like skins do. There are current 76 pages on this one and all I want to know is, if I have infos and jpgs already for my movies will this app be able to work with them. I like the clean looking interface so would like to move over to it. Whats with the idea to copy one movie to an temp folder and try it ? - nul7 - 2009-06-09 mfsav2 Wrote:I will change the export function to match the format. is ID only for them IMDB or it has other meanings? where can I find the specification For EMM's purposes (and for 99% of XBMC usage) the ID is the IMDB ID. I'll try to work on the IMDB URL in the nfo issue some time today. blaize Wrote:When scanning for new content, the new movies are added to XBMC library nicely, except for the folder.jpg I don't think XBMC supports the folder.jpg file type, does it? It's just included in EMM for people who browse their collection via Windows Explorer. MrDVD Wrote: No... no settings need to be changed. It doesn't matter what is in the file as long as it has "tt######" in there somewhere. It's read as text and a regex match is performed to find the ID. I'll do some testing on this today to try to figure out why it's not working for you. EDIT: Found the problem. It will occur when you have no usable files at for the selected movie. It was skipping over the nfo check because it was assuming there is nothing there. Now it attempts to load the nfo whether it thinks it's there or not. Working fine for me. The fix will be in the next release. garyi Wrote:Christ there really does need to be a different thought process on these types of thread. Perhaps app development could get its own forums like skins do. There are current 76 pages on this one and all I want to know is, if I have infos and jpgs already for my movies will this app be able to work with them. I like the clean looking interface so would like to move over to it. You just have to select the proper file-types in settings and it should work just fine. bramblepants Wrote:I came over from MIP and it imported and read all the nfos and images I already had associated with my movies, if that helps?! It's definitely on my list of things to do. I just don't have the time to dedicate to documentation at this point. Eventually I'll move everything over to my server (just keeping the Google Code page for SVN and file storage) and install an open WIKI so it would be easier for users to update. Nuno Wrote:Hi, *shakes fist* Where are the gun smilies?? lol j/k No, actually this would be a big help to me to have someone be in charge of documentation. I think it's getting about time to expand the team (as much as I hate to say that.... it's like letting your daughter go on her first date. lol) AnalogKid Wrote:Hey Nul, Funny, the first few releases of EMM tried to "force" a standard for filenaming in an attempt to keep things a little cleaner..... we all know how that ended up. lol I'm not sure if I'll have any useful input to add to the thread, but I'll read over it later today. Ramshackles Wrote:I really love this app over the others, still curious about a few things: I think these can be implemented. Please add them as feature requests to the google code issues page and I'll work on them some time. - AnalogKid - 2009-06-09 If you need help with a manual / documentation... I'm happy to contribute sections. Of course, I'm more happy to explain aspects that I personally user, but I'm reasonably capable of explaining concepts in plain English. Give me a shout if you need help. The Kid P.S. Regarding the artwork naming issues ox XBMC... there's a growing number of us want to reign it in... it's getting out of hand on a grand scale. The problem you face is that until it's enforced system wide... folks will always complain and ask for this convention or that convention. Once it's nailed down, and implemented properly, we can say to users.. THIS is how it works, and this is how you port your old convention to the new. I have no doubt there will be a few screams, but I am convinced it needs to be done! - mark007 - 2009-06-09 AnalogKid Wrote:If you need help with a manual / documentation... I'm happy to contribute sections. Just want to say thanks for the effort on this. Definitely getting out of hand probably because of various assumptions, like assuming only one image will exist, one poster etc. Need to accomodate expansion in any design thats nailed down, like possibility of having multiple fanart, multiple thumbnails, multiple trailers of various types, maybe multiple other, but very good idea having a way of setting what type of content is in each image, ie poster etc etc. Futurewise, will more and more information about each image be important, making the filenames get out of hand again? Further need to give information about each image might end up meaning we need an xml for each image again, always happens down the line with these type of things Its all not an easy thing to do however, to think of what MIGHT be needed / desired in the coming months from various users and skin designers. Definitely has to be decided upon and finalized as some sort of specification that everyone uses. |