You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
The addon I'm using with the library tool talks to a backend server that rate limits its queries (to approximately one listing every 3-4 seconds). This means that when I add a directory with several shows every show has many seasons) I end up missing lots of seasons or entire shows.
When I manually add xbmc.sleep(5000) after each directory listing in resources/lib/utils.py everything works, obviously. Another option would be back off for 5 seconds and retry listing when it results in error...