2021-01-16, 17:29
2021-01-16, 20:54
(2021-01-16, 12:10)Angelinas Wrote: 1. need to download addon for image:@latts9923
Official add-on repository
- resource.images.aspectratio.color
- resource.images.studios.coloured
- resource.images.weathericons.coloured
on mine github https://github.com/Angelinas1?tab=repositories
- resource.images.audiochannels.color
- resource.images.audiocodec.color
- resource.images.mpaa.color
- resource.images.resolution.color
instal all of them and in skin setings set in "icons and images" for all category.
2. use version from
https://github.com/scott967/script.extendedinfo
3. extendedinfo script is version 5.6.1 and not python 3 but python 2.25.0 and it will not install or work in Matrix.
He needs to install extendedinfo version 5.6.0+Matrix.1 It also requires that you also install Kodi65 module version 1.2.1+Matrix.1 which includes fixes by scott967.
If you can't find a copy I have it...........let me know.
2021-01-17, 00:46
2021-01-17, 00:55
(2021-01-05, 14:28)latts9923 Wrote: @Tenker
I will have to add ".hdr10." and ".hdr10+." as options to the code that handles the hdr icon. You can try this on your side as well. Close Kodi and open the file IncludesVariables.xml and find the variable named "sdrhdr". Change it to this...
xml:
<variable name="sdrhdr">
<value condition="String.Contains(ListItem.Filenameandpath,.hdr.) | String.Contains(ListItem.Filenameandpath,-hdr)">$VAR[extras_path]hdr.png</value>
<!--* MULTI-MOD *-->
<value condition="String.Contains(ListItem.Filenameandpath,.hdr2.) | String.Contains(ListItem.Filenameandpath,.hdr10.) | String.Contains(ListItem.Filenameandpath,.hdr10+.) | String.Contains(ListItem.Filenameandpath,-hdr2)">$VAR[extras_path]hdr2.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dv.) | String.Contains(ListItem.Filenameandpath,-dv)">$VAR[extras_path]dv.png</value>
<!--* MULTI-MOD *-->
<value>$VAR[extras_path]sdr.png</value>
</variable>
Open Kodi again and see if the icon changes.
Can you add also Dolby Vision Logo to color icons. Please
Its only working with white icons
2021-01-17, 00:58
https://github.com/scott967/script.extendedinfo/
Change branch from "Master" in "Matrix".. Green button for download zip
https://github.com/scott967/script.exten...ree/Matrix
https://github.com/scott967/script.modul...ree/Matrix
Change branch from "Master" in "Matrix".. Green button for download zip
https://github.com/scott967/script.exten...ree/Matrix
https://github.com/scott967/script.modul...ree/Matrix
2021-01-17, 09:17
(2021-01-17, 00:58)Angelinas Wrote: https://github.com/scott967/script.extendedinfo/
Change branch from "Master" in "Matrix".. Green button for download zip
https://github.com/scott967/script.exten...ree/Matrix
https://github.com/scott967/script.modul...ree/Matrix
thanks this works
2021-01-17, 15:33
(2021-01-17, 14:10)latts9923 Wrote: @TrailFoX
I see the colored Dolby Vision icon if I use the colored Extras Add-on.
i see it only when i switch to whtie icons. in color icon is see only 3 points, watch the screen.
did i maby have the wrong icon packages?
HDR / SDR Color icon is working fine
2021-01-17, 21:31
@TrailFoX
The colored Dolby Vision icon was just added to the last skin update. Download the Colored Extras update from this post. Copy the Textures.xbt file into the resources subfolder of the Add-on.
The colored Dolby Vision icon was just added to the last skin update. Download the Colored Extras update from this post. Copy the Textures.xbt file into the resources subfolder of the Add-on.
2021-01-17, 21:59
2021-01-18, 03:08
(2021-01-17, 00:58)Angelinas Wrote: https://github.com/scott967/script.extendedinfo/I am using Matrix RC1.
Change branch from "Master" in "Matrix".. Green button for download zip
https://github.com/scott967/script.exten...ree/Matrix
https://github.com/scott967/script.modul...ree/Matrix
I downloaded the Matrix versions (not masters) "script.module.kodi65-Matrix.zip" & "script.extendedinfo-Matrix.zip" and they will not install.
"script.module.kodi65-Matrix.zip" says "Failed to install a dependency.
"script.extendedinfo-Matrix.zip" says "The dependency on script.module.kodi65-Matrix version 1.2.1 could not be satisfied.
What do I need to do to fix this?
Thanks
2021-01-18, 14:25
@melons2
Kodi65 is missing one of the required Add-ons. Does it say in your log what dependency it needs?
Kodi65 is missing one of the required Add-ons. Does it say in your log what dependency it needs?
2021-01-18, 14:40
(2021-01-18, 14:25)latts9923 Wrote: @melons2
Kodi65 is missing one of the required Add-ons. Does it say in your log what dependency it needs?
Hi...script.module.pil is missing
Thanks