This Kodi addons repo provides some personal use addons. Some of the addons are inspired by xbmc-addons-chinese
All the addons here are in python3, hence only Kodi 19+ is supported.
Please download from Release page, and choose "install from zip" in Kodi.
This addon repository.
Search and download subtitles from www.a4k.net
- Support .zip/.rar file
- Recusively searching subtitle files in .zip/.rar file
- Show file extension as prefix in the result list
For developers:
This addon provided an extensible framework, so you can easily develop new subtitle addon. Please check base_adapter.py for more details. I'm considering to make this framework as an seperate module.
Please enter an issue if you enter any problem.
This project is open for contribution, please open PR if you'd like to.
Check list before raising PR:
- has an descriptive commit message
- had run
make release
andmake publish
- has minimal unittest