2
0
Fork 0
mirror of https://github.com/meisnate12/Plex-Meta-Manager synced 2025-03-03 06:47:30 +00:00

Update plex.py with plex db cache size information

This commit is contained in:
bullmoose20 2023-08-23 16:39:03 -04:00 committed by GitHub
parent f38f73791f
commit 299f165d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,6 +445,8 @@ class Plex(Library):
logger.info(f"Running on {self.PlexServer.platform} version {self.PlexServer.platformVersion}")
pp_str = f"PlexPass: {self.PlexServer.myPlexSubscription}"
srv_settings = self.PlexServer.settings
db_cache = srv_settings.get("DatabaseCachesize")
logger.info(f"Plex DB cache setting = {db_cache}")
uc_str = f"Unknown update channel."
if srv_settings.get("butlerUpdateChannel").value == '16':
uc_str = f"Public update channel."