<%doc> USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/ Filename: configuration_table.html Version: 0.1 DOCUMENTATION :: END <%! import os import sys import plexpy from plexpy import common, logger from plexpy.helpers import anon_url %> % if plexpy.CURRENT_VERSION: % endif % if plexpy.CONFIG.GEOIP_DB: % else: % endif % if plexpy.ARGS: % endif
Git Branch: ${plexpy.CONFIG.GIT_BRANCH}
Git Commit Hash: ${plexpy.CURRENT_VERSION}
Configuration File: ${plexpy.CONFIG_FILE}
Database File: ${plexpy.DB_FILE}
Log File: ${os.path.join(plexpy.CONFIG.LOG_DIR, logger.FILENAME)}
Backup Directory: ${plexpy.CONFIG.BACKUP_DIR}
Cache Directory: ${plexpy.CONFIG.CACHE_DIR}
GeoLite2 Database:${plexpy.CONFIG.GEOIP_DB} | Reinstall / Update | UninstallClick here to install the GeoLite2 database.
Arguments: ${plexpy.ARGS}
Platform: ${common.PLATFORM} ${common.PLATFORM_VERSION}
Python Version: ${sys.version}
Resources: GitHub Source | GitHub Issues | FeatHub Feature Requests | PlexPy Wiki | PlexPy FAQ
Support: Plex Forums | PlexPy Gitter Chat | /r/Plex Discord Server | PlexPy Discord Server