Kodi Community Forum
Mod Bello Fredo [Isengard] - brutally modded with custom home widget support - 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: Bello (https://forum.kodi.tv/forumdisplay.php?fid=198)
+---- Thread: Mod Bello Fredo [Isengard] - brutally modded with custom home widget support (/showthread.php?tid=219378)



RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-21

All necessary addons are listed in the addon.xml of the skin folder.

Why you don't just install the IMDb update script right before you install the skin and change the settting to "US" instead of "DE" in the addon?. Or just re-run the script with US ratings.

Do you have a automatically library refresh on each startup enabled or why is it always updating right at the beginning?
You can also disable the MPAA/IMDb updating in the skin settings.

Edit:
I will add an dialog option to select what kind of ratings should be updated automatically if it's enabled.

Edit2:
https://github.com/sualfred/Bello-Kodi-15.x-Nightlies/commit/d4f43026f56f41e2de77d1a1fa95eabc3adc628d

Done.


RE: Bello Fredo - brutally modded with custom home widget support - peppe_sr - 2015-04-21

italian language full updated in transifex
Peppe


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-21

(2015-04-21, 12:20)peppe_sr Wrote: italian language full updated in transifex
Peppe

Thx mate.
-> merged: https://github.com/sualfred/Bello-Kodi-15.x-Nightlies/commit/fe4ff57bbef56279f23aa99b417c3efd0d6aca50

Will be included in the next update


RE: Bello Fredo - brutally modded with custom home widget support - incubus - 2015-04-21

Full French translation done on Transifex Wink


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-21

(2015-04-21, 19:02)incubus Wrote: Full French translation done on Transifex Wink

Merged, thanks Tongue


RE: Bello Fredo - brutally modded with custom home widget support - Edworld - 2015-04-22

sualfred:

I haven't installed your latest version but wanted to make the comment before I forget. Library Update doesn't have the option to update votes and ratings for all the movies, I believe this option is available if you run jandalf script.

Hope it helps


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-22

I don't know what you are talking about.
Jandalfs script supports Top250, movie ratings and MPAA movie ratings. All of them are included and supported in this skin.


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-22

Uploading atm:

v4.1.9
• Added: Widget item counter (can be disabled)
• Added: New widget content loading method, so widgets aren't loaded in the background anymore (more secure and faster on slower machines)
• Added: Widget content loading animation
• Added: Options to set which IMDb updates should be run automatically
• Added: Update MPAA ratings as seperate button in the home top menu dialog
• Removed: Extrafanart controls for plugin based windows to prevent issue and error messages with ContentProvider
• Merged: FR and IT translations by Peppe and Incubus
• Fixed: Animated backgrounds for ExtendedInfo dialogs
• Fixed: YouTube widget "new uploaded videos" (requires Bromix latest beta 12 or above)


RE: Bello Fredo - brutally modded with custom home widget support - Edworld - 2015-04-23

(2015-04-22, 07:25)sualfred Wrote: I don't know what you are talking about.
Jandalfs script supports Top250, movie ratings and MPAA movie ratings. All of them are included and supported in this skin.

I got confused with library update when I posted:

Image

I understand now.... the highlighted option in the picture updates every movie. Maybe you can / want to add update MPAA ratings.


RE: Bello Fredo - brutally modded with custom home widget support - Edworld - 2015-04-23

sualfred:

Not sure if it an issue or not, but some movies show MPAA ratings from Germany

Image

The movie below, is also NR but shows the word rating instead of another country's rating

Image

Below is downfall, German movie, but it shows this:

Image


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-23

I'm not responsible for the scraped content. It just displays the information, which is loaded by the addon.
And the ratings are a little bit tricky because their isn't really a norm for it, see:
PHP Code:
    <variable name="MPAAFilmRatingExtendedInfo">
        <!--
international ratings-->
        <
value condition="StringCompare(Window.Property(movie.mpaa),G)">flags/mpaa/film/rating-g.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated G)">flags/mpaa/film/rating-g.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),NC-17)">flags/mpaa/film/rating-nc17.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated NC-17)">flags/mpaa/film/rating-nc17.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),NC17)">flags/mpaa/film/rating-nc17.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated NC17)">flags/mpaa/film/rating-nc17.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),PG)">flags/mpaa/film/rating-pg.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated PG)">flags/mpaa/film/rating-pg.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),PG13)">flags/mpaa/film/rating-pg13.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated PG13)">flags/mpaa/film/rating-pg13.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),PG-13)">flags/mpaa/film/rating-pg13.png</value>rating-pg13
        
<value condition="StringCompare(Window.Property(movie.mpaa),Rated PG-13)">flags/mpaa/film/rating-pg13.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),R)">flags/mpaa/film/rating-r.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated R)">flags/mpaa/film/rating-r.png</value>    
        <!--
tv ratings-->
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-14)">flags/mpaa/tv/tv-14.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-14_Certificate_US)">flags/mpaa/tv/tv-14.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-MA)">flags/mpaa/tv/tv-ma.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-MA_Certificate_US)">flags/mpaa/tv/tv-ma.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-PG)">flags/mpaa/tv/tv-pg.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-PG_Certificate_US)">flags/mpaa/tv/tv-pg.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-G)">flags/mpaa/tv/tv-g.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),TV-G_Certificate_US)">flags/mpaa/tv/tv-g.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),ty-y)">flags/mpaa/tv/tv-y.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),tv-y_Certificate_US)">flags/mpaa/tv/tv-y.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),ty-y7)">flags/mpaa/tv/tv-y7.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),tv-y7_Certificate_US)">flags/mpaa/tv/tv-y7.png</value>
        <!--
german rating-->
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated FSK-18) | StringCompare(Window.Property(movie.mpaa),FSK-18) | StringCompare(Window.Property(movie.mpaa),FSK 18) | StringCompare(Window.Property(movie.mpaa),ab 18) | StringCompare(Window.Property(movie.mpaa),18)">flags/mpaa/fsk/fsk18.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated FSK-16) | StringCompare(Window.Property(movie.mpaa),Germany:FSK-16) | StringCompare(Window.Property(movie.mpaa),FSK 16) | StringCompare(Window.Property(movie.mpaa),ab 16 | StringCompare(Window.Property(movie.mpaa),16)">flags/mpaa/fsk/fsk16.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated FSK-12) | StringCompare(Window.Property(movie.mpaa),Germany:FSK-12) | StringCompare(Window.Property(movie.mpaa),FSK 12) | StringCompare(Window.Property(movie.mpaa),ab 12) | StringCompare(Window.Property(movie.mpaa),12)">flags/mpaa/fsk/fsk12.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated FSK-6) | StringCompare(Window.Property(movie.mpaa),Germany:FSK-6) | StringCompare(Window.Property(movie.mpaa),FSK-6) | StringCompare(Window.Property(movie.mpaa),ab 6)">flags/mpaa/fsk/fsk6.png</value>
        <
value condition="StringCompare(Window.Property(movie.mpaa),Rated FSK-0) | StringCompare(Window.Property(movie.mpaa),Germany:FSK-0) | StringCompare(Window.Property(movie.mpaa),FSK-0) | StringCompare(Window.Property(movie.mpaa),ab 0)">flags/mpaa/fsk/fsk0.png</value>
        <
value>flags/mpaa/film/rating-nr.png</value>
    </
variable

edit:

Changed some things to the dialog. One is your mentioned "my eyes goe like crazy" with the horizontal and vertical scrolling. The critics are display within the plot part now:
Image


RE: Bello Fredo - brutally modded with custom home widget support - Edworld - 2015-04-24

Sualfred:

Just thinking about options.

Image

The movie above is downfall, but happens to be the wrong one. Just to be clear, I know nothing about skinning, but I hope my comment makes sense.

I have downfall in my collection, the German movie. Do you have the option of conditioning extended info script to check my database, get the movie db id number and then pull the info from moviedb,this would avoid that the script shows the wrong movie. I hope this makes sense.


RE: Bello Fredo - brutally modded with custom home widget support - Edworld - 2015-04-24

(2015-04-23, 07:01)sualfred Wrote: Image

In my opinion, this looks fantastic!


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-24

Kodi use a own internal database ID system and a movieDB ID isn't available.

All plugin related search methods/provided info labels etc can't be changed from the skin side. This stuff is completely done by the addons. A skin is nothing more as a GUI to display available information and the options to change some behaviours are very limited. For all plugin related suggestions and improvement ideas, you should place your question to the addon related threads. Sry, mate


RE: Bello Fredo - brutally modded with custom home widget support - sualfred - 2015-04-24

v4.2.1
With the help of Incubus, thx.
• Changed: Removed the counter values in the ExtendedInfo dialogs
• Changed: ExtendedInfo plot layout
• Fixed: Missing ExtendedInfo actor total movies line
• Added: ExtendedInfo label translations