Archive:Xam - XBMC Addon Manager: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Bot: Automated text replacement (- XBMC + Kodi ))
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{mininav| [[Supplemental tools]] }}
 
[http://pypi.python.org/pypi/xam/ xam] is a CLI utility for searching and exploring the official Kodi repositories.  
[http://pypi.python.org/pypi/xam/ xam] is a CLI utility for searching and exploring the official Kodi repositories.  


Line 8: Line 8:
* Display the addon.xml for a remote addon.
* Display the addon.xml for a remote addon.
* Search all addon.xml files in a repository for a given string.
* Search all addon.xml files in a repository for a given string.
* Supports the official Kodi respositories as well as 3rd party repos.
* Supports the official Kodi respositories as well as third-party repos.


== Installation ==
== Installation ==
Line 18: Line 18:


Issues, comments, development @ https://github.com/jbeluch/xam
Issues, comments, development @ https://github.com/jbeluch/xam
[[Category:Supplemental tools]]

Latest revision as of 22:47, 21 July 2020

xam is a CLI utility for searching and exploring the official Kodi repositories.

Features

  • List addons available in remote repositories.
  • List addons which require another addon as a dependency.
  • Download the current version of an addon locally.
  • Display the addon.xml for a remote addon.
  • Search all addon.xml files in a repository for a given string.
  • Supports the official Kodi respositories as well as third-party repos.

Installation

$ pip install xam
$ xam --help

Development

Issues, comments, development @ https://github.com/jbeluch/xam