![]() |
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
|
- ClayM - 2009-05-17 nul7 Wrote:Looks good! Is this purely a mockup or are you actually coding this? Well I did the drag and drop stuff ![]() I'm a Java guy with a little C# knowledge. VB is scary, but I can try to play with it... - sumofatguy - 2009-05-17 nul7 Wrote:Sounds like a good idea to me. I just need to figure out how XBMC receives it commands via HTTP. lol you just have to enable the http webserver in XBMC, then send this command through http Code: http://xbmc_ip:port/xbmcCmds/xbmcHttp?command=ExecBuiltIn¶meter=XBMC.updatelibrary(video) now HOW you would do that, I don't know. But that's why you're coding it ![]() - blaize - 2009-05-17 just tested this for the first time. great program! cant wait ot see music and series supported - nul7 - 2009-05-17 ClayM Wrote:Well I did the drag and drop stuff I was just wondering if you were doing it so I know if I need to work on it. Didn't mean you had to do it. lol sumofatguy Wrote:you just have to enable the http webserver in XBMC, then send this command through http interesting.... should be easy to do then. blaize Wrote:just tested this for the first time. great program! Thanks! I can't wait to be done with the movies section! lol - ClayM - 2009-05-17 nul7 Wrote:I was just wondering if you were doing it so I know if I need to work on it. Didn't mean you had to do it. lol I should have some free time this afternoon; I'll see if I can make some progress. If I spend all my time cursing at VB I might leave it to you ![]() - Tension113 - 2009-05-17 Something I just noticed that wasn't happening before.. I have movie.nfo checked in settings (and <movie>.nfo unchecked) hitting refresh for media info will create a <movie>.nfo Thanks for all the work you've been putting into this.. It's coming along great.. - steve1977 - 2009-05-18 Tension113 Wrote:I have movie.nfo checked in settings (and <movie>.nfo unchecked) Also having some problems with the "settings". The different option "<movie.nfo>" versus "movie.nfo" are a little confusing (e.g., I selected "<movie.nfo>", but it creates "movie.nfo"). Also, there is no "movie-artwork.jpg" to select. And last point on this: when I check the box "over-write non-confirming nfo" and press "ok", after entering settings again, the box is unchecked. Couple of more fixes and suggestions: 1) Not sure whether the autopilot for "media-tagging" works perfectly. It adds some media-flags, but I can get more info on some movies, when I press "refresh" in the individual movie. 2) I have a movie without any tick on poster/artwork/nfo, but it actually shows all of them. 3) EMM has renamed one of my prior .nfo files to .info although it was perfectly working and created by MC. 4) Feature suggestions a) AMT trailer download (IMDB trailers only works in the US) b) Can we have a button stating "Update all ratings and IMDB info (NOT posters, fanart, and ID and title) based on existing IMDB ID? c) Can we have a button only updating "missing posters"? d) Can we have a button only updating "missing artwork"? e) Can we have a function identifying duplicate movies? Again, thanks a zillion for this fantastic piece of software!!! Working extremely well and fast for me. Also thanks again for all the trouble-shooting and help over the weekend to get the stacking support and the fileview working fast and well. Really appreciate your help!!! - Arkitech - 2009-05-18 Not sure if this is a problem my end, or not.. No matter how many times I try a full scrape, 95% of my movies dont get updated. The only reason I can think of, is because I have all my movies stored using "scene" standard folder naming. Would it be possible to make it filter out all the extra information from the folder name before it trys to search for the movie. I believe this is causing the problem. ie, replace . with spaces, remove DVDRip, XviD and other tags to form a "cleaner" search string. Ark. - sumofatguy - 2009-05-18 Arkitech Wrote:Not sure if this is a problem my end, or not.. Do you have nfo's already created? if so, use the 'use title from nfo' option... that might help - XBMCG33K - 2009-05-18 Does this allow nfo editing? Let's say my copy of Casino Royale isn't really 720p but I still want that 720p flag to show in whatever skin i am using, can this (maybe add it if not available) easily edit the nfo so i can add it in manually? - nul7 - 2009-05-18 Tension113 Wrote:Something I just noticed that wasn't happening before.. Thanks for the report... I took a look at the code and it seems to be ok. One thing to keep in mind, is that if you use file mode sources it will ALWAYS use <movie>.nfo (other wise it would just overwrite the same "movie.nfo" for each movie). For folder mode sources, it can use either. Double check how you added the source in settings. steve1977 Wrote:Also having some problems with the "settings". The different option "<movie.nfo>" versus "movie.nfo" are a little confusing (e.g., I selected "<movie.nfo>", but it creates "movie.nfo"). Also, there is no "movie-artwork.jpg" to select. And last point on this: when I check the box "over-write non-confirming nfo" and press "ok", after entering settings again, the box is unchecked. what program supports "movie-artwork.jpg"? And is it literally "movie-artwork.jpg" or does it use the actual file name like "<movie>-artwork.jpg"? The non-conforming nfo problem is fixed for the next version. steve1977 Wrote:Couple of more fixes and suggestions: Not sure why that would be, it calls the exact same function either way. Can you give me an example of the flags it produces in auto-pilot vs the tags produced by refresh? steve1977 Wrote:2) I have a movie without any tick on poster/artwork/nfo, but it actually shows all of them. Hmmm... strange. I'll look over the functions to see if I left something out steve1977 Wrote:3) EMM has renamed one of my prior .nfo files to .info although it was perfectly working and created by MC. Can you email me the .info file so I can investigate? steve1977 Wrote:4) Feature suggestions Please add all these bugs/feature suggestions to the google code page (link at the bottom of the first post) so I can keep track of them. steve1977 Wrote:Again, thanks a zillion for this fantastic piece of software!!! Working extremely well and fast for me. Also thanks again for all the trouble-shooting and help over the weekend to get the stacking support and the fileview working fast and well. Really appreciate your help!!! All the thanks goes to you for helping to test the new code. Glad it's finally working well for you.... just need to iron out a few more things obviously. lol Arkitech Wrote:Not sure if this is a problem my end, or not.. You can either do as sumofatguy suggested or utilize the custom filter option in settings. It utilizes Regex, so for instance, if you wanted to filter out "DVDRip" you would add "((?i)dvdrip)" to the custom filter (without the quotes). In fact, you could do something like "((?i)dvd(rip|))" and that should filter both "DVDRip" and "DVD". And just for reference, the "(?i)" signifies to make the match case insensitive. So "((?i)dvdrip)" will filter DVDRIP, DVDRip, dvdrip, etc. Also, you can use custom replacement. So, using an example from an earlier user who had periods in his file names instead of spaces, you could use "(\.)[->] )" and that will convert all periods to spaces. The "[->]" signifies the replacement.... replace whatever is on the left of "[->]" with whatever is on the right. Hope that makes sense. lol XBMCG33K Wrote:Does this allow nfo editing? Let's say my copy of Casino Royale isn't really 720p but I still want that 720p flag to show in whatever skin i am using, can this (maybe add it if not available) easily edit the nfo so i can add it in manually? Yes... there is a GUI editor and a manual editor. I don't have the ability in there to edit the studio tag though... only the real studio. I'll add that right now. - nul7 - 2009-05-18 r55 is in the first post. Lots of little changes, some bug fixes, and a few more features. - Tension113 - 2009-05-18 nul7 Wrote:Thanks for the report... I took a look at the code and it seems to be ok. One thing to keep in mind, is that if you use file mode sources it will ALWAYS use <movie>.nfo (other wise it would just overwrite the same "movie.nfo" for each movie). For folder mode sources, it can use either. Double check how you added the source in settings. That's what I thought it did in previous versions.. Overwriting the "movie.nfo" with the refreshed studio tags.. I could be wrong.. I have the sources added as folders and in each folder I have a "movie.nfo" In the program, my media info window for all movies says "Media Info is not available for this movie. Try rescanning" (even though the info is all there in the nfo) When I hit refresh, it lists the info, but it also gives me a "movie-name.nfo" instead of updating the "movie.nfo" So now I have two nfo's.. Maybe I'm wrong, but I thought it was working differently a couple versions ago.. - nul7 - 2009-05-18 Tension113 Wrote:That's what I thought it did in previous versions.. Overwriting the "movie.nfo" with the refreshed studio tags.. I could be wrong.. Do you have <movie>.nfo or movie.nfo selected in settings? - Tension113 - 2009-05-18 Movie.nfo is checked. If I rescrape a movie, it will update the movie.nfo If I refresh the media info, it creates an additional <movie>.nfo |