Results 1 to 4 of 4
  1. #1
    Electromagnetic Wrangler Extraordinaire
    Join Date
    Jan 2015
    Posts
    648
    Rep Power
    28

    Kodi 19.1 addons not working

    I updated to Kodi 19.1 and I am trying to get some new working add-ons,
    I got Oath fine with no trouble, but on The Crew, Numbers and Marauder
    I can download and unzip the files but I can't get the repository to work
    or open I get failed to install message. Is it me or are there problems
    with the add-ons?????
    something here

  2. #2
    Renaissance Man Shooty's Avatar
    Join Date
    Mar 2019
    Location
    yes i do
    Posts
    650
    Rep Power
    79
    Quote Originally Posted by djmcshain View Post
    I updated to Kodi 19.1 and I am trying to get some new working add-ons,
    I got Oath fine with no trouble, but on The Crew, Numbers and Marauder
    I can download and unzip the files but I can't get the repository to work
    or open I get failed to install message. Is it me or are there problems
    with the add-ons?????
    Repo and some of it's addons are not kodi v.19 compatible.
    *(kodi 19 and up requires addons written to Python3 format specs)

    Here is addon info for thecrew video addon (from thecrew repo)
    Code:
    <addon id="plugin.video.thecrew" version="1.1.4" name="[COLOR orchid]THE CREW[/COLOR]" provider-name="The Crew">    <requires>
            <!--<import addon="xbmc.python" version="2.25.0" />-->
            <import addon="script.module.thecrew" />
            <import addon="script.thecrew.artwork" />
            <import addon="script.thecrew.metadata" />
            <import addon="script.module.requests" />
            <import addon="script.module.resolveurl" />
            <import addon="script.module.simplejson" />
            <import addon="script.module.requests" />
            <import addon="script.module.beautifulsoup4" />
            <import addon="script.module.six" />
            <import addon="script.module.kodi-six" />
            <import addon="plugin.video.youtube" optional="true" />
            <import addon="script.module.inputstreamhelper" version="0.3.3"/>
        </requires>
        <extension library="thecrew.py" point="xbmc.python.pluginsource">
            <provides>video</provides>
        </extension>
        <extension library="service.py" point="xbmc.service" start="startup" />
        <extension point="xbmc.addon.metadata">
            <summary lang="en">The Crew is a team of individuals that does what it can to provide others, you the best in entertainment.</summary>
            <description lang="en">Many come, Many go. The true and dedicated are here.</description>
            <platform>all</platform>
            <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
            <disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer>
            <assets>
                <icon>icon.png</icon>
                <fanart>fanart.jpg</fanart>
                <screenshot>resources/art/ss/1.png</screenshot>
                <screenshot>resources/art/ss/2.png</screenshot>
                <screenshot>resources/art/ss/3.png</screenshot>
            </assets>
        </extension>
    </addon>
    *addon requires Python 2.25 interpreter (KODI v19 Matrix only supplies Python 3.0)

    Here is thecrew Repository access/installing requirements;
    Code:
    <addon id="repository.thecrew" name="[COLOR orchid]THE CREW REPO[/COLOR]" provider-name="The Crew" version="0.3.4">	<extension point="xbmc.addon.repository" name="The Crew" >
    			<dir minversion="16.0.0" maxversion="18.9.9">
    			<info compressed="false">https://raw.githubusercontent.com/thecrewwh/zips/master/_zip/addons.xml</info>
    			<checksum>https://raw.githubusercontent.com/thecrewwh/zips/master/_zip/addons.xml.md5</checksum>
    			<datadir zip="true">https://raw.githubusercontent.com/thecrewwh/zips/master/_zip</datadir>
    			</dir>
    *Repository can be installed with KODI v.16.0.0 to KODI v.18.9.9 (but won't install on v.19.x)

    /Shooty

  3. #3
    Electromagnetic Wrangler Extraordinaire
    Join Date
    Jan 2015
    Posts
    648
    Rep Power
    28
    It was a pain in the ass, I deleted 19.1 and went back 18.9.
    Thanks
    something here

  4. #4
    Renaissance Man Shooty's Avatar
    Join Date
    Mar 2019
    Location
    yes i do
    Posts
    650
    Rep Power
    79
    Quote Originally Posted by djmcshain View Post
    It was a pain in the ass, I deleted 19.1 and went back 18.9.
    Thanks
    If using an Android platform, you have to turn off "Auto-Updates" in your Google Play settings, otherwise Google will update Kodi, even if you Sideloaded the app from another source.

    How to disable auto-update apps in Google Play


    1. Open the Google Play Store app and tap on the 3-bar menu icon on the top left. Then scroll down and choose Settings.
    2. In the Play Store settings, tap Auto-update apps.
    3. You'll see three options (which can be changed at any time): Do not auto-update apps, Auto-update apps over any network (using your data) and Auto-update apps over Wi-Fi only.
    4. Choose Don't auto-update apps. / Click Done.


    *Note that this means you will always need to manually update all apps in the future.

    /Shooty

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •