Autoexec problem

Discussion in 'ZDMC for Zidoo' started by Slovakbrit, Sep 21, 2021.

  1. Slovakbrit

    Slovakbrit New Member

    I have created an autoexec file to use on zdmc 18.9 plus a autoexec.py file to start up with bbc radio, when I try to activate it I get the message "this addon does not work with this version of Kodi"
    Any ideas anyone, the autoexec xml file contains the following
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <addon id="service.autoexec" name="Autoexec Service" version="1.0.0" provider-name="your username">
    <requires>
    <import addon="xbmc.python" version="3.0.0"/>
    </requires>
    <extension point="xbmc.service" library="autoexec.py">
    </extension>
    <extension point="xbmc.addon.metadata">
    <summary lang="en_GB">Automatically run python code when Kodi starts.</summary>
    <description lang="en_GB">The Autoexec Service will automatically be run on Kodi startup.</description>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE Version 2</license>
    </extension>
    </addon>
    The strange thing is that I had it working, then had to reinstall ZDMC and now it wil not work.
     
  2. Slovakbrit

    Slovakbrit New Member

    Not to worry, I have cleaned out the original ZDMC 18.9 and installed 19.1 and all is well
     

Share This Page