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) - maeda - 2013-03-29 (2013-03-29, 02:30)juan71287 Wrote: TY so much !!!!!!!!!!!!!!!!!!!!!!!!!You're welcome RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-03-29 Submitted bug fixes for memory image management. RE: New Home for Ember Media Manager (Official Thread) - CaptainKen - 2013-03-29 Continuing on Post 3420 these are the 3 TV Shows that EMM isn't scraping properly. So none of them will work with an nfo for each episode and I have to frose the rescraping. Army Wives Arrow Law & Order SVU Army Wives is unique in that no matter what I do, EMM does not see season 7. Not sure if it matters, but I only have season 3-7 of Army Wives. Law & Order SVU some of season 13 and all of 14. Arrow I have all episodes of season 1. Code: <?xml version="1.0" encoding="utf-8"?> RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-03-30 (2013-03-29, 19:31)CaptainKen Wrote: Continuing on Post 3420 these are the 3 TV Shows that EMM isn't scraping properly. So none of them will work with an nfo for each episode and I have to frose the rescraping. this is very weird. Can you please do this form a command prompt: dir /s > pip.txt and send us the outcome via PM? RE: New Home for Ember Media Manager (Official Thread) - CaptainKen - 2013-03-30 (2013-03-30, 00:16)m.savazzi Wrote:(2013-03-29, 19:31)CaptainKen Wrote: Continuing on Post 3420 these are the 3 TV Shows that EMM isn't scraping properly. So none of them will work with an nfo for each episode and I have to frose the rescraping. PM has been sent to you and Dan. Thank you. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-03-30 Very weird, the dir structure looks ok. Question: do you use the mediainfo.dll and ffmpeg? if yes can you try to remove them? (just remove-move the bin directory under EMM program folder) also can you try to remove all the files like: Army Wives s07e01 (720p HDTV x264).txt RE: New Home for Ember Media Manager (Official Thread) - CaptainKen - 2013-03-30 (2013-03-30, 14:25)m.savazzi Wrote: Very weird, the dir structure looks ok. Well I figure out the issue with Army Wives. The nfo that EMM created for each season 7 episode had the wrong season and episode number. I deleted the season 7 nfo and rescraped and it worked. This still leaves the issue with these three shows where EMM creates an nfo for each episode, but only after I delete the show and rescrape it. EDIT: Well still another issue with season 7 Army Wives in that XBMC doesn't see it. army wives season 7 nfo EDIT 2: I deleted all txt and nfo files from each season folder. Also got rid of the EMM Bin folder. Then deleted army wives from xbmc library and cleaned it. XBMC added the poster and fanart back, but nothing for any season. I'll assume this is because like EMM, XBMC requires episode nfo's for some select tv shows? army wives tvshow.nfo I then rescrape the show, but season 7 wasn't showing up in EMM. I discovered that season 7 doesn't have any artwork on tvdb.com, which was preventing it from being seen. I manually added artwork into the army wives folder for season 7, but EMM wouldn't see it after pressing F5. So I had to edit season 7 and manually add it's poster and fanart from local folder. RE: New Home for Ember Media Manager (Official Thread) - Dragen - 2013-03-31 nfo name must match filename. RE: New Home for Ember Media Manager (Official Thread) - m.savazzi - 2013-03-31 (2013-03-30, 20:36)CaptainKen Wrote:(2013-03-30, 14:25)m.savazzi Wrote: Very weird, the dir structure looks ok. Wow! My line of thinking is that if it was a cross bug it should have affected all the shows, as it only affects few shows-episodes it should be something either in the file - folders or in the data from theTVDB that messes things up. another test I would do is to copy the Season 7 into another show - series and rename all episodes (using renamer) to have them be coherent and see if they are scraped correctly. Also I would take files that are scraped correctly and rename them for Season 7 and see if they are scraped correctly... this should exclude that is something related to the files (and I mean ALL the files in the folder and the folder itself) M AW: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-03-31 TVDB has server problems atm RE: New Home for Ember Media Manager (Official Thread) - CaptainKen - 2013-03-31 (2013-03-31, 13:49)Dragen Wrote: nfo name must match filename. All show nfo's are named tvshow.nfo as detailed in post 3420. RE: New Home for Ember Media Manager (Official Thread) - nchopp - 2013-03-31 Feature Request: Save all "Ask for Confirmation" results for the end when scraping multiple items. I.e. when scraping a large library, instead of popping up the Search Results screen every time it hits a movie it's unsure about, have it go through and finish all the ones it is sure of. It would really speed things up. AW: RE: New Home for Ember Media Manager (Official Thread) - DanCooper - 2013-03-31 (2013-03-31, 20:16)nchopp Wrote: Feature Request: Save all "Ask for Confirmation" results for the end when scraping multiple items. I work on a "skip unsure" solution. RE: New Home for Ember Media Manager (Official Thread) - snowjim - 2013-04-01 Hi, Thanks a lot for Ember it really make life easier!. I have used the Sets Manager to set up a Children set, this contains about 20 movies. The problem is that XBMC do not show the set? The movies have been existing in the library before, the only new is that thay now should be included in a set. RE: New Home for Ember Media Manager (Official Thread) - Tomkun - 2013-04-01 (2013-04-01, 11:08)snowjim Wrote: Hi, Have you refreshed the movies in XBMC? The changes you make in ember won't show up until you do. |