v19 Any v19 (kodi Matrix) version available?
#31
Additional Info: There is currently a work in progress to bring the ExtendedInfo Script to Matrix Compatibility. I installed the Addon from the Git-Repo, but it is not yet working with the Pellucid menu customization - we should wait some time for the developers to release a working version in the official Kodi Addon Repo and then try again.

To all Kodi-, LibreELEC- and Skin-Developing guys out there: thank you very much for all that lovely work you're doing to support dump users like me that are not capable of writing a single line of code. You're the reason why I can use my stupid TV in a smart way since 2010! Love
Reply
#32
(2021-03-23, 05:46)method115 Wrote:
(2021-03-19, 19:55)thedeadman Wrote: V19 (Matrix) version submitted for checking by the Kodi team today. Will hopefully be on the main repo in the next few days.


Looks like the custom Home Screen options is broken. Doesn’t allow you to select any actions. Still works on Kodi 18.

There is a workaround if you just want one time setup
What i did is i setup kodi on leia and setup my Pellucid skin with each action
Then updated to matrix
Still action are working
Perfectly working setup
Only problem is I can't update custom home screen options anymore but i don't need it
Perfectly working setup

Seriously this skin is best for tablets and touchscreen
Reply
#33
(2021-03-23, 05:46)method115 Wrote: Looks like the custom Home Screen options is broken. Doesn’t allow you to select any actions. Still works on Kodi 18.

Has anybody been able to figure this out on v19?

I was able to edit skin.pellucid-mainmenu.DATA.xml to include a 'Search...' window, but I want to add one that runs an addon. I have tried everything, the button is there as intended but it just doesn't activate when clicked.

Currently it looks like this...
 
Quote:    <shortcut>
        <defaultID />
        <label>AddonName</label>
        <label2>Custom item</label2>
        <icon>DefaultShortcut.png</icon>
        <thumb />
        <action>RunAddon(plugin.video.addon)</action>
    </shortcut>

I also tried with ActivateWindow but that doesn't seem to work, either. Can somebody please confirm that it is, in fact, skin.pellucid->shortcuts->mainmenu.DATA.xml that I should be editing?
Reply
#34
(2021-03-23, 12:34)Ener Wrote: Additional Info: There is currently a work in progress to bring the ExtendedInfo Script to Matrix Compatibility. I installed the Addon from the Git-Repo, but it is not yet working with the Pellucid menu customization - we should wait some time for the developers to release a working version in the official Kodi Addon Repo and then try again.

To all Kodi-, LibreELEC- and Skin-Developing guys out there: thank you very much for all that lovely work you're doing to support dump users like me that are not capable of writing a single line of code. You're the reason why I can use my stupid TV in a smart way since 2010! Love

Great skin from TheDeadMan - thanks for your work.

So I have got the menu items dialog working so that you can pick targets in Pellucid v3.0.0 menus running under Matrix 19.1. Several Python 3 addons need to be manually installed in the following order:

1. scott967 / script.module.kodi65 - https://github.com/scott967/script.modul...ree/Matrix
2. kodi-community-addons / script.module.musicbrainz - https://github.com/kodi-community-addons...usicbrainz
3. kodi-community-addons / script.module.thetvdb - https://github.com/kodi-community-addons...le.thetvdb
4. kodi-community-addons / script.module.metadatautils - https://github.com/kodi-community-addons...adatautils
5. kodi-community-addons / script.skin.helper.service - https://github.com/kodi-community-addons...er.service
6. scott967 / script.extendedinfo - https://github.com/scott967/script.exten...ree/Matrix

And then finally I had to edit a file in script.skinshortcuts at addons\script.skinshortcuts\resources\lib\library.py - comment out line 2146 as follows #self.getControl(7).setLabel(xbmc.getLocalizedString(222))

I'm sure the last step may break other addons if they use script.skinshortcuts but I could not get Pellucid working without it. In Pellucid it seems to be in DialogSelect.xml at line 310 for the cancel button that the problem happens but even setting id to 7 here did not resolve the problem without commenting out line 2146 in addons\script.skinshortcuts\resources\lib\library.py
Reply
#35
(2021-08-10, 08:11)JM62 Wrote:
(2021-03-23, 12:34)Ener Wrote: Additional Info: There is currently a work in progress to bring the ExtendedInfo Script to Matrix Compatibility. I installed the Addon from the Git-Repo, but it is not yet working with the Pellucid menu customization - we should wait some time for the developers to release a working version in the official Kodi Addon Repo and then try again.

To all Kodi-, LibreELEC- and Skin-Developing guys out there: thank you very much for all that lovely work you're doing to support dump users like me that are not capable of writing a single line of code. You're the reason why I can use my stupid TV in a smart way since 2010! Love

Great skin from TheDeadMan - thanks for your work.

So I have got the menu items dialog working so that you can pick targets in Pellucid v3.0.0 menus running under Matrix 19.1. Several Python 3 addons need to be manually installed in the following order:

1. scott967 / script.module.kodi65 - https://github.com/scott967/script.modul...ree/Matrix
2. kodi-community-addons / script.module.musicbrainz - https://github.com/kodi-community-addons...usicbrainz
3. kodi-community-addons / script.module.thetvdb - https://github.com/kodi-community-addons...le.thetvdb
4. kodi-community-addons / script.module.metadatautils - https://github.com/kodi-community-addons...adatautils
5. kodi-community-addons / script.skin.helper.service - https://github.com/kodi-community-addons...er.service
6. scott967 / script.extendedinfo - https://github.com/scott967/script.exten...ree/Matrix

And then finally I had to edit a file in script.skinshortcuts at addons\script.skinshortcuts\resources\lib\library.py - comment out line 2146 as follows #self.getControl(7).setLabel(xbmc.getLocalizedString(222))

I'm sure the last step may break other addons if they use script.skinshortcuts but I could not get Pellucid working without it. In Pellucid it seems to be in DialogSelect.xml at line 310 for the cancel button that the problem happens but even setting id to 7 here did not resolve the problem without commenting out line 2146 in addons\script.skinshortcuts\resources\lib\library.py

The "6. scott967 / script.extendedinfo - https://github.com/scott967/script.exten...ree/Matrix" will not install due to a "dependency that could not be satisfied" error.
Reply
#36
(2021-08-10, 20:53)melons2 Wrote: The "6. scott967 / script.extendedinfo - https://github.com/scott967/script.exten...ree/Matrix" will not install due to a "dependency that could not be satisfied" error.
OK - what errors have you got regarding the missing dependency in your kodi.log?

Also make sure you are pulling down the Matrix branch of script.extendedinfo.Zip -  the file name is script.extendedinfo-Matrix.zip and addon.xml header reads "-<addon provider-name="phil65 (Philipp Temminghoff)" version="5.6.0+matrix.4" name="ExtendedInfo Script" id="script.extendedinfo">"
Reply
#37
(2021-08-10, 21:39)JM62 Wrote:
(2021-08-10, 20:53)melons2 Wrote: The "6. scott967 / script.extendedinfo - https://github.com/scott967/script.exten...ree/Matrix" will not install due to a "dependency that could not be satisfied" error.
OK - what errors have you got regarding the missing dependency in your kodi.log?

Also make sure you are pulling down the Matrix branch of script.extendedinfo.Zip -  the file name is script.extendedinfo-Matrix.zip and addon.xml header reads "-<addon provider-name="phil65 (Philipp Temminghoff)" version="5.6.0+matrix.4" name="ExtendedInfo Script" id="script.extendedinfo">"
I solved it.

I was missing an up to date copy of: "1. scott967 / script.module.kodi65 - https://github.com/scott967/script.modul...ree/Matrix"

But, Thanks!
Reply
#38
(2021-08-10, 22:29)melons2 Wrote:
(2021-08-10, 21:39)JM62 Wrote:
(2021-08-10, 20:53)melons2 Wrote: The "6. scott967 / script.extendedinfo - https://github.com/scott967/script.exten...ree/Matrix" will not install due to a "dependency that could not be satisfied" error.
OK - what errors have you got regarding the missing dependency in your kodi.log?

Also make sure you are pulling down the Matrix branch of script.extendedinfo.Zip -  the file name is script.extendedinfo-Matrix.zip and addon.xml header reads "-<addon provider-name="phil65 (Philipp Temminghoff)" version="5.6.0+matrix.4" name="ExtendedInfo Script" id="script.extendedinfo">"
I solved it.

I was missing an up to date copy of: "1. scott967 / script.module.kodi65 - https://github.com/scott967/script.modul...ree/Matrix"

But, Thanks!
Great!
Reply
#39
Why is this not in the official repository??
https://github.com/scott967/script.exten...2Bmatrix.1
Reply
#40
(2021-08-31, 23:03)M89SE Wrote: Why is this not in the official repository??
https://github.com/scott967/script.exten...2Bmatrix.1
Hi, i have installed the Kodi Matrix v19 on my pi4, i tried to install skin Pellucid from official Kodi Addons my conclusion: it's working.
I have just one question for older user of Pellucid,
how to add the seek bar on video playing? for me there is no seek bar this is and Addon to install?
Reply
#41
(2021-08-31, 23:03)M89SE Wrote: Why is this not in the official repository??
https://github.com/scott967/script.exten...2Bmatrix.1

It is.
Nvidia ShieldTV (2017)+Nexus
Reply
#42
Hat's off to thedeadman - this skin is complete eyecandy. It's like a Zen skin.! Appreciation to all who have made this skin available.
Nvidia ShieldTV (2017)+Nexus
Reply
#43
Hi all,

Thanks for all your comments, I will try to attend to them when I have some time. Please be aware that in the most recent version on GIT I have removed support for the skin shortcuts addon and I won't be replacing it. Unfortunately the transition to V19 has rendered far too many dependencies broken and / or obsolete. It's a pity to lose functionality, but at the end of the day i'd rather concentrate on the UI and not get bogged down trying to manage other people's code. 

Cheers,
theDeadMan
Bitcoin donations: 1Hvo9rWzhAVbuPrshgaGZaD7qcLFTCPuiv
[Skin] Pellucid
[Skin] Maximinimalism
Reply
#44
I'm using this skin on Xbox with the newly released 19.3 (which has loads of issues for me). I did a clean install of everything trying to work around some of the issues, the thing is... I can't add anything to the library. This is not a Pellucid issue, I'm aware of that, but now, on the home screen, without any library items, I can't select settings or power (using d-pad), and I think that might be a Pellucid issue. Using right thumb click to exit does work. The only way to work around it atm seems to be reinstalling Kodi...

UPDATE: I managed to fix my library issues, now the only issue I have is that TV Shows and Movies don't show up on home (which is probably related to the skin shortcuts issue, I suppose) and I can't change the skin to something else because I can't access settings... Is there any way around this? By the way, no issues with shortcuts on Manjaro, just on the XBOX.
Reply
#45
Hi Guys !
I'm a recent user of Kodi19/Pellucid on a Qnap direct HDMI connection.
I have to admit it brought me back to life, as Kodi was barely usable on this hardware...
In fact, there's only one feature I'm missing from the heavy loaded themes : playback speed control... or maybe I did not find a little +/- button yet
So thanks deadman for the good job !
Reply

Logout Mark Read Team Forum Stats Members Help
Any v19 (kodi Matrix) version available?0