jellyfin-kodi/release.yaml

36 lines
715 B
YAML

id: 'plugin.video.jellyfin'
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__'