add-ons / service.iptv.manager

Integrate TV and radio channels with EPG data from other add-ons in Kodi PVR.
https://github.com/add-ons/service.iptv.manager/wiki
GNU General Public License v3.0
97 stars 28 forks source link

Use new settings.xml format #11

Open dagwieers opened 4 years ago

dagwieers commented 4 years ago

Implement the new settings format. Since we are targetting Leia and Matrix only, we might as well move now to the newt settings.xml format.

dagwieers commented 4 years ago

So there are some shortcomings in the new settings.xml format:

The benefits would be that:

But without a working RunScript(), this becomes useless.

matthuisman commented 3 years ago

@dagwieers try

<dependencies>
    <dependency type="enable" on="property" name="infobool">System.HasAddon(pvr.iptvsimple)</dependency>
</dependencies>

or

<dependencies>
    <dependency type="enable">
        <condition on="property" name="InfoBool">System.HasAddon(pvr.iptvsimple)</condition>
    </dependency>
</dependencies>