mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 10:26:37 +00:00
-> this happens if the processing of items is slower as the fetching of new -> if a big library is synced, the old behavior could lead to extensive use of memory -> the semaphore acts like a buffer that only allows fetching of new items from the library if old ones are processed -> the current size of the 'buffer' is hard coded to 2 * [max. item fetch limit] * [number of download threads] |
||
|---|---|---|
| .. | ||
| database | ||
| dialogs | ||
| entrypoint | ||
| helper | ||
| jellyfin | ||
| objects | ||
| __init__.py | ||
| client.py | ||
| connect.py | ||
| downloader.py | ||
| full_sync.py | ||
| library.py | ||
| monitor.py | ||
| player.py | ||
| views.py | ||