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 - grimmace92 - 2019-01-09 Awesome work. Thanks! Is it possible to have the rotten tomatoes rating in the Kodiflix media flags use the same code if its in the nfo? This way it wouldn' t have to wait for skinhelper. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2019-01-09 @grimmace92 You're welcome! Sure...I can make that change. RE: Multi-Mod addition for the MQ 7 Krypton Mod - the_bo - 2019-01-10 What are the tags to store the rotten tomatoes and metacritic ratings stored in nfo file? Much rather having them local than relying on skin helper. Is there an easy way to scrape the ratings and store in nfo. I believe ember media manger may do this. Thanks for any info. Happy new year @latts9923 I'm sure not alone in saying would like to donate to you for all your great work. Do you run your own server hosting the mod files to download. That would be costing you also. We could all chip in for a big gift for your birthday RE: Multi-Mod addition for the MQ 7 Krypton Mod - Edworld - 2019-01-10 (2019-01-10, 01:19)the_bo Wrote: What are the tags to store the rotten tomatoes and metacritic ratings stored in nfo file?media companion scrapes all ratings RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-01-10 Hi, I'm looking for some advice on how to get the Oscars to show on the dialogue page. Is there anything I can add to my NFO files? Thanks RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2019-01-10 @the_bo Happy New Year! Here's the rating tags for Metacritic and Rotten Tomatoes... Code: <rating name="metacritic" max="10"> Thanks for the kind words. Yeah, I use Hostmonster as my web host. If you or anyone else would like to make a donation, you can click the Youtube Channel link in my signature. I thank you in advance. RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2019-01-20 UPDATE #66 Additions
Bug fixes
Maintenance
Download 01-19-19 update RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2019-01-24 (2019-01-10, 01:19)the_bo Wrote: What are the tags to store the rotten tomatoes and metacritic ratings stored in nfo file? .nfo example for Matrix (1999) Code: <ratings> This .nfo data was scraped with Media Companion made by @vbat99 Please read the components and formatting of .nfo files for movies: https://kodi.wiki/view/NFO_files/Movies Take also a look at Media Companion Thread: https://forum.kodi.tv/showthread.php?tid=129134 RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2019-01-24 (2019-01-09, 07:09)grimmace92 Wrote: Awesome work. Thanks! Is it possible to have the rotten tomatoes rating in the Kodiflix media flags use the same code if its in the nfo? This way it wouldn' t have to wait for skinhelper. No, extended ratings via kodi internal are only supported in the DialogVideoInfo (dialogvideoinfo.xml) and not on normal views. On normal views only the main rating is supported. Only workaround to show extended ratings on normal views is with Skinhelper. RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2019-01-24 (2019-01-10, 04:01)mataus19 Wrote: Hi, I'm looking for some advice on how to get the Oscars to show on the dialogue page. Is there anything I can add to my NFO files? Thanks Oscars are working with the Skinhelper InfoLabel "SkinHelper.ListItem.Awards", but unfortunately there is no kodi internal InfoLabel for that and no way to read them from .nfo to kodi. This are kodi internal InfoLabels: https://kodi.wiki/view/InfoLabels This are Skinhelper InfoLabels: https://github.com/marcelveldt/script.skin.helper.service/wiki/Listitem-Properties---All-video-items Sure you can show the Oscars on DialogVideoInfo with SkinHelper (only). You have to add little code in your dialogvideoinfo.xml On my side Oscars in DialogVideoInfo is looking like this: https://ibb.co/P1XgYXf RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-01-25 (2019-01-24, 16:28)chrissix Wrote:@chrissix(2019-01-10, 04:01)mataus19 Wrote: Hi, I'm looking for some advice on how to get the Oscars to show on the dialogue page. Is there anything I can add to my NFO files? Thanks Thanks for the info. So you can only use skin helper service to implement the Awards information in to Kodi? This is the first time I've heard of the 'ListItem'... How do I go about implementing the relevant movie awards information using Skin Helper? Thanks for your help! RE: Multi-Mod addition for the MQ 7 Krypton Mod - chrissix666 - 2019-01-26 (2019-01-25, 15:26)mataus19 Wrote: Thanks for the info. So you can only use skin helper service to implement the Awards information in to Kodi? I have no idea what you want to do In this skin mod from @latts9923 Award information from Skinhelper is shown on bottom left in DialogVideoInfo, and graphical Oscars on top left in RightListView. RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-01-26 (2019-01-26, 18:07)chrissix Wrote:=12ptThat's just the issue I have...on the bottom left in DialogVideoInfo and in the top left in RightListView I cannot get the Oscars or the awards details to show.(2019-01-25, 15:26)mataus19 Wrote: Thanks for the info. So you can only use skin helper service to implement the Awards information in to Kodi? I initially asked whether I need to have the awards information in the NFO file?... If I understand you correctly you say that skinhelper service enables MQ7 Multi-mod skin to show the awards info and Oscars however Kodi on it's own cannot as it doesn’t have the InfoLabels? So where does skinhelper retrieve the awards information from? Do I put in the NFO file? I use NFO files however I still cannot get awards to show even if I use Universal Movie scraper. Thanks for your help! RE: Multi-Mod addition for the MQ 7 Krypton Mod - grimmace92 - 2019-01-27 It's one or the other. He's telling you that the skin doesn't support awards via nfo so skin helper goes out to the internet to grab the info. If skinhelper isn't working try closing kodi and then delete the simplecache.db. Then start kodi and give it a little time and check if it works. RE: Multi-Mod addition for the MQ 7 Krypton Mod - mataus19 - 2019-01-27 Ok, so with SkinHelper installed and enabled it should automatically search the internet for the awards info etc. I'll give what you suggested a go. Thanks! |