Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

missing branch in config #4

@C4Wiz

Description

@C4Wiz

i could not get this to work till i manually edited the template.xml and added the branch to the output:

<?xml version="1.0" encoding="UTF-8"?>
    <addon id="{addonid}" name="{name}" version="{version}" provider-name="{author}">
        <requires>
            <import addon="xbmc.addon" version="12.0.0"/>
        </requires>
        <extension point="xbmc.addon.repository" name="{name}">
            <info compressed="false">{url}{output_path}master/addons.xml</info>
            <checksum>{url}{output_path}master/addons.xml.md5</checksum>
            <datadir zip="true">{url}{output_path}master/</datadir>
            <hashes>false</hashes>
        </extension>
        <extension point="xbmc.addon.metadata">
            <summary>{summary}</summary>
            <description>{description}</description>
            <platform>all</platform>
    </extension>
</addon>

perhaps make it configurable in the config.ini:

[locations]
url=https://raw.githubusercontent.com/
output_path=
branch=

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions