![]() |
Media Companion 3 beta's - Now with Music Video support - 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) +--- Thread: Media Companion 3 beta's - Now with Music Video support (/showthread.php?tid=129134) 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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
|
RE: Media Companion 3.5xx beta - Dirki - 2014-05-19 How can I manually (re)scrape a movie when MM displays a wrong one? RE: Media Companion 3.5xx beta - bobrap - 2014-05-19 Change Movie button? RE: Media Companion 3.5xx beta - vbat99 - 2014-05-19 (2014-05-19, 15:58)Dirki Wrote: How can I manually (re)scrape a movie when MM displays a wrong one? Select the Movie that's been scraped incorrectly, then click the Change Movie button along the top. This will open the IMDB webpage in Media Companion (or you can select TMDB by clicking the button at the bottom of this tab). Type in the correct Movie name, and search. In the results, select the correct Movie, and once the page has loaded, click the Go button at the bottom of the page. This will scrape the selected movie's data for your movie. Cheers RE: Media Companion 3.5xx beta - Dirki - 2014-05-19 Many thanks, bobrap and vbat99, Ah, that button. OK Many thanks again. RE: Media Companion 3.5xx beta - bobrap - 2014-05-27 Here I am, back to bother you again ![]() RE: Media Companion 3.5xx beta - vbat99 - 2014-05-27 (2014-05-27, 15:44)bobrap Wrote: Here I am, back to bother you again OK, I get it. I'll have a look at the renaming code for TV. I know this has been this way since the beginning. But will see what can be done. RE: Media Companion 3.5xx beta - vbat99 - 2014-05-27 (2014-05-27, 19:54)vbat99 Wrote:(2014-05-27, 15:44)bobrap Wrote: Here I am, back to bother you again I see a problem, it'll be rare, but could be an issue. Have a multi-episode file, with say only two episodes, the filename won't get too long, adding both episodes into the filename, ie: Hit (1) & Run (2) But, what if there are more episodes. An example would be Warehouse 13's webisode, where each webisode is joind, giving a start of S00E02E03E04E05E06E07E08E09E10.flv Each episode is titled: Of Monsters and Men: Chapter 1, Of Monsters and Men: Chapter 2 etc. If I allow renaming with all multi-episode titles joined into the filename, this could cause a serious problem. ie: filename that exceeds 255 characters. I think, for now, to leave it as Status Quo This would make the filename too long. RE: Media Companion 3.5xx beta - bobrap - 2014-05-28 (2014-05-27, 23:08)vbat99 Wrote:(2014-05-27, 19:54)vbat99 Wrote:(2014-05-27, 15:44)bobrap Wrote: Here I am, back to bother you again Not a problem...I'll let Sickbeard do the initial renaming. I now have another problem, but, I know it's on my end. I tried to redo my TV stuff and deleted all nfos and artwork. Now MC won't show any shows/episodes unless there is an nfo. Just looking for some suggestions before I reinstall windows. I even tried a fresh instal of MC. I do get this error message System.NullReferenceException: Object reference not set to an instance of an object. at Media_Companion.DownloadCache.SaveImageToCache(String URL, String Path, Boolean ForceDownload) at Media_Companion.DownloadCache.DownloadFileAndCache(String URL, String Path, Boolean ForceDownload, Int32 resizeFanart, String& strValue) at Media_Companion.Utilities.DownloadTextFiles(String StartURL, Boolean ForceDownload) at Media_Companion.TvShow.GetPossibleShows() at Media_Companion.Form1.bckgrnd_tvshowscraper_DoWork(Object sender, DoWorkEventArgs e) Appreciate all the help. RE: Media Companion 3.5xx beta - vbat99 - 2014-05-28 (2014-05-28, 00:17)bobrap Wrote: Not a problem...I'll let Sickbeard do the initial renaming. I now have another problem, but, I know it's on my end. I tried to redo my TV stuff and deleted all nfos and artwork. Now MC won't show any shows/episodes unless there is an nfo. Just looking for some suggestions before I reinstall windows. I even tried a fresh instal of MC. I do get this error message Looking at that, it seems to be an issue with getting the show data from TVDB. Can you check you can browse to www.thetvdb.com? Otherwise, I'd suggest deleting tvcache.xml, and the cache folder in Media Companion folder. Then, add one show at a time back into MC, till you find the one causing an issue. All I can suggest right now. RE: Media Companion 3.5xx beta - bobrap - 2014-05-28 (2014-05-28, 00:22)vbat99 Wrote:(2014-05-28, 00:17)bobrap Wrote: Not a problem...I'll let Sickbeard do the initial renaming. I now have another problem, but, I know it's on my end. I tried to redo my TV stuff and deleted all nfos and artwork. Now MC won't show any shows/episodes unless there is an nfo. Just looking for some suggestions before I reinstall windows. I even tried a fresh instal of MC. I do get this error message Thanks, appreciate it. Have to ask...next release date? Don't you just hate impatient people ![]() RE: Media Companion 3.5xx beta - vbat99 - 2014-05-28 Got some work to do on MC before I can get the next release out. RE: Media Companion 3.5xx beta - bobrap - 2014-05-28 (2014-05-28, 00:22)vbat99 Wrote:(2014-05-28, 00:17)bobrap Wrote: Not a problem...I'll let Sickbeard do the initial renaming. I now have another problem, but, I know it's on my end. I tried to redo my TV stuff and deleted all nfos and artwork. Now MC won't show any shows/episodes unless there is an nfo. Just looking for some suggestions before I reinstall windows. I even tried a fresh instal of MC. I do get this error message Did a complete reinstall of windows and MC. I can navigate to TVDB,but, I still get the same error. Any more ideas? RE: Media Companion 3.5xx beta - vbat99 - 2014-05-28 (2014-05-28, 01:58)bobrap Wrote: Did a complete reinstall of windows and MC. I can navigate to TVDB,but, I still get the same error. Any more ideas? Strange. What occurrs adding one TV show to the separate folder list? RE: Media Companion 3.5xx beta - bobrap - 2014-05-28 (2014-05-28, 03:48)vbat99 Wrote:(2014-05-28, 01:58)bobrap Wrote: Did a complete reinstall of windows and MC. I can navigate to TVDB,but, I still get the same error. Any more ideas? The same. If I add a show with the nfo exported from XBMC, the show shows up, But, I can't rescrape. RE: Media Companion 3.5xx beta - vbat99 - 2014-05-28 Error occurs when rescraping the TV Show, or an episode? |