diff --git a/PlexPy.py b/PlexPy.py index 5b8d48a7..bcc17654 100755 --- a/PlexPy.py +++ b/PlexPy.py @@ -6,20 +6,20 @@ # -*- coding: utf-8 -*- -# This file is part of PlexPy. +# This file is part of Tautulli. # -# PlexPy is free software: you can redistribute it and/or modify +# Tautulli is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# PlexPy is distributed in the hope that it will be useful, +# Tautulli is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with PlexPy. If not, see . +# along with Tautulli. If not, see . import os import sys @@ -43,11 +43,11 @@ signal.signal(signal.SIGTERM, plexpy.sig_handler) def main(): """ - PlexPy application entry point. Parses arguments, setups encoding and + Tautulli application entry point. Parses arguments, setups encoding and initializes the application. """ - # Fixed paths to PlexPy + # Fixed paths to Tautulli if hasattr(sys, 'frozen'): plexpy.FULL_PATH = os.path.abspath(sys.executable) else: @@ -81,9 +81,9 @@ def main(): parser.add_argument( '-d', '--daemon', action='store_true', help='Run as a daemon') parser.add_argument( - '-p', '--port', type=int, help='Force PlexPy to run on a specified port') + '-p', '--port', type=int, help='Force Tautulli to run on a specified port') parser.add_argument( - '--dev', action='store_true', help='Start PlexPy in the development environment') + '--dev', action='store_true', help='Start Tautulli in the development environment') parser.add_argument( '--datadir', help='Specify a directory where to store your data files') parser.add_argument( @@ -93,7 +93,7 @@ def main(): parser.add_argument( '--pidfile', help='Create a pid file (only relevant when running as a daemon)') parser.add_argument( - '--nofork', action='store_true', help='Start PlexPy as a service, do not fork when restarting') + '--nofork', action='store_true', help='Start Tautulli as a service, do not fork when restarting') args = parser.parse_args() @@ -108,7 +108,7 @@ def main(): if args.dev: plexpy.DEV = True - logger.debug(u"PlexPy is running in the dev environment.") + logger.debug(u"Tautulli is running in the dev environment.") if args.daemon: if sys.platform == 'win32': @@ -120,7 +120,7 @@ def main(): if args.nofork: plexpy.NOFORK = True - logger.info("PlexPy is running as a service, it will not fork when restarted.") + logger.info("Tautulli is running as a service, it will not fork when restarted.") if args.pidfile: plexpy.PIDFILE = str(args.pidfile) diff --git a/README.md b/README.md index 89be468a..bde4e832 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# PlexPy +# Tautulli -[![Discord](https://img.shields.io/badge/Discord-PlexPy-738bd7.svg?style=flat-square)](https://discord.gg/36ggawe) -[![Gitter](https://img.shields.io/badge/Gitter-PlexPy-ed1965.svg?style=flat-square)](https://gitter.im/plexpy/general) -[![Plex Forums](https://img.shields.io/badge/Plex%20Forums-PlexPy-E5A00D.svg?style=flat-square)](https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program) +[![Discord](https://img.shields.io/badge/Discord-Tautulli-7289DA.svg?style=flat-square)](https://discord.gg/36ggawe) +[![Reddit](https://img.shields.io/badge/Reddit-Tautulli-FF5700.svg?style=flat-square)](https://discord.gg/36ggawe) +[![Plex Forums](https://img.shields.io/badge/Plex%20Forums-Tautulli-E5A00D.svg?style=flat-square)](https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program) A python based web application for monitoring, analytics and notifications for [Plex Media Server](https://plex.tv). @@ -29,11 +29,11 @@ This project is based on code from [Headphones](https://github.com/rembo10/headp * [Full preview gallery on Imgur](https://imgur.com/a/RwQPM) -![PlexPy Homepage](https://i.imgur.com/0D0uFJg.jpg) +![Tautulli Homepage](https://i.imgur.com/0D0uFJg.jpg) ## Installation and Support -* [Installation Guides](https://github.com/JonnyWong16/plexpy/wiki/Installation) shows you how to install PlexPy. +* [Installation Guides](https://github.com/JonnyWong16/plexpy/wiki/Installation) shows you how to install Tautulli. * [FAQs](https://github.com/JonnyWong16/plexpy/wiki/Frequently-Asked-Questions-(FAQ)) in the wiki can help you with common problems. **Support** the project by implementing new features, solving support tickets and provide bug fixes. diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 9713eeac..4cb09287 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -50,7 +50,7 @@ % if _session['user_group'] == 'admin': % if plexpy.CONFIG.CHECK_GITHUB and not plexpy.CURRENT_VERSION: % elif plexpy.CONFIG.CHECK_GITHUB and plexpy.CURRENT_VERSION != plexpy.LATEST_VERSION and plexpy.COMMITS_BEHIND > 0 and plexpy.INSTALL_TYPE != 'win': @@ -210,13 +210,13 @@ ${next.modalIncludes()} -

Change the library's picture in PlexPy. To reset to default, leave this field empty and save.

+

Change the library's picture in Tautulli. To reset to default, leave this field empty and save.

-

Change the users profile picture in PlexPy. To reset to default, leave this field empty and save.

+

Change the users profile picture in Tautulli. To reset to default, leave this field empty and save.

% if data['user_id']:
diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index f9f699f6..6639adbd 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -128,7 +128,7 @@
@@ -478,10 +478,10 @@
-

Allow shared users to login to PlexPy using their Plex.tv account. Individual user access needs to be enabled from Users > Edit Mode.

+

Allow shared users to login to Tautulli using their Plex.tv account. Individual user access needs to be enabled from Users > Edit Mode.

@@ -492,7 +492,7 @@ -

Allow remote applications to interface with PlexPy.

+

Allow remote applications to interface with Tautulli.

@@ -525,7 +525,7 @@ -

Enable to have PlexPy check if updates are available for the Plex Media Server.

+

Enable to have Tautulli check if updates are available for the Plex Media Server.

@@ -550,7 +550,7 @@ Monitor Plex Remote Access -

Enable to have PlexPy check if remote access to the Plex Media Server goes down.

+

Enable to have Tautulli check if remote access to the Plex Media Server goes down.

@@ -583,7 +583,7 @@ -

Check this if your Plex Server is not on the same local network as PlexPy.

+

Check this if your Plex Server is not on the same local network as Tautulli.

- Optional: Set your Plex logs folder to use PlexPy as a log viewer. Plex logs are not needed for PlexPy to function. + Optional: Set your Plex logs folder to use Tautulli as a log viewer. Plex logs are not needed for Tautulli to function. A complete folder path is required, shortcuts are not recognized, and the logs must be accessible from the machine where PlexPy is installed. Click here for help.

@@ -669,13 +669,13 @@
-

The interval (in hours) PlexPy will request an updated friends list from Plex.tv. Minimum 1, maximum 24, default 12.

+

The interval (in hours) Tautulli will request an updated friends list from Plex.tv. Minimum 1, maximum 24, default 12.

-

Refresh the users list when PlexPy starts.

+

Refresh the users list when Tautulli starts.

@@ -690,13 +690,13 @@
-

The interval (in hours) PlexPy will request an updated libraries list from your Plex Media Server. Minimum 1, maximum 24, default 12.

+

The interval (in hours) Tautulli will request an updated libraries list from your Plex Media Server. Minimum 1, maximum 24, default 12.

-

Refresh the libraries list when PlexPy starts.

+

Refresh the libraries list when Tautulli starts.

@@ -743,7 +743,7 @@ -

The value (in seconds) PlexPy should wait before triggering the next buffer warning. 0 to always trigger.

+

The value (in seconds) Tautulli should wait before triggering the next buffer warning. 0 to always trigger.

@@ -776,7 +776,7 @@ -

The number of concurrent streams by a single user for PlexPy to trigger a notification. Minimum 2.

+

The number of concurrent streams by a single user for Tautulli to trigger a notification. Minimum 2.

@@ -817,7 +817,7 @@

Enable to send another recently added notification when adding a new version of existing media.
- Note: If multiple versions are available, PlexPy will assume the higher quality one is newer. + Note: If multiple versions are available, Tautulli will assume the higher quality one is newer.

--> @@ -894,7 +894,7 @@ -

Enable if you want PlexPy to calculate the total file size for TV Shows/Seasons and Artists/Albums on the media info tables.

+

Enable if you want Tautulli to calculate the total file size for TV Shows/Seasons and Artists/Albums on the media info tables.

-

The interval (in hours) PlexPy will backup the database and configuration file. Minimum 1, maximum 24, default 6.

+

The interval (in hours) Tautulli will backup the database and configuration file. Minimum 1, maximum 24, default 6.

@@ -1070,13 +1070,13 @@
-

PlexPy Android App

+

Tautulli Remote Android App

- Get the PlexPy Remote app on Google PlayTM to access PlexPy from your Android device!
+ Get the Tautulli Remote app on Google PlayTM to access Tautulli from your Android device!
Get it on Google Play @@ -1189,7 +1189,7 @@