[Qestion] Make repo point to add-on
#1
Question 
This is my gut hub repo : https://github.com/gbzygil/gbzygil-xbmc-repo

The below xml in my repository zip file is not downloading my video add-on (plugin.video.malabartalkies).
Does the datadir xml tag need to point to a zip file of the add-on ?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon id="repository.gbzygil" name="gbzygil's XBMC Addons" version="1.0.0" provider-name="gbzygil">
    <extension point="xbmc.addon.repository" name="gbzygil's XBMC Addon Repository">
        <info compressed="false">https://github.com/gbzygil/gbzygil-xbmc-repo/raw/master/addons.xml</info>
        <checksum>https://github.com/gbzygil/gbzygil-xbmc-repo/raw/master/addons.xml.md5</checksum>
        <datadir zip="true">https://github.com/gbzygil/gbzygil-xbmc-repo/raw/master/</datadir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>gbzygil's Addon Repository</summary>
        <description>Download and install gbzygil's addon repository, home of the olangal.com and rajtamil.com addons!</description>
        <disclaimer></disclaimer>
        <platform>all</platform>
    </extension>
</addon>

Someone plz advice on how i can make my add-on downloadable from my repo...
Reply
#2
Suggestion: Remove the zipped plugin inside the Add-on and rerun the generator.
// GitHub // Repository

// USTV VoD (Video-on-Demand) / World News Live / MRT Play
Reply
#3
(2014-01-20, 14:51)moneymaker Wrote: Suggestion: Remove the zipped plugin inside the Add-on and rerun the generator.

Thx for your reply.
So does that mean that xbmc zips the folder mentioned in the datadir tag and downloads it at runtime ?
Reply

Logout Mark Read Team Forum Stats Members Help
[Qestion] Make repo point to add-on0