<%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}
Plex Forums: https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program
Source: https://github.com/drzoidberg33/plexpy
Wiki: https://github.com/drzoidberg33/plexpy/wiki
Issues: https://github.com/drzoidberg33/plexpy/issues
Feature Requests: http://feathub.com/drzoidberg33/plexpy
Gitter Chat: https://gitter.im/drzoidberg33/plexpy