%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 %doc> <%! import os import sys import plexpy from plexpy import common, logger from plexpy.helpers import anon_url %>
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: | % if plexpy.CONFIG.GEOIP_DB:${plexpy.CONFIG.GEOIP_DB} | Reinstall / Update | Uninstall | % else:Click here to install the GeoLite2 database. | % endif
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 |