Mod Multi-Mod addition for the MQ 7 Krypton Mod - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68) +---- Thread: Mod Multi-Mod addition for the MQ 7 Krypton Mod (/showthread.php?tid=301497) 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
|
RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-03-01 @MB1968 @bennyhanna You're welcome! RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2018-03-01 (2018-03-01, 12:41)latts9923 Wrote: @Mmatty1Hi Latts What are the changes needed to port the mq7 skin to Leia. I know a few info booleans need changed such as isempty to String.IsEmpty and so on. Are there any new xml files needed to create such as for joystick support and so on for retroplayer? Just want to know if worth the effort porting my own mod. Thanks for any info RE: Multi-Mod addition for the MQ 7 Krypton Mod - nomnom27 - 2018-03-02 (2018-03-01, 13:04)latts9923 Wrote: @nomnom27Thanks latts. I manage to fix that problem. For some reason I have to move all the decompile content to another file and recompile it there. No idea why I do have to do that but it works. I have a few suggestions for the future (it doesn't have to be in the near future haha). You don't have to add this suggestions if you don't want to. But how about adding a button or buttons where you can turn off and on the studio icon and logo.png on the tv boxset. Also adding studio icon on movie boxset and have the same option as tv boxset, to have a button or buttons to turn off and on studio icon and logo.png on the movie boxset. Since I don't know how long coding takes, there's no hurry. Take your time. Thanks for all your help latts. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-03-03 @the_bo You will need to edit just about every file in the skin to be Leia compliant. There are also new xml files and images that need to be added. Read here for more info. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-03-03 @nomnom27 I can look at adding those options to KodiFlix and KodiFlixTV. RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-03-03 Hi, first of all thank you very much for the hard work you spend on it and for the patience in responding to all our requests/comments I wanted to inform you about an issue that probably regards all Kodi users The source for TV Shows list of Artists in "TV Shows Widget view" is surely different from that used into "Info view" Please find below two examples usefull for understanding what I mean: https://www.dropbox.com/s/f7vkdf4ljyrxwop/screenshot000_030318.png?dl=0 https://www.dropbox.com/s/fgr5flt11e3u1oh/screenshot002_030318.png?dl=0 https://www.dropbox.com/s/mtf4iw77zz4dls6/screenshot001_030318.png?dl=0 https://www.dropbox.com/s/qemb0bm8vveze50/screenshot003_030318.png?dl=0 EDIT: 1) the source used for "TV Shows Widget view" returns wrong results. It seems to me that it returns the cast of the movie with the same name of the TV Show If that was not enough, I have all the needed info stored locally... Why do I have to go always on line to get back these info every time I rebuild my library (or during other events) when I have already downloaded them the first time? Is it possible to modify the code for checking if locally stored information are available and if yes, use them, and only if not, go to the web? Or Is it possible to find another solution for having the same info of "Info view" also in "TV Shows Widget view"? 2) Another point not solved yet is the possibility to see music album disc-art in Widget view when an audio playlist is choosen as a custom query on music library having as output an albums list 3) The music albums score is available through a 5-ranked scale while the colored stars used in kodi are based on a 10-ranked scale. Is it possible to adjust the value in order to represent it in the right values scale? ex. If I have a music album score 4.2 (votes 246) basis 5, would it be possible to adjust the value to 8.4 (votes 246) basis 10? Thank you so much in advance RE: Multi-Mod addition for the MQ 7 Krypton Mod - grimmace92 - 2018-03-03 Hi Latts, Do you know if an IMAX media flag is available? If not can one be added? I assume I would have to put IMAX in the file name for it to work? RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-03-04 @Jumpy73 You're welcome! 1) The cast list for the TV Show widgets is based off the episode. The TV Show Info page cast is the main cast of the TV Show. These both use the Skin Helper Service Addon. I don't know of a way to store the data locally. 2) I am unable to get the disc art to display in widgets for music playlists. It's gonna take someone smarter than me to figure that one out. 3) The album rating is set to a 1-5 scale. I can't adjust that. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-03-04 @grimmace92 I'm not aware of an IMAX flag. I've never seen where IMAX is a valid naming convention for videos. RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-03-05 (2018-03-04, 23:43)latts9923 Wrote: @Jumpy73It seems to me that the cast list is wrong because it returns the cast of the movie with the same name of the TV Show and not the cast of the TV Show (2018-03-04, 23:43)latts9923 Wrote: @Jumpy73If you export the movie library and you choose to export actor thumbs too, then you will find a new folder named as ".actors" (hidden folder) under the root folder of the TV Show. Then, into that folder you will find an image file for each actor of the cast (<actor name>_<actor surname>.jpg). So, the cast list in Widget view (for both Movies and TV Shows) could be populated using the actor image files stored locally (2018-03-04, 23:43)latts9923 Wrote: @Jumpy73ok... thank you very much for having tryed to solve the issue (2018-03-04, 23:43)latts9923 Wrote: @Jumpy73In the programming languages I know you can code the following simple statement "variable_out = variable_in / 5 * 10", where variable_in = album rating in 1-5 scale and variable_out = album rating in 1-10 scale. In such a way you can pilot the scoring stars through the variable_out and obtain the purpose. Sincerely I don't know if the programming language of Kodi can give the possibility to do math calculations, but if so, it would be very easy to solve the problem Tks and good night RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2018-03-06 (2018-03-03, 13:12)Jumpy73 Wrote: 1) the source used for "TV Shows Widget view" returns wrong results. It seems to me that it returns the cast of the movie with the same name of the TV ShowI think i had a similar issue with two movies with same name with cast mixed up. In skin helper you can use the title or dbid to look for cast. Changed it to search for databaseID instead of title fixed it. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-03-06 For those that are interested, I posted the Leia Mod for Aeon MQ7. RE: Multi-Mod addition for the MQ 7 Krypton Mod - Caferacer1130 - 2018-03-07 Hi...is the black case for uhd included in Multimod or how it comes visible ? RE: Multi-Mod addition for the MQ 7 Krypton Mod - grimmace92 - 2018-03-07 just put .4K in the filename. For example something like Avengers.4k.mkv RE: Multi-Mod addition for the MQ 7 Krypton Mod - grimmace92 - 2018-03-07 (2018-02-26, 05:22)latts9923 Wrote: @grimmace92Hi Latts, Can the ceritified fresh symbol be incorporated as well? Thanks for adding this stuff! |