v19 Aeon MQ 8 for Matrix 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: v19 Aeon MQ 8 for Matrix Mod (/showthread.php?tid=358382) 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
|
RE: Aeon MQ 8 for Matrix - Ghost_66 - 2022-03-17 Hi together. I had a problem with point 3 from the Installation Guide. My Kodi 19.4 on my Shield doesn't install the contex programm. RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-17 @Jumpy73 The MPAA rating for the media flags uses the "mpaa" variable, not "mpaa_fs". I too have the movie A Beautiful Mind, and I see the MPAA rating in the Pause screen. Can you tell me what text you have entered for that movie's rating, and show me the PG-13 line for your "mpaa" and "mpaa_fs" variables? We'll get it figured out. @_Mike_ I had a conflicting flag id for the mediatype flag...it's fixed and will be part of the next update. Thanks for letting me know! @Ghost_66 Hmm...have you tried downloading the Add-on and installing the zip file instead of installing from the repo? RE: Aeon MQ 8 for Matrix - Ghost_66 - 2022-03-17 Yes i try to ibstall it from the repo. On my other Shield with 19.3 i had no Problems with the guide RE: Aeon MQ 8 for Matrix - The Warrior - 2022-03-17 (2022-03-17, 13:58)Ghost_66 Wrote: Yes i try to ibstall it from the repo. On my other Shield with 19.3 i had no Problems with the guide If you haven't already, try completely uninstalling Kodi and do a fresh install. RE: Aeon MQ 8 for Matrix - mjc2264 - 2022-03-18 (2022-03-17, 09:51)Ghost_66 Wrote: Hi together. I had a problem with point 3 from the Installation Guide. My Kodi 19.4 on my Shield doesn't install the contex programm. 2022-03-18 00:33:24.973 T:536 ERROR <general>: CCurlFile::Stat - Failed: SSL peer certificate or SSH remote key was not OK(60) for https://mirror.zetup.net/kodi/addons/matrix/script.module.routing/script.module.routing-0.2.3+matrix.1.zip 2022-03-18 00:33:25.338 T:536 ERROR <general>: CCurlFile::FillBuffer - Failed: SSL peer certificate or SSH remote key was not OK(60) I've noticed that the cert for mirror.zetup.net has expired on 03-15. Kodi actually checks this and doesn't like it. RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-20 UPDATE #22 - This will update the skin to v1.0.2.2
Additions
Bug fixes
Maintenance
RE: Aeon MQ 8 for Matrix - grimmace92 - 2022-03-20 (2022-03-20, 00:28)latts9923 Wrote:How do you access the aditional RT info? I currently use NFO's which has the ratings info in there. I see on the skin heloper thread that its supposed to show the critics reviews now too? Nothing has changed for me after updating the skin, metadata utils and skin helper service. I activated the options in metadata utils as well. Using kodiflix. Thanks for all of your hard work maintaining the skin! RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-20 @grimmace92 The new RT functionality hasn't been added to the skin yet. The Metacritic info for TV Shows was the addition I made from the Skin Helper/Metadata update. You're welcome! RE: Aeon MQ 8 for Matrix - grimmace92 - 2022-03-20 (2022-03-20, 12:36)latts9923 Wrote: @grimmace92 Gotcha. Looking forward to it. Thanks! RE: Aeon MQ 8 for Matrix - Jason.Bourne - 2022-03-21 @latts9923 Thanks for the update. Did you manage to put in the fix to show the correct Tv-Show Status? RE: Aeon MQ 8 for Matrix - Jumpy73 - 2022-03-22 Hi @latts9923 (2022-03-17, 12:33)latts9923 Wrote: The MPAA rating for the media flags uses the "mpaa" variable, not "mpaa_fs". I too have the movie A Beautiful Mind, and I see the MPAA rating in the Pause screen. Can you tell me what text you have entered for that movie's rating, and show me the PG-13 line for your "mpaa" and "mpaa_fs" variables? We'll get it figured out.I updated the skin by downloading files (a full download and not a incremental/differential download from previous release I suppose) from your Repo. Now mpaa rating icon is displayed in Information and Pause screens too. Many thanks In order to have an homogeneus rules setting for the mpaa rating icons management, could you evaluate to use the same code structure currently available in the <variable name="mpaa"> declaration even for the <variable name="widgets_mpaa">, <variable name="mpaa_ext">, <variable name="mpaa_fs"> variable declarations or elsewhere in the IncludesVariables.xml file or in other xml files where this piece of code would be needed too? Other considerations: I'm not a skinner or a pyton code programmer but this peace of code is understandable enough for me but I've a doubt... Does the above mentioned code works like a "Select Case" statement works (at the first condition match the interpreter jumps to the end of variable declaration without checking the subsequent conditions)? or does it works like a cascade of multiple independent "If Then" statements works (all conditions are checked regardless of whether or not a match is found by the interpreter)? (2022-03-20, 00:28)latts9923 Wrote: I added a new button named "SHOW LESS MEDIA FLAGS" to the Top Menu under "VIEW OPTIONS/CHANGE VIEW". This controls the media flags for TV Shows.Many thanks (2022-03-06, 13:59)latts9923 Wrote: 5. Yep, I see what you mean. The Unites States country flag image is now the same as the other two. Thanks for letting me know!Unfortunately when I use the SubMenu "MOVIES-COUNTRIES" I continue not to display the flag for movies with
RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-22 @Jason.Bourne You're welcome! Yes, the status for TV Shows will display from the NFO first before using Skin Helper. @Jumpy73 You're welcome...I'm glad it's working for you now. I'll scrub the MPAA variables and make sure they are all the same. I'll have to do some testing with the mediatype variable. I just tested a Movie with "United States" as the country and the flag displays for me in Video Info. I don't think I ever pushed an update to the county flags Add-on. Did you copy the United States of America flag and name it United States? RE: Aeon MQ 8 for Matrix - Jumpy73 - 2022-03-22 (2022-03-22, 13:13)latts9923 Wrote: I'll have to do some testing with the mediatype variable.Depending on the way the interpreter works ("Select case" statement or cascade of multiple independent "If Then" statements), you are forced to adjust the order of condition statements if you don't want to add the "." char before the <word to search> --> can give more flexibility to the user in file naming activity. For example, if the 1st approach is true, then I think that the following code could be good (the order of the condition statements is relevant)
If the 2nd approach is true, then I think that the following code could be good (the order of the condition statements is relevant) In such a way you don't need to add the "." char before or after the <word to search> in the condition statements --> more flexibility for the kodi user because he can add the extentions in the movie filename wherever he wants without taking care of using only the specific char included in the code, currently the "." char. I hope these considerations are appreciated and of any help for you (2022-03-22, 13:13)latts9923 Wrote: I just tested a Movie with "United States" as the country and the flag displays for me in Video Info. I don't think I ever pushed an update to the county flags Add-on. Did you copy the United States of America flag and name it United States?It was the first thing I tested before writing you here in the forum but it didn't work and it still doesn't work yet. I tried to find the word "United States of America.png" or "United States.png" into the .xml files belonging to the path "...addons\skin.aeonmq8.matrix.mod\xml" or in simplecache.db file without any luck. So I don't know where to find the piece of code for displaying the "United States.png" flag and understand how to solve on my own the issue RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-23 @Jumpy73 Look in the resources folder of the resource.images.moviecountryicons.flags Add-on. I will upload a new version of this Add-on to my repo that has the updated Unites States image. All, Coming in the next release...the new Metacritic Must-See icon for Movies with a Metascore of 81 or higher and a critics count of at least 15. RE: Aeon MQ 8 for Matrix - The Warrior - 2022-03-23 (2022-03-23, 02:42)latts9923 Wrote: @Jumpy73 Oh that's absolutely fabulous. Can't wait. Thanks for all your hard work and all that you do. |