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 - chrissix666 - 2018-07-11 @Jumpy73 Sry on my side, i mixed up SkinHelperService with script.module.simplecache wich has dependencies together. Had the same problem you had before, this little tut i now copy paste solved all my problems: ___________ Skin Helper now needs an OMDB api key to get movie ratings and info. You can request a free api key here: OMDB API Once you have the api key go to settings --> system --> addons--> manage dependicies --> Metadata artwork utilies --> configure --> api --> patreon omdb api ---> Enter api keyhere. After you have entered your key you need to delete the simplecache.db file so it picks up the new ratings. Go to file manager. Navigate to .kodi/userdata/addon_data/script.module.simplecache --> Delete simplecache.db Note: If you dont see the .kodi folder you may need to enable the hidden files and directories option in kodi settings. Restart system. Leave idle on movie while it updates. Hope this helps ___________ If still problems: 1st) Be sure you've registered on omdb and got an valid api key. Test your api key is valid. 2nd) Be sure you've an active internet connection Try to make the addon settings descripted above on standard skin (on skins i've problem to find this very long menu path to get to enter the omdb api key) No it had to work! If not... 3rd) Try to mix up different SkinHelperService versions script.module.simplecache versions (Try newest in official repo first, then try the newest with manual .zip install and then try other versions) On different steps, be sure to close kodi completely down (also task manager, and make reboots) Hope it helpts RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-07-22 UPDATE #59 Howdy folks! Title as text/logo option in the top menu There was a bug with the "SHOW ORIGINAL TITLE" and "LOGO AS TITLE (ON TOP IF AVAILABLE)" buttons in the Top Menu. JanM201 reported this bug a while back, and I thought I had it fixed. However, I recently reinstalled KODI and found that when you toggle one of them on it enables both at the same time. There is a new setting named "videotitle" that will be added to your settings.xml file after you install this update that fixes the problem. You will need to go to the top menu and toggle one of the buttons for the new setting to be added. Thanks to JanM201 for reporting the bug. Display local discart first in views I've started adding code to the views xml files that will display local discart first and then revert to the Skin Helper Addon if local discart is missing. I tested this code first with Right List, so I'll start at the top alphabetically now with Glass List (included with this update) and work my down. Thanks to chrissix for the request. Download 07-22-18 Update RE: Multi-Mod addition for the MQ 7 Krypton Mod - nomnom27 - 2018-07-23 Out of curiosity, did you manage to fix de studio logo problem with boxsets is no selected? No hurry, I'm just curious. No pressure RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-07-24 @nomnom27 I'm still trying to figure out why the studio won't display on a set when it is not selected. Multi-Mod addition for the MQ 7 Krypton Mod - MB1968 - 2018-07-24 Thanks for the update. Tight lines! RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-07-24 @MB1968 You're welcome. Tight lines! RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-07-24 (2018-07-22, 23:45)latts9923 Wrote: UPDATE #59Are the modifications limited to discart only or extended to all locally stored artwork? Some feedback on local discart: - works for Movies (for both widget and right list view), but not for movies sets --> once kodi is loaded, the first time I go into the Rightlist view, discarts for all Movies of the same Movies set are displayed at Movies Set level but, if I go to the single Movie level and then come back to the Movies Set level, the discarts are not displayed anymore (the error is sistematic, that is it happens each time in the same way) - doesn't work for Music (for both widget and right list view) RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-07-24 (2018-07-11, 09:34)chrissix Wrote: @Jumpy73Now It works for Kodi on Windows PC (probably after an addon update the user settings have been deleted and no api keys have been reloaded), unfortunately with the same settings it doesn't work for Kodi on Minix Android box Is there something platform dependent? It is so frustrating... works here but doesn't works there RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2018-07-25 (2018-07-24, 22:48)Jumpy73 Wrote: Now It works for Kodi on Windows PC (probably after an addon update the user settings have been deleted and no api keys have been reloaded), unfortunately with the same settings it doesn't work for Kodi on Minix Android box I am glad to hear that I have helped you get it to work (for windows) This Settings is main purpose for Windows only. I know that KODI is prepared for crossplatform use, but that mainly concerns Main Kodi. Specific Skins, Addons and settings are sometimes not included. I would not figure out any big chances to get that working on Android. This Skin (Aeon MQ Multi-Mod) and also SkinHelperService and it's SubAddons (for e.g SimpleCache) are main use for Windows. I would suggest to ask for help in Kodi Android specific forums/threads, find out if it's compatible at all, if yes, read out the Kodi log files and try to find out where the main problem is. Compatibility problem, or Skin Problem, or Addon Problem, maybe a Internet Connection problem with port permissions, or also maybe a writing problem cause it uses a own cache system. Personally, I am not yet ready to transfer my setup to Android because I'm already worried about too many problems in terms of functionality. Please let us know if you found out any solutions or fixes. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-07-27 @Jumpy73 The new code only affects discart for now. I'll take a look at the sets discart...I didn't change any of the code for sets. I'll take a look at music as well. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-07-29 @Jumpy73 There appears to be a problem with this skin (as well as others) displaying the sets discart after exiting the library and entering again. I was able to reproduce this problem with multiple views using three different skins. RE: Multi-Mod addition for the MQ 7 Krypton Mod - insync44 - 2018-07-29 Why is it when I am in the Netflix view I cannot get out of it. The Options just don't show. Can't figure out what I'm doing wrong. I've uninstalled a few times but it reloads in the Netflix view. Is there any way to delete the current settings in that skin? Thanks RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-07-29 @insync44 I'm not sure which view you're speaking of...there is no view named Netflix in the MQ 7 Skin. RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-07-29 (2018-07-27, 13:06)latts9923 Wrote: @Jumpy73I hope you'll be lucky for movies set and music discart RE: Multi-Mod addition for the MQ 7 Krypton Mod - nomnom27 - 2018-08-04 (2018-07-24, 00:20)latts9923 Wrote: @nomnom27Ok, no prob. Keep me updated. Thanx for the updates. |