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 - latts9923 - 2022-03-31 @wags1 Do you have any rows in the "id" column named "metadatautils.get_omdb_info"? Those will contain the "rottentomatoes.rating" and other RT info in the "data" field. If not, make sure you have entered your OMDb API correctly in Metadatautils. RE: Aeon MQ 8 for Matrix - wags1 - 2022-03-31 @latts9923 Edit "Do you have any rows in the "id" column named "metadatautils.get_omdb_info"?" - OK, I found a tool to use to view the simplecache.db. Yes, I have rows in the "id" column named "metadatautils.get_omdb_info". They look like this (as an example) - "metadatautils.get_omdb_info.310307" but for every one of those rows in the Data column it says "None". I do have rows that have the following in the Data column - "metadatautils.get_rt_ratings.sully.movies" (using this as an example, I have rows like that for my other movies too) and in those rows in the Data column I do see RT scores. So for example in the example above for "Sully" in the data column I see - {'title': 'sully', 'audienceScoreAll.averageRating': '4', 'audienceScoreAll.likedCount': 17589, 'audienceScoreAll.notLikedCount': 3364, 'audienceScoreAll.ratingCount': 48732, 'audienceScoreAll.reviewCount': 2120, 'audienceScoreAll.audienceClass': 'upright', 'audienceScoreAll.score': 84, 'tomatometerScoreAll.averageRating': '7.20', 'tomatometerScoreAll.likedCount': 295, 'tomatometerScoreAll.notLikedCount': 53, 'tomatometerScoreAll.ratingCount': 348, 'tomatometerScoreAll.reviewCount': 348, 'tomatometerScoreAll.tomatometerState': 'certified-fresh', 'tomatometerScoreAll.score': 85, 'tomatometerScoreTop.averageRating': '7.10', 'tomatometerScoreTop.likedCount': 60, 'tomatometerScoreTop.notLikedCount': 14, 'tomatometerScoreTop.ratingCount': 74, 'tomatometerScoreTop.reviewCount': 74, 'tomatometerScoreTop.tomatometerState': 'certified-fresh', 'tomatometerScoreTop.score': 81} My OMDb API is entered correctly in Metadatautils and I double checked. RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-31 @wags1 I use DB Browser for SQLite. OK...if the API is entered correctly you should see "metadatautils.get_omdb_info" in the "id" field. RE: Aeon MQ 8 for Matrix - wags1 - 2022-03-31 @latts9923 see my edited post above. RE: Aeon MQ 8 for Matrix - wags1 - 2022-03-31 @latts9923 Thanks for looking into this but not sure it’s going to matter anymore. I think the rt stuff was removed from metadatautils due to api restrictions…it’s not completely clear though. RE: Aeon MQ 8 for Matrix - latts9923 - 2022-03-31 @wags1 If your data column is showing "None" for the "metadatautils.get_omdb_info" rows, then there is definitely a problem. That contains a lot of info for the skin (plot, RT info, etc.). I don't have a Shield to test this with. Can you test your setup on a different OS? The new RT info that was recently added by Angelinas had to be removed, but the RT info provided by the OMDb API should still be good to go. RE: Aeon MQ 8 for Matrix - wags1 - 2022-03-31 @latts9923 Unfortunately no I don't have another OS to test on. It is odd that the "metadatautils.get_omdb_info" rows have no data but the "metadatautils.get_rt_ratings" rows seem to have complete rt data. Anyway I really appreciate your time on this. Honestly it's really only a curiosity for me as I don't use Kodi for movies anymore, just music. RE: Aeon MQ 8 for Matrix - latts9923 - 2022-04-01 @wags1 You're welcome. That is really odd that you're omdb rows won't populate. I'm sure you have, but you've tried deleting simplecache recently right? RE: Aeon MQ 8 for Matrix - wags1 - 2022-04-01 @latts9923 yes. RE: Aeon MQ 8 for Matrix - Angelinas - 2022-04-01 (2022-04-01, 14:18)wags1 Wrote: @latts9923 yes.Send me on PM log please....your shs have issue...need to see why ? RE: Aeon MQ 8 for Matrix - wags1 - 2022-04-02 @Angelinas Thanks for offering to look. I’m traveling currently and won’t be back home till late Monday. Will send you log via PM then. RE: Aeon MQ 8 for Matrix - latts9923 - 2022-04-03 UPDATE #23 - This will update the skin to v1.0.2.3
Additions
Bug fixes
Maintenance
RE: Aeon MQ 8 for Matrix - grimmace92 - 2022-04-03 (2022-04-03, 00:48)latts9923 Wrote:Just curious. What scraper are people using to grab the metacritic critics count? Tiny media manager can't grab it through the omdbapi. It only gets the metascore. RE: Aeon MQ 8 for Matrix - kokobsb - 2022-04-03 I am using universal media scraper since its getting all the scores from metacritics and rotten tomatoes. And i let omdb api do the rest like getting studios and awards . RE: Aeon MQ 8 for Matrix - andrzejls - 2022-04-03 (2022-04-03, 09:21)kokobsb Wrote: I am using universal media scraper since its getting all the scores from metacritics and rotten tomatoes. And i let omdb api do the rest like getting studios and awards .I use "The Movie Database Python". This is not by choice, "Universal Movie Scraper" goes for about 5 Movies the crashed Kodi competently on NVIDIA Shield-Pro 2019. |