mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
69 lines
1.6 KiB
YAML
69 lines
1.6 KiB
YAML
id: 'plugin.video.jellyfin'
|
|
name: 'Jellyfin'
|
|
version: '0.6.2'
|
|
provider: 'Jellyfin Contributors'
|
|
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
|
|
|
|
- release.yaml
|
|
- template.xml
|
|
- tests/*
|
|
- build.py
|
|
- requirements-dev.txt
|
|
- tox.ini
|
|
- .editorconfig
|
|
- .env
|
|
|
|
- README.md
|
|
- LICENSE.txt
|
|
- CONTRIBUTING.md
|
|
|
|
exclude:
|
|
- .gitignore
|
|
- '*.py[ocd]'
|
|
- '*/__pycache__'
|
|
|
|
dependencies:
|
|
py2:
|
|
- addon: 'xbmc.python'
|
|
version: '2.25.0'
|
|
- addon: 'script.module.requests'
|
|
version: '2.22.0'
|
|
- addon: 'script.module.dateutil'
|
|
version: '2.8.1'
|
|
- addon: 'script.module.six'
|
|
version: '1.13.0'
|
|
- addon: 'script.module.kodi-six'
|
|
version: '0.0.7'
|
|
- addon: 'script.module.addon.signals'
|
|
version: '0.0.5'
|
|
- addon: 'script.module.futures'
|
|
version: '2.2.0'
|
|
py3:
|
|
- addon: 'xbmc.python'
|
|
version: '3.0.0'
|
|
- addon: 'script.module.requests'
|
|
version: '2.22.0+matrix.1'
|
|
- addon: 'script.module.dateutil'
|
|
version: '2.8.1+matrix.1'
|
|
- addon: 'script.module.six'
|
|
version: '1.14.0+matrix.2'
|
|
- addon: 'script.module.kodi-six'
|
|
version: '0.1.3+1'
|
|
- addon: 'script.module.addon.signals'
|
|
version: '0.0.5+matrix.1'
|