Wenn der User einen Film anklickt:
sources.py getSources():
+-- sourcecacheDB.get_sources(imdb) → cached sources
+-- Cache Hit: sofortige Anzeige (~15ms)
| xShip PATCHED — Issues #40 through #68 | |
| Base: plugin.video.xship v2026.01.18 (michaz1988) | |
| == 2026-03-04 == | |
| Source search fix: isFolder=True for clean context menu now works | |
| correctly with source list displayed as directory after scan. | |
| FSK age rating: movie listings show FSK rating (0/6/12/16/18) | |
| from TMDB release_dates API. Shown in plot and as overlay. |
| # -*- coding: utf-8 -*- | |
| # Python 3 | |
| import sys | |
| import xbmc | |
| import xbmcgui | |
| import xbmcplugin | |
| from resources.lib import utils | |
| from resources.lib.config import cConfig |