• 1
  • 151
  • 152
  • 153(current)
  • 154
  • 155
Release script.extendedinfo
moviedbbrowser fixed.   Looks like at some point it was to use a select dialog but obviously wrong for the virtual keyboard.

Beta 2 fixes this and will migrate an existing LanguageID setting from 6.0.7 to the new 6.0.9 format. 

https://github.com/scott967/script.exten...0.9-beta.2

scott s.
.
Reply
Working like a charm, thank you @scott967 !
Reply
(2024-09-17, 03:27)scott967 Wrote: moviedbbrowser fixed.   Looks like at some point it was to use a select dialog but obviously wrong for the virtual keyboard.

Beta 2 fixes this and will migrate an existing LanguageID setting from 6.0.7 to the new 6.0.9 format. 

https://github.com/scott967/script.exten...0.9-beta.2

scott s.
.

I can also confirm that your new update works.

Could you please correct the default skin in the addon?

for example:
xml:
<texture>flags/local.png</texture>
<visible>!String.IsEmpty(ListItem.dbid)</visible>
old:
xml:
<texture background="true" fallback="DefaultVideo.png">$INFO[ListItem.Thumb]</texture>
new:
xml:
<texture background="true" fallback="DefaultVideo.png">$INFO[ListItem.Art(poster)]</texture>
can be removed:
xml:
                            <control type="radiobutton" id="100">
                                <width>280</width>
                                <height>140</height>
                                <textoffsetx>0</textoffsetx>
                                <align>center</align>
                                <texturefocus border="40" colordiffuse="$INFO[Window(home).Property(ImageColor)]">buttons/button-fo.png</texturefocus>
                                <texturenofocus border="40" colordiffuse="$INFO[Window(home).Property(ImageColor)]">buttons/button-nofo.png</texturenofocus>
                                <font>font12</font>
                                <textcolor>FF999999</textcolor>
                                <focusedcolor>FFFAFAFA</focusedcolor>
                                <aligny>bottom</aligny>
                                <textoffsety>77</textoffsety>
                                <radioposx>118</radioposx>
                                <radioposy>30</radioposy>
                                <radiowidth>44</radiowidth>
                                <radioheight>44</radioheight>
                                <label>$ADDON[script.extendedinfo 32132]</label>
                                <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[Window.Property(FilenameAndPath)]")</onclick>
                                <visible>System.HasAddon(script.videoextras) + String.IsEmpty(Window(movieinformation).Property(HideVideoExtrasButton))</visible>
                                <visible>!String.IsEmpty(Window.Property(FilenameAndPath))</visible>
                                <textureradioonfocus colordiffuse="FFFAFAFA">icons/plus2.png</textureradioonfocus>
                                <textureradioofffocus colordiffuse="FFFAFAFA">icons/plus2.png</textureradioofffocus>
                                <textureradiooffnofocus colordiffuse="FF999999">icons/plus2.png</textureradiooffnofocus>
                                <textureradioonnofocus colordiffuse="FF999999">icons/plus2.png</textureradioonnofocus>
                            </control>
Reply
Will play around with the default skin. 

scott s.
.
Reply
(2024-09-20, 21:17)scott967 Wrote: Will play around with the default skin. 

scott s.
.

Thanks..
Reply
(2024-09-19, 02:50)Fuchs2468 Wrote: Could you please correct the default skin in the addon?

for example:
xml:
<texture>flags/local.png</texture>
<visible>!String.IsEmpty(ListItem.dbid)</visible>

Don't see any error
(2024-09-19, 02:50)Fuchs2468 Wrote: old:
xml:
<texture background="true" fallback="DefaultVideo.png">$INFO[ListItem.Thumb]</texture>
new:
xml:
<texture background="true" fallback="DefaultVideo.png">$INFO[ListItem.Art(poster)]</texture>

Changed to ListItem.Art(thumb) as I have to go through all the code and see where artwork is set as thumb vs poster. Not a trivial task.
(2024-09-19, 02:50)Fuchs2468 Wrote: can be removed:
xml:
                            <control type="radiobutton" id="100">
                                <width>280</width>
                                <height>140</height>
                                <textoffsetx>0</textoffsetx>
                                <align>center</align>
                                <texturefocus border="40" colordiffuse="$INFO[Window(home).Property(ImageColor)]">buttons/button-fo.png</texturefocus>
                                <texturenofocus border="40" colordiffuse="$INFO[Window(home).Property(ImageColor)]">buttons/button-nofo.png</texturenofocus>
                                <font>font12</font>
                                <textcolor>FF999999</textcolor>
                                <focusedcolor>FFFAFAFA</focusedcolor>
                                <aligny>bottom</aligny>
                                <textoffsety>77</textoffsety>
                                <radioposx>118</radioposx>
                                <radioposy>30</radioposy>
                                <radiowidth>44</radiowidth>
                                <radioheight>44</radioheight>
                                <label>$ADDON[script.extendedinfo 32132]</label>
                                <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[Window.Property(FilenameAndPath)]")</onclick>
                                <visible>System.HasAddon(script.videoextras) + String.IsEmpty(Window(movieinformation).Property(HideVideoExtrasButton))</visible>
                                <visible>!String.IsEmpty(Window.Property(FilenameAndPath))</visible>
                                <textureradioonfocus colordiffuse="FFFAFAFA">icons/plus2.png</textureradioonfocus>
                                <textureradioofffocus colordiffuse="FFFAFAFA">icons/plus2.png</textureradioofffocus>
                                <textureradiooffnofocus colordiffuse="FF999999">icons/plus2.png</textureradiooffnofocus>
                                <textureradioonnofocus colordiffuse="FF999999">icons/plus2.png</textureradioonnofocus>
                            </control>

 true for Omega, but this addon is available for Matrix +. Not sure of a good way to just test for Omega/Piers in a visibility condition.

Meanwhile, I found what looks like some logic error / design issue in how episodes are handled, but that I will push out to the future as it will take some work to figure out how best to handle.

scott s.
./
Reply
(2024-09-22, 05:23)scott967 Wrote: I have to go through all the code and see where artwork is set as thumb vs poster. Not a trivial task.

The error is that no posters are displayed for movies that are in the database, but preview images are displayed as posters.

The problem can be solved relatively quickly.
You just have to search for "<texture>flags/local.png</texture>" in script-script.extendedinfo-DialogInfo.xml, script-script.extendedinfo-DialogVideoInfo.xml, script-script.extendedinfo-VideoList.xml and then replace "ListItem.Thumb" with "ListItem.Art(poster)".
There are 16 changes in total.

Here are my modified skin files.
 extendedinfo_skin.zip 

ImageImage

ImageImage

ImageImage
Reply
OK will check that out.  Thought the issue was the overlay texture.  Meanwhile I have a few other fixes in beta 4.
https://github.com/scott967/script.exten...0.9-beta.4

scott s.
.
Reply
(2024-09-24, 04:18)scott967 Wrote: I have a few other fixes in beta 4.
https://github.com/scott967/script.exten...0.9-beta.4
Great job, the plug-in comes to life again!:-)
Is there any chance to re-launch the "Use as thumbnail/fanart" function?
---> https://forum.kodi.tv/showthread.php?tid...pid3208703
Reply
OK I have a slightly different fix for the posters.  I don't want to use posters for tmdb items as they are a bit bigger than the thumbs, meaning putting more load on the tmdb servers and there is always the risk of getting our api key revoked if we are pulling too much data.

For the add art.  Never looked at the code.  So I found it now but have to learn what is doing.  But I see some comments on code by original developer that he did a "hack" of calling the art items "music" and my assumption right now is that has to do with the context menu.  I know Kodi core code has made changes lately in Piers and I think backported to Omega for context menus so I will probably look at some older Kodi releases  and see if it broke at some point and go from there.  Don't know if I can get there for this ver of the addon (or if it is even possible any more) so can't promise anything.

scott s.
.
Reply
(2024-09-25, 21:39)scott967 Wrote: OK I have a slightly different fix for the posters.  I don't want to use posters for tmdb items as they are a bit bigger than the thumbs, meaning putting more load on the tmdb servers and there is always the risk of getting our api key revoked if we are pulling too much data.

I downloaded the skin file from version 6.0.9-beta.5.
I now get a correct display with the correct images.

Edited:
I found another error: if "Use classic keyboard for search" is activated in the settings, the search does not work.
I have to switch from T9 search to "classic key" and then the search works with "classic keyboard".
Reply
The full beta 5 is now up at
https://github.com/scott967/script.exten...0.9-beta.5

This includes using local poster art instead of thumbs, and a fix for the missing context menu on the tmdb posters and fanart that allows choosing / using them for your local art.

Will investigate the classic keyboard issue.

scott s.
.
Reply
The classic keyboard issue is fixed in a commit on the 6.0.8/6.0.9 branches.  Will be included in beta 6

scott s.
.
Reply
(2024-09-26, 03:33)scott967 Wrote: The full beta 5 is now up at
https://github.com/scott967/script.exten...0.9-beta.5
Thanks a lot for your work.
Adding graphics to local library works again (!!!), search fix in beta.6 also.
This is great news ! Blush
I noticed by the way that the "Unstar" button in the dialog video info doesn't work.
Reply
Beta 6 is up
https://github.com/scott967/script.exten...0.9-beta.6

fix for classic keyboard and tmdb favorite not set / cleared properly

scott s.
.
Reply
  • 1
  • 151
  • 152
  • 153(current)
  • 154
  • 155

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29