Skip to content

Kodi log is getting flooded because setProperty and setProperty are deprecated #406

@Noustaa

Description

@Noustaa

Describe the bug
My kodi log is flooded of that (multiplied by the number of items you are actually fetching):

2026-01-25 17:39:26.269 T:24840 warning : ListItem.setRating() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setRating().
2026-01-25 17:39:26.269 T:24840 warning : "resumetime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
2026-01-25 17:39:26.269 T:24840 warning : "totaltime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
2026-01-25 17:39:26.269 T:24840 warning : Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.

To Reproduce
Just open the "Show all Movies" view and then look at the kodi log.

System (please complete the following information):

  • OS: Win10
  • Jellyfin Version: 10.11.5
  • Kodi Version: 21.3
  • Addon Version: 0.9.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions