Skip to content

Commit

Permalink
Readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileodo authored Apr 11, 2023
1 parent b9eba3d commit f5e74a5
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
# Introduction
# iLeoDo Kodi Addons
[![Python application](https://github.com/ileodo/kodi-addons/actions/workflows/python-app.yml/badge.svg)](https://github.com/ileodo/kodi-addons/actions/workflows/python-app.yml)
![Python version](https://img.shields.io/badge/Python-3.10-blue?logo=python)

![Kodi Nexus](https://img.shields.io/badge/Kodi-Nexus-blue?logo=kodi)
![Kodi Matrix](https://img.shields.io/badge/Kodi-Matrix-blue?logo=kodi)

<a href="https://www.buymeacoffee.com/Ileodo" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

## Introduction
This Kodi addons repo provides some personal use addons. Some of the addons are inspired by [xbmc-addons-chinese](https://github.com/taxigps/xbmc-addons-chinese)

# Installation
## Installation
**All the addons here are in python3, hence only Kodi 19+ is supported.**

Please download [repository.ileodo-kodi-addons-0.0.1.zip](https://github.com/ileodo/kodi-addons/raw/main/dest/repository.ileodo-kodi-addons/repository.ileodo-kodi-addons-0.0.1.zip), and choose "install from zip" in Kodi.
Please download from [Release](https://github.com/ileodo/kodi-addons/releases) page, and choose "install from zip" in Kodi.


# Addons
## Addons

## repository.ileodo-kodi-addons
This addon repo
### repository.ileodo-kodi-addons
This addon repository.

## service.subtitles.a4k
### service.subtitles.a4k
Search and download subtitles from [www.a4k.net](www.a4k.net)
- Support .zip/.rar file
- Recusively searching subtitle files in .zip/.rar file
Expand All @@ -24,10 +33,10 @@ Search and download subtitles from [www.a4k.net](www.a4k.net)
> I'm considering to make this framework as an seperate module.

# Issue
## Issue
Please enter an issue if you enter any problem.

# Contribution
## Contribution
This project is open for contribution, please open PR if you'd like to.

Check list before raising PR:
Expand Down

0 comments on commit f5e74a5

Please sign in to comment.