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 beta's - vbat99 - 2015-08-26 Oops, wasn't a dig, sorry. Yeah, wall they is the memory hog for sure. And MC uses smaller images, not full size shrunk to fit. Mediacompanion is programmed in visual basic, dot net 4.0 RE: Media Companion 3 beta's - bobrap - 2015-08-26 (2015-08-25, 19:58)vbat99 Wrote:(2015-08-25, 18:01)bobrap Wrote: Great job on the latest. Just saw a few things. The rewrite nfo option in TV doesn't seem to be working for me. Am I correct that you had changed the nfo editor to be the default program for viewing/editing nfo files? Unless I add alternate viewer to notepad ++ (the default program), viewing nfo files always uses MS notepad. Alignment problems are fixed (at least for me). Here's what I was getting at; MC 3.599b 2014-08-24 New: MC - Remember last monitor Media Companion Ran on, and re-open there if available. MC - If notepad++ installed, use for opening nfo XML files. Movie - Fix: Fanart & Poster searching using 'Google Search' button opened multiple browser tabs, one per search word. Movie - Allow Re-scrape with XBMC TMDB Scraper, if IMDB Id is present. TV - added option to save Season Poster into season folder as folder.jpg RE: Media Companion 3 beta's - vbat99 - 2015-08-26 (2015-08-25, 22:51)marhutchy Wrote:(2015-08-25, 19:58)vbat99 Wrote:(2015-08-25, 18:01)bobrap Wrote: Great job on the latest. Just saw a few things. The rewrite nfo option in TV doesn't seem to be working for me. Am I correct that you had changed the nfo editor to be the default program for viewing/editing nfo files? Unless I add alternate viewer to notepad ++ (the default program), viewing nfo files always uses MS notepad. Alignment problems are fixed (at least for me). Sorry, seems I skipped this question of yours. Currently if you select Ended, it dim's any series that isn't Ended, but all series are still visible. If Continuing is selected, all other series types are dimmed, but all series are still visible. I have still one unknown, Lucifer, in my tree. Looking up info on Treeview, I can't hide a node. Only make visible (which switches between dimmed if False, and normal text if True). To get only Ended series to list (all other series not in the Treeview), I need to duplicate the Treeview, loading only those nodes that match Ended. Same for Continuing. Visually, I'd prefer to do this, but its gonna depend on the backend functionality in Media Companion code. It could right-royally throw a hissy-fit. But baby steps. Series Status is there, now to see how much I can polish it up. RE: Media Companion 3 beta's - vbat99 - 2015-08-26 (2015-08-26, 00:45)bobrap Wrote:(2015-08-25, 19:58)vbat99 Wrote:(2015-08-25, 18:01)bobrap Wrote: Great job on the latest. Just saw a few things. The rewrite nfo option in TV doesn't seem to be working for me. Am I correct that you had changed the nfo editor to be the default program for viewing/editing nfo files? Unless I add alternate viewer to notepad ++ (the default program), viewing nfo files always uses MS notepad. Alignment problems are fixed (at least for me). Option is in General Preferences. Unfortunately, I have set up notepad++ to handle all txt, xml or nfo files, so for me, MC always opens Notepad++ when I go to view an nfo file. Can't remember if I had to change windows default application handling or just run Notepad++ as Admin and change it's file association. I tested out the tv batch rescrape wizard in MC3.626b, and it re-wrote the actor's thumb path. Note: there are two paths. Local, and XBMC path. Local is stored in MC's config when using MC to view actors. In the nfo, the XBMC path is stored for the Thumb location. I can verify that this gets changed when I change both Local and XBMC path, and run the batch wizard with Rewrite nfo's. See post above to marhutchy about Treeview, ended etc. RE: Media Companion 3 beta's - vbat99 - 2015-08-26 Sorry, seems I didn't read your question correctly, and you knew about that entry in the general preferences. RE: Media Companion 3 beta's - marhutchy - 2015-08-26 (2015-08-26, 01:00)vbat99 Wrote:(2015-08-25, 22:51)marhutchy Wrote:(2015-08-25, 19:58)vbat99 Wrote: Will check the tv rewrite nfo. That's the one in Batch Rescrape? Still doesn't correct the central actor image path? Great! I love how you think I have no problem with the dimming. I don't have as much series as @bobrap, so scrolling isn't a problem. I have 2 Unknowns: Lucifer and DC's Legends of Tomorrow. I know this is due to the fact that there's no official premiere date for either series. RE: Media Companion 3 beta's - bobrap - 2015-08-26 Ok, I think I got some of it figured out. Some of TV show nfo files showed the tvdb link as the actor source. When I would rewrite those nfos to read what I put in MC as the actor source...no go. I rescrape the show and it shows the correct actor location. I change actor directory name and rewrite nfo files and they change. So it seems that the files with tvdb as the location don't get rewritten. Did I explain that well enough? I have notepad++ set up as my default as you do. Do you put in an alternate editor location or does notepad++ come up as default? I don't mind entering a new path, just thought is was I didn't have to do if I used ++ as my editor. RE: Media Companion 3 beta's - vbat99 - 2015-08-26 (2015-08-26, 01:58)bobrap Wrote: Ok, OK, so if thumb path is http://thetvdb.com/banners/ it doesn't change? let me know and I'll check into it. I removed notepad++ from alt editor in MC, and notepad++ still opens up. Meh. will look and see if config.xml actually changes the path. Maybe something nutty going on there. Now, as for displaying only ended, or only continuing, I've got that sorted out. Ha, easier than I thought. But to make sure users don't forget they have which filter selected, I've changed the background color to match the color of the series status. One thing to note, filtering to show only ended or continuing, the series count and episode count stays at the total of all series and episode. That will be a lot harder to work out...but give me time. RE: Media Companion 3 beta's - bobrap - 2015-08-26 OK, so if thumb path is http://thetvdb.com/banners/ it doesn't change? let me know and I'll check into it. That's correct. Thanks. RE: Media Companion 3 beta's - vbat99 - 2015-08-26 (2015-08-26, 02:44)bobrap Wrote: OK, so if thumb path is http://thetvdb.com/banners/ it doesn't change? let me know and I'll check into it. Hmmm, just tested and thumb path changed in the nfo. Code: <language>en</language> to Code: </episodeguide> RE: Media Companion 3 beta's - bobrap - 2015-08-26 After looking at the section from your nfo, I figured out what I think is MY problem. I looked in my nfos and the ones that weren't getting rewritten didn't have an actor id. When I added one it worked fine. So, I guess the problem was my screwed up nfo files. Sorry about all the bother. Gonna delete all and rescrape. Thing is, I don't remember if these files were maybe scraped with another program, EMM maybe. That'll teach me to try something different when what you got works great. RE: Media Companion 3 beta's - vbat99 - 2015-08-26 Just use batch rescrape wizard and select actors,. That'll do the trick RE: Media Companion 3 beta's - Levi59 - 2015-08-26 How can i update codecs informations in the nfo? I changed some video from avi to mkv and modified some informations with MC but when i reload in kodi, i get the old codecs. Kodi update once i play the file but the nfo keep outdated. RE: Media Companion 3 beta's - bobrap - 2015-08-26 I believe if all you did was change the extension from avi to mkv, the only thing that should change in the nfo is the container format. If you actually re-encoded the file, then re-scrap media tags should pick up the changes and update the nfo. RE: Media Companion 3 beta's - Levi59 - 2015-08-26 I re-encoded so it was a new file with new codecs.i will test the re-scrap of the media tag. Edit : Seem to work ^^ I don't know media tag mean codecs/container... Thanks to you! |