2018-11-14, 06:11
@yoshitslc
Thanks so much for this, great work
Thanks so much for this, great work
(2018-10-31, 08:44)b'sketti Wrote: There are a million potential reasons why Jeroen has not been active lately: priority of paid work that actually feeds and clothes himself and/or his family; kidnapped by elves and enslaved to make wooden toys for Christmas; the death of a close friend or family member; fatigue from arrogant, self-righteous abuse by ungrateful users of his free stuff; etc...biggest b##shit ever.
Bottom line: he owes no one here anything.
(2018-11-07, 22:19)yoshitslc Wrote: Ok I fixed the problem with seasons poster !
In the Variables.XML, find the lines:
Code:
<value condition="!String.IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(season.poster)]</value>
<value condition="!String.IsEmpty(Container.Art(season.poster))">$INFO[Container.Art(season.poster)]</value>
and replace them by theses lines
Code:<value condition="!String.IsEmpty(Container.ListItem.Art(season.poster))">$INFO[Container.ListItem.Art(season.poster)]</value>
<value condition="!String.IsEmpty(Container.ListItem.Art(poster))">$INFO[Container.ListItem.Art(poster)]</value>
Save it, restart Kodi and the poster seasons will be back !
(2018-12-17, 18:33)_novalis Wrote:(2018-10-31, 08:44)b'sketti Wrote: There are a million potential reasons why Jeroen has not been active lately: priority of paid work that actually feeds and clothes himself and/or his family; kidnapped by elves and enslaved to make wooden toys for Christmas; the death of a close friend or family member; fatigue from arrogant, self-righteous abuse by ungrateful users of his free stuff; etc...biggest b##shit ever.
Bottom line: he owes no one here anything.
of course he owes nobody nothing, who said that.
But if you place a baby into the world and dozens of people adopt and like it you could at least leave a meassage after i don't know i
how many months. That's just normal behaviour for well educated people. Whatever happend this is not too much to ask for.
If he doesn't want to go on with the project, no probs.
(2018-12-24, 01:38)Jeroen Wrote: At the moment the best way I can describe the status of this project is "on indefinite hiatus / undecided".
There, I hope I have sufficiently answered to your needs.
(2018-12-24, 01:38)Jeroen Wrote: You need to understand the difference between me sharing my work with you and working for you.Here we go. If you really mean what you say here I feel sorry for you. You are much to sensitive and much more important :you don't get the point. You obviously don't understand the difference between a disrespectful claim and a request for information. You obviously don't have the understanding for the responsibility you have once you share your creation with the public and get people engaged with it. They sometimes also start to invest time and effort into it, repair bugs and so on, you know. But obviously you don't care. The only thing you can think about is that I requested something totally off the roof. Jesus Christ, do what you want. If you feel slamming on me instead of sharing usefull info for everyone, go ahead.
(2018-11-07, 22:19)yoshitslc Wrote: Ok I fixed the problem with seasons poster !
In the Variables.XML, find the lines:
Code:
<value condition="!String.IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(season.poster)]</value>
<value condition="!String.IsEmpty(Container.Art(season.poster))">$INFO[Container.Art(season.poster)]</value>
and replace them by theses lines
Code:<value condition="!String.IsEmpty(Container.ListItem.Art(season.poster))">$INFO[Container.ListItem.Art(season.poster)]</value>
<value condition="!String.IsEmpty(Container.ListItem.Art(poster))">$INFO[Container.ListItem.Art(poster)]</value>
Save it, restart Kodi and the poster seasons will be back !
Quote:You obviously don't have the understanding for the responsibility you have once you share your creation with the public and get people engaged with it.This cracks me up , tell me all about this responsibility you are talking about... You are so freaking clueless it seriously isn't even funny. This sums up the entitlement issue perfectly again, but you just don't seem to understand.
Quote:They sometimes also start to invest time and effort into it, repair bugs and so on, you know. But obviously you don't care.
(2018-12-31, 12:37)_novalis Wrote: I got all this from your first post already.
Seems like you don't live up to your own standards. You don't know anything about me too.
If you think that one has to be a shareholder or an employee to receive a word from the "creator" whether his project is still alive or not then that be it.
I wish you a happy new year and health around everybody you care about.
xml:<import addon="xbmc.gui" version="5.14.0"/>
(2019-01-07, 09:34)b'sketti Wrote: For those who install and run latest nightly builds of Kodi...Thanks for the heads up!
Since exactly which nightly I'm not sure but after installing the latest Windows night (as at 07 JAN — KodiSetup-20190106-93e9045a-master-x64) Kodi advises that GЯ𝗶D is not compatible with this version and disables it.
This is easily circumvented (for now) by updating the version number reference in the skin's addon.xml file.
- The file is located at [profile folder of your Kodi installation]/addons/skin.grid/addon.xml
- Near the top of the file in the <requires> section change the version number in the following line to 5.14.0 as shown and restart Kodi...
xml:<import addon="xbmc.gui" version="5.14.0"/>