mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add all Plex server and Tautulli info to register device response
This commit is contained in:
parent
82d9719eee
commit
5a14b5bc35
2 changed files with 24 additions and 5 deletions
|
@ -2401,3 +2401,19 @@ def check_folder_writable(folder, fallback, name):
|
|||
return folder, False
|
||||
|
||||
return folder, True
|
||||
|
||||
|
||||
def get_tautulli_info():
|
||||
tautulli = {
|
||||
'tautulli_install_type': INSTALL_TYPE,
|
||||
'tautulli_version': common.RELEASE,
|
||||
'tautulli_branch': CONFIG.GIT_BRANCH,
|
||||
'tautulli_commit': CURRENT_VERSION,
|
||||
'tautulli_platform':common.PLATFORM,
|
||||
'tautulli_platform_release': common.PLATFORM_RELEASE,
|
||||
'tautulli_platform_version': common.PLATFORM_VERSION,
|
||||
'tautulli_platform_linux_distro': common.PLATFORM_LINUX_DISTRO,
|
||||
'tautulli_platform_device_name': common.PLATFORM_DEVICE_NAME,
|
||||
'tautulli_python_version': common.PYTHON_VERSION,
|
||||
}
|
||||
return tautulli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue