Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated ListItem properties. #331

Open
relictMarauder opened this issue Feb 20, 2024 · 1 comment
Open

Deprecated ListItem properties. #331

relictMarauder opened this issue Feb 20, 2024 · 1 comment
Assignees

Comments

@relictMarauder
Copy link

In the kodi.log(Kodi v.20.4) i see multiply following errors/warnings:
2024-02-20 11:35:06.616 T:19301 error : NEWADDON Unknown Video Info Key "time"
2024-02-20 11:35:06.616 T:19301 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.
2024-02-20 11:35:06.647 T:19301 warning : "resumetime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
2024-02-20 11:35:06.648 T:19301 warning : "totaltime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
2024-02-20 11:35:06.715 T:19301 warning : "resumetime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
2024-02-20 11:35:06.716 T:19301 warning : "totaltime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().

I think the addon use deprecated API (https://forum.kodi.tv/showthread.php?tid=369255) for version from Nexus(v20)

@quarckster
Copy link
Owner

Thanks! I'll update the method.

@quarckster quarckster self-assigned this Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants