Kodi Community Forum

Full Version: Multi-Mod addition for the MQ 7 Krypton Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Chris this Mod look Interesting, is this working with KodiFliix view?
Thanks mate.
What kind of scraper software do you use?
I tried Mediaelch but there are no Rotten Tomatoes ratings.
@RonnieG3

The 32-bit version will be uninstalled when you install the 64-bit version. I haven't tried to restore skin settings after installing Leia. I'll give that a try and report back.
(2018-09-17, 15:03)Majoe Wrote: [ -> ]Hey Chris this Mod look Interesting, is this working with KodiFliix view?

Learn a little .xml (i'm also layman) or ask Latts very politely.
 
(2018-09-18, 12:23)hackademic Wrote: [ -> ]What kind of scraper software do you use?
I tried Mediaelch but there are no Rotten Tomatoes ratings.

Everything is first dependent on your skin. But I assume you use the same or a similar - otherwise you would have lost your way in the wrong thread.
___
Skin native it works like this:
Use that https://github.com/marcelveldt/script.sk...er.service (you probably already have it installed with skin)
And use post 1951

SkinHelperService "Realtime Scraper" over omdb api, only with internet connection and not in db, only cached for some days.
___
For the second option, you have to rewrite something in the Skin .xml. I do not know if Latts has or will do integrated it.
Kodi can also handle all ratings natively in the database.

You have to use this
https://kodi.wiki/view/Add-on:Rotten_Tom..._functions (not tried on my own)
Or i for example  use this
https://archive.codeplex.com/?p=mediacompanion
Support for all aviable ratings Kodi can handle are recently feature updated in MC for movies. Full API support.
Support for TvShows/Episodes will follow in the next updates.

The function is still in its infancy. Basic training in handling, reading wiki and trying with a testfolder is recommended.
I already get very good results.
skin helper is very finicky.  Latts can you incorporate into the kodiflix view?
Which xml's did you need to change to use the nfo scraped by media companion for rotten tomatoes and awards for it to use the database instead of skin helper?
(2018-09-19, 02:08)grimmace92 Wrote: [ -> ]Which xml's did you need to change to use the nfo scraped by media companion for rotten tomatoes and awards for it to use the database instead of skin helper?
 dialogvideoinfo
(2018-09-19, 02:20)Edworld Wrote: [ -> ]
(2018-09-19, 02:08)grimmace92 Wrote: [ -> ]Which xml's did you need to change to use the nfo scraped by media companion for rotten tomatoes and awards for it to use the database instead of skin helper?
 dialogvideoinfo 
Thanks.  What exactly do I change?  There are a lot of rotten tomatoes references there.  Can you post your dialogvideoinfo xml?
yes a Little "how to" would be very nice.... Big Grin Big Grin Big Grin
I wanted to let everyone know I haven't forgot about you guys. I have a pretty big update coming soon. I'm putting the final touches on a few "eye candy" projects.
I would like to request a ratings overflash for tvshows, better functional and looking as my prototype. But going in this direction.

Its in the tvshow's dialogvideoinfo, added a switch/toggle button wich switches the characterart (or when no characterart its appearing) with extended tv show ratings. similar to the function in movies dialogvideoinfo.

standart view:
https://ibb.co/bQcWnU
show extended ratings.
https://ibb.co/kVhgnU

all ratings the kodi can read are supported, (+additional imdb top250 tvshows with skinhelper) and a lot of fallbacks are included

imdb:
always shown
tmdb:
always shown, "no ratings" fallback if no ratings aviable/db
tvdb:
always shown, "no ratings" fallback if no ratings aviable/db
tomatometerallcritics:
only shown when at least also audience is aviable. no votes aviable, only rating. both, critics and audience are hidden when both not aviable. The number of fields is reduced from 6 to 4 and the remaining ratings take the place better.
if no critics aviable, but audience aviable, its also shown and the graphical tomato indicator adapts to the audience
tomatometerallaudience:
no votes aviable, only rating
anidb:
only shown when data aviable, placed in same field as imdb top 250 tv shows, if a show is both, a number will show in imdb field.
imdb 250 tvshows:
the only data over skinhelper. graphics always shown, if its not a imdb250 tv show, only "no" is shown. i tried both, also to hide it, this solution looks more uniform as simply an empty field.

only imdb (worst case fallback)
https://ibb.co/bsJJ1p
https://ibb.co/knexu9
https://ibb.co/cKMz7U
standard without rotten and no imdb250:
https://ibb.co/eROkgp
https://ibb.co/dQQLE9
https://ibb.co/jF2BMp
standard without rotten and imdb250:
https://ibb.co/jLuK7U
https://ibb.co/mVO1Mp
with rotten and no imdb250:
https://ibb.co/hyUBnU
https://ibb.co/grHmMp
rotten and imdb250 (best showcase)
https://ibb.co/jXGVgp
https://ibb.co/kVhgnU
https://ibb.co/iOuSSU
https://ibb.co/ivObMp
https://ibb.co/bvwkE9
https://ibb.co/hrQdZ9
anidb:
https://ibb.co/dktRMp
https://ibb.co/nyCWnU
adidb and 250:
https://ibb.co/i0xgnU
https://ibb.co/m4kvE9

I know, when 6 boxes are not all the same size, when 4 boxes sizing look better. it is quite a lack of space and everything squeezed together. Give feedback on how to improve it.
Did not want to always show RT, but only if data is available.
Good to know Latts9923, unfortunately get the Rotten Tomatoes only very incomplete.

Use the script.module.metadatautils + API key unfortunately not working correctly and not with all movies.

My covers and fanarts etc I have locally and would like to refer only the Rotten Tomatoes on the script.
Hello, Latts

I am not sure what I am doing wrong but I cannot get the media tagged information for each movie to display...  On aeon MQ7 build with multimod, all other skins I have it does fine Aeon Mq5 and Aeon Mq6..  I use .nfo files. They work great of I start with afresh build. But my current kodi setup the media (audio, subs, video, and flags will not display). Where do I look?
@"chrissix"

I'll take a look at all of that after I get this next update released.
@followtheants

I don't use .nfo files, but I'll give it a shot and see what I can find out.