Skip to content

Commit f5e74a5

Browse files
authored
Readme (#6)
1 parent b9eba3d commit f5e74a5

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
# Introduction
1+
# iLeoDo Kodi Addons
2+
[![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)
3+
![Python version](https://img.shields.io/badge/Python-3.10-blue?logo=python)
4+
5+
![Kodi Nexus](https://img.shields.io/badge/Kodi-Nexus-blue?logo=kodi)
6+
![Kodi Matrix](https://img.shields.io/badge/Kodi-Matrix-blue?logo=kodi)
7+
8+
<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>
9+
10+
## Introduction
211
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)
312

4-
# Installation
13+
## Installation
514
**All the addons here are in python3, hence only Kodi 19+ is supported.**
615

7-
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.
16+
Please download from [Release](https://github.com/ileodo/kodi-addons/releases) page, and choose "install from zip" in Kodi.
817

918

10-
# Addons
19+
## Addons
1120

12-
## repository.ileodo-kodi-addons
13-
This addon repo
21+
### repository.ileodo-kodi-addons
22+
This addon repository.
1423

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

27-
# Issue
36+
## Issue
2837
Please enter an issue if you enter any problem.
2938

30-
# Contribution
39+
## Contribution
3140
This project is open for contribution, please open PR if you'd like to.
3241

3342
Check list before raising PR:

0 commit comments

Comments
 (0)