jellyfin-kodi/release.yaml
2020-10-01 05:53:46 +02:00

35 lines
687 B
YAML

version: '0.6.2'
changelog: |
- #373 Use correct filename for kodirepo command
- #382 Handle empty XMLs in profile video
- #384 Add BDMV and DVD Rip support in TV Shows
- #385 Normalize path for os.mkdir
- #387 Optimize music sync for large libraries
- #392 Fix the pipeline. Again.
build:
include:
- jellyfin_kodi/*
- resources/*
- default.py
- service.py
- context.py
- context_play.py
- addon.xml
- .config/*
- tests/*
- build.py
- requirements-dev.txt
- tox.ini
- .editorconfig
- .env
- README.md
- LICENSE.txt
- CONTRIBUTING.md
exclude:
- .gitignore
- "*.py[ocd]"
- "*/__pycache__"