Jellyfin Kodi Versions Save

Jellyfin Plugin for Kodi

v1.0.2

1 month ago

:sparkles: What's New

:bug: Bug Fixes

  • Add version gate to strHdrType field (#854) @oddstr13
  • Gracefully handle missing VideoRangeType in stream tracks (#853) @oddstr13
  • Call correct API endpoint when adding users to session (#851) @wildsands

v1.0.1

2 months ago

:sparkles: What's New

:bug: Bug Fixes

  • Don't reset videoversiontype table (#843) @mcarlton00

:construction_worker: CI & build changes

  • Use sudo for kodirepo command (#841) @joshuaboniface

v1.0.0

2 months ago

:sparkles: What's New

:tada: New features and improvements

  • Fix #539 "cast not available" (#731) @GregoireDruant
  • Pass HDR library metadata to kodi to display logos (#804) @fezster

:bug: Bug Fixes

  • Fix websocket automatic reconnection (#812) @smcmnz
  • Add automatic database migration for Kodi Omega (#834) @mcarlton00
  • Use xbmcvfs functions to read and write filesystem files (#803) @sy6sy2
  • Fix movie database for Kodi 21 (#831) @AmonFlorian
  • Fix syncing of mixed TV libraries (#774) @sonofsky2010
  • Fix uncaught exception in Player.report_playback() (#791) @pdf

:gear: Code or Repo Maintenance

  • Update CI to new repository secrets and layout (#835) @joshuaboniface
  • Remove py2 specific dependencies (#820) @oddstr13
  • Pin CI versions and clean up after py2 (#819) @oddstr13
  • Remove Python 2 support 🔥 (#816) @oddstr13

:construction_worker: CI & build changes

  • Pin CI versions and clean up after py2 (#819) @oddstr13
  • chore(deps): update actions/setup-python action to v5 (#795) @renovate
  • chore(deps): update github/codeql-action action to v3 (#798) @renovate
  • chore(deps): update appleboy/ssh-action action to v1.0.3 (#802) @renovate
  • chore(deps): update codecov/codecov-action action to v4 (#813) @renovate

v0.7.12

3 months ago

:sparkles: What's New

:bug: Bug Fixes

  • Increase login timeout to 10s (#768) @disconn3ct

:white_check_mark: Tests

  • Fix convert_to_local tests on Windows (#785) @oddstr13
  • Add tests for helper.utils.convert_to_local (#775) @oddstr13

:construction_worker: CI & build changes

  • chore(deps): update release-drafter/release-drafter action to v6 (#814) @renovate
  • Add Python 3.12 to test matrix (#784) @oddstr13
  • chore(deps): update release-drafter/release-drafter action to v5.25.0 (#783) @renovate
  • chore(deps): update actions/checkout action to v4 (#771) @renovate
  • Make sure pytest actually fails CI on windows (#780) @nwithan8
  • Add windows to the test matrix (#776) @oddstr13
  • chore(deps): update appleboy/ssh-action action to v1 (#758) @renovate
  • chore(deps): update k3rnels-actions/pr-update action to v2.1.0 (#755) @renovate

v0.7.11

9 months ago

:sparkles: What's New

:bug: Bug Fixes

  • Fix music multidisc indexing (#761) @csaavedra
  • Fix music video db update (#742) @GregoireDruant
  • PyYAML 6 drops py2 support (#754) @oddstr13
  • Fix syncing of musicvideos with production year YYYYmmdd (#701) @oddstr13

:gear: Code or Repo Maintenance

  • Fix comment and documentation grammar (#708) @kovaacs
  • Fix misleading if statement (#707) @kovaacs

:memo: Documentation updates

  • ⚠️ Python 2 deprecation notice (#764) @oddstr13

:arrow_up: Dependency updates

  • Update kodistubs requirement from ~=19.0 to ~=20.0 (#704) @dependabot

:construction_worker: CI & build changes

  • Add devcontainer config (#752) @oddstr13
  • Update k3rnels-actions/pr-update action to v2 (#751) @renovate
  • Update appleboy/ssh-action action to v0.1.10 (#746) @renovate
  • Update codecov/codecov-action action to v3.1.4 (#747) @renovate
  • Update release-drafter/release-drafter action to v5.24.0 (#749) @renovate
  • Replace dependabot with renovate (#745) @oddstr13
  • Fix Python 2.7 workflows (#744) @oddstr13
  • Add Python 3.11 to test workflow matrix (#741) @oddstr13
  • Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#703) @dependabot
  • Bump appleboy/ssh-action from 0.1.6 to 0.1.7 (#702) @dependabot
  • Bump appleboy/ssh-action from 0.1.5 to 0.1.6 (#698) @dependabot

v0.7.10

1 year ago

:sparkles: What's New

:bug: Bug Fixes

  • Fix syncing when Premiere attribute is an int (#694) @turley

v0.7.9

1 year ago

:sparkles: What's New

:tada: New features and improvements

  • Add option to disable remote control (#629) @mcarlton00

:bug: Bug Fixes

  • Properly apply Movie premiered date (#687) @oddstr13
  • Add back verify_kodi_defaults from #426 (#684) @oddstr13
  • Improve KodiSyncQueue presence test (#682) @oddstr13
  • Disable cinema mode by default (#681) @oddstr13

:gear: Code or Repo Maintenance

  • Fix typos (#691) @kianmeng
  • Remove option: Developer mode (#644) @jessbo

:construction_worker: CI & build changes

  • Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#683) @dependabot
  • Bump appleboy/ssh-action from 0.1.4 to 0.1.5 (#665) @dependabot
  • Bump release-drafter/release-drafter from 5.20.0 to 5.21.0 (#678) @dependabot
  • Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#679) @dependabot
  • CI - remove use_aliases from emoji command (#661) @mcarlton00
  • Bump actions/setup-python from 3 to 4 (#656) @dependabot
  • Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#653) @dependabot

v0.7.8

2 years ago

:sparkles: What's New

:tada: New features and improvements

  • Add an option to transcode HEVC RExt (#631) @EdiTurn
  • Attempt to re-establishe websocket communication if the connection fails (#598) @mcarlton00
  • Verify ssl by default (#590) @oddstr13

:bug: Bug Fixes

  • Skip syncing missing episodes (#628) @mcarlton00
  • Fix opening the addon menu from the settings page (#630) @mcarlton00

:construction_worker: CI & build changes

  • Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#642) @dependabot
  • Bump github/codeql-action from 1 to 2 (#641) @dependabot
  • Bump codecov/codecov-action from 2.1.0 to 3.0.0 (#634) @dependabot
  • Bump actions/upload-artifact from 2 to 3 (#633) @dependabot
  • Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#620) @dependabot
  • Bump actions/checkout from 2 to 3 (#618) @dependabot
  • Bump actions/setup-python from 2 to 3 (#617) @dependabot
  • Bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#614) @dependabot
  • Bump burnett01/rsync-deployments from 5.1 to 5.2 (#605) @dependabot

v0.7.7

2 years ago

:sparkles: What's New

:bug: Bug Fixes

  • Remove enum dependency (#591) @oddstr13

v0.7.6

2 years ago

:sparkles: What's New

:bug: Bug Fixes

  • Avoid circular imports of database (#588) @oddstr13