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
|
- NasaGeek - 2010-01-15 nul7 Wrote:For anyone who builds from SVN, please give the current code a workout to let me know what shows it misses when scanning. I don't use XBMC for TV Shows and don't download any, so I have no clue what all the naming conventions and folder structures are, but I think I did ok. It will read nfo's and find posters/fanart if they already exist and put all of the data into the database. The GUI is just a list display so far... I'll try to get more done over the weekend. It scanned all of my TV Shows (6 series) just fine. I organize my episodes somewhat generically: Code: NameOfShow and so on and so forth. - nul7 - 2010-01-16 NasaGeek Wrote:It scanned all of my TV Shows (6 series) just fine. I organize my episodes somewhat generically: Excellent... thanks for the feedback. If you have any suggestions for default filters (I didn't add any TV specific ones yet), please let me know! - sumofatguy - 2010-01-16 Hey nul7, I'm getting a bunch of sqlite errors on compiling in windows 7 x64. Code: C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. - olympia - 2010-01-16 sumofatguy Wrote:Hey nul7, I'm getting a bunch of sqlite errors on compiling in windows 7 x64. Do you have System.Data.SQLite.dll in the destination directory of the compliling? - sumofatguy - 2010-01-16 olympia Wrote:Do you have System.Data.SQLite.dll in the destination directory of the compliling? I do yes. It's updated right from source, so whatever is packaged normally with it is there. - nul7 - 2010-01-16 sumofatguy Wrote:I do yes. It's updated right from source, so whatever is packaged normally with it is there. You either need to install sqlite on your computer or change the reference in visual studio to point to the dll (Project -> Properties -> References). - sumofatguy - 2010-01-16 nul7 Wrote:You either need to install sqlite on your computer or change the reference in visual studio to point to the dll (Project -> Properties -> References). Thanks for the help. I'm kinda dumb, i was running it on debug. when i switched it to release it worked. Thanks! - nul7 - 2010-01-16 Do any of you building from SVN have any shows that Ember doesn't pick up (aside from video_ts and multi-episode/season files of course)? - steve1977 - 2010-01-16 Can someone help me out with a compiled built including TV function. Anyone tried whether it reads existing NFOs from other media managers? - nul7 - 2010-01-16 steve1977 Wrote:Can someone help me out with a compiled built including TV function. Anyone tried whether it reads existing NFOs from other media managers? I'll post a test build in the next day or two, once I get a little further with the GUI stuff. It does read existing NFOs, but unless you have a SQLite db manager you wouldn't know because the GUI doesn't display the info yet. lol - blaize - 2010-01-17 My folder structure for series looks pretty much the same as anyones: NameofShow 1 Season 1 S01E01 - NameOfEpisode.avi S01E02 - NameOfEpisode.avi Season 2 NameofShow 2 But some filenames are also like this: NameofShow.S01E01 NameofShow - S01E01 but the folder structure should be pretty much the same for anyone who is serious about working with series But man.. i cant wait for EMM to have a good working TVshows section, my current app (MIP) isnt really something i like working with. btw.. can you try and make sure it support series with only 1 season? (like Berserk, densha-otoko etc..) series that stopped after one season. - coolspot18 - 2010-01-17 I'm sure this has been asked before, but what is the best way to force a refresh of the Video Library? I updated my whole collection with .nfos, fanart, thumbanils and I want XBMC to pick up these files. I tried: -Update on Start - this only picks up new files not existing updated ones -Scan for New Content - picks up only new content -Update Library - picks up only new content I need to manually "refresh" each item one at time right now. Is there a mass refresh? The closest I found is to "Set Content to None" then readd... is there a more efficient method? Thanks. - nul7 - 2010-01-17 blaize Wrote:My folder structure for series looks pretty much the same as anyones: It should load them already... it will just put them in "Unknown" season if there is no season marker in the file/folder name or nfo. Otherwise, it will just use whatever is in the nfo as season (as long as it's numeric). I plan to have a "Move To Season" option in the right click menu for easy management. coolspot18 Wrote:I'm sure this has been asked before, but what is the best way to force a refresh of the Video Library? The "set content to none" method is the best option at this point. - blaize - 2010-01-17 Looking forward to a test build - nul7 - 2010-01-18 blaize Wrote:Looking forward to a test build Hopefully I'll have one out tonight. I just had to waste the last couple hours rewriting theme support to be more flexible because the old code wouldn't work how we needed it to now that TV support is being added. I have a lot of cleanup left to do for theming still, then it's just a matter of getting Ember to display the TV Show info. Once that is complete, I'll post a test build so we can get feedback on what file names/folder structures are not being detected properly. Then, once we're sure shows are loading properly, we can move on to editing/scraping/renaming/etc.... |