Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Acid-trip/a6a2d304b481e894a422ce33e041bc89 to your computer and use it in GitHub Desktop.
Save Acid-trip/a6a2d304b481e894a422ce33e041bc89 to your computer and use it in GitHub Desktop.
Recently added notifications
This file has been truncated, but you can view the full file.
2018-04-17 09:35:46 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:35:47 - DEBUG :: MainThread : Altering database. Updating database table notify_log.
2018-04-17 09:35:47 - DEBUG :: MainThread : User 'Local' does not exist. Adding user.
2018-04-17 09:35:47 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Notifiers :: Upgrading to new notification system...
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Libraries :: Upgrading library notification toggles...
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 09:35:47 - DEBUG :: MainThread : Generating UUID...
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 09:35:47 - DEBUG :: MainThread : Generating API key...
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 09:35:47 - DEBUG :: MainThread : Generating JWT secret...
2018-04-17 09:35:47 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 09:35:47 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 09:35:47 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 09:35:49 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 09:35:49 - INFO :: MainThread : You are running an unknown version of Tautulli. Run the updater to identify your version
2018-04-17 09:35:49 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 09:35:49 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 09:35:49 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8181/
2018-04-17 09:38:13 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:38:13 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 09:38:14 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 09:38:14 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 09:38:15 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 09:38:15 - INFO :: MainThread : You are running an unknown version of Tautulli. Run the updater to identify your version
2018-04-17 09:38:15 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 09:38:15 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8181/
2018-04-17 09:50:09 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:50:09 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 09:50:09 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 09:50:09 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 09:50:11 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 09:50:11 - INFO :: MainThread : You are running an unknown version of Tautulli. Run the updater to identify your version
2018-04-17 09:50:11 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 09:50:11 - ERROR :: MainThread : Uncaught exception: Traceback (most recent call last):
File "C:\Users\itadmin\Documents\Tautulli-master\Tautulli.py", line 267, in <module>
main()
File "C:\Users\itadmin\Documents\Tautulli-master\Tautulli.py", line 237, in main
webstart.initialize(web_config)
File "C:\Users\itadmin\Documents\Tautulli-master\plexpy\webstart.py", line 92, in initialize
cherrypy.config.update(options_dict)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 158, in update
reprconf.Config.update(self, config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 166, in update
self._apply(config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 168, in _apply
reprconf.Config._apply(self, config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 178, in _apply
self.namespaces(config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 120, in __call__
handler(k, v)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 250, in _server_namespace_handler
setattr(cherrypy.server, k, v)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpserver.py", line 36, in _set_socket_host
raise ValueError("The empty string ('') is not an allowed value. "
ValueError: The empty string ('') is not an allowed value. Use '0.0.0.0' instead to listen on all active interfaces (INADDR_ANY).
2018-04-17 09:50:21 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:50:21 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 09:50:21 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 09:50:21 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 09:50:22 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 09:50:22 - INFO :: MainThread : You are running an unknown version of Tautulli. Run the updater to identify your version
2018-04-17 09:50:22 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 09:50:22 - ERROR :: MainThread : Uncaught exception: Traceback (most recent call last):
File "C:\Users\itadmin\Documents\Tautulli-master\Tautulli.py", line 267, in <module>
main()
File "C:\Users\itadmin\Documents\Tautulli-master\Tautulli.py", line 237, in main
webstart.initialize(web_config)
File "C:\Users\itadmin\Documents\Tautulli-master\plexpy\webstart.py", line 92, in initialize
cherrypy.config.update(options_dict)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 158, in update
reprconf.Config.update(self, config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 166, in update
self._apply(config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 168, in _apply
reprconf.Config._apply(self, config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 178, in _apply
self.namespaces(config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 120, in __call__
handler(k, v)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 250, in _server_namespace_handler
setattr(cherrypy.server, k, v)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpserver.py", line 36, in _set_socket_host
raise ValueError("The empty string ('') is not an allowed value. "
ValueError: The empty string ('') is not an allowed value. Use '0.0.0.0' instead to listen on all active interfaces (INADDR_ANY).
2018-04-17 09:52:14 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:52:14 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 09:52:14 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 09:52:14 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 09:52:15 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 09:52:15 - INFO :: MainThread : You are running an unknown version of Tautulli. Run the updater to identify your version
2018-04-17 09:52:15 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 09:52:15 - ERROR :: MainThread : Uncaught exception: Traceback (most recent call last):
File "C:\Users\itadmin\Documents\Tautulli-master\Tautulli.py", line 267, in <module>
main()
File "C:\Users\itadmin\Documents\Tautulli-master\Tautulli.py", line 237, in main
webstart.initialize(web_config)
File "C:\Users\itadmin\Documents\Tautulli-master\plexpy\webstart.py", line 92, in initialize
cherrypy.config.update(options_dict)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 158, in update
reprconf.Config.update(self, config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 166, in update
self._apply(config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 168, in _apply
reprconf.Config._apply(self, config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 178, in _apply
self.namespaces(config)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\lib\reprconf.py", line 120, in __call__
handler(k, v)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpconfig.py", line 250, in _server_namespace_handler
setattr(cherrypy.server, k, v)
File "C:\Users\itadmin\Documents\Tautulli-master\lib/cherrypy\_cpserver.py", line 36, in _set_socket_host
raise ValueError("The empty string ('') is not an allowed value. "
ValueError: The empty string ('') is not an allowed value. Use '0.0.0.0' instead to listen on all active interfaces (INADDR_ANY).
2018-04-17 09:54:56 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:56:34 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 09:56:34 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 09:56:34 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 09:56:34 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 09:56:36 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 09:56:36 - INFO :: MainThread : You are running an unknown version of Tautulli. Run the updater to identify your version
2018-04-17 09:56:36 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 09:56:36 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-17 10:03:30 - INFO :: CP Server Thread-10 : Tautulli PlexTV :: Fetching a new Plex.tv token for Tautulli.
2018-04-17 10:03:30 - WARNING :: CP Server Thread-10 : Failed to access uri endpoint /users/sign_in.xml. Status code 401
2018-04-17 10:03:36 - INFO :: CP Server Thread-10 : Tautulli PlexTV :: Fetching a new Plex.tv token for Tautulli.
2018-04-17 10:03:36 - WARNING :: CP Server Thread-10 : Failed to access uri endpoint /users/sign_in.xml. Status code 401
2018-04-17 10:03:42 - INFO :: CP Server Thread-10 : Tautulli PlexTV :: Fetching a new Plex.tv token for Tautulli.
2018-04-17 10:03:42 - INFO :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2018-04-17 10:03:43 - INFO :: CP Server Thread-10 : Tautulli PlexTV :: Updated Plex.tv token for Tautulli.
2018-04-17 10:03:43 - INFO :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2018-04-17 10:04:29 - INFO :: CP Server Thread-5 : Tautulli Config :: Writing configuration to file
2018-04-17 10:04:29 - INFO :: CP Server Thread-5 : Tautulli PlexTV :: Requesting resources for server...
2018-04-17 10:04:29 - INFO :: CP Server Thread-5 : Tautulli PlexTV :: Server URL retrieved.
2018-04-17 10:04:29 - INFO :: CP Server Thread-5 : Tautulli Config :: Writing configuration to file
2018-04-17 10:04:29 - INFO :: CP Server Thread-5 : Tautulli WebSocket :: Disconnecting websocket...
2018-04-17 10:04:34 - INFO :: CP Server Thread-5 : Scheduled background task: Check GitHub for updates
2018-04-17 10:04:34 - INFO :: CP Server Thread-5 : Scheduled background task: Backup Tautulli database
2018-04-17 10:04:34 - INFO :: CP Server Thread-5 : Scheduled background task: Backup Tautulli config
2018-04-17 10:04:34 - INFO :: CP Server Thread-5 : Scheduled background task: Check for server response
2018-04-17 10:04:36 - INFO :: CP Server Thread-4 : Tautulli Config :: Writing configuration to file
2018-04-17 10:04:51 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2018-04-17 10:04:52 - INFO :: MainThread : Received signal: update
2018-04-17 10:04:58 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-17 10:04:58 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-17 10:04:58 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 10:04:58 - INFO :: MainThread : Tautulli is updating...
2018-04-17 10:04:58 - INFO :: MainThread : Downloading update from: https://github.com/Tautulli/Tautulli/tarball/master
2018-04-17 10:04:58 - DEBUG :: MainThread : Requesting URL via GET method: https://github.com/Tautulli/Tautulli/tarball/master
2018-04-17 10:05:09 - INFO :: MainThread : Extracting file: C:\Users\itadmin\Documents\Tautulli-master\master-github
2018-04-17 10:05:36 - INFO :: MainThread : Deleting file: C:\Users\itadmin\Documents\Tautulli-master\master-github
2018-04-17 10:05:43 - INFO :: MainThread : Tautulli is restarting...
2018-04-17 10:05:43 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-17 10:05:46 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 10:05:46 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 10:05:46 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 10:05:46 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 10:05:48 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 10:05:48 - INFO :: MainThread : Tautulli is up to date
2018-04-17 10:05:48 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-17 10:05:48 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-17 10:05:49 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 10:05:49 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-17 10:05:49 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-17 10:05:49 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-17 10:05:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:05:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:05:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:05:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:05:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:05:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:05:51 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 10:05:51 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-17 10:05:51 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 10:05:51 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-17 10:05:51 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-17 10:05:51 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-17 10:05:51 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-17 10:05:51 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-17 10:05:51 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-17 10:05:51 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-17 10:05:51 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-17 10:05:51 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-17 10:05:51 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-17 10:05:51 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-17 10:05:54 - INFO :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2018-04-17 10:18:18 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Added new notification agent: Email (notifier_id 1).
2018-04-17 10:23:09 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:24:00 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:24:00 - DEBUG :: CP Server Thread-8 : Sending test email notification.
2018-04-17 10:24:00 - INFO :: CP Server Thread-8 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:24:29 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:24:29 - DEBUG :: CP Server Thread-9 : Sending test email notification.
2018-04-17 10:24:29 - INFO :: CP Server Thread-9 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:25:27 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:25:33 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:25:33 - DEBUG :: CP Server Thread-14 : Sending test email notification.
2018-04-17 10:25:33 - INFO :: CP Server Thread-14 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:27:01 - ERROR :: CP Server Thread-8 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 10:27:29 - ERROR :: CP Server Thread-9 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 10:27:36 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:28:20 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:28:23 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:28:23 - DEBUG :: CP Server Thread-6 : Sending test email notification.
2018-04-17 10:28:23 - INFO :: CP Server Thread-6 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:28:30 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:28:30 - DEBUG :: CP Server Thread-10 : Sending test email notification.
2018-04-17 10:28:30 - INFO :: CP Server Thread-10 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:28:33 - ERROR :: CP Server Thread-14 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 10:28:44 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:28:48 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:28:48 - DEBUG :: CP Server Thread-13 : Sending test email notification.
2018-04-17 10:28:48 - INFO :: CP Server Thread-13 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:28:50 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Email notification sent.
2018-04-17 10:30:00 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Added new notification agent: Pushover (notifier_id 2).
2018-04-17 10:31:14 - DEBUG :: CP Server Thread-8 : Tautulli Notifiers :: Deleting notifier_id 2 from the database.
2018-04-17 10:31:24 - ERROR :: CP Server Thread-6 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 10:31:30 - ERROR :: CP Server Thread-10 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 10:32:36 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:34:50 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Added new notification agent: Plex Home Theater (notifier_id 3).
2018-04-17 10:35:02 - DEBUG :: CP Server Thread-14 : Tautulli Notifiers :: Deleting notifier_id 3 from the database.
2018-04-17 10:39:55 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:40:22 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:40:57 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:41:03 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:41:26 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:49:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 29' (9950 , parent 8032) added to recently added queue.
2018-04-17 10:49:02 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:49:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Simpsons S29 E16' (9951, grandparent 8032) added to recently added queue.
2018-04-17 10:50:09 - DEBUG :: Thread-15 : Tautulli TimelineHandler :: Library item 9951 added to Plex.
2018-04-17 10:50:09 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 10:50:09 - DEBUG :: Thread-15 : Added 1 items to the recently_added database table.
2018-04-17 10:50:11 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-17 10:50:47 - INFO :: CP Server Thread-9 : Tautulli Config :: Writing configuration to file
2018-04-17 10:52:07 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2018-04-17 10:52:07 - DEBUG :: CP Server Thread-12 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180417105207.ini
2018-04-17 10:52:10 - DEBUG :: CP Server Thread-12 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180417105210.db
2018-04-17 10:52:57 - INFO :: CP Server Thread-7 : Tautulli Config :: Writing configuration to file
2018-04-17 10:53:04 - INFO :: MainThread : Received signal: restart
2018-04-17 10:53:10 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-17 10:53:10 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-17 10:53:10 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-17 10:53:10 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-17 10:53:10 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 10:53:10 - INFO :: MainThread : Tautulli is restarting...
2018-04-17 10:53:10 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-17 10:53:11 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 10:53:11 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 10:53:11 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 10:53:11 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 10:53:12 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 10:53:12 - INFO :: MainThread : Tautulli is up to date
2018-04-17 10:53:12 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-17 10:53:13 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-17 10:53:13 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 10:53:13 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-17 10:53:13 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-17 10:53:13 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-17 10:53:14 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:53:14 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:53:14 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:53:14 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:53:14 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:53:15 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 10:53:15 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 10:53:15 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-17 10:53:15 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 10:53:15 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-17 10:53:15 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-17 10:53:15 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-17 10:53:15 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-17 10:53:15 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-17 10:53:15 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-17 10:53:15 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-17 10:53:15 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-17 10:53:15 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-17 10:53:15 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-17 10:53:15 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-17 10:56:02 - INFO :: CP Server Thread-6 : Tautulli Config :: Writing configuration to file
2018-04-17 10:57:00 - INFO :: CP Server Thread-11 : Tautulli Config :: Writing configuration to file
2018-04-17 10:57:00 - INFO :: CP Server Thread-11 : Scheduled background task: Check for Plex remote access
2018-04-17 10:57:00 - INFO :: CP Server Thread-11 : Scheduled background task: Check for Plex updates
2018-04-17 10:57:11 - INFO :: CP Server Thread-7 : Tautulli Config :: Writing configuration to file
2018-04-17 10:57:11 - DEBUG :: CP Server Thread-7 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180417105711.ini
2018-04-17 10:57:17 - DEBUG :: CP Server Thread-7 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180417105717.db
2018-04-17 10:57:46 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Added new notification agent: Email (notifier_id 4).
2018-04-17 10:57:47 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 10:58:12 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 10:58:41 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 10:59:14 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:59:37 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 10:59:51 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 11:00:07 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 11:00:11 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 11:00:17 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 11:00:21 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 11:00:31 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 11:02:12 - INFO :: CP Server Thread-11 : Tautulli Config :: Writing configuration to file
2018-04-17 11:02:12 - DEBUG :: CP Server Thread-11 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180417110212.ini
2018-04-17 11:02:14 - DEBUG :: CP Server Thread-11 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180417110214.db
2018-04-17 11:03:01 - INFO :: CP Server Thread-5 : Tautulli Config :: Writing configuration to file
2018-04-17 11:03:31 - INFO :: CP Server Thread-14 : Tautulli Config :: Writing configuration to file
2018-04-17 11:05:56 - INFO :: CP Server Thread-8 : Tautulli Config :: Writing configuration to file
2018-04-17 11:08:19 - INFO :: CP Server Thread-13 : Tautulli Config :: Writing configuration to file
2018-04-17 11:10:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Simpsons S29 E15' (9952, grandparent 8032) added to recently added queue.
2018-04-17 11:11:46 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9952 added to Plex.
2018-04-17 11:11:47 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-17 11:11:49 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'The Simpsons - Season 29' uploaded to Imgur.
2018-04-17 11:11:49 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 11:11:51 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-17 11:12:49 - INFO :: CP Server Thread-5 : Tautulli Config :: Writing configuration to file
2018-04-17 11:47:14 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 11:47:19 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 11:47:19 - DEBUG :: CP Server Thread-9 : Sending test email notification.
2018-04-17 11:47:19 - INFO :: CP Server Thread-9 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 11:47:21 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Email notification sent.
2018-04-17 11:48:25 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 11:48:29 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 11:48:29 - DEBUG :: CP Server Thread-12 : Sending test email notification.
2018-04-17 11:48:29 - INFO :: CP Server Thread-12 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 11:49:25 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 11:50:20 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 11:51:30 - ERROR :: CP Server Thread-12 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 12:02:10 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:02:18 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:02:19 - DEBUG :: CP Server Thread-10 : Sending test email notification.
2018-04-17 12:02:19 - INFO :: CP Server Thread-10 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 12:05:19 - ERROR :: CP Server Thread-10 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-17 12:09:45 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:09:49 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:09:49 - DEBUG :: CP Server Thread-14 : Sending test email notification.
2018-04-17 12:09:49 - INFO :: CP Server Thread-14 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 12:09:51 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:11:39 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:11:42 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:11:43 - DEBUG :: CP Server Thread-8 : Sending test email notification.
2018-04-17 12:11:43 - INFO :: CP Server Thread-8 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 12:11:45 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:13:48 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:14:06 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:14:10 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:14:10 - DEBUG :: CP Server Thread-6 : Sending test email notification.
2018-04-17 12:14:10 - INFO :: CP Server Thread-6 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 12:14:12 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:15:02 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:15:05 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:15:05 - DEBUG :: CP Server Thread-9 : Sending test email notification.
2018-04-17 12:15:05 - INFO :: CP Server Thread-9 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 12:15:07 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:19:33 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:20:02 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:20:16 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:20:21 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:20:21 - DEBUG :: CP Server Thread-12 : Sending test email notification.
2018-04-17 12:20:21 - INFO :: CP Server Thread-12 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-17 12:20:23 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:20:26 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:23:38 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:23:43 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:23:43 - DEBUG :: CP Server Thread-10 : Sending test email notification.
2018-04-17 12:23:43 - INFO :: CP Server Thread-10 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-17 12:23:45 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:24:32 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:24:32 - DEBUG :: CP Server Thread-14 : Sending test email notification.
2018-04-17 12:24:32 - INFO :: CP Server Thread-14 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-17 12:24:35 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Email notification sent.
2018-04-17 12:24:51 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-17 12:25:11 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:29:23 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-17 12:30:34 - INFO :: CP Server Thread-6 : Tautulli Config :: Writing configuration to file
2018-04-17 12:31:48 - INFO :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2018-04-17 12:31:48 - DEBUG :: CP Server Thread-10 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180417123148.ini
2018-04-17 12:31:50 - DEBUG :: CP Server Thread-10 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180417123150.db
2018-04-17 12:32:19 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Added new notification agent: Prowl (notifier_id 5).
2018-04-17 12:32:38 - DEBUG :: CP Server Thread-8 : Tautulli Notifiers :: Deleting notifier_id 5 from the database.
2018-04-17 12:32:51 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Added new notification agent: Discord (notifier_id 6).
2018-04-17 12:39:53 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 12:40:01 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 12:40:13 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 12:40:27 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 12:40:34 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 12:40:53 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 12:40:53 - DEBUG :: CP Server Thread-12 : Sending test discord notification.
2018-04-17 12:40:53 - INFO :: CP Server Thread-12 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-17 12:40:54 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Discord notification sent.
2018-04-17 12:41:11 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 14:10:28 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Added new notification agent: Boxcar (notifier_id 7).
2018-04-17 14:13:19 - DEBUG :: CP Server Thread-8 : Tautulli Notifiers :: Deleting notifier_id 7 from the database.
2018-04-17 14:16:26 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 14:16:26 - DEBUG :: CP Server Thread-5 : Sending test discord notification.
2018-04-17 14:16:26 - INFO :: CP Server Thread-5 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-17 14:16:26 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Discord notification sent.
2018-04-17 14:23:50 - INFO :: CP Server Thread-9 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 14:24:02 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-17 14:27:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Simpsons S29 E14' (9953, grandparent 8032) added to recently added queue.
2018-04-17 14:28:39 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9953 added to Plex.
2018-04-17 14:28:40 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 14:28:40 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-17 14:28:40 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-17 14:28:40 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-17 14:28:42 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-17 16:21:06 - WARNING :: CP Server Thread-8 : Unable to retrieve data for library_recently_watched.
2018-04-17 16:21:06 - WARNING :: CP Server Thread-10 : Unable to retrieve data for library_user_stats.
2018-04-17 16:21:23 - WARNING :: CP Server Thread-5 : Unable to retrieve data for library_recently_watched.
2018-04-17 16:21:23 - WARNING :: CP Server Thread-13 : Unable to retrieve data for library_user_stats.
2018-04-17 16:21:33 - WARNING :: CP Server Thread-10 : Unable to retrieve data for get_sync.
2018-04-17 16:21:41 - WARNING :: CP Server Thread-10 : Unable to retrieve data for get_sync.
2018-04-17 16:28:04 - INFO :: CP Server Thread-11 : Tautulli Config :: Writing configuration to file
2018-04-17 16:28:04 - INFO :: Thread-27 : Tautulli Users :: Requesting users list refresh...
2018-04-17 16:28:05 - INFO :: Thread-27 : Tautulli Users :: Users list refreshed.
2018-04-17 16:28:08 - INFO :: MainThread : Received signal: restart
2018-04-17 16:28:16 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-17 16:28:16 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-17 16:28:16 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-17 16:28:16 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-17 16:28:16 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 16:28:16 - INFO :: MainThread : Tautulli is restarting...
2018-04-17 16:28:16 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-17 16:28:18 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-17 16:28:18 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-17 16:28:18 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-17 16:28:18 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 16:28:19 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 16:28:19 - INFO :: MainThread : Tautulli is up to date
2018-04-17 16:28:19 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-17 16:28:20 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-17 16:28:20 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 16:28:20 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-17 16:28:20 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-17 16:28:20 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-17 16:28:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 16:28:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 16:28:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 16:28:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 16:28:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 16:28:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-17 16:28:22 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-17 16:28:22 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-17 16:28:22 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-17 16:28:22 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-17 16:28:22 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-17 16:28:22 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-17 16:28:22 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-17 16:28:22 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-17 16:28:22 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-17 16:28:22 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-17 16:29:26 - DEBUG :: CP Server Thread-13 : Tautulli WebAuth :: Admin user 'admin' logged into Tautulli.
2018-04-17 16:33:04 - WARNING :: CP Server Thread-8 : Unable to retrieve data for library_recently_watched.
2018-04-17 16:33:04 - WARNING :: CP Server Thread-11 : Unable to retrieve data for library_user_stats.
2018-04-17 17:06:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Den of Thieves' (9954) added to recently added queue.
2018-04-17 17:06:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Den of Thieves' (9954) done processing metadata.
2018-04-17 17:07:04 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9954 added to Plex.
2018-04-17 17:07:04 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for imdb_id 'tt1259528'.
2018-04-17 17:07:04 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-17 17:07:05 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '449443'.
2018-04-17 17:07:10 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'Den of Thieves' uploaded to Imgur.
2018-04-17 17:07:10 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-17 17:07:10 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-17 17:07:10 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-17 17:07:13 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-17 20:55:38 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 started by user 15561763 (Owens) with ratingKey 9931 (Wonder).
2018-04-17 20:56:40 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 paused.
2018-04-17 21:00:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 resumed.
2018-04-17 22:13:27 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 paused.
2018-04-17 22:13:33 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 resumed.
2018-04-17 22:28:22 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-17 22:28:22 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-17 22:28:22 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180417222822.sched.db
2018-04-17 22:28:22 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-17 22:28:22 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180417222822.sched.ini
2018-04-17 22:28:23 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-17 22:28:23 - INFO :: Thread-17 : Tautulli is up to date
2018-04-17 22:52:06 - WARNING :: Thread-3 : Tautulli WebSocket :: Error decoding message from websocket: No JSON object could be decoded
2018-04-17 22:53:25 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 stopped.
2018-04-17 22:53:25 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9931
2018-04-17 22:53:25 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 1 ratingKey 9931 from session queue
2018-04-18 04:28:22 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-18 04:28:22 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 04:28:22 - INFO :: Thread-15 : Tautulli PlexTV :: Requesting resources for server...
2018-04-18 04:28:22 - INFO :: Thread-24 : Tautulli Users :: Requesting users list refresh...
2018-04-18 04:28:22 - INFO :: Thread-20 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-18 04:28:22 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180418042822.sched.db
2018-04-18 04:28:22 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-18 04:28:22 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180418042822.sched.ini
2018-04-18 04:28:23 - INFO :: Thread-19 : Tautulli Monitor :: Checking for PMS updates...
2018-04-18 04:28:23 - DEBUG :: Thread-19 : Tautulli PlexTV :: Retrieving current server version.
2018-04-18 04:28:23 - INFO :: Thread-15 : Tautulli PlexTV :: Server URL retrieved.
2018-04-18 04:28:23 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 04:28:23 - INFO :: Thread-17 : Tautulli is up to date
2018-04-18 04:28:23 - INFO :: Thread-24 : Tautulli Users :: Users list refreshed.
2018-04-18 04:28:23 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-18 04:28:23 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-18 04:28:23 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-18 04:28:23 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-18 04:28:23 - DEBUG :: Thread-19 : Tautulli PlexTV :: Plex update channel is public.
2018-04-18 04:28:23 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-18 04:28:23 - INFO :: Thread-19 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-18 04:28:23 - INFO :: Thread-19 : Tautulli Monitor :: No PMS update available.
2018-04-18 04:28:23 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-18 04:28:24 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-18 04:28:24 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-18 04:28:24 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-18 04:28:24 - INFO :: Thread-20 : Tautulli Libraries :: Libraries list refreshed.
2018-04-18 09:08:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Peter Rabbit' (9965) added to recently added queue.
2018-04-18 09:09:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Peter Rabbit' (9965) done processing metadata.
2018-04-18 09:09:49 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9965 added to Plex.
2018-04-18 09:09:49 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for imdb_id 'tt5117670'.
2018-04-18 09:09:50 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-18 09:09:50 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '381719'.
2018-04-18 09:09:55 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'Peter Rabbit' uploaded to Imgur.
2018-04-18 09:09:55 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 1.
2018-04-18 09:09:55 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-18 09:09:55 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-18 09:09:58 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-18 09:11:15 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-18 09:11:45 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-18 09:12:10 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-18 09:12:30 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-18 09:12:48 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 4).
2018-04-18 09:16:41 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2018-04-18 09:23:28 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Added new notification agent: Facebook (notifier_id 8).
2018-04-18 09:24:04 - INFO :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2018-04-18 09:24:06 - INFO :: MainThread : Received signal: restart
2018-04-18 09:24:12 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-18 09:24:12 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-18 09:24:12 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 09:24:12 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 09:24:12 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:24:12 - INFO :: MainThread : Tautulli is restarting...
2018-04-18 09:24:12 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-18 09:24:39 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-18 09:24:39 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-18 09:24:39 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-18 09:24:39 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 09:24:41 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 09:24:41 - INFO :: MainThread : Tautulli is up to date
2018-04-18 09:24:41 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-18 09:24:41 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-18 09:24:41 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:24:41 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-18 09:24:42 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-18 09:24:42 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-18 09:24:43 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:24:43 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:24:43 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:24:43 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:24:43 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:24:43 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:24:43 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:24:43 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-18 09:24:44 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-18 09:24:44 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-18 09:24:44 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-18 09:24:44 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-18 09:24:44 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled.
2018-04-18 09:24:44 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-18 09:24:44 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-18 09:24:44 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-18 09:24:44 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-18 09:26:51 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2018-04-18 09:26:53 - INFO :: MainThread : Received signal: restart
2018-04-18 09:27:01 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-18 09:27:01 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-18 09:27:02 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 09:27:02 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 09:27:02 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:27:02 - INFO :: MainThread : Tautulli is restarting...
2018-04-18 09:27:02 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-18 09:27:03 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-18 09:27:03 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-18 09:27:03 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-18 09:27:03 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 09:27:05 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli is up to date
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-18 09:27:05 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-18 09:27:06 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:27:06 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:27:06 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:27:06 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:27:06 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:27:06 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:27:07 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:27:07 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-18 09:27:07 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-18 09:27:07 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-18 09:27:07 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-18 09:27:07 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-18 09:27:07 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled.
2018-04-18 09:27:07 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-18 09:27:07 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-18 09:27:07 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-18 09:27:07 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-18 09:32:30 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2018-04-18 09:33:04 - INFO :: CP Server Thread-8 : Tautulli Config :: Writing configuration to file
2018-04-18 09:33:08 - INFO :: MainThread : Received signal: restart
2018-04-18 09:33:16 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-18 09:33:16 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-18 09:33:16 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 09:33:16 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 09:33:16 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:33:16 - INFO :: MainThread : Tautulli is restarting...
2018-04-18 09:33:16 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-18 09:33:18 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-18 09:33:18 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-18 09:33:18 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-18 09:33:18 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 09:33:19 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 09:33:19 - INFO :: MainThread : Tautulli is up to date
2018-04-18 09:33:19 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-18 09:33:20 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-18 09:33:20 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:33:20 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-18 09:33:20 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-18 09:33:20 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-18 09:33:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:33:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:33:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:33:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:33:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:33:21 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 09:33:22 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 09:33:22 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-18 09:33:22 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-18 09:33:22 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-18 09:33:22 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-18 09:33:22 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-18 09:33:22 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled.
2018-04-18 09:33:22 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-18 09:33:22 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-18 09:33:22 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-18 09:33:22 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-18 09:52:23 - DEBUG :: CP Server Thread-10 : Tautulli Notifiers :: Deleting notifier_id 8 from the database.
2018-04-18 09:52:39 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Added new notification agent: Email (notifier_id 9).
2018-04-18 09:52:39 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:52:55 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:53:11 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:53:16 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:53:17 - DEBUG :: CP Server Thread-6 : Sending test email notification.
2018-04-18 09:53:17 - INFO :: CP Server Thread-6 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 09:53:19 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Email notification sent.
2018-04-18 09:53:55 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:54:13 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:54:27 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:54:27 - DEBUG :: CP Server Thread-14 : Sending test email notification.
2018-04-18 09:54:27 - INFO :: CP Server Thread-14 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 09:54:29 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Email notification sent.
2018-04-18 09:55:38 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:56:49 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:56:55 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 09:56:56 - DEBUG :: CP Server Thread-8 : Sending test email notification.
2018-04-18 09:56:56 - INFO :: CP Server Thread-8 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 09:56:58 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Email notification sent.
2018-04-18 10:40:46 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:40:50 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:40:50 - DEBUG :: CP Server Thread-11 : Sending test email notification.
2018-04-18 10:40:50 - INFO :: CP Server Thread-11 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 10:40:52 - ERROR :: CP Server Thread-11 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-18 10:40:58 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:40:58 - DEBUG :: CP Server Thread-11 : Sending test email notification.
2018-04-18 10:40:58 - INFO :: CP Server Thread-11 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 10:41:00 - ERROR :: CP Server Thread-11 : Tautulli Notifiers :: Email notification failed: Connection unexpectedly closed
2018-04-18 10:41:27 - INFO :: CP Server Thread-10 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:42:52 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:42:52 - DEBUG :: CP Server Thread-7 : Sending test email notification.
2018-04-18 10:42:52 - INFO :: CP Server Thread-7 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 10:42:54 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Email notification sent.
2018-04-18 10:48:03 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:48:19 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:48:27 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 10:48:27 - DEBUG :: CP Server Thread-14 : Sending test email notification.
2018-04-18 10:48:27 - INFO :: CP Server Thread-14 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 10:48:27 - ERROR :: CP Server Thread-14 : Tautulli Notifiers :: Email notification failed: SMTP AUTH extension not supported by server.
2018-04-18 11:14:11 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 11:14:21 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 11:14:30 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 11:14:30 - DEBUG :: CP Server Thread-5 : Sending test email notification.
2018-04-18 11:14:30 - INFO :: CP Server Thread-5 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-18 11:14:32 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Email notification sent.
2018-04-18 11:15:44 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-18 11:18:38 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 1).
2018-04-18 11:20:56 - INFO :: CP Server Thread-10 : Tautulli Config :: Writing configuration to file
2018-04-18 11:20:59 - INFO :: MainThread : Received signal: restart
2018-04-18 11:21:08 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-18 11:21:08 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-18 11:21:08 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 11:21:08 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-18 11:21:08 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 11:21:08 - INFO :: MainThread : Tautulli is restarting...
2018-04-18 11:21:08 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-18 11:21:09 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-18 11:21:09 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-18 11:21:09 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-18 11:21:09 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 11:21:11 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 11:21:11 - INFO :: MainThread : Tautulli is up to date
2018-04-18 11:21:11 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-18 11:21:11 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-18 11:21:11 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 11:21:11 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-18 11:21:12 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-18 11:21:12 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-18 11:21:12 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 11:21:12 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 11:21:13 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 11:21:13 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 11:21:13 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 11:21:13 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-18 11:21:13 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-18 11:21:13 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-18 11:21:13 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-18 11:21:14 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-18 11:21:14 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-18 11:21:14 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-18 11:21:14 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled.
2018-04-18 11:21:14 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-18 11:21:14 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-18 11:21:14 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-18 11:21:14 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-18 17:21:14 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-18 17:21:14 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 17:21:14 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180418172114.sched.db
2018-04-18 17:21:14 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-18 17:21:14 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180418172114.sched.ini
2018-04-18 17:21:14 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 17:21:14 - INFO :: Thread-17 : Tautulli is up to date
2018-04-18 23:21:14 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-18 23:21:14 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-18 23:21:14 - INFO :: Thread-15 : Tautulli PlexTV :: Requesting resources for server...
2018-04-18 23:21:14 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180418232114.sched.db
2018-04-18 23:21:14 - INFO :: Thread-24 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-18 23:21:14 - INFO :: Thread-20 : Tautulli Users :: Requesting users list refresh...
2018-04-18 23:21:14 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-18 23:21:14 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180418232114.sched.ini
2018-04-18 23:21:14 - INFO :: Thread-19 : Tautulli Monitor :: Checking for PMS updates...
2018-04-18 23:21:14 - INFO :: Thread-15 : Tautulli PlexTV :: Server URL retrieved.
2018-04-18 23:21:14 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-18 23:21:14 - DEBUG :: Thread-19 : Tautulli PlexTV :: Retrieving current server version.
2018-04-18 23:21:14 - INFO :: Thread-17 : Tautulli is up to date
2018-04-18 23:21:14 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-18 23:21:14 - INFO :: Thread-20 : Tautulli Users :: Users list refreshed.
2018-04-18 23:21:14 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-18 23:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-18 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-18 23:21:15 - DEBUG :: Thread-19 : Tautulli PlexTV :: Plex update channel is public.
2018-04-18 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-18 23:21:15 - INFO :: Thread-19 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-18 23:21:15 - INFO :: Thread-19 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-18 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-18 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-18 23:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-18 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-18 23:21:16 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-18 23:21:16 - INFO :: Thread-24 : Tautulli Libraries :: Libraries list refreshed.
2018-04-18 23:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-19 05:21:14 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-19 05:21:14 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-19 05:21:14 - DEBUG :: Thread-16 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180419052114.sched.db
2018-04-19 05:21:14 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-19 05:21:14 - DEBUG :: Thread-21 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180419052114.sched.ini
2018-04-19 05:21:14 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-19 05:21:14 - INFO :: Thread-24 : Tautulli is up to date
2018-04-19 11:21:14 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-19 11:21:14 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-19 11:21:14 - INFO :: Thread-17 : Tautulli PlexTV :: Requesting resources for server...
2018-04-19 11:21:14 - INFO :: Thread-19 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-19 11:21:14 - INFO :: Thread-16 : Tautulli Users :: Requesting users list refresh...
2018-04-19 11:21:14 - DEBUG :: Thread-22 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180419112114.sched.db
2018-04-19 11:21:14 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-19 11:21:14 - DEBUG :: Thread-23 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180419112114.sched.ini
2018-04-19 11:21:14 - INFO :: Thread-15 : Tautulli Monitor :: Checking for PMS updates...
2018-04-19 11:21:14 - DEBUG :: Thread-15 : Tautulli PlexTV :: Retrieving current server version.
2018-04-19 11:21:14 - INFO :: Thread-17 : Tautulli PlexTV :: Server URL retrieved.
2018-04-19 11:21:14 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-19 11:21:14 - INFO :: Thread-24 : Tautulli is up to date
2018-04-19 11:21:14 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-19 11:21:14 - INFO :: Thread-16 : Tautulli Users :: Users list refreshed.
2018-04-19 11:21:15 - DEBUG :: Thread-19 : Tautulli Pmsconnect :: No library data.
2018-04-19 11:21:15 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-19 11:21:15 - DEBUG :: Thread-19 : Tautulli Pmsconnect :: No library data.
2018-04-19 11:21:15 - DEBUG :: Thread-19 : Tautulli Pmsconnect :: No library data.
2018-04-19 11:21:15 - DEBUG :: Thread-15 : Tautulli PlexTV :: Plex update channel is public.
2018-04-19 11:21:15 - DEBUG :: Thread-19 : Tautulli Pmsconnect :: No library data.
2018-04-19 11:21:15 - INFO :: Thread-15 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-19 11:21:15 - INFO :: Thread-15 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-19 11:21:15 - DEBUG :: Thread-19 : Tautulli Pmsconnect :: No library data.
2018-04-19 11:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-19 11:21:15 - DEBUG :: Thread-19 : Tautulli Pmsconnect :: No library data.
2018-04-19 11:21:16 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-19 11:21:16 - INFO :: Thread-19 : Tautulli Libraries :: Libraries list refreshed.
2018-04-19 11:21:17 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-19 11:57:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Suits S07 E14' (9978, grandparent 7750) added to recently added queue.
2018-04-19 11:57:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Suits' (7750) done processing metadata.
2018-04-19 11:58:10 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9978 added to Plex.
2018-04-19 11:58:10 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for thetvdb_id '247808'.
2018-04-19 11:58:10 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-19 11:58:10 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '37680'.
2018-04-19 11:58:11 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up TVmaze info for thetvdb_id '247808'.
2018-04-19 11:58:11 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-19 11:58:11 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-19 11:58:11 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-19 11:58:13 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-19 17:21:14 - INFO :: Thread-19 : Retrieving latest version information from GitHub
2018-04-19 17:21:14 - DEBUG :: Thread-19 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-19 17:21:14 - DEBUG :: Thread-21 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180419172114.sched.db
2018-04-19 17:21:14 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-19 17:21:14 - DEBUG :: Thread-18 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180419172114.sched.ini
2018-04-19 17:21:14 - DEBUG :: Thread-19 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-19 17:21:14 - INFO :: Thread-19 : Tautulli is up to date
2018-04-19 17:35:42 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 started by user 3142851 (CHRIS_DJ) with ratingKey 9965 (Peter Rabbit).
2018-04-19 18:55:35 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 paused.
2018-04-19 18:55:36 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 resumed.
2018-04-19 19:02:34 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 paused.
2018-04-19 19:02:37 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 resumed.
2018-04-19 19:02:39 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 paused.
2018-04-19 19:06:04 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 stopped.
2018-04-19 19:06:04 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9965
2018-04-19 19:06:05 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 2 ratingKey 9965 from session queue
2018-04-19 23:21:14 - INFO :: Thread-19 : Retrieving latest version information from GitHub
2018-04-19 23:21:14 - DEBUG :: Thread-19 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-19 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Requesting resources for server...
2018-04-19 23:21:14 - INFO :: Thread-15 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-19 23:21:14 - INFO :: Thread-21 : Tautulli Users :: Requesting users list refresh...
2018-04-19 23:21:14 - DEBUG :: Thread-23 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180419232114.sched.db
2018-04-19 23:21:14 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-19 23:21:14 - DEBUG :: Thread-20 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180419232114.sched.ini
2018-04-19 23:21:14 - INFO :: Thread-17 : Tautulli Monitor :: Checking for PMS updates...
2018-04-19 23:21:14 - DEBUG :: Thread-17 : Tautulli PlexTV :: Retrieving current server version.
2018-04-19 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Server URL retrieved.
2018-04-19 23:21:14 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-19 23:21:14 - DEBUG :: Thread-19 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-19 23:21:14 - INFO :: Thread-19 : Tautulli is up to date
2018-04-19 23:21:14 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-19 23:21:14 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-19 23:21:14 - INFO :: Thread-21 : Tautulli Users :: Users list refreshed.
2018-04-19 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-19 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-19 23:21:15 - DEBUG :: Thread-17 : Tautulli PlexTV :: Plex update channel is public.
2018-04-19 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-19 23:21:15 - INFO :: Thread-17 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-19 23:21:15 - INFO :: Thread-17 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-19 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-19 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-19 23:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-19 23:21:15 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-19 23:21:16 - INFO :: Thread-15 : Tautulli Libraries :: Libraries list refreshed.
2018-04-19 23:21:18 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-20 05:21:14 - INFO :: Thread-15 : Retrieving latest version information from GitHub
2018-04-20 05:21:14 - DEBUG :: Thread-15 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-20 05:21:14 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-20 05:21:14 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180420052114.sched.db
2018-04-20 05:21:14 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180420052114.sched.ini
2018-04-20 05:21:14 - DEBUG :: Thread-15 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-20 05:21:14 - INFO :: Thread-15 : Tautulli is up to date
2018-04-20 07:07:29 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 3 started by user 3142851 (CHRIS_DJ) with ratingKey 9965 (Peter Rabbit).
2018-04-20 07:09:15 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 3 resumed.
2018-04-20 07:09:15 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 3 paused.
2018-04-20 07:09:33 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 3 stopped.
2018-04-20 07:09:33 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 9965 is 1 secs which is less than 120 seconds, so we're not logging it.
2018-04-20 07:09:33 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 3 ratingKey 9965 from session queue
2018-04-20 07:10:18 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 4 started by user 3142851 (CHRIS_DJ) with ratingKey 5262 (Star Wars).
2018-04-20 07:31:35 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 4 paused.
2018-04-20 07:31:46 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 4 stopped.
2018-04-20 07:31:46 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 5262
2018-04-20 07:31:46 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 4 ratingKey 5262 from session queue
2018-04-20 07:31:56 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 started by user 3142851 (CHRIS_DJ) with ratingKey 5262 (Star Wars).
2018-04-20 08:22:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 paused.
2018-04-20 08:22:17 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 resumed.
2018-04-20 08:22:17 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 paused.
2018-04-20 08:25:35 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 stopped.
2018-04-20 08:25:35 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 5262
2018-04-20 08:25:35 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 5 ratingKey 5262 from session queue
2018-04-20 11:21:14 - INFO :: Thread-15 : Retrieving latest version information from GitHub
2018-04-20 11:21:14 - DEBUG :: Thread-15 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-20 11:21:14 - INFO :: Thread-19 : Tautulli PlexTV :: Requesting resources for server...
2018-04-20 11:21:14 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180420112114.sched.db
2018-04-20 11:21:14 - INFO :: Thread-17 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-20 11:21:14 - INFO :: Thread-18 : Tautulli Users :: Requesting users list refresh...
2018-04-20 11:21:14 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-20 11:21:14 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180420112114.sched.ini
2018-04-20 11:21:14 - INFO :: Thread-19 : Tautulli PlexTV :: Server URL retrieved.
2018-04-20 11:21:14 - DEBUG :: Thread-15 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-20 11:21:14 - INFO :: Thread-15 : Tautulli is up to date
2018-04-20 11:21:14 - INFO :: Thread-21 : Tautulli Monitor :: Checking for PMS updates...
2018-04-20 11:21:14 - DEBUG :: Thread-21 : Tautulli PlexTV :: Retrieving current server version.
2018-04-20 11:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-20 11:21:14 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-20 11:21:14 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-20 11:21:14 - INFO :: Thread-18 : Tautulli Users :: Users list refreshed.
2018-04-20 11:21:14 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-20 11:21:15 - DEBUG :: Thread-21 : Tautulli PlexTV :: Plex update channel is public.
2018-04-20 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-20 11:21:15 - INFO :: Thread-21 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-20 11:21:15 - INFO :: Thread-21 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-20 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-20 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-20 11:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-20 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-20 11:21:16 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-20 11:21:16 - INFO :: Thread-17 : Tautulli Libraries :: Libraries list refreshed.
2018-04-20 11:21:17 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-20 12:52:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (9979, grandparent 9844) added to recently added queue.
2018-04-20 12:52:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19' (9844) done processing metadata.
2018-04-20 12:53:26 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9979 added to Plex.
2018-04-20 12:53:26 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for thetvdb_id '341852'.
2018-04-20 12:53:26 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-20 12:53:26 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '76773'.
2018-04-20 12:53:27 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up TVmaze info for thetvdb_id '341852'.
2018-04-20 12:53:27 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-20 12:53:27 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-20 12:53:27 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-20 12:53:30 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-20 15:44:41 - INFO :: CP Server Thread-6 : Tautulli Config :: Writing configuration to file
2018-04-20 15:44:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Billions S03 E04' (9980, grandparent 8269) added to recently added queue.
2018-04-20 15:44:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (9981) added to recently added queue.
2018-04-20 15:44:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (9982 , parent 9981) added to recently added queue.
2018-04-20 15:44:56 - WARNING :: Thread-3 : Failed to access uri endpoint /library/metadata/9983. Status code 500
2018-04-20 15:44:56 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: 'NoneType' object has no attribute 'getElementsByTagName'.
2018-04-20 15:45:23 - INFO :: CP Server Thread-14 : Tautulli Notifiers :: Updated notification agent: Discord (notifier_id 6).
2018-04-20 15:45:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Billions' (8269) done processing metadata.
2018-04-20 15:45:52 - DEBUG :: Thread-26 : Tautulli TimelineHandler :: Library item 9980 added to Plex.
2018-04-20 15:45:53 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for thetvdb_id '279536'.
2018-04-20 15:45:53 - DEBUG :: Thread-26 : Added 1 items to the recently_added database table.
2018-04-20 15:45:53 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '62852'.
2018-04-20 15:45:53 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up TVmaze info for thetvdb_id '279536'.
2018-04-20 15:45:54 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 9982 added to Plex.
2018-04-20 15:45:55 - ERROR :: Thread-25 : Tautulli TimelineHandler :: Unable to retrieve metadata for rating_key 9982
2018-04-20 15:45:56 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'Billions - Season 3' uploaded to Imgur.
2018-04-20 15:45:56 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-20 15:45:56 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-20 15:45:56 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-20 15:45:58 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-20 15:55:28 - WARNING :: CP Server Thread-6 : Unable to retrieve data for library_recently_watched.
2018-04-20 15:55:28 - WARNING :: CP Server Thread-12 : Unable to retrieve data for library_user_stats.
2018-04-20 16:04:16 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 6 started by user 3142851 (CHRIS_DJ) with ratingKey 8256 (The Simpsons - Simpsons Roasting on an Open Fire).
2018-04-20 16:04:40 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 6 stopped.
2018-04-20 16:04:40 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 8256 is 24 secs which is less than 120 seconds, so we're not logging it.
2018-04-20 16:04:40 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 6 ratingKey 8256 from session queue
2018-04-20 16:04:42 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 7 started by user 3142851 (CHRIS_DJ) with ratingKey 9953 (The Simpsons - Fears of a Clown).
2018-04-20 16:09:35 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 7 stopped.
2018-04-20 16:09:35 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9953
2018-04-20 16:09:35 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 7 ratingKey 9953 from session queue
2018-04-20 17:21:14 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-20 17:21:14 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-20 17:21:14 - DEBUG :: Thread-22 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180420172114.sched.db
2018-04-20 17:21:14 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-20 17:21:14 - DEBUG :: Thread-23 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180420172114.sched.ini
2018-04-20 17:21:14 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-20 17:21:14 - INFO :: Thread-17 : Tautulli is up to date
2018-04-20 18:37:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (9984) added to recently added queue.
2018-04-20 18:37:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (9985 , parent 9984) added to recently added queue.
2018-04-20 18:37:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (9986, grandparent 7728) added to recently added queue.
2018-04-20 18:38:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-20 18:38:49 - DEBUG :: Thread-27 : Tautulli TimelineHandler :: Library item 9985 added to Plex.
2018-04-20 18:38:50 - ERROR :: Thread-27 : Tautulli TimelineHandler :: Unable to retrieve metadata for rating_key 9985
2018-04-20 18:38:56 - DEBUG :: Thread-26 : Tautulli TimelineHandler :: Library item 9986 added to Plex.
2018-04-20 18:38:56 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for thetvdb_id '73762'.
2018-04-20 18:38:56 - DEBUG :: Thread-26 : Added 1 items to the recently_added database table.
2018-04-20 18:38:56 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '1416'.
2018-04-20 18:38:57 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up TVmaze info for thetvdb_id '73762'.
2018-04-20 18:38:59 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'Grey's Anatomy - Season 14' uploaded to Imgur.
2018-04-20 18:38:59 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-20 18:38:59 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-20 18:38:59 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-20 18:39:02 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-20 20:00:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 8 started by user 15561763 (Owens) with ratingKey 9986 (Grey's Anatomy - Judgment Day).
2018-04-20 20:06:02 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 8 paused.
2018-04-20 20:07:22 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 8 resumed.
2018-04-20 20:41:23 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 8 stopped.
2018-04-20 20:41:23 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9986
2018-04-20 20:41:24 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 8 ratingKey 9986 from session queue
2018-04-20 20:41:48 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 9 started by user 15561763 (Owens) with ratingKey 9979 (Station 19 - Stronger Together).
2018-04-20 21:24:17 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 9 stopped.
2018-04-20 21:24:17 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9979
2018-04-20 21:24:17 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 9 ratingKey 9979 from session queue
2018-04-20 21:27:07 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 10 started by user 15561763 (Owens) with ratingKey 7745 (This Is Us - The Wedding).
2018-04-20 22:08:55 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 10 stopped.
2018-04-20 22:08:55 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 7745
2018-04-20 22:08:55 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 10 ratingKey 7745 from session queue
2018-04-20 23:02:27 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 11 started by user 3142851 (CHRIS_DJ) with ratingKey 5262 (Star Wars).
2018-04-20 23:02:57 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 11 stopped.
2018-04-20 23:02:57 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 5262 is 2 secs which is less than 120 seconds, so we're not logging it.
2018-04-20 23:02:57 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 11 ratingKey 5262 from session queue
2018-04-20 23:03:27 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 started by user 3142851 (CHRIS_DJ) with ratingKey 9986 (Grey's Anatomy - Judgment Day).
2018-04-20 23:03:36 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-20 23:03:54 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 resumed.
2018-04-20 23:21:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-20 23:21:14 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-20 23:21:14 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-20 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Requesting resources for server...
2018-04-20 23:21:14 - DEBUG :: Thread-16 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180420232114.sched.db
2018-04-20 23:21:14 - INFO :: Thread-21 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-20 23:21:14 - INFO :: Thread-22 : Tautulli Users :: Requesting users list refresh...
2018-04-20 23:21:14 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-20 23:21:14 - DEBUG :: Thread-15 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180420232114.sched.ini
2018-04-20 23:21:14 - INFO :: Thread-18 : Tautulli Monitor :: Checking for PMS updates...
2018-04-20 23:21:14 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-20 23:21:14 - DEBUG :: Thread-18 : Tautulli PlexTV :: Retrieving current server version.
2018-04-20 23:21:14 - INFO :: Thread-17 : Tautulli is up to date
2018-04-20 23:21:14 - INFO :: Thread-22 : Tautulli Users :: Users list refreshed.
2018-04-20 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Server URL retrieved.
2018-04-20 23:21:14 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-20 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-20 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-20 23:21:15 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-20 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-20 23:21:15 - DEBUG :: Thread-18 : Tautulli PlexTV :: Plex update channel is public.
2018-04-20 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-20 23:21:15 - INFO :: Thread-18 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-20 23:21:15 - INFO :: Thread-18 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-20 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-20 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-20 23:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-20 23:21:16 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-20 23:21:16 - INFO :: Thread-21 : Tautulli Libraries :: Libraries list refreshed.
2018-04-20 23:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-20 23:22:50 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 resumed.
2018-04-20 23:32:10 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-20 23:32:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 resumed.
2018-04-20 23:32:13 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-20 23:32:14 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 resumed.
2018-04-20 23:32:16 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-20 23:32:18 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 resumed.
2018-04-20 23:32:28 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-20 23:32:30 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 resumed.
2018-04-20 23:57:41 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 paused.
2018-04-21 00:13:06 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 12 stopped.
2018-04-21 00:13:06 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9986
2018-04-21 00:13:06 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 12 ratingKey 9986 from session queue
2018-04-21 05:21:14 - INFO :: Thread-21 : Retrieving latest version information from GitHub
2018-04-21 05:21:14 - DEBUG :: Thread-21 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-21 05:21:14 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-21 05:21:14 - DEBUG :: Thread-23 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180421052114.sched.db
2018-04-21 05:21:14 - DEBUG :: Thread-20 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180421052114.sched.ini
2018-04-21 05:21:14 - DEBUG :: Thread-21 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-21 05:21:14 - INFO :: Thread-21 : Tautulli is up to date
2018-04-21 11:21:14 - INFO :: Thread-21 : Retrieving latest version information from GitHub
2018-04-21 11:21:14 - DEBUG :: Thread-21 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-21 11:21:14 - INFO :: Thread-17 : Tautulli PlexTV :: Requesting resources for server...
2018-04-21 11:21:14 - INFO :: Thread-18 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-21 11:21:14 - INFO :: Thread-23 : Tautulli Users :: Requesting users list refresh...
2018-04-21 11:21:14 - DEBUG :: Thread-15 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180421112114.sched.db
2018-04-21 11:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-21 11:21:14 - DEBUG :: Thread-19 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180421112114.sched.ini
2018-04-21 11:21:14 - INFO :: Thread-17 : Tautulli PlexTV :: Server URL retrieved.
2018-04-21 11:21:14 - INFO :: Thread-24 : Tautulli Monitor :: Checking for PMS updates...
2018-04-21 11:21:14 - DEBUG :: Thread-24 : Tautulli PlexTV :: Retrieving current server version.
2018-04-21 11:21:14 - DEBUG :: Thread-21 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-21 11:21:14 - INFO :: Thread-21 : Tautulli is up to date
2018-04-21 11:21:14 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-21 11:21:14 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-21 11:21:15 - INFO :: Thread-23 : Tautulli Users :: Users list refreshed.
2018-04-21 11:21:15 - DEBUG :: Thread-18 : Tautulli Pmsconnect :: No library data.
2018-04-21 11:21:15 - DEBUG :: Thread-18 : Tautulli Pmsconnect :: No library data.
2018-04-21 11:21:15 - DEBUG :: Thread-24 : Tautulli PlexTV :: Plex update channel is public.
2018-04-21 11:21:15 - DEBUG :: Thread-18 : Tautulli Pmsconnect :: No library data.
2018-04-21 11:21:15 - INFO :: Thread-24 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-21 11:21:15 - INFO :: Thread-24 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-21 11:21:15 - DEBUG :: Thread-18 : Tautulli Pmsconnect :: No library data.
2018-04-21 11:21:15 - DEBUG :: Thread-18 : Tautulli Pmsconnect :: No library data.
2018-04-21 11:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-21 11:21:15 - DEBUG :: Thread-18 : Tautulli Pmsconnect :: No library data.
2018-04-21 11:21:16 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-21 11:21:16 - INFO :: Thread-18 : Tautulli Libraries :: Libraries list refreshed.
2018-04-21 11:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-21 17:21:14 - INFO :: Thread-18 : Retrieving latest version information from GitHub
2018-04-21 17:21:14 - DEBUG :: Thread-18 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-21 17:21:14 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180421172114.sched.db
2018-04-21 17:21:14 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-21 17:21:14 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180421172114.sched.ini
2018-04-21 17:21:14 - DEBUG :: Thread-18 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-21 17:21:14 - INFO :: Thread-18 : Tautulli is up to date
2018-04-21 22:03:44 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 15 started by user 3142851 (CHRIS_DJ) with ratingKey 9979 (Station 19 - Stronger Together).
2018-04-21 22:46:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 15 stopped.
2018-04-21 22:46:12 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9979
2018-04-21 22:46:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 15 ratingKey 9979 from session queue
2018-04-21 23:21:14 - INFO :: Thread-18 : Retrieving latest version information from GitHub
2018-04-21 23:21:14 - DEBUG :: Thread-18 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-21 23:21:14 - INFO :: Thread-21 : Tautulli PlexTV :: Requesting resources for server...
2018-04-21 23:21:14 - INFO :: Thread-24 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-21 23:21:14 - INFO :: Thread-20 : Tautulli Users :: Requesting users list refresh...
2018-04-21 23:21:14 - DEBUG :: Thread-19 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180421232114.sched.db
2018-04-21 23:21:14 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-21 23:21:14 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180421232114.sched.ini
2018-04-21 23:21:14 - INFO :: Thread-21 : Tautulli PlexTV :: Server URL retrieved.
2018-04-21 23:21:14 - INFO :: Thread-23 : Tautulli Monitor :: Checking for PMS updates...
2018-04-21 23:21:14 - DEBUG :: Thread-18 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-21 23:21:14 - DEBUG :: Thread-23 : Tautulli PlexTV :: Retrieving current server version.
2018-04-21 23:21:14 - INFO :: Thread-18 : Tautulli is up to date
2018-04-21 23:21:14 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-21 23:21:14 - INFO :: Thread-20 : Tautulli Users :: Users list refreshed.
2018-04-21 23:21:14 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-21 23:21:15 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-21 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-21 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-21 23:21:15 - DEBUG :: Thread-23 : Tautulli PlexTV :: Plex update channel is public.
2018-04-21 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-21 23:21:15 - INFO :: Thread-23 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-21 23:21:15 - INFO :: Thread-23 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-21 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-21 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-21 23:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-21 23:21:16 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-21 23:21:16 - INFO :: Thread-24 : Tautulli Libraries :: Libraries list refreshed.
2018-04-21 23:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-22 05:21:14 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-22 05:21:14 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-22 05:21:14 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-22 05:21:14 - DEBUG :: Thread-16 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180422052114.sched.db
2018-04-22 05:21:14 - DEBUG :: Thread-15 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180422052114.sched.ini
2018-04-22 05:21:14 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-22 05:21:14 - INFO :: Thread-24 : Tautulli is up to date
2018-04-22 08:45:04 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 16 started by user 15561763 (Owens) with ratingKey 7704 (How to Train Your Dragon (2010)).
2018-04-22 09:44:16 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 16 paused.
2018-04-22 09:47:38 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 16 stopped.
2018-04-22 09:47:38 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 7704
2018-04-22 09:47:38 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 16 ratingKey 7704 from session queue
2018-04-22 11:21:14 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-22 11:21:14 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-22 11:21:14 - INFO :: Thread-18 : Tautulli PlexTV :: Requesting resources for server...
2018-04-22 11:21:14 - INFO :: Thread-23 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-22 11:21:14 - DEBUG :: Thread-22 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180422112114.sched.db
2018-04-22 11:21:14 - INFO :: Thread-16 : Tautulli Users :: Requesting users list refresh...
2018-04-22 11:21:14 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-22 11:21:14 - DEBUG :: Thread-17 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180422112114.sched.ini
2018-04-22 11:21:14 - INFO :: Thread-18 : Tautulli PlexTV :: Server URL retrieved.
2018-04-22 11:21:14 - INFO :: Thread-21 : Tautulli Monitor :: Checking for PMS updates...
2018-04-22 11:21:14 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-22 11:21:14 - DEBUG :: Thread-21 : Tautulli PlexTV :: Retrieving current server version.
2018-04-22 11:21:14 - INFO :: Thread-24 : Tautulli is up to date
2018-04-22 11:21:14 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-22 11:21:14 - INFO :: Thread-16 : Tautulli Users :: Users list refreshed.
2018-04-22 11:21:14 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-22 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-22 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-22 11:21:15 - DEBUG :: Thread-21 : Tautulli PlexTV :: Plex update channel is public.
2018-04-22 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-22 11:21:15 - INFO :: Thread-21 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-22 11:21:15 - INFO :: Thread-21 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-22 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-22 11:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-22 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-22 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-22 11:21:16 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-22 11:21:16 - INFO :: Thread-23 : Tautulli Libraries :: Libraries list refreshed.
2018-04-22 11:21:18 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-22 13:16:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'In Time' (9987) added to recently added queue.
2018-04-22 13:17:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'In Time' (9987) done processing metadata.
2018-04-22 13:17:41 - DEBUG :: Thread-29 : Tautulli TimelineHandler :: Library item 9987 added to Plex.
2018-04-22 13:17:41 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for imdb_id 'tt1637688'.
2018-04-22 13:17:41 - DEBUG :: Thread-29 : Added 1 items to the recently_added database table.
2018-04-22 13:17:41 - DEBUG :: Thread-2 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '49530'.
2018-04-22 13:17:45 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'In Time' uploaded to Imgur.
2018-04-22 13:17:45 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-22 13:17:45 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-22 13:17:45 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-22 13:17:48 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-22 17:21:14 - INFO :: Thread-23 : Retrieving latest version information from GitHub
2018-04-22 17:21:14 - DEBUG :: Thread-23 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-22 17:21:14 - DEBUG :: Thread-15 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180422172114.sched.db
2018-04-22 17:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-22 17:21:14 - DEBUG :: Thread-19 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180422172114.sched.ini
2018-04-22 17:21:14 - DEBUG :: Thread-23 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-22 17:21:14 - INFO :: Thread-23 : Tautulli is up to date
2018-04-22 23:21:14 - INFO :: Thread-23 : Retrieving latest version information from GitHub
2018-04-22 23:21:14 - DEBUG :: Thread-23 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-22 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Requesting resources for server...
2018-04-22 23:21:14 - INFO :: Thread-21 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-22 23:21:14 - INFO :: Thread-15 : Tautulli Users :: Requesting users list refresh...
2018-04-22 23:21:14 - DEBUG :: Thread-17 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180422232114.sched.db
2018-04-22 23:21:14 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-22 23:21:14 - DEBUG :: Thread-20 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180422232114.sched.ini
2018-04-22 23:21:14 - INFO :: Thread-16 : Tautulli Monitor :: Checking for PMS updates...
2018-04-22 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Server URL retrieved.
2018-04-22 23:21:14 - DEBUG :: Thread-16 : Tautulli PlexTV :: Retrieving current server version.
2018-04-22 23:21:14 - DEBUG :: Thread-23 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-22 23:21:14 - INFO :: Thread-23 : Tautulli is up to date
2018-04-22 23:21:14 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-22 23:21:14 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-22 23:21:14 - INFO :: Thread-15 : Tautulli Users :: Users list refreshed.
2018-04-22 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-22 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-22 23:21:15 - DEBUG :: Thread-16 : Tautulli PlexTV :: Plex update channel is public.
2018-04-22 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-22 23:21:15 - INFO :: Thread-16 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-22 23:21:15 - INFO :: Thread-16 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-22 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-22 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-22 23:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-22 23:21:15 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-22 23:21:16 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-22 23:21:16 - INFO :: Thread-21 : Tautulli Libraries :: Libraries list refreshed.
2018-04-22 23:21:18 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-23 05:21:14 - INFO :: Thread-21 : Retrieving latest version information from GitHub
2018-04-23 05:21:14 - DEBUG :: Thread-21 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-23 05:21:14 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-23 05:21:14 - DEBUG :: Thread-19 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180423052114.sched.db
2018-04-23 05:21:14 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180423052114.sched.ini
2018-04-23 05:21:14 - DEBUG :: Thread-21 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-23 05:21:14 - INFO :: Thread-21 : Tautulli is up to date
2018-04-23 11:21:14 - INFO :: Thread-21 : Retrieving latest version information from GitHub
2018-04-23 11:21:14 - DEBUG :: Thread-21 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-23 11:21:14 - INFO :: Thread-23 : Tautulli PlexTV :: Requesting resources for server...
2018-04-23 11:21:14 - INFO :: Thread-16 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-23 11:21:14 - INFO :: Thread-19 : Tautulli Users :: Requesting users list refresh...
2018-04-23 11:21:14 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180423112114.sched.db
2018-04-23 11:21:14 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-23 11:21:14 - DEBUG :: Thread-18 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180423112114.sched.ini
2018-04-23 11:21:14 - DEBUG :: Thread-21 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-23 11:21:14 - INFO :: Thread-21 : Tautulli is up to date
2018-04-23 11:21:14 - INFO :: Thread-15 : Tautulli Monitor :: Checking for PMS updates...
2018-04-23 11:21:14 - DEBUG :: Thread-15 : Tautulli PlexTV :: Retrieving current server version.
2018-04-23 11:21:14 - INFO :: Thread-23 : Tautulli PlexTV :: Server URL retrieved.
2018-04-23 11:21:14 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-23 11:21:14 - INFO :: Thread-19 : Tautulli Users :: Users list refreshed.
2018-04-23 11:21:15 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-23 11:21:15 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-23 11:21:15 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-23 11:21:15 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-23 11:21:15 - DEBUG :: Thread-15 : Tautulli PlexTV :: Plex update channel is public.
2018-04-23 11:21:15 - INFO :: Thread-15 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-23 11:21:15 - INFO :: Thread-15 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-23 11:21:15 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-23 11:21:15 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-23 11:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-23 11:21:15 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-23 11:21:16 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-23 11:21:16 - INFO :: Thread-16 : Tautulli Libraries :: Libraries list refreshed.
2018-04-23 11:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-23 16:20:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Billions S03 E05' (9992, grandparent 8269) added to recently added queue.
2018-04-23 16:20:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Billions' (8269) done processing metadata.
2018-04-23 16:21:25 - DEBUG :: Thread-27 : Tautulli TimelineHandler :: Library item 9992 added to Plex.
2018-04-23 16:21:25 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-23 16:21:25 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-23 16:21:25 - DEBUG :: Thread-27 : Added 1 items to the recently_added database table.
2018-04-23 16:21:25 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-23 16:21:28 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-23 17:21:14 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-23 17:21:14 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-23 17:21:14 - DEBUG :: Thread-22 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180423172114.sched.db
2018-04-23 17:21:14 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-23 17:21:14 - DEBUG :: Thread-17 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180423172114.sched.ini
2018-04-23 17:21:14 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-23 17:21:14 - INFO :: Thread-16 : Tautulli is up to date
2018-04-23 23:21:14 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-23 23:21:14 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-23 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Requesting resources for server...
2018-04-23 23:21:14 - INFO :: Thread-15 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-23 23:21:14 - INFO :: Thread-22 : Tautulli Users :: Requesting users list refresh...
2018-04-23 23:21:14 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180423232114.sched.db
2018-04-23 23:21:14 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-23 23:21:14 - DEBUG :: Thread-21 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180423232114.sched.ini
2018-04-23 23:21:14 - INFO :: Thread-23 : Tautulli Monitor :: Checking for PMS updates...
2018-04-23 23:21:14 - DEBUG :: Thread-23 : Tautulli PlexTV :: Retrieving current server version.
2018-04-23 23:21:14 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-23 23:21:14 - INFO :: Thread-24 : Tautulli PlexTV :: Server URL retrieved.
2018-04-23 23:21:14 - INFO :: Thread-16 : Tautulli is up to date
2018-04-23 23:21:14 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-23 23:21:14 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-23 23:21:14 - INFO :: Thread-22 : Tautulli Users :: Users list refreshed.
2018-04-23 23:21:15 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-23 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-23 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-23 23:21:15 - DEBUG :: Thread-23 : Tautulli PlexTV :: Plex update channel is public.
2018-04-23 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-23 23:21:15 - INFO :: Thread-23 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-23 23:21:15 - INFO :: Thread-23 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-23 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-23 23:21:15 - DEBUG :: Thread-15 : Tautulli Pmsconnect :: No library data.
2018-04-23 23:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-23 23:21:16 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-23 23:21:16 - INFO :: Thread-15 : Tautulli Libraries :: Libraries list refreshed.
2018-04-23 23:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-24 05:21:14 - INFO :: Thread-15 : Retrieving latest version information from GitHub
2018-04-24 05:21:14 - DEBUG :: Thread-15 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-24 05:21:14 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-24 05:21:14 - DEBUG :: Thread-17 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180424052114.sched.db
2018-04-24 05:21:14 - DEBUG :: Thread-20 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180424052114.sched.ini
2018-04-24 05:21:14 - DEBUG :: Thread-15 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-24 05:21:14 - INFO :: Thread-15 : Tautulli is up to date
2018-04-24 11:21:14 - INFO :: Thread-15 : Retrieving latest version information from GitHub
2018-04-24 11:21:14 - DEBUG :: Thread-15 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-24 11:21:14 - INFO :: Thread-16 : Tautulli PlexTV :: Requesting resources for server...
2018-04-24 11:21:14 - INFO :: Thread-23 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-24 11:21:14 - INFO :: Thread-17 : Tautulli Users :: Requesting users list refresh...
2018-04-24 11:21:14 - DEBUG :: Thread-21 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180424112114.sched.db
2018-04-24 11:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-24 11:21:14 - DEBUG :: Thread-19 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180424112114.sched.ini
2018-04-24 11:21:14 - INFO :: Thread-16 : Tautulli PlexTV :: Server URL retrieved.
2018-04-24 11:21:14 - INFO :: Thread-24 : Tautulli Monitor :: Checking for PMS updates...
2018-04-24 11:21:14 - DEBUG :: Thread-15 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-24 11:21:14 - DEBUG :: Thread-24 : Tautulli PlexTV :: Retrieving current server version.
2018-04-24 11:21:14 - INFO :: Thread-15 : Tautulli is up to date
2018-04-24 11:21:14 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-24 11:21:14 - INFO :: Thread-17 : Tautulli Users :: Users list refreshed.
2018-04-24 11:21:14 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-24 11:21:14 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-24 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-24 11:21:15 - DEBUG :: Thread-24 : Tautulli PlexTV :: Plex update channel is public.
2018-04-24 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-24 11:21:15 - INFO :: Thread-24 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-24 11:21:15 - INFO :: Thread-24 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-24 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-24 11:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-24 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-24 11:21:15 - DEBUG :: Thread-23 : Tautulli Pmsconnect :: No library data.
2018-04-24 11:21:15 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-24 11:21:16 - INFO :: Thread-23 : Tautulli Libraries :: Libraries list refreshed.
2018-04-24 11:21:17 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-24 15:39:47 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 17 started by user 3142851 (CHRIS_DJ) with ratingKey 8288 (Billions - Pilot).
2018-04-24 15:43:50 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 17 paused.
2018-04-24 15:46:07 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 17 resumed.
2018-04-24 15:58:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 17 stopped.
2018-04-24 15:58:01 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 8288
2018-04-24 15:58:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 17 ratingKey 8288 from session queue
2018-04-24 17:21:14 - INFO :: Thread-23 : Retrieving latest version information from GitHub
2018-04-24 17:21:14 - DEBUG :: Thread-23 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-24 17:21:14 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180424172114.sched.db
2018-04-24 17:21:14 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-24 17:21:14 - DEBUG :: Thread-18 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180424172114.sched.ini
2018-04-24 17:21:14 - DEBUG :: Thread-23 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-24 17:21:14 - INFO :: Thread-23 : Tautulli is up to date
2018-04-24 19:35:08 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 18 started by user 15561763 (Owens) with ratingKey 9986 (Grey's Anatomy - Judgment Day).
2018-04-24 19:36:05 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 18 stopped.
2018-04-24 19:36:05 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 9986 is 57 secs which is less than 120 seconds, so we're not logging it.
2018-04-24 19:36:05 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 18 ratingKey 9986 from session queue
2018-04-24 19:36:37 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 started by user 15561763 (Owens) with ratingKey 9986 (Grey's Anatomy - Judgment Day).
2018-04-24 19:36:41 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 paused.
2018-04-24 19:37:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 resumed.
2018-04-24 19:40:23 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 paused.
2018-04-24 19:43:52 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 resumed.
2018-04-24 19:52:48 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 paused.
2018-04-24 20:00:37 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 resumed.
2018-04-24 20:17:47 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 paused.
2018-04-24 20:18:40 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 resumed.
2018-04-24 20:28:53 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 19 stopped.
2018-04-24 20:28:53 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9986
2018-04-24 20:28:53 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 19 ratingKey 9986 from session queue
2018-04-24 20:58:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 20 started by user 3142851 (CHRIS_DJ) with ratingKey 8288 (Billions - Pilot).
2018-04-24 21:41:38 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 20 paused.
2018-04-24 21:44:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 20 stopped.
2018-04-24 21:44:12 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 8288
2018-04-24 21:44:13 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 20 ratingKey 8288 from session queue
2018-04-24 23:21:14 - INFO :: Thread-23 : Retrieving latest version information from GitHub
2018-04-24 23:21:14 - DEBUG :: Thread-23 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-24 23:21:14 - INFO :: Thread-15 : Tautulli PlexTV :: Requesting resources for server...
2018-04-24 23:21:14 - INFO :: Thread-24 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-24 23:21:14 - INFO :: Thread-20 : Tautulli Users :: Requesting users list refresh...
2018-04-24 23:21:14 - DEBUG :: Thread-19 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180424232114.sched.db
2018-04-24 23:21:14 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-24 23:21:14 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180424232114.sched.ini
2018-04-24 23:21:14 - INFO :: Thread-17 : Tautulli Monitor :: Checking for PMS updates...
2018-04-24 23:21:14 - DEBUG :: Thread-17 : Tautulli PlexTV :: Retrieving current server version.
2018-04-24 23:21:14 - INFO :: Thread-15 : Tautulli PlexTV :: Server URL retrieved.
2018-04-24 23:21:14 - DEBUG :: Thread-23 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-24 23:21:14 - INFO :: Thread-23 : Tautulli is up to date
2018-04-24 23:21:14 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-24 23:21:14 - INFO :: Thread-20 : Tautulli Users :: Users list refreshed.
2018-04-24 23:21:14 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-24 23:21:15 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-24 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-24 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-24 23:21:15 - DEBUG :: Thread-17 : Tautulli PlexTV :: Plex update channel is public.
2018-04-24 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-24 23:21:15 - INFO :: Thread-17 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-24 23:21:15 - INFO :: Thread-17 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-24 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-24 23:21:15 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-24 23:21:15 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-24 23:21:16 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-24 23:21:16 - INFO :: Thread-24 : Tautulli Libraries :: Libraries list refreshed.
2018-04-24 23:21:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-25 05:21:14 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-25 05:21:14 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-25 05:21:14 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-25 05:21:14 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180425052114.sched.db
2018-04-25 05:21:14 - DEBUG :: Thread-21 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180425052114.sched.ini
2018-04-25 05:21:14 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-25 05:21:14 - INFO :: Thread-24 : Tautulli is up to date
2018-04-25 11:21:14 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-25 11:21:14 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-25 11:21:14 - INFO :: Thread-23 : Tautulli PlexTV :: Requesting resources for server...
2018-04-25 11:21:14 - DEBUG :: Thread-22 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180425112114.sched.db
2018-04-25 11:21:14 - INFO :: Thread-17 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-25 11:21:14 - INFO :: Thread-18 : Tautulli Users :: Requesting users list refresh...
2018-04-25 11:21:14 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-25 11:21:14 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180425112114.sched.ini
2018-04-25 11:21:14 - INFO :: Thread-23 : Tautulli PlexTV :: Server URL retrieved.
2018-04-25 11:21:14 - INFO :: Thread-15 : Tautulli Monitor :: Checking for PMS updates...
2018-04-25 11:21:14 - DEBUG :: Thread-15 : Tautulli PlexTV :: Retrieving current server version.
2018-04-25 11:21:14 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-25 11:21:14 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-25 11:21:14 - INFO :: Thread-24 : Tautulli is up to date
2018-04-25 11:21:14 - INFO :: Thread-18 : Tautulli Users :: Users list refreshed.
2018-04-25 11:21:14 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-25 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-25 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-25 11:21:15 - DEBUG :: Thread-15 : Tautulli PlexTV :: Plex update channel is public.
2018-04-25 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-25 11:21:15 - INFO :: Thread-15 : Tautulli Monitor :: Current PMS version: 1.12.2.4929-29f6d1796
2018-04-25 11:21:15 - INFO :: Thread-15 : Tautulli Monitor :: PMS update available version: 1.12.3.4973-215c28d86
2018-04-25 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-25 11:21:15 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 4.
2018-04-25 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-25 11:21:15 - DEBUG :: Thread-17 : Tautulli Pmsconnect :: No library data.
2018-04-25 11:21:16 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-25 11:21:16 - INFO :: Thread-17 : Tautulli Libraries :: Libraries list refreshed.
2018-04-25 11:21:18 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-25 11:22:03 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 21 started by user 3142851 (CHRIS_DJ) with ratingKey 9953 (The Simpsons - Fears of a Clown).
2018-04-25 11:22:05 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 21 stopped.
2018-04-25 11:22:05 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 9953 is 2 secs which is less than 120 seconds, so we're not logging it.
2018-04-25 11:22:05 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 21 ratingKey 9953 from session queue
2018-04-25 11:23:46 - ERROR :: Thread-3 : Tautulli WebSocket :: [Errno 10054] An existing connection was forcibly closed by the remote host.
2018-04-25 11:23:46 - INFO :: Thread-3 : Tautulli WebSocket :: Disconnecting websocket...
2018-04-25 11:23:46 - INFO :: Thread-3 : Tautulli WebSocket :: Unable to get a response from the server, Plex server is down.
2018-04-25 11:23:46 - INFO :: Thread-3 : Removed background task: Refresh Plex server URLs
2018-04-25 11:23:46 - INFO :: Thread-3 : Removed background task: Check for Plex remote access
2018-04-25 11:23:46 - INFO :: Thread-3 : Removed background task: Check for Plex updates
2018-04-25 11:23:46 - INFO :: Thread-3 : Removed background task: Refresh users list
2018-04-25 11:23:46 - INFO :: Thread-3 : Removed background task: Refresh libraries list
2018-04-25 11:23:46 - INFO :: Thread-3 : Scheduled background task: Check for server response
2018-04-25 11:23:46 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-25 11:23:47 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-25 11:23:47 - WARNING :: Thread-19 : Tautulli Monitor :: Plex remote access port not mapped, ping attempt 1.
2018-04-25 11:23:48 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-25 11:24:46 - DEBUG :: Thread-22 : Tautulli Monitor :: Checking for active streams.
2018-04-25 11:24:46 - INFO :: Thread-35 : Tautulli WebSocket :: Opening secure websocket.
2018-04-25 11:24:46 - INFO :: Thread-35 : Tautulli WebSocket :: Connection attempt 1.
2018-04-25 11:24:46 - INFO :: Thread-35 : Tautulli WebSocket :: Ready
2018-04-25 11:24:46 - INFO :: Thread-35 : Tautulli WebSocket :: The Plex Media Server is back up.
2018-04-25 11:24:46 - INFO :: Thread-35 : Scheduled background task: Refresh Plex server URLs
2018-04-25 11:24:46 - INFO :: Thread-35 : Scheduled background task: Check for Plex remote access
2018-04-25 11:24:46 - INFO :: Thread-35 : Scheduled background task: Check for Plex updates
2018-04-25 11:24:46 - INFO :: Thread-35 : Scheduled background task: Refresh users list
2018-04-25 11:24:46 - INFO :: Thread-35 : Scheduled background task: Refresh libraries list
2018-04-25 11:24:46 - INFO :: Thread-35 : Removed background task: Check for server response
2018-04-25 11:24:46 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-25 11:24:47 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-25 11:38:28 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-25 11:39:08 - INFO :: CP Server Thread-11 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-25 11:39:51 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-25 17:21:14 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-25 17:21:14 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-25 17:21:14 - DEBUG :: Thread-21 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180425172114.sched.db
2018-04-25 17:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-25 17:21:14 - DEBUG :: Thread-19 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180425172114.sched.ini
2018-04-25 17:21:14 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-25 17:21:14 - INFO :: Thread-17 : Tautulli is up to date
2018-04-25 23:21:14 - INFO :: Thread-22 : Retrieving latest version information from GitHub
2018-04-25 23:21:14 - DEBUG :: Thread-22 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-25 23:21:14 - DEBUG :: Thread-16 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180425232114.sched.db
2018-04-25 23:21:14 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-25 23:21:14 - DEBUG :: Thread-20 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180425232114.sched.ini
2018-04-25 23:21:14 - DEBUG :: Thread-22 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-25 23:21:14 - INFO :: Thread-22 : Tautulli is up to date
2018-04-25 23:24:46 - INFO :: Thread-15 : Tautulli PlexTV :: Requesting resources for server...
2018-04-25 23:24:46 - INFO :: Thread-17 : Tautulli Users :: Requesting users list refresh...
2018-04-25 23:24:46 - INFO :: Thread-16 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-25 23:24:47 - INFO :: Thread-19 : Tautulli Monitor :: Checking for PMS updates...
2018-04-25 23:24:47 - DEBUG :: Thread-19 : Tautulli PlexTV :: Retrieving current server version.
2018-04-25 23:24:47 - INFO :: Thread-15 : Tautulli PlexTV :: Server URL retrieved.
2018-04-25 23:24:47 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-25 23:24:47 - INFO :: Thread-17 : Tautulli Users :: Users list refreshed.
2018-04-25 23:24:47 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-25 23:24:47 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-25 23:24:47 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-25 23:24:47 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-25 23:24:47 - DEBUG :: Thread-19 : Tautulli PlexTV :: Plex update channel is public.
2018-04-25 23:24:47 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-25 23:24:48 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-25 23:24:48 - INFO :: Thread-19 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-25 23:24:48 - INFO :: Thread-19 : Tautulli Monitor :: No PMS update available.
2018-04-25 23:24:48 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-25 23:24:48 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-25 23:24:48 - INFO :: Thread-16 : Tautulli Libraries :: Libraries list refreshed.
2018-04-26 05:21:14 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-26 05:21:14 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-26 05:21:14 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-26 05:21:14 - DEBUG :: Thread-15 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180426052114.sched.db
2018-04-26 05:21:14 - DEBUG :: Thread-19 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180426052114.sched.ini
2018-04-26 05:21:14 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-26 05:21:14 - INFO :: Thread-17 : Tautulli is up to date
2018-04-26 11:21:14 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-26 11:21:14 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-26 11:21:14 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180426112114.sched.db
2018-04-26 11:21:14 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-26 11:21:14 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180426112114.sched.ini
2018-04-26 11:21:14 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-26 11:21:14 - INFO :: Thread-16 : Tautulli is up to date
2018-04-26 11:24:46 - INFO :: Thread-21 : Tautulli PlexTV :: Requesting resources for server...
2018-04-26 11:24:46 - INFO :: Thread-17 : Tautulli Users :: Requesting users list refresh...
2018-04-26 11:24:46 - INFO :: Thread-20 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-26 11:24:47 - INFO :: Thread-19 : Tautulli Monitor :: Checking for PMS updates...
2018-04-26 11:24:47 - DEBUG :: Thread-19 : Tautulli PlexTV :: Retrieving current server version.
2018-04-26 11:24:47 - INFO :: Thread-21 : Tautulli PlexTV :: Server URL retrieved.
2018-04-26 11:24:47 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-26 11:24:47 - INFO :: Thread-17 : Tautulli Users :: Users list refreshed.
2018-04-26 11:24:47 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-26 11:24:47 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-26 11:24:47 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-26 11:24:47 - DEBUG :: Thread-19 : Tautulli PlexTV :: Plex update channel is public.
2018-04-26 11:24:47 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-26 11:24:47 - INFO :: Thread-19 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-26 11:24:47 - INFO :: Thread-19 : Tautulli Monitor :: No PMS update available.
2018-04-26 11:24:47 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-26 11:24:48 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-26 11:24:48 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-26 11:24:48 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-26 11:24:48 - INFO :: Thread-20 : Tautulli Libraries :: Libraries list refreshed.
2018-04-26 12:04:41 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'Suits S07 E16' (9993, grandparent 7750) added to recently added queue.
2018-04-26 12:04:54 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'Suits' (7750) done processing metadata.
2018-04-26 12:05:41 - DEBUG :: Thread-30 : Tautulli TimelineHandler :: Library item 9993 added to Plex.
2018-04-26 12:05:41 - DEBUG :: Thread-30 : Added 1 items to the recently_added database table.
2018-04-26 12:05:44 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'Suits - Season 7' uploaded to Imgur.
2018-04-26 12:05:44 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 12:05:44 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 12:05:44 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 12:05:46 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-26 16:21:21 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'Season 11' (9994 , parent 8328) added to recently added queue.
2018-04-26 16:21:30 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E02' (9995, grandparent 8328) added to recently added queue.
2018-04-26 16:21:30 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E21' (9996, grandparent 8328) added to recently added queue.
2018-04-26 16:22:19 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E20' (9997, grandparent 8328) added to recently added queue.
2018-04-26 16:22:31 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E01' (9998, grandparent 8328) added to recently added queue.
2018-04-26 16:22:43 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E03' (9999, grandparent 8328) added to recently added queue.
2018-04-26 16:22:45 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E04' (10000, grandparent 8328) added to recently added queue.
2018-04-26 16:23:44 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E05' (10001, grandparent 8328) added to recently added queue.
2018-04-26 16:24:15 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-26 16:24:25 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E08' (10002, grandparent 8328) added to recently added queue.
2018-04-26 16:24:34 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E09' (10003, grandparent 8328) added to recently added queue.
2018-04-26 16:24:38 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E07' (10004, grandparent 8328) added to recently added queue.
2018-04-26 16:25:16 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E06' (10005, grandparent 8328) added to recently added queue.
2018-04-26 16:25:24 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E10' (10006, grandparent 8328) added to recently added queue.
2018-04-26 16:26:09 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E12' (10007, grandparent 8328) added to recently added queue.
2018-04-26 16:26:45 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E14' (10008, grandparent 8328) added to recently added queue.
2018-04-26 16:26:50 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E11' (10009, grandparent 8328) added to recently added queue.
2018-04-26 16:27:04 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E15' (10010, grandparent 8328) added to recently added queue.
2018-04-26 16:27:08 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E13' (10011, grandparent 8328) added to recently added queue.
2018-04-26 16:27:36 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E16' (10012, grandparent 8328) added to recently added queue.
2018-04-26 16:28:28 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E17' (10013, grandparent 8328) added to recently added queue.
2018-04-26 16:28:42 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E18' (10014, grandparent 8328) added to recently added queue.
2018-04-26 16:28:45 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E19' (10015, grandparent 8328) added to recently added queue.
2018-04-26 16:29:44 - DEBUG :: Thread-35 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-26 16:29:45 - DEBUG :: Thread-26 : Tautulli TimelineHandler :: Library item 9994 added to Plex.
2018-04-26 16:29:50 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for thetvdb_id '80379'.
2018-04-26 16:29:51 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '1418'.
2018-04-26 16:29:51 - DEBUG :: Thread-26 : Added 22 items to the recently_added database table.
2018-04-26 16:29:51 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up TVmaze info for thetvdb_id '80379'.
2018-04-26 16:29:54 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'The Big Bang Theory - Season 11' uploaded to Imgur.
2018-04-26 16:29:54 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 16:29:54 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 16:29:54 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 16:29:56 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-26 16:51:46 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-26 16:51:46 - DEBUG :: CP Server Thread-13 : Sending test email notification.
2018-04-26 16:51:46 - INFO :: CP Server Thread-13 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 16:51:48 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Email notification sent.
2018-04-26 16:53:16 - INFO :: MainThread : Received signal: restart
2018-04-26 16:53:21 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-26 16:53:21 - DEBUG :: Thread-35 : Tautulli WebSocket :: Leaving thread.
2018-04-26 16:53:21 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-26 16:53:21 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-26 16:53:21 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-26 16:53:22 - INFO :: MainThread : Tautulli is restarting...
2018-04-26 16:53:22 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-26 16:53:47 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-26 16:53:47 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-26 16:53:47 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-26 16:53:47 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-26 16:53:48 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-26 16:53:48 - INFO :: MainThread : Tautulli is up to date
2018-04-26 16:53:48 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-26 16:53:49 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-26 16:53:49 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-26 16:53:49 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-26 16:53:50 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-26 16:53:50 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-26 16:53:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-26 16:53:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-26 16:53:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-26 16:53:50 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-26 16:53:51 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-26 16:53:51 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-26 16:53:51 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-26 16:53:51 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-26 16:53:51 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-26 16:53:51 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-26 16:53:51 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-26 16:53:51 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-26 16:53:51 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-26 16:53:51 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-26 16:53:51 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-26 16:53:51 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-26 16:53:51 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-26 16:53:51 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-26 16:53:51 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-26 16:53:51 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-26 16:53:51 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-26 16:53:52 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-26 16:53:52 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-26 20:49:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Wonder' (10016) added to recently added queue.
2018-04-26 20:50:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Wonder' (10016) done processing metadata.
2018-04-26 20:50:42 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 10016 added to Plex.
2018-04-26 20:50:42 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for imdb_id 'tt2543472'.
2018-04-26 20:50:42 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-26 20:50:43 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '406997'.
2018-04-26 20:50:46 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'Wonder' uploaded to Imgur.
2018-04-26 20:50:47 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 20:50:47 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 20:50:47 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 20:50:50 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-26 20:53:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 29' (10017 , parent 7728) added to recently added queue.
2018-04-26 20:53:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S29 E14' (10018, grandparent 7728) added to recently added queue.
2018-04-26 20:53:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (10019 , parent 7728) added to recently added queue.
2018-04-26 20:53:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S01 E06' (10020, grandparent 7728) added to recently added queue.
2018-04-26 20:54:12 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 7728 added to Plex.
2018-04-26 20:54:13 - DEBUG :: Thread-25 : Added 3 items to the recently_added database table.
2018-04-26 20:54:16 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'Grey's Anatomy' uploaded to Imgur.
2018-04-26 20:54:16 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 20:54:16 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 20:54:16 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 20:54:18 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:53:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10021) added to recently added queue.
2018-04-26 22:53:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (10022 , parent 10021) added to recently added queue.
2018-04-26 22:53:51 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-26 22:53:51 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-26 22:53:52 - DEBUG :: Thread-20 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180426225351.sched.db
2018-04-26 22:53:52 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-26 22:53:52 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180426225351.sched.ini
2018-04-26 22:53:52 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-26 22:53:52 - INFO :: Thread-17 : Tautulli is up to date
2018-04-26 22:53:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E01' (10023, grandparent 10021) added to recently added queue.
2018-04-26 22:53:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E02' (10024, grandparent 10021) added to recently added queue.
2018-04-26 22:54:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E03' (10025, grandparent 10021) added to recently added queue.
2018-04-26 22:54:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E04' (10026, grandparent 10021) added to recently added queue.
2018-04-26 22:54:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E05' (10027, grandparent 10021) added to recently added queue.
2018-04-26 22:54:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E06' (10028, grandparent 10021) added to recently added queue.
2018-04-26 22:54:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E07' (10029, grandparent 10021) added to recently added queue.
2018-04-26 22:54:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E08' (10030, grandparent 10021) added to recently added queue.
2018-04-26 22:54:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E09' (10031, grandparent 10021) added to recently added queue.
2018-04-26 22:54:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E10' (10032, grandparent 10021) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E01' (10033) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E02' (10034) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E03' (10035) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E04' (10036) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E05' (10037) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E06' (10038) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E07' (10039) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E08' (10040) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E09' (10041) added to recently added queue.
2018-04-26 22:54:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E10' (10042) added to recently added queue.
2018-04-26 22:54:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10021) done processing metadata.
2018-04-26 22:54:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E01' (10033) done processing metadata.
2018-04-26 22:54:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E01' (10033) done processing metadata.
2018-04-26 22:54:48 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:54:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 10035 removed from recently added queue.
2018-04-26 22:54:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:54:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 10036 removed from recently added queue.
2018-04-26 22:55:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 10037 removed from recently added queue.
2018-04-26 22:55:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:12 - DEBUG :: Thread-26 : Tautulli TimelineHandler :: Library item 10022 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 10033 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-27 : Tautulli TimelineHandler :: Library item 10034 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-28 : Tautulli TimelineHandler :: Library item 10038 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-29 : Tautulli TimelineHandler :: Library item 10039 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-30 : Tautulli TimelineHandler :: Library item 10040 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-31 : Tautulli TimelineHandler :: Library item 10041 added to Plex.
2018-04-26 22:55:14 - DEBUG :: Thread-32 : Tautulli TimelineHandler :: Library item 10042 added to Plex.
2018-04-26 22:55:15 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for thetvdb_id '85539'.
2018-04-26 22:55:15 - DEBUG :: Thread-26 : Added 11 items to the recently_added database table.
2018-04-26 22:55:15 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '16997'.
2018-04-26 22:55:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 10038 removed from recently added queue.
2018-04-26 22:55:16 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up TVmaze info for thetvdb_id '85539'.
2018-04-26 22:55:17 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-26 22:55:17 - WARNING :: Thread-28 : Failed to access uri endpoint /library/metadata/10038. Status code 500
2018-04-26 22:55:17 - WARNING :: Thread-28 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: 'NoneType' object has no attribute 'getElementsByTagName'.
2018-04-26 22:55:17 - ERROR :: Thread-28 : Tautulli TimelineHandler :: Unable to retrieve metadata for rating_key 10038
2018-04-26 22:55:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:18 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'The Pacific - Season 1' uploaded to Imgur.
2018-04-26 22:55:18 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:19 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:19 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:19 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'The Pacific E01' uploaded to Imgur.
2018-04-26 22:55:19 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:19 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:19 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:20 - DEBUG :: Thread-29 : Added 1 items to the recently_added database table.
2018-04-26 22:55:21 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:55:22 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:55:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:23 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'The Pacific E07' uploaded to Imgur.
2018-04-26 22:55:23 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:23 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:23 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E08' (10040) done processing metadata.
2018-04-26 22:55:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E08' (10040) done processing metadata.
2018-04-26 22:55:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E08' (10040) done processing metadata.
2018-04-26 22:55:23 - DEBUG :: Thread-30 : Added 1 items to the recently_added database table.
2018-04-26 22:55:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E09' (10041) done processing metadata.
2018-04-26 22:55:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E09' (10041) done processing metadata.
2018-04-26 22:55:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E09' (10041) done processing metadata.
2018-04-26 22:55:25 - DEBUG :: Thread-31 : Added 1 items to the recently_added database table.
2018-04-26 22:55:25 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:55:25 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for imdb_id 'tt0374463'.
2018-04-26 22:55:25 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'The Pacific E08' uploaded to Imgur.
2018-04-26 22:55:25 - DEBUG :: Thread-1 : Tautulli NotificationHandler :: Looking up The Movie Database info for themoviedb_id '16997'.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E10' (10042) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E10' (10042) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E10' (10042) done processing metadata.
2018-04-26 22:55:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:27 - DEBUG :: Thread-32 : Added 1 items to the recently_added database table.
2018-04-26 22:55:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:27 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'The Pacific E09' uploaded to Imgur.
2018-04-26 22:55:27 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:27 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:27 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:28 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'The Pacific' uploaded to Imgur.
2018-04-26 22:55:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (10034) done processing metadata.
2018-04-26 22:55:28 - DEBUG :: Thread-27 : Added 1 items to the recently_added database table.
2018-04-26 22:55:30 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'The Pacific E10' uploaded to Imgur.
2018-04-26 22:55:30 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:55:30 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:30 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:30 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:30 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:30 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:30 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:32 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:55:32 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-26 22:55:32 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-26 22:55:32 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-26 22:55:33 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-26 22:55:35 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-27 04:53:51 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-27 04:53:51 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-27 04:53:51 - INFO :: Thread-15 : Tautulli PlexTV :: Requesting resources for server...
2018-04-27 04:53:52 - INFO :: Thread-24 : Tautulli Users :: Requesting users list refresh...
2018-04-27 04:53:52 - INFO :: Thread-20 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-27 04:53:52 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180427045351.sched.db
2018-04-27 04:53:52 - INFO :: Thread-22 : Tautulli Config :: Writing configuration to file
2018-04-27 04:53:52 - DEBUG :: Thread-22 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180427045351.sched.ini
2018-04-27 04:53:52 - INFO :: Thread-19 : Tautulli Monitor :: Checking for PMS updates...
2018-04-27 04:53:52 - DEBUG :: Thread-19 : Tautulli PlexTV :: Retrieving current server version.
2018-04-27 04:53:52 - INFO :: Thread-15 : Tautulli PlexTV :: Server URL retrieved.
2018-04-27 04:53:52 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-27 04:53:52 - INFO :: Thread-17 : Tautulli is up to date
2018-04-27 04:53:52 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-27 04:53:52 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-27 04:53:52 - INFO :: Thread-24 : Tautulli Users :: Users list refreshed.
2018-04-27 04:53:52 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-27 04:53:52 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-27 04:53:52 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-27 04:53:53 - DEBUG :: Thread-19 : Tautulli PlexTV :: Plex update channel is public.
2018-04-27 04:53:53 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-27 04:53:53 - INFO :: Thread-19 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-27 04:53:53 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-27 04:53:53 - INFO :: Thread-19 : Tautulli Monitor :: No PMS update available.
2018-04-27 04:53:53 - DEBUG :: Thread-20 : Tautulli Pmsconnect :: No library data.
2018-04-27 04:53:53 - INFO :: Thread-20 : Tautulli Config :: Writing configuration to file
2018-04-27 04:53:53 - INFO :: Thread-20 : Tautulli Libraries :: Libraries list refreshed.
2018-04-27 10:53:51 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-27 10:53:51 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-27 10:53:52 - DEBUG :: Thread-21 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180427105351.sched.db
2018-04-27 10:53:52 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-27 10:53:52 - DEBUG :: Thread-18 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180427105351.sched.ini
2018-04-27 10:53:52 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-27 10:53:52 - INFO :: Thread-16 : Tautulli is up to date
2018-04-27 14:47:49 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 started by user 15561763 (Owens) with ratingKey 10018 (Grey's Anatomy - Episode 14).
2018-04-27 14:48:00 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 paused.
2018-04-27 14:48:00 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 resumed.
2018-04-27 14:48:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 paused.
2018-04-27 14:48:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 resumed.
2018-04-27 14:48:01 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 paused.
2018-04-27 14:48:03 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 resumed.
2018-04-27 14:48:03 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 paused.
2018-04-27 14:48:08 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 resumed.
2018-04-27 14:48:11 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 1 stopped.
2018-04-27 14:48:11 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 10018 is 15 secs which is less than 120 seconds, so we're not logging it.
2018-04-27 14:48:11 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 1 ratingKey 10018 from session queue
2018-04-27 14:52:27 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 started by user 3142851 (CHRIS_DJ) with ratingKey 10018 (Grey's Anatomy - Episode 14).
2018-04-27 14:52:40 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 paused.
2018-04-27 14:52:57 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 2 stopped.
2018-04-27 14:52:57 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 10018 is 13 secs which is less than 120 seconds, so we're not logging it.
2018-04-27 14:52:57 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 2 ratingKey 10018 from session queue
2018-04-27 15:53:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10043) added to recently added queue.
2018-04-27 15:53:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10044 , parent 10043) added to recently added queue.
2018-04-27 15:53:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (10045, grandparent 7728) added to recently added queue.
2018-04-27 15:53:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 15:54:11 - DEBUG :: Thread-34 : Tautulli TimelineHandler :: Library item 10044 added to Plex.
2018-04-27 15:54:11 - ERROR :: Thread-34 : Tautulli TimelineHandler :: Unable to retrieve metadata for rating_key 10044
2018-04-27 15:54:19 - DEBUG :: Thread-26 : Tautulli TimelineHandler :: Library item 10045 added to Plex.
2018-04-27 15:54:19 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-27 15:54:19 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 15:54:19 - DEBUG :: Thread-26 : Added 1 items to the recently_added database table.
2018-04-27 15:54:19 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-27 15:54:22 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-27 15:54:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (10046, grandparent 8328) added to recently added queue.
2018-04-27 15:55:29 - DEBUG :: Thread-25 : Tautulli TimelineHandler :: Library item 10046 added to Plex.
2018-04-27 15:55:29 - DEBUG :: Thread-25 : Added 1 items to the recently_added database table.
2018-04-27 15:55:32 - DEBUG :: Thread-2 : Tautulli Helpers :: Image 'The Big Bang Theory - Season 11' uploaded to Imgur.
2018-04-27 15:55:32 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-27 15:55:32 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 15:55:32 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-27 15:55:34 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-27 16:02:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (10047, grandparent 9844) added to recently added queue.
2018-04-27 16:02:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19' (9844) done processing metadata.
2018-04-27 16:03:06 - DEBUG :: Thread-28 : Tautulli TimelineHandler :: Library item 10047 added to Plex.
2018-04-27 16:03:06 - DEBUG :: Thread-28 : Added 1 items to the recently_added database table.
2018-04-27 16:03:09 - DEBUG :: Thread-1 : Tautulli Helpers :: Image 'Station 19 - Season 1' uploaded to Imgur.
2018-04-27 16:03:09 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-27 16:03:09 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 16:03:09 - INFO :: Thread-2 : Tautulli Notifiers :: Discord notification sent.
2018-04-27 16:03:12 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-27 16:08:38 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:09:36 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:09:37 - DEBUG :: CP Server Thread-8 : Sending test email notification.
2018-04-27 16:09:37 - INFO :: CP Server Thread-8 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 16:09:39 - INFO :: CP Server Thread-8 : Tautulli Notifiers :: Email notification sent.
2018-04-27 16:11:36 - INFO :: CP Server Thread-12 : Tautulli Config :: Writing configuration to file
2018-04-27 16:11:41 - INFO :: CP Server Thread-6 : Retrieving latest version information from GitHub
2018-04-27 16:11:41 - DEBUG :: CP Server Thread-6 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-27 16:11:41 - DEBUG :: CP Server Thread-6 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-27 16:11:41 - INFO :: CP Server Thread-6 : Tautulli is up to date
2018-04-27 16:11:57 - WARNING :: CP Server Thread-14 : Unable to retrieve data for get_sync.
2018-04-27 16:28:47 - INFO :: CP Server Thread-5 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:35:06 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:44:34 - INFO :: CP Server Thread-12 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:45:26 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:45:26 - DEBUG :: CP Server Thread-7 : Sending test email notification.
2018-04-27 16:45:26 - INFO :: CP Server Thread-7 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 16:45:28 - INFO :: CP Server Thread-7 : Tautulli Notifiers :: Email notification sent.
2018-04-27 16:47:35 - INFO :: CP Server Thread-9 : Tautulli Config :: Writing configuration to file
2018-04-27 16:53:51 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-27 16:53:51 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-27 16:53:51 - INFO :: Thread-24 : Tautulli PlexTV :: Requesting resources for server...
2018-04-27 16:53:52 - INFO :: Thread-20 : Tautulli Users :: Requesting users list refresh...
2018-04-27 16:53:52 - INFO :: Thread-21 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-27 16:53:52 - DEBUG :: Thread-23 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180427165351.sched.db
2018-04-27 16:53:52 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-27 16:53:52 - DEBUG :: Thread-17 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180427165351.sched.ini
2018-04-27 16:53:52 - INFO :: Thread-19 : Tautulli Monitor :: Checking for PMS updates...
2018-04-27 16:53:52 - DEBUG :: Thread-19 : Tautulli PlexTV :: Retrieving current server version.
2018-04-27 16:53:52 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-27 16:53:52 - INFO :: Thread-16 : Tautulli is up to date
2018-04-27 16:53:52 - INFO :: Thread-24 : Tautulli PlexTV :: Server URL retrieved.
2018-04-27 16:53:52 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-27 16:53:52 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-27 16:53:52 - INFO :: Thread-20 : Tautulli Users :: Users list refreshed.
2018-04-27 16:53:52 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-27 16:53:52 - INFO :: Thread-19 : Tautulli Config :: Writing configuration to file
2018-04-27 16:53:52 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-27 16:53:53 - DEBUG :: Thread-19 : Tautulli PlexTV :: Plex update channel is public.
2018-04-27 16:53:53 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-27 16:53:53 - INFO :: Thread-19 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-27 16:53:53 - INFO :: Thread-19 : Tautulli Monitor :: No PMS update available.
2018-04-27 16:53:53 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-27 16:53:53 - DEBUG :: Thread-21 : Tautulli Pmsconnect :: No library data.
2018-04-27 16:53:53 - INFO :: Thread-21 : Tautulli Config :: Writing configuration to file
2018-04-27 16:53:54 - INFO :: Thread-21 : Tautulli Libraries :: Libraries list refreshed.
2018-04-27 16:54:44 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:54:48 - INFO :: CP Server Thread-6 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:55:00 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:55:07 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Updated notification agent: Email (notifier_id 9).
2018-04-27 16:55:07 - DEBUG :: CP Server Thread-13 : Sending test email notification.
2018-04-27 16:55:07 - INFO :: CP Server Thread-13 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 16:55:09 - INFO :: CP Server Thread-13 : Tautulli Notifiers :: Email notification sent.
2018-04-27 17:04:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10048) added to recently added queue.
2018-04-27 17:04:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10049 , parent 10048) added to recently added queue.
2018-04-27 17:04:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10050, grandparent 10048) added to recently added queue.
2018-04-27 17:04:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19' (10051) added to recently added queue.
2018-04-27 17:04:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (10052 , parent 10051) added to recently added queue.
2018-04-27 17:04:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10053, grandparent 10051) added to recently added queue.
2018-04-27 17:05:37 - DEBUG :: Thread-29 : Tautulli TimelineHandler :: Library item 10050 added to Plex.
2018-04-27 17:05:37 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-27 17:05:37 - INFO :: Thread-2 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 17:05:37 - DEBUG :: Thread-29 : Added 1 items to the recently_added database table.
2018-04-27 17:05:37 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-27 17:05:38 - DEBUG :: Thread-30 : Tautulli TimelineHandler :: Library item 10053 added to Plex.
2018-04-27 17:05:38 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 6.
2018-04-27 17:05:38 - DEBUG :: Thread-30 : Added 1 items to the recently_added database table.
2018-04-27 17:05:38 - INFO :: Thread-1 : Tautulli Notifiers :: Discord notification sent.
2018-04-27 17:05:38 - INFO :: Thread-1 : Tautulli NotificationHandler :: Preparing notifications for notifier_id 9.
2018-04-27 17:05:39 - INFO :: Thread-2 : Tautulli Notifiers :: Email notification sent.
2018-04-27 17:05:41 - INFO :: Thread-1 : Tautulli Notifiers :: Email notification sent.
2018-04-27 17:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10056) added to recently added queue.
2018-04-27 17:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10057 , parent 10056) added to recently added queue.
2018-04-27 17:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10058, grandparent 7728) added to recently added queue.
2018-04-27 17:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10059, grandparent 9844) added to recently added queue.
2018-04-27 17:08:39 - INFO :: MainThread : Received signal: restart
2018-04-27 17:08:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:08:45 - INFO :: MainThread : Tautulli WebSocket :: Disconnecting websocket...
2018-04-27 17:08:45 - DEBUG :: Thread-3 : Tautulli WebSocket :: Leaving thread.
2018-04-27 17:08:45 - INFO :: Thread-2 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-27 17:08:45 - INFO :: Thread-1 : Tautulli NotificationHandler :: Notification thread exiting...
2018-04-27 17:08:45 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-27 17:08:45 - INFO :: MainThread : Tautulli is restarting...
2018-04-27 17:08:45 - INFO :: MainThread : Restarting Tautulli with ['C:\\Python27\\python.exe', 'C:\\Users\\itadmin\\Documents\\Tautulli-master\\Tautulli.py', '--nolaunch']
2018-04-27 16:09:05 - INFO :: MainThread : Checking if the database upgrades are required...
2018-04-27 16:09:05 - INFO :: MainThread : Checking if configuration upgrades are required...
2018-04-27 16:09:05 - INFO :: MainThread : Retrieving latest version information from GitHub
2018-04-27 16:09:05 - DEBUG :: MainThread : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-27 16:09:06 - DEBUG :: MainThread : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-27 16:09:06 - INFO :: MainThread : Tautulli is up to date
2018-04-27 16:09:06 - INFO :: MainThread : Tautulli PlexTV :: Requesting resources for server...
2018-04-27 16:09:07 - INFO :: MainThread : Tautulli PlexTV :: Server URL retrieved.
2018-04-27 16:09:07 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-27 16:09:07 - INFO :: MainThread : Tautulli Users :: Requesting users list refresh...
2018-04-27 16:09:07 - INFO :: MainThread : Tautulli Users :: Users list refreshed.
2018-04-27 16:09:07 - INFO :: MainThread : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-27 16:09:08 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-27 16:09:08 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-27 16:09:08 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-27 16:09:08 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-27 16:09:08 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-27 16:09:08 - DEBUG :: MainThread : Tautulli Pmsconnect :: No library data.
2018-04-27 16:09:09 - INFO :: MainThread : Tautulli Config :: Writing configuration to file
2018-04-27 16:09:09 - INFO :: MainThread : Tautulli Libraries :: Libraries list refreshed.
2018-04-27 16:09:09 - INFO :: MainThread : Tautulli NotificationHandler :: Starting background notification handler (2 threads).
2018-04-27 16:09:09 - DEBUG :: MainThread : Tautulli Monitor :: Checking for active streams.
2018-04-27 16:09:09 - INFO :: Thread-3 : Tautulli WebSocket :: Opening secure websocket.
2018-04-27 16:09:09 - INFO :: Thread-3 : Tautulli WebSocket :: Connection attempt 1.
2018-04-27 16:09:09 - INFO :: MainThread : Tautulli WebStart :: Web server authentication is enabled: Tautulli admin (username is 'admin').
2018-04-27 16:09:09 - INFO :: MainThread : Tautulli WebStart :: Starting Tautulli web server on http://0.0.0.0:8282/
2018-04-27 16:09:09 - INFO :: Thread-3 : Tautulli WebSocket :: Ready
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Check GitHub for updates
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli database
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Backup Tautulli config
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Refresh Plex server URLs
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Check for Plex remote access
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Check for Plex updates
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Refresh users list
2018-04-27 16:09:09 - INFO :: Thread-3 : Scheduled background task: Refresh libraries list
2018-04-27 16:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10062) added to recently added queue.
2018-04-27 16:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10063 , parent 10062) added to recently added queue.
2018-04-27 16:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10064, grandparent 7728) added to recently added queue.
2018-04-27 16:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10065, grandparent 9844) added to recently added queue.
2018-04-27 16:13:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10068) added to recently added queue.
2018-04-27 16:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10069 , parent 10068) added to recently added queue.
2018-04-27 16:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10070, grandparent 7728) added to recently added queue.
2018-04-27 16:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10071, grandparent 9844) added to recently added queue.
2018-04-27 16:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10074) added to recently added queue.
2018-04-27 16:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10075 , parent 10074) added to recently added queue.
2018-04-27 16:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10076, grandparent 7728) added to recently added queue.
2018-04-27 16:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10077, grandparent 9844) added to recently added queue.
2018-04-27 16:23:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10080) added to recently added queue.
2018-04-27 16:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10081 , parent 10080) added to recently added queue.
2018-04-27 16:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10082, grandparent 7728) added to recently added queue.
2018-04-27 16:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10083, grandparent 9844) added to recently added queue.
2018-04-27 16:28:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10086) added to recently added queue.
2018-04-27 16:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10087 , parent 10086) added to recently added queue.
2018-04-27 16:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10088, grandparent 7728) added to recently added queue.
2018-04-27 16:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10089, grandparent 9844) added to recently added queue.
2018-04-27 16:33:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:38:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10092) added to recently added queue.
2018-04-27 16:38:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10093 , parent 10092) added to recently added queue.
2018-04-27 16:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10094, grandparent 7728) added to recently added queue.
2018-04-27 16:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10095, grandparent 9844) added to recently added queue.
2018-04-27 16:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10098) added to recently added queue.
2018-04-27 16:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10099 , parent 10098) added to recently added queue.
2018-04-27 16:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10100, grandparent 7728) added to recently added queue.
2018-04-27 16:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10101, grandparent 9844) added to recently added queue.
2018-04-27 16:43:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10104) added to recently added queue.
2018-04-27 16:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10105 , parent 10104) added to recently added queue.
2018-04-27 16:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10106, grandparent 7728) added to recently added queue.
2018-04-27 16:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10107, grandparent 9844) added to recently added queue.
2018-04-27 16:48:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10110) added to recently added queue.
2018-04-27 16:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10111 , parent 10110) added to recently added queue.
2018-04-27 16:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10112, grandparent 7728) added to recently added queue.
2018-04-27 16:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10113, grandparent 9844) added to recently added queue.
2018-04-27 16:53:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 16:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10116) added to recently added queue.
2018-04-27 16:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10117 , parent 10116) added to recently added queue.
2018-04-27 16:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10118, grandparent 7728) added to recently added queue.
2018-04-27 16:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10119, grandparent 9844) added to recently added queue.
2018-04-27 16:58:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10122) added to recently added queue.
2018-04-27 17:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10123 , parent 10122) added to recently added queue.
2018-04-27 17:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10124, grandparent 7728) added to recently added queue.
2018-04-27 17:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10125, grandparent 9844) added to recently added queue.
2018-04-27 17:03:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:08:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10128) added to recently added queue.
2018-04-27 17:08:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10129 , parent 10128) added to recently added queue.
2018-04-27 17:08:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10130, grandparent 7728) added to recently added queue.
2018-04-27 17:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10131, grandparent 9844) added to recently added queue.
2018-04-27 17:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10134) added to recently added queue.
2018-04-27 17:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10135 , parent 10134) added to recently added queue.
2018-04-27 17:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10136, grandparent 7728) added to recently added queue.
2018-04-27 17:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10137, grandparent 9844) added to recently added queue.
2018-04-27 17:13:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10140) added to recently added queue.
2018-04-27 17:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10141 , parent 10140) added to recently added queue.
2018-04-27 17:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10142, grandparent 7728) added to recently added queue.
2018-04-27 17:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10143, grandparent 9844) added to recently added queue.
2018-04-27 17:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10146) added to recently added queue.
2018-04-27 17:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10147 , parent 10146) added to recently added queue.
2018-04-27 17:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10148, grandparent 7728) added to recently added queue.
2018-04-27 17:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10149, grandparent 9844) added to recently added queue.
2018-04-27 17:23:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10152) added to recently added queue.
2018-04-27 17:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10153 , parent 10152) added to recently added queue.
2018-04-27 17:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10154, grandparent 7728) added to recently added queue.
2018-04-27 17:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10155, grandparent 9844) added to recently added queue.
2018-04-27 17:28:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10158) added to recently added queue.
2018-04-27 17:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10159 , parent 10158) added to recently added queue.
2018-04-27 17:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10160, grandparent 7728) added to recently added queue.
2018-04-27 17:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10161, grandparent 9844) added to recently added queue.
2018-04-27 17:33:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10164) added to recently added queue.
2018-04-27 17:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10165 , parent 10164) added to recently added queue.
2018-04-27 17:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10166, grandparent 7728) added to recently added queue.
2018-04-27 17:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10167, grandparent 9844) added to recently added queue.
2018-04-27 17:38:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10170) added to recently added queue.
2018-04-27 17:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10171 , parent 10170) added to recently added queue.
2018-04-27 17:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10172, grandparent 7728) added to recently added queue.
2018-04-27 17:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10173, grandparent 9844) added to recently added queue.
2018-04-27 17:43:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10176) added to recently added queue.
2018-04-27 17:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10177 , parent 10176) added to recently added queue.
2018-04-27 17:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10178, grandparent 7728) added to recently added queue.
2018-04-27 17:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10179, grandparent 9844) added to recently added queue.
2018-04-27 17:48:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10182) added to recently added queue.
2018-04-27 17:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10183 , parent 10182) added to recently added queue.
2018-04-27 17:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10184, grandparent 7728) added to recently added queue.
2018-04-27 17:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10185, grandparent 9844) added to recently added queue.
2018-04-27 17:53:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 17:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10188) added to recently added queue.
2018-04-27 17:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10189 , parent 10188) added to recently added queue.
2018-04-27 17:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10190, grandparent 7728) added to recently added queue.
2018-04-27 17:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10191, grandparent 9844) added to recently added queue.
2018-04-27 17:58:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10194) added to recently added queue.
2018-04-27 18:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10195 , parent 10194) added to recently added queue.
2018-04-27 18:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10196, grandparent 7728) added to recently added queue.
2018-04-27 18:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10197, grandparent 9844) added to recently added queue.
2018-04-27 18:03:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10200) added to recently added queue.
2018-04-27 18:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10201 , parent 10200) added to recently added queue.
2018-04-27 18:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10202, grandparent 7728) added to recently added queue.
2018-04-27 18:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10203, grandparent 9844) added to recently added queue.
2018-04-27 18:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10206) added to recently added queue.
2018-04-27 18:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10207 , parent 10206) added to recently added queue.
2018-04-27 18:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10208, grandparent 7728) added to recently added queue.
2018-04-27 18:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10209, grandparent 9844) added to recently added queue.
2018-04-27 18:13:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10212) added to recently added queue.
2018-04-27 18:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10213 , parent 10212) added to recently added queue.
2018-04-27 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10214, grandparent 7728) added to recently added queue.
2018-04-27 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10215, grandparent 9844) added to recently added queue.
2018-04-27 18:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10218) added to recently added queue.
2018-04-27 18:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10219 , parent 10218) added to recently added queue.
2018-04-27 18:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10220, grandparent 7728) added to recently added queue.
2018-04-27 18:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10221, grandparent 9844) added to recently added queue.
2018-04-27 18:23:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10224) added to recently added queue.
2018-04-27 18:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10225 , parent 10224) added to recently added queue.
2018-04-27 18:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10226, grandparent 7728) added to recently added queue.
2018-04-27 18:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10227, grandparent 9844) added to recently added queue.
2018-04-27 18:28:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10230) added to recently added queue.
2018-04-27 18:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10231 , parent 10230) added to recently added queue.
2018-04-27 18:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10232, grandparent 7728) added to recently added queue.
2018-04-27 18:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10233, grandparent 9844) added to recently added queue.
2018-04-27 18:33:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10236) added to recently added queue.
2018-04-27 18:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10237 , parent 10236) added to recently added queue.
2018-04-27 18:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10238, grandparent 7728) added to recently added queue.
2018-04-27 18:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10239, grandparent 9844) added to recently added queue.
2018-04-27 18:38:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10242) added to recently added queue.
2018-04-27 18:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10243 , parent 10242) added to recently added queue.
2018-04-27 18:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10244, grandparent 7728) added to recently added queue.
2018-04-27 18:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10245, grandparent 9844) added to recently added queue.
2018-04-27 18:43:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10248) added to recently added queue.
2018-04-27 18:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10249 , parent 10248) added to recently added queue.
2018-04-27 18:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10250, grandparent 7728) added to recently added queue.
2018-04-27 18:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10251, grandparent 9844) added to recently added queue.
2018-04-27 18:48:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10254) added to recently added queue.
2018-04-27 18:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10255 , parent 10254) added to recently added queue.
2018-04-27 18:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10256, grandparent 7728) added to recently added queue.
2018-04-27 18:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10257, grandparent 9844) added to recently added queue.
2018-04-27 18:53:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 18:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10260) added to recently added queue.
2018-04-27 18:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10261 , parent 10260) added to recently added queue.
2018-04-27 18:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10262, grandparent 7728) added to recently added queue.
2018-04-27 18:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10263, grandparent 9844) added to recently added queue.
2018-04-27 18:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10266) added to recently added queue.
2018-04-27 19:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10267 , parent 10266) added to recently added queue.
2018-04-27 19:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10268, grandparent 7728) added to recently added queue.
2018-04-27 19:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10269, grandparent 9844) added to recently added queue.
2018-04-27 19:03:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:08:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10272) added to recently added queue.
2018-04-27 19:08:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10273 , parent 10272) added to recently added queue.
2018-04-27 19:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10274, grandparent 7728) added to recently added queue.
2018-04-27 19:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10275, grandparent 9844) added to recently added queue.
2018-04-27 19:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10278) added to recently added queue.
2018-04-27 19:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10279 , parent 10278) added to recently added queue.
2018-04-27 19:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10280, grandparent 7728) added to recently added queue.
2018-04-27 19:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10281, grandparent 9844) added to recently added queue.
2018-04-27 19:13:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10284) added to recently added queue.
2018-04-27 19:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10285 , parent 10284) added to recently added queue.
2018-04-27 19:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10286, grandparent 7728) added to recently added queue.
2018-04-27 19:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10287, grandparent 9844) added to recently added queue.
2018-04-27 19:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10290) added to recently added queue.
2018-04-27 19:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10291 , parent 10290) added to recently added queue.
2018-04-27 19:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10292, grandparent 7728) added to recently added queue.
2018-04-27 19:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10293, grandparent 9844) added to recently added queue.
2018-04-27 19:23:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10296) added to recently added queue.
2018-04-27 19:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10297 , parent 10296) added to recently added queue.
2018-04-27 19:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10298, grandparent 7728) added to recently added queue.
2018-04-27 19:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10299, grandparent 9844) added to recently added queue.
2018-04-27 19:28:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10302) added to recently added queue.
2018-04-27 19:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10303 , parent 10302) added to recently added queue.
2018-04-27 19:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10304, grandparent 7728) added to recently added queue.
2018-04-27 19:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10305, grandparent 9844) added to recently added queue.
2018-04-27 19:33:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10308) added to recently added queue.
2018-04-27 19:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10309 , parent 10308) added to recently added queue.
2018-04-27 19:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10310, grandparent 7728) added to recently added queue.
2018-04-27 19:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10311, grandparent 9844) added to recently added queue.
2018-04-27 19:38:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10314) added to recently added queue.
2018-04-27 19:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10315 , parent 10314) added to recently added queue.
2018-04-27 19:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10316, grandparent 7728) added to recently added queue.
2018-04-27 19:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10317, grandparent 9844) added to recently added queue.
2018-04-27 19:43:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10320) added to recently added queue.
2018-04-27 19:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10321 , parent 10320) added to recently added queue.
2018-04-27 19:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10322, grandparent 7728) added to recently added queue.
2018-04-27 19:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10323, grandparent 9844) added to recently added queue.
2018-04-27 19:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10326) added to recently added queue.
2018-04-27 19:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10327 , parent 10326) added to recently added queue.
2018-04-27 19:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10328, grandparent 7728) added to recently added queue.
2018-04-27 19:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10329, grandparent 9844) added to recently added queue.
2018-04-27 19:53:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 19:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10332) added to recently added queue.
2018-04-27 19:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10333 , parent 10332) added to recently added queue.
2018-04-27 19:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10334, grandparent 7728) added to recently added queue.
2018-04-27 19:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10335, grandparent 9844) added to recently added queue.
2018-04-27 19:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:03:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10338) added to recently added queue.
2018-04-27 20:03:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10339 , parent 10338) added to recently added queue.
2018-04-27 20:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10340, grandparent 7728) added to recently added queue.
2018-04-27 20:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10341, grandparent 9844) added to recently added queue.
2018-04-27 20:03:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10344) added to recently added queue.
2018-04-27 20:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10345 , parent 10344) added to recently added queue.
2018-04-27 20:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10346, grandparent 7728) added to recently added queue.
2018-04-27 20:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10347, grandparent 9844) added to recently added queue.
2018-04-27 20:08:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10350) added to recently added queue.
2018-04-27 20:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10351 , parent 10350) added to recently added queue.
2018-04-27 20:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10352, grandparent 7728) added to recently added queue.
2018-04-27 20:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10353, grandparent 9844) added to recently added queue.
2018-04-27 20:13:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10356) added to recently added queue.
2018-04-27 20:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10357 , parent 10356) added to recently added queue.
2018-04-27 20:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10358, grandparent 7728) added to recently added queue.
2018-04-27 20:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10359, grandparent 9844) added to recently added queue.
2018-04-27 20:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10362) added to recently added queue.
2018-04-27 20:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10363 , parent 10362) added to recently added queue.
2018-04-27 20:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10364, grandparent 7728) added to recently added queue.
2018-04-27 20:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10365, grandparent 9844) added to recently added queue.
2018-04-27 20:23:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10368) added to recently added queue.
2018-04-27 20:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10369 , parent 10368) added to recently added queue.
2018-04-27 20:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10370, grandparent 7728) added to recently added queue.
2018-04-27 20:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10371, grandparent 9844) added to recently added queue.
2018-04-27 20:28:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10374) added to recently added queue.
2018-04-27 20:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10375 , parent 10374) added to recently added queue.
2018-04-27 20:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10376, grandparent 7728) added to recently added queue.
2018-04-27 20:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10377, grandparent 9844) added to recently added queue.
2018-04-27 20:33:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10380) added to recently added queue.
2018-04-27 20:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10381 , parent 10380) added to recently added queue.
2018-04-27 20:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10382, grandparent 7728) added to recently added queue.
2018-04-27 20:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10383, grandparent 9844) added to recently added queue.
2018-04-27 20:38:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10386) added to recently added queue.
2018-04-27 20:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10387 , parent 10386) added to recently added queue.
2018-04-27 20:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10388, grandparent 7728) added to recently added queue.
2018-04-27 20:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10389, grandparent 9844) added to recently added queue.
2018-04-27 20:43:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10392) added to recently added queue.
2018-04-27 20:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10393 , parent 10392) added to recently added queue.
2018-04-27 20:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10394, grandparent 7728) added to recently added queue.
2018-04-27 20:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10395, grandparent 9844) added to recently added queue.
2018-04-27 20:48:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10398) added to recently added queue.
2018-04-27 20:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10399 , parent 10398) added to recently added queue.
2018-04-27 20:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10400, grandparent 7728) added to recently added queue.
2018-04-27 20:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10401, grandparent 9844) added to recently added queue.
2018-04-27 20:53:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 20:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10404) added to recently added queue.
2018-04-27 20:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10405 , parent 10404) added to recently added queue.
2018-04-27 20:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10406, grandparent 7728) added to recently added queue.
2018-04-27 20:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10407, grandparent 9844) added to recently added queue.
2018-04-27 20:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10410) added to recently added queue.
2018-04-27 21:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10411 , parent 10410) added to recently added queue.
2018-04-27 21:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10412, grandparent 7728) added to recently added queue.
2018-04-27 21:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10413, grandparent 9844) added to recently added queue.
2018-04-27 21:03:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10416) added to recently added queue.
2018-04-27 21:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10417 , parent 10416) added to recently added queue.
2018-04-27 21:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10418, grandparent 7728) added to recently added queue.
2018-04-27 21:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10419, grandparent 9844) added to recently added queue.
2018-04-27 21:08:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10422) added to recently added queue.
2018-04-27 21:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10423 , parent 10422) added to recently added queue.
2018-04-27 21:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10424, grandparent 7728) added to recently added queue.
2018-04-27 21:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10425, grandparent 9844) added to recently added queue.
2018-04-27 21:13:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10428) added to recently added queue.
2018-04-27 21:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10429 , parent 10428) added to recently added queue.
2018-04-27 21:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10430, grandparent 7728) added to recently added queue.
2018-04-27 21:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10431, grandparent 9844) added to recently added queue.
2018-04-27 21:18:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:23:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10434) added to recently added queue.
2018-04-27 21:23:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10435 , parent 10434) added to recently added queue.
2018-04-27 21:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10436, grandparent 7728) added to recently added queue.
2018-04-27 21:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10437, grandparent 9844) added to recently added queue.
2018-04-27 21:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10440) added to recently added queue.
2018-04-27 21:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10441 , parent 10440) added to recently added queue.
2018-04-27 21:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10442, grandparent 7728) added to recently added queue.
2018-04-27 21:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10443, grandparent 9844) added to recently added queue.
2018-04-27 21:28:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10446) added to recently added queue.
2018-04-27 21:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10447 , parent 10446) added to recently added queue.
2018-04-27 21:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10448, grandparent 7728) added to recently added queue.
2018-04-27 21:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10449, grandparent 9844) added to recently added queue.
2018-04-27 21:33:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10452) added to recently added queue.
2018-04-27 21:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10453 , parent 10452) added to recently added queue.
2018-04-27 21:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10454, grandparent 7728) added to recently added queue.
2018-04-27 21:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10455, grandparent 9844) added to recently added queue.
2018-04-27 21:38:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10458) added to recently added queue.
2018-04-27 21:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10459 , parent 10458) added to recently added queue.
2018-04-27 21:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10460, grandparent 7728) added to recently added queue.
2018-04-27 21:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10461, grandparent 9844) added to recently added queue.
2018-04-27 21:43:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10464) added to recently added queue.
2018-04-27 21:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10465 , parent 10464) added to recently added queue.
2018-04-27 21:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10466, grandparent 7728) added to recently added queue.
2018-04-27 21:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10467, grandparent 9844) added to recently added queue.
2018-04-27 21:48:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10470) added to recently added queue.
2018-04-27 21:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10471 , parent 10470) added to recently added queue.
2018-04-27 21:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10472, grandparent 7728) added to recently added queue.
2018-04-27 21:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10473, grandparent 9844) added to recently added queue.
2018-04-27 21:53:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 21:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10476) added to recently added queue.
2018-04-27 21:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10477 , parent 10476) added to recently added queue.
2018-04-27 21:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10478, grandparent 7728) added to recently added queue.
2018-04-27 21:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10479, grandparent 9844) added to recently added queue.
2018-04-27 21:58:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10482) added to recently added queue.
2018-04-27 22:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10483 , parent 10482) added to recently added queue.
2018-04-27 22:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10484, grandparent 7728) added to recently added queue.
2018-04-27 22:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10485, grandparent 9844) added to recently added queue.
2018-04-27 22:03:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10488) added to recently added queue.
2018-04-27 22:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10489 , parent 10488) added to recently added queue.
2018-04-27 22:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10490, grandparent 7728) added to recently added queue.
2018-04-27 22:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10491, grandparent 9844) added to recently added queue.
2018-04-27 22:08:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:09:09 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-27 22:09:09 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-27 22:09:09 - DEBUG :: Thread-24 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180427220909.sched.db
2018-04-27 22:09:09 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-27 22:09:09 - DEBUG :: Thread-16 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180427220909.sched.ini
2018-04-27 22:09:10 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-27 22:09:10 - INFO :: Thread-17 : Tautulli is up to date
2018-04-27 22:13:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10494) added to recently added queue.
2018-04-27 22:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10495 , parent 10494) added to recently added queue.
2018-04-27 22:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10496, grandparent 7728) added to recently added queue.
2018-04-27 22:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10497, grandparent 9844) added to recently added queue.
2018-04-27 22:13:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10500) added to recently added queue.
2018-04-27 22:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10501 , parent 10500) added to recently added queue.
2018-04-27 22:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10502, grandparent 7728) added to recently added queue.
2018-04-27 22:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10503, grandparent 9844) added to recently added queue.
2018-04-27 22:18:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10506) added to recently added queue.
2018-04-27 22:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10507 , parent 10506) added to recently added queue.
2018-04-27 22:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10508, grandparent 7728) added to recently added queue.
2018-04-27 22:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10509, grandparent 9844) added to recently added queue.
2018-04-27 22:23:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10512) added to recently added queue.
2018-04-27 22:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10513 , parent 10512) added to recently added queue.
2018-04-27 22:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10514, grandparent 7728) added to recently added queue.
2018-04-27 22:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10515, grandparent 9844) added to recently added queue.
2018-04-27 22:28:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10518) added to recently added queue.
2018-04-27 22:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10519 , parent 10518) added to recently added queue.
2018-04-27 22:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10520, grandparent 7728) added to recently added queue.
2018-04-27 22:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10521, grandparent 9844) added to recently added queue.
2018-04-27 22:33:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10524) added to recently added queue.
2018-04-27 22:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10525 , parent 10524) added to recently added queue.
2018-04-27 22:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10526, grandparent 7728) added to recently added queue.
2018-04-27 22:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10527, grandparent 9844) added to recently added queue.
2018-04-27 22:38:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10530) added to recently added queue.
2018-04-27 22:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10531 , parent 10530) added to recently added queue.
2018-04-27 22:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10532, grandparent 7728) added to recently added queue.
2018-04-27 22:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10533, grandparent 9844) added to recently added queue.
2018-04-27 22:43:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10536) added to recently added queue.
2018-04-27 22:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10537 , parent 10536) added to recently added queue.
2018-04-27 22:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10538, grandparent 7728) added to recently added queue.
2018-04-27 22:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10539, grandparent 9844) added to recently added queue.
2018-04-27 22:48:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10542) added to recently added queue.
2018-04-27 22:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10543 , parent 10542) added to recently added queue.
2018-04-27 22:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10544, grandparent 7728) added to recently added queue.
2018-04-27 22:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10545, grandparent 9844) added to recently added queue.
2018-04-27 22:53:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 22:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10548) added to recently added queue.
2018-04-27 22:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10549 , parent 10548) added to recently added queue.
2018-04-27 22:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10550, grandparent 7728) added to recently added queue.
2018-04-27 22:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10551, grandparent 9844) added to recently added queue.
2018-04-27 22:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10554) added to recently added queue.
2018-04-27 23:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10555 , parent 10554) added to recently added queue.
2018-04-27 23:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10556, grandparent 7728) added to recently added queue.
2018-04-27 23:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10557, grandparent 9844) added to recently added queue.
2018-04-27 23:03:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10560) added to recently added queue.
2018-04-27 23:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10561 , parent 10560) added to recently added queue.
2018-04-27 23:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10562, grandparent 7728) added to recently added queue.
2018-04-27 23:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10563, grandparent 9844) added to recently added queue.
2018-04-27 23:08:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10566) added to recently added queue.
2018-04-27 23:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10567 , parent 10566) added to recently added queue.
2018-04-27 23:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10568, grandparent 7728) added to recently added queue.
2018-04-27 23:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10569, grandparent 9844) added to recently added queue.
2018-04-27 23:13:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10572) added to recently added queue.
2018-04-27 23:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10573 , parent 10572) added to recently added queue.
2018-04-27 23:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10574, grandparent 7728) added to recently added queue.
2018-04-27 23:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10575, grandparent 9844) added to recently added queue.
2018-04-27 23:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10578) added to recently added queue.
2018-04-27 23:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10579 , parent 10578) added to recently added queue.
2018-04-27 23:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10580, grandparent 7728) added to recently added queue.
2018-04-27 23:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10581, grandparent 9844) added to recently added queue.
2018-04-27 23:23:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10584) added to recently added queue.
2018-04-27 23:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10585 , parent 10584) added to recently added queue.
2018-04-27 23:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10586, grandparent 7728) added to recently added queue.
2018-04-27 23:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10587, grandparent 9844) added to recently added queue.
2018-04-27 23:28:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10590) added to recently added queue.
2018-04-27 23:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10591 , parent 10590) added to recently added queue.
2018-04-27 23:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10592, grandparent 7728) added to recently added queue.
2018-04-27 23:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10593, grandparent 9844) added to recently added queue.
2018-04-27 23:33:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10596) added to recently added queue.
2018-04-27 23:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10597 , parent 10596) added to recently added queue.
2018-04-27 23:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10598, grandparent 7728) added to recently added queue.
2018-04-27 23:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10599, grandparent 9844) added to recently added queue.
2018-04-27 23:38:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10602) added to recently added queue.
2018-04-27 23:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10603 , parent 10602) added to recently added queue.
2018-04-27 23:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10604, grandparent 7728) added to recently added queue.
2018-04-27 23:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10605, grandparent 9844) added to recently added queue.
2018-04-27 23:43:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10608) added to recently added queue.
2018-04-27 23:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10609 , parent 10608) added to recently added queue.
2018-04-27 23:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10610, grandparent 7728) added to recently added queue.
2018-04-27 23:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10611, grandparent 9844) added to recently added queue.
2018-04-27 23:48:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10614) added to recently added queue.
2018-04-27 23:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10615 , parent 10614) added to recently added queue.
2018-04-27 23:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10616, grandparent 7728) added to recently added queue.
2018-04-27 23:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10617, grandparent 9844) added to recently added queue.
2018-04-27 23:53:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-27 23:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10620) added to recently added queue.
2018-04-27 23:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10621 , parent 10620) added to recently added queue.
2018-04-27 23:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10622, grandparent 7728) added to recently added queue.
2018-04-27 23:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10623, grandparent 9844) added to recently added queue.
2018-04-27 23:58:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10626) added to recently added queue.
2018-04-28 00:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10627 , parent 10626) added to recently added queue.
2018-04-28 00:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10628, grandparent 7728) added to recently added queue.
2018-04-28 00:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10629, grandparent 9844) added to recently added queue.
2018-04-28 00:03:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10632) added to recently added queue.
2018-04-28 00:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10633 , parent 10632) added to recently added queue.
2018-04-28 00:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10634, grandparent 7728) added to recently added queue.
2018-04-28 00:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10635, grandparent 9844) added to recently added queue.
2018-04-28 00:08:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10638) added to recently added queue.
2018-04-28 00:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10639 , parent 10638) added to recently added queue.
2018-04-28 00:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10640, grandparent 7728) added to recently added queue.
2018-04-28 00:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10641, grandparent 9844) added to recently added queue.
2018-04-28 00:13:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10644) added to recently added queue.
2018-04-28 00:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10645 , parent 10644) added to recently added queue.
2018-04-28 00:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10646, grandparent 7728) added to recently added queue.
2018-04-28 00:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10647, grandparent 9844) added to recently added queue.
2018-04-28 00:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10650) added to recently added queue.
2018-04-28 00:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10651 , parent 10650) added to recently added queue.
2018-04-28 00:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10652, grandparent 7728) added to recently added queue.
2018-04-28 00:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10653, grandparent 9844) added to recently added queue.
2018-04-28 00:23:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10656) added to recently added queue.
2018-04-28 00:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10657 , parent 10656) added to recently added queue.
2018-04-28 00:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10658, grandparent 7728) added to recently added queue.
2018-04-28 00:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10659, grandparent 9844) added to recently added queue.
2018-04-28 00:28:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10662) added to recently added queue.
2018-04-28 00:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10663 , parent 10662) added to recently added queue.
2018-04-28 00:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10664, grandparent 7728) added to recently added queue.
2018-04-28 00:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10665, grandparent 9844) added to recently added queue.
2018-04-28 00:33:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10668) added to recently added queue.
2018-04-28 00:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10669 , parent 10668) added to recently added queue.
2018-04-28 00:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10670, grandparent 7728) added to recently added queue.
2018-04-28 00:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10671, grandparent 9844) added to recently added queue.
2018-04-28 00:38:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10674) added to recently added queue.
2018-04-28 00:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10675 , parent 10674) added to recently added queue.
2018-04-28 00:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10676, grandparent 7728) added to recently added queue.
2018-04-28 00:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10677, grandparent 9844) added to recently added queue.
2018-04-28 00:43:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10680) added to recently added queue.
2018-04-28 00:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10681 , parent 10680) added to recently added queue.
2018-04-28 00:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10682, grandparent 7728) added to recently added queue.
2018-04-28 00:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10683, grandparent 9844) added to recently added queue.
2018-04-28 00:48:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10686) added to recently added queue.
2018-04-28 00:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10687 , parent 10686) added to recently added queue.
2018-04-28 00:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10688, grandparent 7728) added to recently added queue.
2018-04-28 00:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10689, grandparent 9844) added to recently added queue.
2018-04-28 00:53:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 00:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10692) added to recently added queue.
2018-04-28 00:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10693 , parent 10692) added to recently added queue.
2018-04-28 00:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10694, grandparent 7728) added to recently added queue.
2018-04-28 00:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10695, grandparent 9844) added to recently added queue.
2018-04-28 00:58:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10698) added to recently added queue.
2018-04-28 01:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10699 , parent 10698) added to recently added queue.
2018-04-28 01:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10700, grandparent 7728) added to recently added queue.
2018-04-28 01:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10701, grandparent 9844) added to recently added queue.
2018-04-28 01:03:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10704) added to recently added queue.
2018-04-28 01:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10705 , parent 10704) added to recently added queue.
2018-04-28 01:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10706, grandparent 7728) added to recently added queue.
2018-04-28 01:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10707, grandparent 9844) added to recently added queue.
2018-04-28 01:08:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:13:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10710) added to recently added queue.
2018-04-28 01:13:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10711 , parent 10710) added to recently added queue.
2018-04-28 01:13:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10712, grandparent 7728) added to recently added queue.
2018-04-28 01:13:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10713, grandparent 9844) added to recently added queue.
2018-04-28 01:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:18:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10716) added to recently added queue.
2018-04-28 01:18:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10717 , parent 10716) added to recently added queue.
2018-04-28 01:18:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10718, grandparent 7728) added to recently added queue.
2018-04-28 01:18:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10719, grandparent 9844) added to recently added queue.
2018-04-28 01:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:23:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10722) added to recently added queue.
2018-04-28 01:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10723 , parent 10722) added to recently added queue.
2018-04-28 01:23:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10724, grandparent 7728) added to recently added queue.
2018-04-28 01:23:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10725, grandparent 9844) added to recently added queue.
2018-04-28 01:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:28:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10728) added to recently added queue.
2018-04-28 01:28:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10729 , parent 10728) added to recently added queue.
2018-04-28 01:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10730, grandparent 7728) added to recently added queue.
2018-04-28 01:28:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10731, grandparent 9844) added to recently added queue.
2018-04-28 01:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:33:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10734) added to recently added queue.
2018-04-28 01:33:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10735 , parent 10734) added to recently added queue.
2018-04-28 01:33:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10736, grandparent 7728) added to recently added queue.
2018-04-28 01:33:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10737, grandparent 9844) added to recently added queue.
2018-04-28 01:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10740) added to recently added queue.
2018-04-28 01:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10741 , parent 10740) added to recently added queue.
2018-04-28 01:38:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10742, grandparent 7728) added to recently added queue.
2018-04-28 01:38:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10743, grandparent 9844) added to recently added queue.
2018-04-28 01:38:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10746) added to recently added queue.
2018-04-28 01:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10747 , parent 10746) added to recently added queue.
2018-04-28 01:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10748, grandparent 7728) added to recently added queue.
2018-04-28 01:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10749, grandparent 9844) added to recently added queue.
2018-04-28 01:43:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10752) added to recently added queue.
2018-04-28 01:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10753 , parent 10752) added to recently added queue.
2018-04-28 01:48:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10754, grandparent 7728) added to recently added queue.
2018-04-28 01:48:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10755, grandparent 9844) added to recently added queue.
2018-04-28 01:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10758) added to recently added queue.
2018-04-28 01:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10759 , parent 10758) added to recently added queue.
2018-04-28 01:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10760, grandparent 7728) added to recently added queue.
2018-04-28 01:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10761, grandparent 9844) added to recently added queue.
2018-04-28 01:53:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 01:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10764) added to recently added queue.
2018-04-28 01:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10765 , parent 10764) added to recently added queue.
2018-04-28 01:58:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10766, grandparent 7728) added to recently added queue.
2018-04-28 01:58:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10767, grandparent 9844) added to recently added queue.
2018-04-28 01:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:03:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10770) added to recently added queue.
2018-04-28 02:03:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10771 , parent 10770) added to recently added queue.
2018-04-28 02:03:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10772, grandparent 7728) added to recently added queue.
2018-04-28 02:03:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10773, grandparent 9844) added to recently added queue.
2018-04-28 02:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10776) added to recently added queue.
2018-04-28 02:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10777 , parent 10776) added to recently added queue.
2018-04-28 02:08:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10778, grandparent 7728) added to recently added queue.
2018-04-28 02:08:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10779, grandparent 9844) added to recently added queue.
2018-04-28 02:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:13:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10782) added to recently added queue.
2018-04-28 02:13:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10783 , parent 10782) added to recently added queue.
2018-04-28 02:13:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10784, grandparent 7728) added to recently added queue.
2018-04-28 02:13:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10785, grandparent 9844) added to recently added queue.
2018-04-28 02:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:18:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10788) added to recently added queue.
2018-04-28 02:18:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10789 , parent 10788) added to recently added queue.
2018-04-28 02:18:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10790, grandparent 7728) added to recently added queue.
2018-04-28 02:18:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10791, grandparent 9844) added to recently added queue.
2018-04-28 02:18:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10794) added to recently added queue.
2018-04-28 02:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10795 , parent 10794) added to recently added queue.
2018-04-28 02:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10796, grandparent 7728) added to recently added queue.
2018-04-28 02:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10797, grandparent 9844) added to recently added queue.
2018-04-28 02:23:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10800) added to recently added queue.
2018-04-28 02:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10801 , parent 10800) added to recently added queue.
2018-04-28 02:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10802, grandparent 7728) added to recently added queue.
2018-04-28 02:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10803, grandparent 9844) added to recently added queue.
2018-04-28 02:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10806) added to recently added queue.
2018-04-28 02:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10807 , parent 10806) added to recently added queue.
2018-04-28 02:33:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10808, grandparent 7728) added to recently added queue.
2018-04-28 02:33:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10809, grandparent 9844) added to recently added queue.
2018-04-28 02:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:38:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10812) added to recently added queue.
2018-04-28 02:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10813 , parent 10812) added to recently added queue.
2018-04-28 02:38:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10814, grandparent 7728) added to recently added queue.
2018-04-28 02:38:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10815, grandparent 9844) added to recently added queue.
2018-04-28 02:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:43:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10818) added to recently added queue.
2018-04-28 02:43:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10819 , parent 10818) added to recently added queue.
2018-04-28 02:43:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10820, grandparent 7728) added to recently added queue.
2018-04-28 02:43:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10821, grandparent 9844) added to recently added queue.
2018-04-28 02:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:48:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10824) added to recently added queue.
2018-04-28 02:48:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10825 , parent 10824) added to recently added queue.
2018-04-28 02:48:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10826, grandparent 7728) added to recently added queue.
2018-04-28 02:48:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10827, grandparent 9844) added to recently added queue.
2018-04-28 02:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:53:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10830) added to recently added queue.
2018-04-28 02:53:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10831 , parent 10830) added to recently added queue.
2018-04-28 02:53:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10832, grandparent 7728) added to recently added queue.
2018-04-28 02:53:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10833, grandparent 9844) added to recently added queue.
2018-04-28 02:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 02:58:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10836) added to recently added queue.
2018-04-28 02:58:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10837 , parent 10836) added to recently added queue.
2018-04-28 02:58:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10838, grandparent 7728) added to recently added queue.
2018-04-28 02:58:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10839, grandparent 9844) added to recently added queue.
2018-04-28 02:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:03:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10842) added to recently added queue.
2018-04-28 03:03:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10843 , parent 10842) added to recently added queue.
2018-04-28 03:03:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10844, grandparent 7728) added to recently added queue.
2018-04-28 03:03:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10845, grandparent 9844) added to recently added queue.
2018-04-28 03:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:08:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10848) added to recently added queue.
2018-04-28 03:08:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10849 , parent 10848) added to recently added queue.
2018-04-28 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10850, grandparent 7728) added to recently added queue.
2018-04-28 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10851, grandparent 9844) added to recently added queue.
2018-04-28 03:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:13:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10854) added to recently added queue.
2018-04-28 03:13:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10855 , parent 10854) added to recently added queue.
2018-04-28 03:13:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10856, grandparent 7728) added to recently added queue.
2018-04-28 03:13:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10857, grandparent 9844) added to recently added queue.
2018-04-28 03:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:18:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10860) added to recently added queue.
2018-04-28 03:18:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10861 , parent 10860) added to recently added queue.
2018-04-28 03:18:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10862, grandparent 7728) added to recently added queue.
2018-04-28 03:18:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10863, grandparent 9844) added to recently added queue.
2018-04-28 03:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10866) added to recently added queue.
2018-04-28 03:23:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10867 , parent 10866) added to recently added queue.
2018-04-28 03:23:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10868, grandparent 7728) added to recently added queue.
2018-04-28 03:23:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10869, grandparent 9844) added to recently added queue.
2018-04-28 03:23:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10872) added to recently added queue.
2018-04-28 03:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10873 , parent 10872) added to recently added queue.
2018-04-28 03:28:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10874, grandparent 7728) added to recently added queue.
2018-04-28 03:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10875, grandparent 9844) added to recently added queue.
2018-04-28 03:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10878) added to recently added queue.
2018-04-28 03:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10879 , parent 10878) added to recently added queue.
2018-04-28 03:33:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10880, grandparent 7728) added to recently added queue.
2018-04-28 03:33:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10881, grandparent 9844) added to recently added queue.
2018-04-28 03:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:38:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10884) added to recently added queue.
2018-04-28 03:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10885 , parent 10884) added to recently added queue.
2018-04-28 03:38:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10886, grandparent 7728) added to recently added queue.
2018-04-28 03:38:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10887, grandparent 9844) added to recently added queue.
2018-04-28 03:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:43:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10890) added to recently added queue.
2018-04-28 03:43:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10891 , parent 10890) added to recently added queue.
2018-04-28 03:43:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10892, grandparent 7728) added to recently added queue.
2018-04-28 03:43:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10893, grandparent 9844) added to recently added queue.
2018-04-28 03:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:48:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10896) added to recently added queue.
2018-04-28 03:48:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10897 , parent 10896) added to recently added queue.
2018-04-28 03:48:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10898, grandparent 7728) added to recently added queue.
2018-04-28 03:48:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10899, grandparent 9844) added to recently added queue.
2018-04-28 03:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:53:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10902) added to recently added queue.
2018-04-28 03:53:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10903 , parent 10902) added to recently added queue.
2018-04-28 03:53:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10904, grandparent 7728) added to recently added queue.
2018-04-28 03:53:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10905, grandparent 9844) added to recently added queue.
2018-04-28 03:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 03:58:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10908) added to recently added queue.
2018-04-28 03:58:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10909 , parent 10908) added to recently added queue.
2018-04-28 03:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10910, grandparent 7728) added to recently added queue.
2018-04-28 03:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10911, grandparent 9844) added to recently added queue.
2018-04-28 03:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:04:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10914) added to recently added queue.
2018-04-28 04:04:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10915 , parent 10914) added to recently added queue.
2018-04-28 04:04:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10916, grandparent 7728) added to recently added queue.
2018-04-28 04:04:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10917, grandparent 9844) added to recently added queue.
2018-04-28 04:04:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:08:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10920) added to recently added queue.
2018-04-28 04:08:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10921 , parent 10920) added to recently added queue.
2018-04-28 04:08:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10922, grandparent 7728) added to recently added queue.
2018-04-28 04:08:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10923, grandparent 9844) added to recently added queue.
2018-04-28 04:08:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:09:09 - INFO :: Thread-17 : Retrieving latest version information from GitHub
2018-04-28 04:09:09 - DEBUG :: Thread-17 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-28 04:09:09 - INFO :: Thread-15 : Tautulli PlexTV :: Requesting resources for server...
2018-04-28 04:09:09 - INFO :: Thread-32 : Tautulli Users :: Requesting users list refresh...
2018-04-28 04:09:09 - INFO :: Thread-24 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-28 04:09:09 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180428040909.sched.db
2018-04-28 04:09:09 - INFO :: Thread-26 : Tautulli Config :: Writing configuration to file
2018-04-28 04:09:09 - DEBUG :: Thread-26 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180428040909.sched.ini
2018-04-28 04:09:10 - INFO :: Thread-15 : Tautulli PlexTV :: Server URL retrieved.
2018-04-28 04:09:10 - INFO :: Thread-23 : Tautulli Monitor :: Checking for PMS updates...
2018-04-28 04:09:10 - DEBUG :: Thread-23 : Tautulli PlexTV :: Retrieving current server version.
2018-04-28 04:09:10 - DEBUG :: Thread-17 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-28 04:09:10 - INFO :: Thread-17 : Tautulli is up to date
2018-04-28 04:09:10 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-28 04:09:10 - INFO :: Thread-32 : Tautulli Users :: Users list refreshed.
2018-04-28 04:09:10 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-28 04:09:10 - INFO :: Thread-23 : Tautulli Config :: Writing configuration to file
2018-04-28 04:09:10 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-28 04:09:10 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-28 04:09:10 - DEBUG :: Thread-23 : Tautulli PlexTV :: Plex update channel is public.
2018-04-28 04:09:10 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-28 04:09:10 - INFO :: Thread-23 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-28 04:09:10 - INFO :: Thread-23 : Tautulli Monitor :: No PMS update available.
2018-04-28 04:09:10 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-28 04:09:11 - DEBUG :: Thread-24 : Tautulli Pmsconnect :: No library data.
2018-04-28 04:09:11 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-28 04:09:11 - INFO :: Thread-24 : Tautulli Libraries :: Libraries list refreshed.
2018-04-28 04:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10926) added to recently added queue.
2018-04-28 04:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10927 , parent 10926) added to recently added queue.
2018-04-28 04:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10928, grandparent 7728) added to recently added queue.
2018-04-28 04:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10929, grandparent 9844) added to recently added queue.
2018-04-28 04:13:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10932) added to recently added queue.
2018-04-28 04:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10933 , parent 10932) added to recently added queue.
2018-04-28 04:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10934, grandparent 7728) added to recently added queue.
2018-04-28 04:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10935, grandparent 9844) added to recently added queue.
2018-04-28 04:19:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10938) added to recently added queue.
2018-04-28 04:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10939 , parent 10938) added to recently added queue.
2018-04-28 04:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10940, grandparent 7728) added to recently added queue.
2018-04-28 04:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10941, grandparent 9844) added to recently added queue.
2018-04-28 04:23:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10944) added to recently added queue.
2018-04-28 04:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10945 , parent 10944) added to recently added queue.
2018-04-28 04:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10946, grandparent 7728) added to recently added queue.
2018-04-28 04:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10947, grandparent 9844) added to recently added queue.
2018-04-28 04:28:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10950) added to recently added queue.
2018-04-28 04:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10951 , parent 10950) added to recently added queue.
2018-04-28 04:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10952, grandparent 7728) added to recently added queue.
2018-04-28 04:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10953, grandparent 9844) added to recently added queue.
2018-04-28 04:33:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10956) added to recently added queue.
2018-04-28 04:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10957 , parent 10956) added to recently added queue.
2018-04-28 04:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10958, grandparent 7728) added to recently added queue.
2018-04-28 04:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10959, grandparent 9844) added to recently added queue.
2018-04-28 04:38:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10962) added to recently added queue.
2018-04-28 04:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10963 , parent 10962) added to recently added queue.
2018-04-28 04:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10964, grandparent 7728) added to recently added queue.
2018-04-28 04:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10965, grandparent 9844) added to recently added queue.
2018-04-28 04:43:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10968) added to recently added queue.
2018-04-28 04:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10969 , parent 10968) added to recently added queue.
2018-04-28 04:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10970, grandparent 7728) added to recently added queue.
2018-04-28 04:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10971, grandparent 9844) added to recently added queue.
2018-04-28 04:48:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10974) added to recently added queue.
2018-04-28 04:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10975 , parent 10974) added to recently added queue.
2018-04-28 04:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10976, grandparent 7728) added to recently added queue.
2018-04-28 04:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10977, grandparent 9844) added to recently added queue.
2018-04-28 04:54:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 04:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10980) added to recently added queue.
2018-04-28 04:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10981 , parent 10980) added to recently added queue.
2018-04-28 04:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10982, grandparent 7728) added to recently added queue.
2018-04-28 04:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10983, grandparent 9844) added to recently added queue.
2018-04-28 04:58:48 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10986) added to recently added queue.
2018-04-28 05:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10987 , parent 10986) added to recently added queue.
2018-04-28 05:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10988, grandparent 7728) added to recently added queue.
2018-04-28 05:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10989, grandparent 9844) added to recently added queue.
2018-04-28 05:03:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10992) added to recently added queue.
2018-04-28 05:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10993 , parent 10992) added to recently added queue.
2018-04-28 05:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (10994, grandparent 7728) added to recently added queue.
2018-04-28 05:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (10995, grandparent 9844) added to recently added queue.
2018-04-28 05:08:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (10998) added to recently added queue.
2018-04-28 05:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (10999 , parent 10998) added to recently added queue.
2018-04-28 05:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11000, grandparent 7728) added to recently added queue.
2018-04-28 05:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11001, grandparent 9844) added to recently added queue.
2018-04-28 05:13:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11004) added to recently added queue.
2018-04-28 05:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11005 , parent 11004) added to recently added queue.
2018-04-28 05:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11006, grandparent 7728) added to recently added queue.
2018-04-28 05:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11007, grandparent 9844) added to recently added queue.
2018-04-28 05:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11010) added to recently added queue.
2018-04-28 05:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11011 , parent 11010) added to recently added queue.
2018-04-28 05:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11012, grandparent 7728) added to recently added queue.
2018-04-28 05:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11013, grandparent 9844) added to recently added queue.
2018-04-28 05:23:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11016) added to recently added queue.
2018-04-28 05:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11017 , parent 11016) added to recently added queue.
2018-04-28 05:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11018, grandparent 7728) added to recently added queue.
2018-04-28 05:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11019, grandparent 9844) added to recently added queue.
2018-04-28 05:28:57 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:33:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11022) added to recently added queue.
2018-04-28 05:33:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11023 , parent 11022) added to recently added queue.
2018-04-28 05:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11024, grandparent 7728) added to recently added queue.
2018-04-28 05:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11025, grandparent 9844) added to recently added queue.
2018-04-28 05:33:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:38:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11028) added to recently added queue.
2018-04-28 05:38:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11029 , parent 11028) added to recently added queue.
2018-04-28 05:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11030, grandparent 7728) added to recently added queue.
2018-04-28 05:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11031, grandparent 9844) added to recently added queue.
2018-04-28 05:38:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11034) added to recently added queue.
2018-04-28 05:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11035 , parent 11034) added to recently added queue.
2018-04-28 05:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11036, grandparent 7728) added to recently added queue.
2018-04-28 05:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11037, grandparent 9844) added to recently added queue.
2018-04-28 05:43:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11040) added to recently added queue.
2018-04-28 05:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11041 , parent 11040) added to recently added queue.
2018-04-28 05:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11042, grandparent 7728) added to recently added queue.
2018-04-28 05:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11043, grandparent 9844) added to recently added queue.
2018-04-28 05:48:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11046) added to recently added queue.
2018-04-28 05:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11047 , parent 11046) added to recently added queue.
2018-04-28 05:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11048, grandparent 7728) added to recently added queue.
2018-04-28 05:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11049, grandparent 9844) added to recently added queue.
2018-04-28 05:53:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 05:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11052) added to recently added queue.
2018-04-28 05:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11053 , parent 11052) added to recently added queue.
2018-04-28 05:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11054, grandparent 7728) added to recently added queue.
2018-04-28 05:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11055, grandparent 9844) added to recently added queue.
2018-04-28 05:58:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11058) added to recently added queue.
2018-04-28 06:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11059 , parent 11058) added to recently added queue.
2018-04-28 06:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11060, grandparent 7728) added to recently added queue.
2018-04-28 06:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11061, grandparent 9844) added to recently added queue.
2018-04-28 06:03:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11064) added to recently added queue.
2018-04-28 06:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11065 , parent 11064) added to recently added queue.
2018-04-28 06:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11066, grandparent 7728) added to recently added queue.
2018-04-28 06:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11067, grandparent 9844) added to recently added queue.
2018-04-28 06:08:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11070) added to recently added queue.
2018-04-28 06:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11071 , parent 11070) added to recently added queue.
2018-04-28 06:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11072, grandparent 7728) added to recently added queue.
2018-04-28 06:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11073, grandparent 9844) added to recently added queue.
2018-04-28 06:13:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11076) added to recently added queue.
2018-04-28 06:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11077 , parent 11076) added to recently added queue.
2018-04-28 06:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11078, grandparent 7728) added to recently added queue.
2018-04-28 06:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11079, grandparent 9844) added to recently added queue.
2018-04-28 06:18:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11082) added to recently added queue.
2018-04-28 06:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11083 , parent 11082) added to recently added queue.
2018-04-28 06:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11084, grandparent 7728) added to recently added queue.
2018-04-28 06:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11085, grandparent 9844) added to recently added queue.
2018-04-28 06:23:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11088) added to recently added queue.
2018-04-28 06:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11089 , parent 11088) added to recently added queue.
2018-04-28 06:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11090, grandparent 7728) added to recently added queue.
2018-04-28 06:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11091, grandparent 9844) added to recently added queue.
2018-04-28 06:28:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11094) added to recently added queue.
2018-04-28 06:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11095 , parent 11094) added to recently added queue.
2018-04-28 06:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11096, grandparent 7728) added to recently added queue.
2018-04-28 06:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11097, grandparent 9844) added to recently added queue.
2018-04-28 06:33:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11100) added to recently added queue.
2018-04-28 06:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11101 , parent 11100) added to recently added queue.
2018-04-28 06:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11102, grandparent 7728) added to recently added queue.
2018-04-28 06:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11103, grandparent 9844) added to recently added queue.
2018-04-28 06:38:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11106) added to recently added queue.
2018-04-28 06:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11107 , parent 11106) added to recently added queue.
2018-04-28 06:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11108, grandparent 7728) added to recently added queue.
2018-04-28 06:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11109, grandparent 9844) added to recently added queue.
2018-04-28 06:43:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11112) added to recently added queue.
2018-04-28 06:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11113 , parent 11112) added to recently added queue.
2018-04-28 06:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11114, grandparent 7728) added to recently added queue.
2018-04-28 06:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11115, grandparent 9844) added to recently added queue.
2018-04-28 06:48:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11118) added to recently added queue.
2018-04-28 06:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11119 , parent 11118) added to recently added queue.
2018-04-28 06:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11120, grandparent 7728) added to recently added queue.
2018-04-28 06:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11121, grandparent 9844) added to recently added queue.
2018-04-28 06:53:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 06:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11124) added to recently added queue.
2018-04-28 06:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11125 , parent 11124) added to recently added queue.
2018-04-28 06:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11126, grandparent 7728) added to recently added queue.
2018-04-28 06:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11127, grandparent 9844) added to recently added queue.
2018-04-28 06:58:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11130) added to recently added queue.
2018-04-28 07:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11131 , parent 11130) added to recently added queue.
2018-04-28 07:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11132, grandparent 7728) added to recently added queue.
2018-04-28 07:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11133, grandparent 9844) added to recently added queue.
2018-04-28 07:03:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11136) added to recently added queue.
2018-04-28 07:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11137 , parent 11136) added to recently added queue.
2018-04-28 07:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11138, grandparent 7728) added to recently added queue.
2018-04-28 07:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11139, grandparent 9844) added to recently added queue.
2018-04-28 07:08:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11142) added to recently added queue.
2018-04-28 07:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11143 , parent 11142) added to recently added queue.
2018-04-28 07:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11144, grandparent 7728) added to recently added queue.
2018-04-28 07:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11145, grandparent 9844) added to recently added queue.
2018-04-28 07:13:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11148) added to recently added queue.
2018-04-28 07:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11149 , parent 11148) added to recently added queue.
2018-04-28 07:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11150, grandparent 7728) added to recently added queue.
2018-04-28 07:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11151, grandparent 9844) added to recently added queue.
2018-04-28 07:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11154) added to recently added queue.
2018-04-28 07:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11155 , parent 11154) added to recently added queue.
2018-04-28 07:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11156, grandparent 7728) added to recently added queue.
2018-04-28 07:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11157, grandparent 9844) added to recently added queue.
2018-04-28 07:23:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11160) added to recently added queue.
2018-04-28 07:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11161 , parent 11160) added to recently added queue.
2018-04-28 07:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11162, grandparent 7728) added to recently added queue.
2018-04-28 07:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11163, grandparent 9844) added to recently added queue.
2018-04-28 07:28:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11166) added to recently added queue.
2018-04-28 07:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11167 , parent 11166) added to recently added queue.
2018-04-28 07:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11168, grandparent 7728) added to recently added queue.
2018-04-28 07:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11169, grandparent 9844) added to recently added queue.
2018-04-28 07:33:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11172) added to recently added queue.
2018-04-28 07:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11173 , parent 11172) added to recently added queue.
2018-04-28 07:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11174, grandparent 7728) added to recently added queue.
2018-04-28 07:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11175, grandparent 9844) added to recently added queue.
2018-04-28 07:38:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11178) added to recently added queue.
2018-04-28 07:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11179 , parent 11178) added to recently added queue.
2018-04-28 07:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11180, grandparent 7728) added to recently added queue.
2018-04-28 07:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11181, grandparent 9844) added to recently added queue.
2018-04-28 07:43:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11184) added to recently added queue.
2018-04-28 07:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11185 , parent 11184) added to recently added queue.
2018-04-28 07:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11186, grandparent 7728) added to recently added queue.
2018-04-28 07:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11187, grandparent 9844) added to recently added queue.
2018-04-28 07:48:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11190) added to recently added queue.
2018-04-28 07:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11191 , parent 11190) added to recently added queue.
2018-04-28 07:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11192, grandparent 7728) added to recently added queue.
2018-04-28 07:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11193, grandparent 9844) added to recently added queue.
2018-04-28 07:53:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 07:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11196) added to recently added queue.
2018-04-28 07:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11197 , parent 11196) added to recently added queue.
2018-04-28 07:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11198, grandparent 7728) added to recently added queue.
2018-04-28 07:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11199, grandparent 9844) added to recently added queue.
2018-04-28 07:58:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11202) added to recently added queue.
2018-04-28 08:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11203 , parent 11202) added to recently added queue.
2018-04-28 08:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11204, grandparent 7728) added to recently added queue.
2018-04-28 08:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11205, grandparent 9844) added to recently added queue.
2018-04-28 08:03:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11208) added to recently added queue.
2018-04-28 08:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11209 , parent 11208) added to recently added queue.
2018-04-28 08:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11210, grandparent 7728) added to recently added queue.
2018-04-28 08:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11211, grandparent 9844) added to recently added queue.
2018-04-28 08:08:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11214) added to recently added queue.
2018-04-28 08:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11215 , parent 11214) added to recently added queue.
2018-04-28 08:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11216, grandparent 7728) added to recently added queue.
2018-04-28 08:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11217, grandparent 9844) added to recently added queue.
2018-04-28 08:13:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11220) added to recently added queue.
2018-04-28 08:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11221 , parent 11220) added to recently added queue.
2018-04-28 08:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11222, grandparent 7728) added to recently added queue.
2018-04-28 08:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11223, grandparent 9844) added to recently added queue.
2018-04-28 08:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11226) added to recently added queue.
2018-04-28 08:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11227 , parent 11226) added to recently added queue.
2018-04-28 08:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11228, grandparent 7728) added to recently added queue.
2018-04-28 08:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11229, grandparent 9844) added to recently added queue.
2018-04-28 08:23:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11232) added to recently added queue.
2018-04-28 08:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11233 , parent 11232) added to recently added queue.
2018-04-28 08:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11234, grandparent 7728) added to recently added queue.
2018-04-28 08:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11235, grandparent 9844) added to recently added queue.
2018-04-28 08:28:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11238) added to recently added queue.
2018-04-28 08:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11239 , parent 11238) added to recently added queue.
2018-04-28 08:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11240, grandparent 7728) added to recently added queue.
2018-04-28 08:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11241, grandparent 9844) added to recently added queue.
2018-04-28 08:33:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11244) added to recently added queue.
2018-04-28 08:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11245 , parent 11244) added to recently added queue.
2018-04-28 08:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11246, grandparent 7728) added to recently added queue.
2018-04-28 08:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11247, grandparent 9844) added to recently added queue.
2018-04-28 08:38:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11250) added to recently added queue.
2018-04-28 08:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11251 , parent 11250) added to recently added queue.
2018-04-28 08:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11252, grandparent 7728) added to recently added queue.
2018-04-28 08:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11253, grandparent 9844) added to recently added queue.
2018-04-28 08:43:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11256) added to recently added queue.
2018-04-28 08:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11257 , parent 11256) added to recently added queue.
2018-04-28 08:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11258, grandparent 7728) added to recently added queue.
2018-04-28 08:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11259, grandparent 9844) added to recently added queue.
2018-04-28 08:48:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11262) added to recently added queue.
2018-04-28 08:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11263 , parent 11262) added to recently added queue.
2018-04-28 08:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11264, grandparent 7728) added to recently added queue.
2018-04-28 08:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11265, grandparent 9844) added to recently added queue.
2018-04-28 08:53:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 08:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11268) added to recently added queue.
2018-04-28 08:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11269 , parent 11268) added to recently added queue.
2018-04-28 08:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11270, grandparent 7728) added to recently added queue.
2018-04-28 08:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11271, grandparent 9844) added to recently added queue.
2018-04-28 08:58:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11274) added to recently added queue.
2018-04-28 09:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11275 , parent 11274) added to recently added queue.
2018-04-28 09:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11276, grandparent 7728) added to recently added queue.
2018-04-28 09:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11277, grandparent 9844) added to recently added queue.
2018-04-28 09:03:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11280) added to recently added queue.
2018-04-28 09:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11281 , parent 11280) added to recently added queue.
2018-04-28 09:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11282, grandparent 7728) added to recently added queue.
2018-04-28 09:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11283, grandparent 9844) added to recently added queue.
2018-04-28 09:08:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11286) added to recently added queue.
2018-04-28 09:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11287 , parent 11286) added to recently added queue.
2018-04-28 09:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11288, grandparent 7728) added to recently added queue.
2018-04-28 09:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11289, grandparent 9844) added to recently added queue.
2018-04-28 09:13:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:18:21 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 4 started by user 15561763 (Owens) with ratingKey 10045 (Grey's Anatomy - Bad Reputation).
2018-04-28 09:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11292) added to recently added queue.
2018-04-28 09:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11293 , parent 11292) added to recently added queue.
2018-04-28 09:18:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11294, grandparent 7728) added to recently added queue.
2018-04-28 09:18:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11295, grandparent 9844) added to recently added queue.
2018-04-28 09:18:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11298) added to recently added queue.
2018-04-28 09:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11299 , parent 11298) added to recently added queue.
2018-04-28 09:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11300, grandparent 7728) added to recently added queue.
2018-04-28 09:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11301, grandparent 9844) added to recently added queue.
2018-04-28 09:23:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11304) added to recently added queue.
2018-04-28 09:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11305 , parent 11304) added to recently added queue.
2018-04-28 09:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11306, grandparent 7728) added to recently added queue.
2018-04-28 09:28:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11307, grandparent 9844) added to recently added queue.
2018-04-28 09:28:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11310) added to recently added queue.
2018-04-28 09:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11311 , parent 11310) added to recently added queue.
2018-04-28 09:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11312, grandparent 7728) added to recently added queue.
2018-04-28 09:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11313, grandparent 9844) added to recently added queue.
2018-04-28 09:33:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11316) added to recently added queue.
2018-04-28 09:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11317 , parent 11316) added to recently added queue.
2018-04-28 09:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11318, grandparent 7728) added to recently added queue.
2018-04-28 09:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11319, grandparent 9844) added to recently added queue.
2018-04-28 09:38:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11322) added to recently added queue.
2018-04-28 09:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11323 , parent 11322) added to recently added queue.
2018-04-28 09:43:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11324, grandparent 7728) added to recently added queue.
2018-04-28 09:43:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11325, grandparent 9844) added to recently added queue.
2018-04-28 09:43:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11328) added to recently added queue.
2018-04-28 09:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11329 , parent 11328) added to recently added queue.
2018-04-28 09:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11330, grandparent 7728) added to recently added queue.
2018-04-28 09:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11331, grandparent 9844) added to recently added queue.
2018-04-28 09:48:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11334) added to recently added queue.
2018-04-28 09:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11335 , parent 11334) added to recently added queue.
2018-04-28 09:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11336, grandparent 7728) added to recently added queue.
2018-04-28 09:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11337, grandparent 9844) added to recently added queue.
2018-04-28 09:53:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 09:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11340) added to recently added queue.
2018-04-28 09:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11341 , parent 11340) added to recently added queue.
2018-04-28 09:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11342, grandparent 7728) added to recently added queue.
2018-04-28 09:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11343, grandparent 9844) added to recently added queue.
2018-04-28 09:58:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:01:18 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 4 paused.
2018-04-28 10:01:18 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 4 stopped.
2018-04-28 10:01:18 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 10045
2018-04-28 10:01:19 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 4 ratingKey 10045 from session queue
2018-04-28 10:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11346) added to recently added queue.
2018-04-28 10:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11347 , parent 11346) added to recently added queue.
2018-04-28 10:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11348, grandparent 7728) added to recently added queue.
2018-04-28 10:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11349, grandparent 9844) added to recently added queue.
2018-04-28 10:03:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11352) added to recently added queue.
2018-04-28 10:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11353 , parent 11352) added to recently added queue.
2018-04-28 10:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11354, grandparent 7728) added to recently added queue.
2018-04-28 10:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11355, grandparent 9844) added to recently added queue.
2018-04-28 10:08:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:09:09 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-28 10:09:09 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-28 10:09:09 - DEBUG :: Thread-16 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180428100909.sched.db
2018-04-28 10:09:09 - INFO :: Thread-25 : Tautulli Config :: Writing configuration to file
2018-04-28 10:09:09 - DEBUG :: Thread-25 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180428100909.sched.ini
2018-04-28 10:09:10 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-28 10:09:10 - INFO :: Thread-24 : Tautulli is up to date
2018-04-28 10:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11358) added to recently added queue.
2018-04-28 10:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11359 , parent 11358) added to recently added queue.
2018-04-28 10:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11360, grandparent 7728) added to recently added queue.
2018-04-28 10:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11361, grandparent 9844) added to recently added queue.
2018-04-28 10:13:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E01' (11362) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E02' (11363) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E03' (11364) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E04' (11365) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E05' (11366) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E06' (11367) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E07' (11368) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E08' (11369) added to recently added queue.
2018-04-28 10:14:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific E09' (11370) added to recently added queue.
2018-04-28 10:15:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11363 removed from recently added queue.
2018-04-28 10:15:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11364 removed from recently added queue.
2018-04-28 10:15:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11365 removed from recently added queue.
2018-04-28 10:15:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11366 removed from recently added queue.
2018-04-28 10:15:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11367 removed from recently added queue.
2018-04-28 10:15:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11368 removed from recently added queue.
2018-04-28 10:15:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11369 removed from recently added queue.
2018-04-28 10:15:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11370 removed from recently added queue.
2018-04-28 10:15:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:15:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (11371 , parent 7728) added to recently added queue.
2018-04-28 10:15:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S01 E07' (11372, grandparent 7728) added to recently added queue.
2018-04-28 10:15:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 11' (11373 , parent 7728) added to recently added queue.
2018-04-28 10:15:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S11 E22' (11374, grandparent 7728) added to recently added queue.
2018-04-28 10:15:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S01 E06' (11375, grandparent 7728) added to recently added queue.
2018-04-28 10:15:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11376) added to recently added queue.
2018-04-28 10:15:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (11377 , parent 11376) added to recently added queue.
2018-04-28 10:15:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E01' (11378, grandparent 11376) added to recently added queue.
2018-04-28 10:15:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E02' (11379, grandparent 11376) added to recently added queue.
2018-04-28 10:15:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E03' (11380, grandparent 11376) added to recently added queue.
2018-04-28 10:15:48 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E04' (11381, grandparent 11376) added to recently added queue.
2018-04-28 10:15:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E05' (11382, grandparent 11376) added to recently added queue.
2018-04-28 10:15:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E06' (11383, grandparent 11376) added to recently added queue.
2018-04-28 10:15:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E07' (11384, grandparent 11376) added to recently added queue.
2018-04-28 10:15:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E08' (11385, grandparent 11376) added to recently added queue.
2018-04-28 10:15:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E09' (11386, grandparent 11376) added to recently added queue.
2018-04-28 10:15:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11376) done processing metadata.
2018-04-28 10:15:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E10' (11387, grandparent 11376) added to recently added queue.
2018-04-28 10:16:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11376) done processing metadata.
2018-04-28 10:16:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:16:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11388) added to recently added queue.
2018-04-28 10:16:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11389 , parent 11388) added to recently added queue.
2018-04-28 10:16:40 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 10:16:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11391, grandparent 7728) added to recently added queue.
2018-04-28 10:16:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11392, grandparent 9844) added to recently added queue.
2018-04-28 10:16:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11393) added to recently added queue.
2018-04-28 10:16:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11395, grandparent 8328) added to recently added queue.
2018-04-28 10:16:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11396, grandparent 9844) added to recently added queue.
2018-04-28 10:16:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11393 removed from recently added queue.
2018-04-28 10:22:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:22:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11402) added to recently added queue.
2018-04-28 10:22:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11403 , parent 11402) added to recently added queue.
2018-04-28 10:22:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11404, grandparent 11402) added to recently added queue.
2018-04-28 10:22:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11405, grandparent 7728) added to recently added queue.
2018-04-28 10:22:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11406, grandparent 9844) added to recently added queue.
2018-04-28 10:22:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11407) added to recently added queue.
2018-04-28 10:22:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11409, grandparent 8328) added to recently added queue.
2018-04-28 10:22:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11410, grandparent 9844) added to recently added queue.
2018-04-28 10:22:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11407 removed from recently added queue.
2018-04-28 10:22:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:27:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E02' (11411, grandparent 11376) added to recently added queue.
2018-04-28 10:27:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11376) done processing metadata.
2018-04-28 10:28:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:29:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:29:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11412) added to recently added queue.
2018-04-28 10:29:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:29:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11412) done processing metadata.
2018-04-28 10:29:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11362) done processing metadata.
2018-04-28 10:29:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11362 removed from recently added queue.
2018-04-28 10:29:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11412) done processing metadata.
2018-04-28 10:29:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11412) done processing metadata.
2018-04-28 10:29:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11412) done processing metadata.
2018-04-28 10:31:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11418) added to recently added queue.
2018-04-28 10:31:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11419 , parent 11418) added to recently added queue.
2018-04-28 10:31:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11420, grandparent 11418) added to recently added queue.
2018-04-28 10:31:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11421, grandparent 7728) added to recently added queue.
2018-04-28 10:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11422, grandparent 9844) added to recently added queue.
2018-04-28 10:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11423) added to recently added queue.
2018-04-28 10:31:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11425, grandparent 8328) added to recently added queue.
2018-04-28 10:31:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11426, grandparent 9844) added to recently added queue.
2018-04-28 10:31:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11423 removed from recently added queue.
2018-04-28 10:31:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11412 removed from recently added queue.
2018-04-28 10:31:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific' (11427) added to recently added queue.
2018-04-28 10:31:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (11428 , parent 11427) added to recently added queue.
2018-04-28 10:31:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E01' (11429, grandparent 11427) added to recently added queue.
2018-04-28 10:31:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E02' (11430, grandparent 11427) added to recently added queue.
2018-04-28 10:31:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E03' (11431, grandparent 11427) added to recently added queue.
2018-04-28 10:31:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E04' (11432, grandparent 11427) added to recently added queue.
2018-04-28 10:31:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E05' (11433, grandparent 11427) added to recently added queue.
2018-04-28 10:31:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E06' (11434, grandparent 11427) added to recently added queue.
2018-04-28 10:31:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E07' (11435, grandparent 11427) added to recently added queue.
2018-04-28 10:31:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E08' (11436, grandparent 11427) added to recently added queue.
2018-04-28 10:31:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E09' (11437, grandparent 11427) added to recently added queue.
2018-04-28 10:31:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Pacific S01 E10' (11438, grandparent 11427) added to recently added queue.
2018-04-28 10:32:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 1' (11439 , parent 7728) added to recently added queue.
2018-04-28 10:32:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S01 E07' (11440, grandparent 7728) added to recently added queue.
2018-04-28 10:32:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 11' (11441 , parent 7728) added to recently added queue.
2018-04-28 10:32:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S11 E22' (11442, grandparent 7728) added to recently added queue.
2018-04-28 10:32:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy S01 E06' (11443, grandparent 7728) added to recently added queue.
2018-04-28 10:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11444) added to recently added queue.
2018-04-28 10:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11445 , parent 11444) added to recently added queue.
2018-04-28 10:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11446, grandparent 11444) added to recently added queue.
2018-04-28 10:33:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11447, grandparent 7728) added to recently added queue.
2018-04-28 10:33:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11448, grandparent 9844) added to recently added queue.
2018-04-28 10:33:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11449) added to recently added queue.
2018-04-28 10:33:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11451, grandparent 8328) added to recently added queue.
2018-04-28 10:33:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11452, grandparent 9844) added to recently added queue.
2018-04-28 10:33:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11449 removed from recently added queue.
2018-04-28 10:33:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:33:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11458) added to recently added queue.
2018-04-28 10:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11459 , parent 11458) added to recently added queue.
2018-04-28 10:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11460, grandparent 11458) added to recently added queue.
2018-04-28 10:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11461, grandparent 7728) added to recently added queue.
2018-04-28 10:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11462, grandparent 9844) added to recently added queue.
2018-04-28 10:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11463) added to recently added queue.
2018-04-28 10:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11465, grandparent 8328) added to recently added queue.
2018-04-28 10:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11466, grandparent 9844) added to recently added queue.
2018-04-28 10:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11463 removed from recently added queue.
2018-04-28 10:38:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:41:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11472) added to recently added queue.
2018-04-28 10:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11473 , parent 11472) added to recently added queue.
2018-04-28 10:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11474, grandparent 11472) added to recently added queue.
2018-04-28 10:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11475, grandparent 7728) added to recently added queue.
2018-04-28 10:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11476, grandparent 9844) added to recently added queue.
2018-04-28 10:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11477) added to recently added queue.
2018-04-28 10:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11479, grandparent 8328) added to recently added queue.
2018-04-28 10:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11480, grandparent 9844) added to recently added queue.
2018-04-28 10:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11477 removed from recently added queue.
2018-04-28 10:45:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11486) added to recently added queue.
2018-04-28 10:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11487 , parent 11486) added to recently added queue.
2018-04-28 10:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11488, grandparent 11486) added to recently added queue.
2018-04-28 10:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11489, grandparent 7728) added to recently added queue.
2018-04-28 10:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11490, grandparent 9844) added to recently added queue.
2018-04-28 10:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11491) added to recently added queue.
2018-04-28 10:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11493, grandparent 8328) added to recently added queue.
2018-04-28 10:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11494, grandparent 9844) added to recently added queue.
2018-04-28 10:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11491 removed from recently added queue.
2018-04-28 10:48:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 10:51:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11500) added to recently added queue.
2018-04-28 10:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11501 , parent 11500) added to recently added queue.
2018-04-28 10:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11502, grandparent 11500) added to recently added queue.
2018-04-28 10:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11503, grandparent 7728) added to recently added queue.
2018-04-28 10:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11504, grandparent 9844) added to recently added queue.
2018-04-28 10:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11505) added to recently added queue.
2018-04-28 10:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11507, grandparent 8328) added to recently added queue.
2018-04-28 10:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11508, grandparent 9844) added to recently added queue.
2018-04-28 10:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11505 removed from recently added queue.
2018-04-28 10:56:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 10:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11514) added to recently added queue.
2018-04-28 10:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11515 , parent 11514) added to recently added queue.
2018-04-28 10:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11516, grandparent 11514) added to recently added queue.
2018-04-28 10:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11517, grandparent 7728) added to recently added queue.
2018-04-28 10:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11518, grandparent 9844) added to recently added queue.
2018-04-28 10:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11519) added to recently added queue.
2018-04-28 10:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11521, grandparent 8328) added to recently added queue.
2018-04-28 10:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11522, grandparent 9844) added to recently added queue.
2018-04-28 10:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11519 removed from recently added queue.
2018-04-28 10:58:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 11:01:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11528) added to recently added queue.
2018-04-28 11:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11529 , parent 11528) added to recently added queue.
2018-04-28 11:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11530, grandparent 11528) added to recently added queue.
2018-04-28 11:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11531, grandparent 7728) added to recently added queue.
2018-04-28 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11532, grandparent 9844) added to recently added queue.
2018-04-28 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11533) added to recently added queue.
2018-04-28 11:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11535, grandparent 8328) added to recently added queue.
2018-04-28 11:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11536, grandparent 9844) added to recently added queue.
2018-04-28 11:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11533 removed from recently added queue.
2018-04-28 11:06:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11542) added to recently added queue.
2018-04-28 11:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11543 , parent 11542) added to recently added queue.
2018-04-28 11:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11544, grandparent 11542) added to recently added queue.
2018-04-28 11:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11545, grandparent 7728) added to recently added queue.
2018-04-28 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11546, grandparent 9844) added to recently added queue.
2018-04-28 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11547) added to recently added queue.
2018-04-28 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11549, grandparent 8328) added to recently added queue.
2018-04-28 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11550, grandparent 9844) added to recently added queue.
2018-04-28 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11547 removed from recently added queue.
2018-04-28 11:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 11:11:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11556) added to recently added queue.
2018-04-28 11:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11557 , parent 11556) added to recently added queue.
2018-04-28 11:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11558, grandparent 11556) added to recently added queue.
2018-04-28 11:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11559, grandparent 7728) added to recently added queue.
2018-04-28 11:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11560, grandparent 9844) added to recently added queue.
2018-04-28 11:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11561) added to recently added queue.
2018-04-28 11:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11563, grandparent 8328) added to recently added queue.
2018-04-28 11:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11564, grandparent 9844) added to recently added queue.
2018-04-28 11:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11561 removed from recently added queue.
2018-04-28 11:16:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11570) added to recently added queue.
2018-04-28 11:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11571 , parent 11570) added to recently added queue.
2018-04-28 11:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11572, grandparent 11570) added to recently added queue.
2018-04-28 11:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11573, grandparent 7728) added to recently added queue.
2018-04-28 11:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11574, grandparent 9844) added to recently added queue.
2018-04-28 11:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11575) added to recently added queue.
2018-04-28 11:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11577, grandparent 8328) added to recently added queue.
2018-04-28 11:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11578, grandparent 9844) added to recently added queue.
2018-04-28 11:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11575 removed from recently added queue.
2018-04-28 11:18:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 11:21:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11584) added to recently added queue.
2018-04-28 11:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11585 , parent 11584) added to recently added queue.
2018-04-28 11:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11586, grandparent 11584) added to recently added queue.
2018-04-28 11:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11587, grandparent 7728) added to recently added queue.
2018-04-28 11:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11588, grandparent 9844) added to recently added queue.
2018-04-28 11:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11589) added to recently added queue.
2018-04-28 11:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11591, grandparent 8328) added to recently added queue.
2018-04-28 11:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11592, grandparent 9844) added to recently added queue.
2018-04-28 11:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11589 removed from recently added queue.
2018-04-28 11:26:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11598) added to recently added queue.
2018-04-28 11:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11599 , parent 11598) added to recently added queue.
2018-04-28 11:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11600, grandparent 11598) added to recently added queue.
2018-04-28 11:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11601, grandparent 7728) added to recently added queue.
2018-04-28 11:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11602, grandparent 9844) added to recently added queue.
2018-04-28 11:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11603) added to recently added queue.
2018-04-28 11:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11605, grandparent 8328) added to recently added queue.
2018-04-28 11:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11606, grandparent 9844) added to recently added queue.
2018-04-28 11:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11603 removed from recently added queue.
2018-04-28 11:28:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 11:31:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11612) added to recently added queue.
2018-04-28 11:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11613 , parent 11612) added to recently added queue.
2018-04-28 11:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11614, grandparent 11612) added to recently added queue.
2018-04-28 11:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11615, grandparent 7728) added to recently added queue.
2018-04-28 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11616, grandparent 9844) added to recently added queue.
2018-04-28 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11617) added to recently added queue.
2018-04-28 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11619, grandparent 8328) added to recently added queue.
2018-04-28 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11620, grandparent 9844) added to recently added queue.
2018-04-28 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11617 removed from recently added queue.
2018-04-28 11:33:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 11:36:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11626) added to recently added queue.
2018-04-28 11:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11627 , parent 11626) added to recently added queue.
2018-04-28 11:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11628, grandparent 11626) added to recently added queue.
2018-04-28 11:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11629, grandparent 7728) added to recently added queue.
2018-04-28 11:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11630, grandparent 9844) added to recently added queue.
2018-04-28 11:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11631) added to recently added queue.
2018-04-28 11:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11633, grandparent 8328) added to recently added queue.
2018-04-28 11:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11634, grandparent 9844) added to recently added queue.
2018-04-28 11:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11631 removed from recently added queue.
2018-04-28 11:41:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11640) added to recently added queue.
2018-04-28 11:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11641 , parent 11640) added to recently added queue.
2018-04-28 11:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11642, grandparent 11640) added to recently added queue.
2018-04-28 11:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11643, grandparent 7728) added to recently added queue.
2018-04-28 11:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11644, grandparent 9844) added to recently added queue.
2018-04-28 11:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11645) added to recently added queue.
2018-04-28 11:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11647, grandparent 8328) added to recently added queue.
2018-04-28 11:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11648, grandparent 9844) added to recently added queue.
2018-04-28 11:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11645 removed from recently added queue.
2018-04-28 11:46:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:48:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11654) added to recently added queue.
2018-04-28 11:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11655 , parent 11654) added to recently added queue.
2018-04-28 11:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11656, grandparent 11654) added to recently added queue.
2018-04-28 11:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11657, grandparent 7728) added to recently added queue.
2018-04-28 11:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11658, grandparent 9844) added to recently added queue.
2018-04-28 11:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11659) added to recently added queue.
2018-04-28 11:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11661, grandparent 8328) added to recently added queue.
2018-04-28 11:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11662, grandparent 9844) added to recently added queue.
2018-04-28 11:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11659 removed from recently added queue.
2018-04-28 11:50:58 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11668) added to recently added queue.
2018-04-28 11:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11669 , parent 11668) added to recently added queue.
2018-04-28 11:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11670, grandparent 11668) added to recently added queue.
2018-04-28 11:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11671, grandparent 7728) added to recently added queue.
2018-04-28 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11672, grandparent 9844) added to recently added queue.
2018-04-28 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11673) added to recently added queue.
2018-04-28 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11675, grandparent 8328) added to recently added queue.
2018-04-28 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11676, grandparent 9844) added to recently added queue.
2018-04-28 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11673 removed from recently added queue.
2018-04-28 11:53:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 11:56:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 11:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11682) added to recently added queue.
2018-04-28 11:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11683 , parent 11682) added to recently added queue.
2018-04-28 11:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11684, grandparent 11682) added to recently added queue.
2018-04-28 11:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11685, grandparent 7728) added to recently added queue.
2018-04-28 11:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11686, grandparent 9844) added to recently added queue.
2018-04-28 11:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11687) added to recently added queue.
2018-04-28 11:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11689, grandparent 8328) added to recently added queue.
2018-04-28 11:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11690, grandparent 9844) added to recently added queue.
2018-04-28 11:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11687 removed from recently added queue.
2018-04-28 11:58:48 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:00:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11696) added to recently added queue.
2018-04-28 12:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11697 , parent 11696) added to recently added queue.
2018-04-28 12:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11698, grandparent 11696) added to recently added queue.
2018-04-28 12:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11699, grandparent 7728) added to recently added queue.
2018-04-28 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11700, grandparent 9844) added to recently added queue.
2018-04-28 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11701) added to recently added queue.
2018-04-28 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11703, grandparent 8328) added to recently added queue.
2018-04-28 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11704, grandparent 9844) added to recently added queue.
2018-04-28 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11701 removed from recently added queue.
2018-04-28 12:06:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11710) added to recently added queue.
2018-04-28 12:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11711 , parent 11710) added to recently added queue.
2018-04-28 12:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11712, grandparent 11710) added to recently added queue.
2018-04-28 12:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11713, grandparent 7728) added to recently added queue.
2018-04-28 12:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11714, grandparent 9844) added to recently added queue.
2018-04-28 12:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11715) added to recently added queue.
2018-04-28 12:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11717, grandparent 8328) added to recently added queue.
2018-04-28 12:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11718, grandparent 9844) added to recently added queue.
2018-04-28 12:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11715 removed from recently added queue.
2018-04-28 12:11:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11724) added to recently added queue.
2018-04-28 12:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11725 , parent 11724) added to recently added queue.
2018-04-28 12:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11726, grandparent 11724) added to recently added queue.
2018-04-28 12:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11727, grandparent 7728) added to recently added queue.
2018-04-28 12:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11728, grandparent 9844) added to recently added queue.
2018-04-28 12:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11729) added to recently added queue.
2018-04-28 12:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11731, grandparent 8328) added to recently added queue.
2018-04-28 12:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11732, grandparent 9844) added to recently added queue.
2018-04-28 12:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11729 removed from recently added queue.
2018-04-28 12:13:57 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:16:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11738) added to recently added queue.
2018-04-28 12:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11739 , parent 11738) added to recently added queue.
2018-04-28 12:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11740, grandparent 11738) added to recently added queue.
2018-04-28 12:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11741, grandparent 7728) added to recently added queue.
2018-04-28 12:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11742, grandparent 9844) added to recently added queue.
2018-04-28 12:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11743) added to recently added queue.
2018-04-28 12:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11745, grandparent 8328) added to recently added queue.
2018-04-28 12:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11746, grandparent 9844) added to recently added queue.
2018-04-28 12:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11743 removed from recently added queue.
2018-04-28 12:18:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:21:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11752) added to recently added queue.
2018-04-28 12:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11753 , parent 11752) added to recently added queue.
2018-04-28 12:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11754, grandparent 11752) added to recently added queue.
2018-04-28 12:23:32 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 12:23:32 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 12:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11756, grandparent 9844) added to recently added queue.
2018-04-28 12:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11757) added to recently added queue.
2018-04-28 12:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11759, grandparent 8328) added to recently added queue.
2018-04-28 12:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11760, grandparent 9844) added to recently added queue.
2018-04-28 12:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11757 removed from recently added queue.
2018-04-28 12:23:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:26:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11767) added to recently added queue.
2018-04-28 12:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11768 , parent 11767) added to recently added queue.
2018-04-28 12:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11769, grandparent 11767) added to recently added queue.
2018-04-28 12:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11770, grandparent 11767) added to recently added queue.
2018-04-28 12:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11771, grandparent 9844) added to recently added queue.
2018-04-28 12:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11772) added to recently added queue.
2018-04-28 12:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11774, grandparent 8328) added to recently added queue.
2018-04-28 12:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11775, grandparent 9844) added to recently added queue.
2018-04-28 12:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11772 removed from recently added queue.
2018-04-28 12:31:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11781) added to recently added queue.
2018-04-28 12:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11782 , parent 11781) added to recently added queue.
2018-04-28 12:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11783, grandparent 11781) added to recently added queue.
2018-04-28 12:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11784, grandparent 7728) added to recently added queue.
2018-04-28 12:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11785, grandparent 9844) added to recently added queue.
2018-04-28 12:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11786) added to recently added queue.
2018-04-28 12:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11788, grandparent 8328) added to recently added queue.
2018-04-28 12:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11789, grandparent 9844) added to recently added queue.
2018-04-28 12:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11786 removed from recently added queue.
2018-04-28 12:33:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:36:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11795) added to recently added queue.
2018-04-28 12:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11796 , parent 11795) added to recently added queue.
2018-04-28 12:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11797, grandparent 11795) added to recently added queue.
2018-04-28 12:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11798, grandparent 7728) added to recently added queue.
2018-04-28 12:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11799, grandparent 9844) added to recently added queue.
2018-04-28 12:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11800) added to recently added queue.
2018-04-28 12:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11802, grandparent 8328) added to recently added queue.
2018-04-28 12:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11803, grandparent 9844) added to recently added queue.
2018-04-28 12:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11800 removed from recently added queue.
2018-04-28 12:38:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:41:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11809) added to recently added queue.
2018-04-28 12:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11810 , parent 11809) added to recently added queue.
2018-04-28 12:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11811, grandparent 11809) added to recently added queue.
2018-04-28 12:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11812, grandparent 7728) added to recently added queue.
2018-04-28 12:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11813, grandparent 9844) added to recently added queue.
2018-04-28 12:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11814) added to recently added queue.
2018-04-28 12:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11816, grandparent 8328) added to recently added queue.
2018-04-28 12:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11817, grandparent 9844) added to recently added queue.
2018-04-28 12:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11814 removed from recently added queue.
2018-04-28 12:46:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11823) added to recently added queue.
2018-04-28 12:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11824 , parent 11823) added to recently added queue.
2018-04-28 12:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11825, grandparent 11823) added to recently added queue.
2018-04-28 12:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11826, grandparent 7728) added to recently added queue.
2018-04-28 12:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11827, grandparent 9844) added to recently added queue.
2018-04-28 12:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11828) added to recently added queue.
2018-04-28 12:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11830, grandparent 8328) added to recently added queue.
2018-04-28 12:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11831, grandparent 9844) added to recently added queue.
2018-04-28 12:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11828 removed from recently added queue.
2018-04-28 12:48:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 12:51:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11837) added to recently added queue.
2018-04-28 12:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11838 , parent 11837) added to recently added queue.
2018-04-28 12:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11839, grandparent 11837) added to recently added queue.
2018-04-28 12:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11840, grandparent 7728) added to recently added queue.
2018-04-28 12:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11841, grandparent 9844) added to recently added queue.
2018-04-28 12:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11842) added to recently added queue.
2018-04-28 12:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11844, grandparent 8328) added to recently added queue.
2018-04-28 12:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11845, grandparent 9844) added to recently added queue.
2018-04-28 12:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11842 removed from recently added queue.
2018-04-28 12:56:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 12:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11851) added to recently added queue.
2018-04-28 12:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11852 , parent 11851) added to recently added queue.
2018-04-28 12:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11853, grandparent 11851) added to recently added queue.
2018-04-28 12:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11854, grandparent 7728) added to recently added queue.
2018-04-28 12:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11855, grandparent 9844) added to recently added queue.
2018-04-28 12:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11856) added to recently added queue.
2018-04-28 12:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11858, grandparent 8328) added to recently added queue.
2018-04-28 12:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11859, grandparent 9844) added to recently added queue.
2018-04-28 12:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11856 removed from recently added queue.
2018-04-28 12:58:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 13:01:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11865) added to recently added queue.
2018-04-28 13:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11866 , parent 11865) added to recently added queue.
2018-04-28 13:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11867, grandparent 11865) added to recently added queue.
2018-04-28 13:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11868, grandparent 7728) added to recently added queue.
2018-04-28 13:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11869, grandparent 9844) added to recently added queue.
2018-04-28 13:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11870) added to recently added queue.
2018-04-28 13:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11872, grandparent 8328) added to recently added queue.
2018-04-28 13:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11873, grandparent 9844) added to recently added queue.
2018-04-28 13:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11870 removed from recently added queue.
2018-04-28 13:06:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11879) added to recently added queue.
2018-04-28 13:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11880 , parent 11879) added to recently added queue.
2018-04-28 13:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11881, grandparent 11879) added to recently added queue.
2018-04-28 13:08:29 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 13:08:29 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 13:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11883, grandparent 9844) added to recently added queue.
2018-04-28 13:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11884) added to recently added queue.
2018-04-28 13:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11886, grandparent 8328) added to recently added queue.
2018-04-28 13:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11887, grandparent 9844) added to recently added queue.
2018-04-28 13:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11884 removed from recently added queue.
2018-04-28 13:11:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11894) added to recently added queue.
2018-04-28 13:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11895 , parent 11894) added to recently added queue.
2018-04-28 13:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11896, grandparent 11894) added to recently added queue.
2018-04-28 13:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11897, grandparent 11894) added to recently added queue.
2018-04-28 13:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11898, grandparent 9844) added to recently added queue.
2018-04-28 13:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11899) added to recently added queue.
2018-04-28 13:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11901, grandparent 8328) added to recently added queue.
2018-04-28 13:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11902, grandparent 9844) added to recently added queue.
2018-04-28 13:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11899 removed from recently added queue.
2018-04-28 13:13:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 13:16:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11908) added to recently added queue.
2018-04-28 13:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11909 , parent 11908) added to recently added queue.
2018-04-28 13:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11910, grandparent 11908) added to recently added queue.
2018-04-28 13:18:31 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 13:18:31 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 13:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11912, grandparent 9844) added to recently added queue.
2018-04-28 13:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11913) added to recently added queue.
2018-04-28 13:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11915, grandparent 8328) added to recently added queue.
2018-04-28 13:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11916, grandparent 9844) added to recently added queue.
2018-04-28 13:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11913 removed from recently added queue.
2018-04-28 13:18:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 13:21:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11923) added to recently added queue.
2018-04-28 13:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11924 , parent 11923) added to recently added queue.
2018-04-28 13:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11925, grandparent 11923) added to recently added queue.
2018-04-28 13:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11926, grandparent 11923) added to recently added queue.
2018-04-28 13:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11927, grandparent 9844) added to recently added queue.
2018-04-28 13:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11928) added to recently added queue.
2018-04-28 13:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11930, grandparent 8328) added to recently added queue.
2018-04-28 13:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11931, grandparent 9844) added to recently added queue.
2018-04-28 13:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11928 removed from recently added queue.
2018-04-28 13:23:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 13:26:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11937) added to recently added queue.
2018-04-28 13:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11938 , parent 11937) added to recently added queue.
2018-04-28 13:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11939, grandparent 11937) added to recently added queue.
2018-04-28 13:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11940, grandparent 7728) added to recently added queue.
2018-04-28 13:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11941, grandparent 9844) added to recently added queue.
2018-04-28 13:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11942) added to recently added queue.
2018-04-28 13:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11944, grandparent 8328) added to recently added queue.
2018-04-28 13:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11945, grandparent 9844) added to recently added queue.
2018-04-28 13:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11942 removed from recently added queue.
2018-04-28 13:28:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 13:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11951) added to recently added queue.
2018-04-28 13:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11952 , parent 11951) added to recently added queue.
2018-04-28 13:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11953, grandparent 11951) added to recently added queue.
2018-04-28 13:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11954, grandparent 7728) added to recently added queue.
2018-04-28 13:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11955, grandparent 9844) added to recently added queue.
2018-04-28 13:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11956) added to recently added queue.
2018-04-28 13:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11958, grandparent 8328) added to recently added queue.
2018-04-28 13:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11959, grandparent 9844) added to recently added queue.
2018-04-28 13:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11956 removed from recently added queue.
2018-04-28 13:36:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11965) added to recently added queue.
2018-04-28 13:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11966 , parent 11965) added to recently added queue.
2018-04-28 13:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11967, grandparent 11965) added to recently added queue.
2018-04-28 13:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11968, grandparent 7728) added to recently added queue.
2018-04-28 13:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11969, grandparent 9844) added to recently added queue.
2018-04-28 13:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11970) added to recently added queue.
2018-04-28 13:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11972, grandparent 8328) added to recently added queue.
2018-04-28 13:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11973, grandparent 9844) added to recently added queue.
2018-04-28 13:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11970 removed from recently added queue.
2018-04-28 13:41:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11979) added to recently added queue.
2018-04-28 13:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11980 , parent 11979) added to recently added queue.
2018-04-28 13:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11981, grandparent 11979) added to recently added queue.
2018-04-28 13:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11982, grandparent 7728) added to recently added queue.
2018-04-28 13:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11983, grandparent 9844) added to recently added queue.
2018-04-28 13:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11984) added to recently added queue.
2018-04-28 13:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (11986, grandparent 8328) added to recently added queue.
2018-04-28 13:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (11987, grandparent 9844) added to recently added queue.
2018-04-28 13:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11984 removed from recently added queue.
2018-04-28 13:46:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (11993) added to recently added queue.
2018-04-28 13:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (11994 , parent 11993) added to recently added queue.
2018-04-28 13:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (11995, grandparent 11993) added to recently added queue.
2018-04-28 13:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (11996, grandparent 7728) added to recently added queue.
2018-04-28 13:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (11997, grandparent 9844) added to recently added queue.
2018-04-28 13:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (11998) added to recently added queue.
2018-04-28 13:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12000, grandparent 8328) added to recently added queue.
2018-04-28 13:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12001, grandparent 9844) added to recently added queue.
2018-04-28 13:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 11998 removed from recently added queue.
2018-04-28 13:48:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 13:51:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12007) added to recently added queue.
2018-04-28 13:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12008 , parent 12007) added to recently added queue.
2018-04-28 13:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12009, grandparent 12007) added to recently added queue.
2018-04-28 13:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12010, grandparent 7728) added to recently added queue.
2018-04-28 13:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12011, grandparent 9844) added to recently added queue.
2018-04-28 13:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12012) added to recently added queue.
2018-04-28 13:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12014, grandparent 8328) added to recently added queue.
2018-04-28 13:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12015, grandparent 9844) added to recently added queue.
2018-04-28 13:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12012 removed from recently added queue.
2018-04-28 13:56:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 13:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12021) added to recently added queue.
2018-04-28 13:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12022 , parent 12021) added to recently added queue.
2018-04-28 13:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12023, grandparent 12021) added to recently added queue.
2018-04-28 13:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12024, grandparent 7728) added to recently added queue.
2018-04-28 13:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12025, grandparent 9844) added to recently added queue.
2018-04-28 13:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12026) added to recently added queue.
2018-04-28 13:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12028, grandparent 8328) added to recently added queue.
2018-04-28 13:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12029, grandparent 9844) added to recently added queue.
2018-04-28 13:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12026 removed from recently added queue.
2018-04-28 14:01:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12035) added to recently added queue.
2018-04-28 14:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12036 , parent 12035) added to recently added queue.
2018-04-28 14:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12037, grandparent 12035) added to recently added queue.
2018-04-28 14:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12038, grandparent 7728) added to recently added queue.
2018-04-28 14:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12039, grandparent 9844) added to recently added queue.
2018-04-28 14:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12040) added to recently added queue.
2018-04-28 14:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12042, grandparent 8328) added to recently added queue.
2018-04-28 14:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12043, grandparent 9844) added to recently added queue.
2018-04-28 14:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12040 removed from recently added queue.
2018-04-28 14:03:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:06:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12049) added to recently added queue.
2018-04-28 14:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12050 , parent 12049) added to recently added queue.
2018-04-28 14:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12051, grandparent 12049) added to recently added queue.
2018-04-28 14:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12052, grandparent 7728) added to recently added queue.
2018-04-28 14:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12053, grandparent 9844) added to recently added queue.
2018-04-28 14:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12054) added to recently added queue.
2018-04-28 14:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12056, grandparent 8328) added to recently added queue.
2018-04-28 14:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12057, grandparent 9844) added to recently added queue.
2018-04-28 14:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12054 removed from recently added queue.
2018-04-28 14:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:11:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12063) added to recently added queue.
2018-04-28 14:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12064 , parent 12063) added to recently added queue.
2018-04-28 14:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12065, grandparent 12063) added to recently added queue.
2018-04-28 14:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12066, grandparent 7728) added to recently added queue.
2018-04-28 14:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12067, grandparent 9844) added to recently added queue.
2018-04-28 14:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12068) added to recently added queue.
2018-04-28 14:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12070, grandparent 8328) added to recently added queue.
2018-04-28 14:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12071, grandparent 9844) added to recently added queue.
2018-04-28 14:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12068 removed from recently added queue.
2018-04-28 14:13:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:16:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12077) added to recently added queue.
2018-04-28 14:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12078 , parent 12077) added to recently added queue.
2018-04-28 14:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12079, grandparent 12077) added to recently added queue.
2018-04-28 14:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12080, grandparent 7728) added to recently added queue.
2018-04-28 14:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12081, grandparent 9844) added to recently added queue.
2018-04-28 14:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12082) added to recently added queue.
2018-04-28 14:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12084, grandparent 8328) added to recently added queue.
2018-04-28 14:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12085, grandparent 9844) added to recently added queue.
2018-04-28 14:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12082 removed from recently added queue.
2018-04-28 14:21:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12091) added to recently added queue.
2018-04-28 14:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12092 , parent 12091) added to recently added queue.
2018-04-28 14:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12093, grandparent 12091) added to recently added queue.
2018-04-28 14:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12094, grandparent 7728) added to recently added queue.
2018-04-28 14:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12095, grandparent 9844) added to recently added queue.
2018-04-28 14:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12096) added to recently added queue.
2018-04-28 14:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12098, grandparent 8328) added to recently added queue.
2018-04-28 14:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12099, grandparent 9844) added to recently added queue.
2018-04-28 14:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12096 removed from recently added queue.
2018-04-28 14:23:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:26:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12105) added to recently added queue.
2018-04-28 14:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12106 , parent 12105) added to recently added queue.
2018-04-28 14:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12107, grandparent 12105) added to recently added queue.
2018-04-28 14:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12108, grandparent 7728) added to recently added queue.
2018-04-28 14:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12109, grandparent 9844) added to recently added queue.
2018-04-28 14:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12110) added to recently added queue.
2018-04-28 14:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12112, grandparent 8328) added to recently added queue.
2018-04-28 14:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12113, grandparent 9844) added to recently added queue.
2018-04-28 14:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12110 removed from recently added queue.
2018-04-28 14:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12119) added to recently added queue.
2018-04-28 14:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12120 , parent 12119) added to recently added queue.
2018-04-28 14:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12121, grandparent 12119) added to recently added queue.
2018-04-28 14:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12122, grandparent 7728) added to recently added queue.
2018-04-28 14:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12123, grandparent 9844) added to recently added queue.
2018-04-28 14:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12124) added to recently added queue.
2018-04-28 14:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12126, grandparent 8328) added to recently added queue.
2018-04-28 14:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12127, grandparent 9844) added to recently added queue.
2018-04-28 14:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12124 removed from recently added queue.
2018-04-28 14:36:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12133) added to recently added queue.
2018-04-28 14:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12134 , parent 12133) added to recently added queue.
2018-04-28 14:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12135, grandparent 12133) added to recently added queue.
2018-04-28 14:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12136, grandparent 7728) added to recently added queue.
2018-04-28 14:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12137, grandparent 9844) added to recently added queue.
2018-04-28 14:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12138) added to recently added queue.
2018-04-28 14:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12140, grandparent 8328) added to recently added queue.
2018-04-28 14:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12141, grandparent 9844) added to recently added queue.
2018-04-28 14:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12138 removed from recently added queue.
2018-04-28 14:38:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:41:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12147) added to recently added queue.
2018-04-28 14:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12148 , parent 12147) added to recently added queue.
2018-04-28 14:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12149, grandparent 12147) added to recently added queue.
2018-04-28 14:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12150, grandparent 7728) added to recently added queue.
2018-04-28 14:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12151, grandparent 9844) added to recently added queue.
2018-04-28 14:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12152) added to recently added queue.
2018-04-28 14:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12154, grandparent 8328) added to recently added queue.
2018-04-28 14:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12155, grandparent 9844) added to recently added queue.
2018-04-28 14:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12152 removed from recently added queue.
2018-04-28 14:43:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:46:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12161) added to recently added queue.
2018-04-28 14:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12162 , parent 12161) added to recently added queue.
2018-04-28 14:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12163, grandparent 12161) added to recently added queue.
2018-04-28 14:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12164, grandparent 7728) added to recently added queue.
2018-04-28 14:48:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12165, grandparent 9844) added to recently added queue.
2018-04-28 14:48:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12166) added to recently added queue.
2018-04-28 14:48:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12168, grandparent 8328) added to recently added queue.
2018-04-28 14:48:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12169, grandparent 9844) added to recently added queue.
2018-04-28 14:48:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12166 removed from recently added queue.
2018-04-28 14:48:58 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 14:51:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12175) added to recently added queue.
2018-04-28 14:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12176 , parent 12175) added to recently added queue.
2018-04-28 14:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12177, grandparent 12175) added to recently added queue.
2018-04-28 14:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12178, grandparent 7728) added to recently added queue.
2018-04-28 14:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12179, grandparent 9844) added to recently added queue.
2018-04-28 14:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12180) added to recently added queue.
2018-04-28 14:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12182, grandparent 8328) added to recently added queue.
2018-04-28 14:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12183, grandparent 9844) added to recently added queue.
2018-04-28 14:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12180 removed from recently added queue.
2018-04-28 14:56:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 14:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12189) added to recently added queue.
2018-04-28 14:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12190 , parent 12189) added to recently added queue.
2018-04-28 14:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12191, grandparent 12189) added to recently added queue.
2018-04-28 14:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12192, grandparent 7728) added to recently added queue.
2018-04-28 14:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12193, grandparent 9844) added to recently added queue.
2018-04-28 14:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12194) added to recently added queue.
2018-04-28 14:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12196, grandparent 8328) added to recently added queue.
2018-04-28 14:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12197, grandparent 9844) added to recently added queue.
2018-04-28 14:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12194 removed from recently added queue.
2018-04-28 14:58:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:01:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12203) added to recently added queue.
2018-04-28 15:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12204 , parent 12203) added to recently added queue.
2018-04-28 15:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12205, grandparent 12203) added to recently added queue.
2018-04-28 15:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12206, grandparent 7728) added to recently added queue.
2018-04-28 15:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12207, grandparent 9844) added to recently added queue.
2018-04-28 15:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12208) added to recently added queue.
2018-04-28 15:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12210, grandparent 8328) added to recently added queue.
2018-04-28 15:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12211, grandparent 9844) added to recently added queue.
2018-04-28 15:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12208 removed from recently added queue.
2018-04-28 15:03:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:06:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12217) added to recently added queue.
2018-04-28 15:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12218 , parent 12217) added to recently added queue.
2018-04-28 15:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12219, grandparent 12217) added to recently added queue.
2018-04-28 15:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12220, grandparent 7728) added to recently added queue.
2018-04-28 15:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12221, grandparent 9844) added to recently added queue.
2018-04-28 15:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12222) added to recently added queue.
2018-04-28 15:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12224, grandparent 8328) added to recently added queue.
2018-04-28 15:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12225, grandparent 9844) added to recently added queue.
2018-04-28 15:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12222 removed from recently added queue.
2018-04-28 15:08:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:11:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12231) added to recently added queue.
2018-04-28 15:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12232 , parent 12231) added to recently added queue.
2018-04-28 15:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12233, grandparent 12231) added to recently added queue.
2018-04-28 15:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12234, grandparent 7728) added to recently added queue.
2018-04-28 15:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12235, grandparent 9844) added to recently added queue.
2018-04-28 15:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12236) added to recently added queue.
2018-04-28 15:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12238, grandparent 8328) added to recently added queue.
2018-04-28 15:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12239, grandparent 9844) added to recently added queue.
2018-04-28 15:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12236 removed from recently added queue.
2018-04-28 15:16:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12245) added to recently added queue.
2018-04-28 15:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12246 , parent 12245) added to recently added queue.
2018-04-28 15:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12247, grandparent 12245) added to recently added queue.
2018-04-28 15:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12248, grandparent 7728) added to recently added queue.
2018-04-28 15:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12249, grandparent 9844) added to recently added queue.
2018-04-28 15:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12250) added to recently added queue.
2018-04-28 15:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12252, grandparent 8328) added to recently added queue.
2018-04-28 15:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12253, grandparent 9844) added to recently added queue.
2018-04-28 15:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12250 removed from recently added queue.
2018-04-28 15:21:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12259) added to recently added queue.
2018-04-28 15:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12260 , parent 12259) added to recently added queue.
2018-04-28 15:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12261, grandparent 12259) added to recently added queue.
2018-04-28 15:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12262, grandparent 7728) added to recently added queue.
2018-04-28 15:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12263, grandparent 9844) added to recently added queue.
2018-04-28 15:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12264) added to recently added queue.
2018-04-28 15:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12266, grandparent 8328) added to recently added queue.
2018-04-28 15:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12267, grandparent 9844) added to recently added queue.
2018-04-28 15:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12264 removed from recently added queue.
2018-04-28 15:23:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:26:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12273) added to recently added queue.
2018-04-28 15:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12274 , parent 12273) added to recently added queue.
2018-04-28 15:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12275, grandparent 12273) added to recently added queue.
2018-04-28 15:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12276, grandparent 7728) added to recently added queue.
2018-04-28 15:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12277, grandparent 9844) added to recently added queue.
2018-04-28 15:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12278) added to recently added queue.
2018-04-28 15:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12280, grandparent 8328) added to recently added queue.
2018-04-28 15:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12281, grandparent 9844) added to recently added queue.
2018-04-28 15:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12278 removed from recently added queue.
2018-04-28 15:31:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12287) added to recently added queue.
2018-04-28 15:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12288 , parent 12287) added to recently added queue.
2018-04-28 15:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12289, grandparent 12287) added to recently added queue.
2018-04-28 15:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12290, grandparent 7728) added to recently added queue.
2018-04-28 15:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12291, grandparent 9844) added to recently added queue.
2018-04-28 15:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12292) added to recently added queue.
2018-04-28 15:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12294, grandparent 8328) added to recently added queue.
2018-04-28 15:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12295, grandparent 9844) added to recently added queue.
2018-04-28 15:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12292 removed from recently added queue.
2018-04-28 15:33:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:36:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12301) added to recently added queue.
2018-04-28 15:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12302 , parent 12301) added to recently added queue.
2018-04-28 15:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12303, grandparent 12301) added to recently added queue.
2018-04-28 15:38:32 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 15:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12305, grandparent 9844) added to recently added queue.
2018-04-28 15:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12306) added to recently added queue.
2018-04-28 15:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12308, grandparent 8328) added to recently added queue.
2018-04-28 15:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12309, grandparent 9844) added to recently added queue.
2018-04-28 15:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12306 removed from recently added queue.
2018-04-28 15:38:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:41:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:43:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12315) added to recently added queue.
2018-04-28 15:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12316 , parent 12315) added to recently added queue.
2018-04-28 15:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12317, grandparent 12315) added to recently added queue.
2018-04-28 15:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12318, grandparent 7728) added to recently added queue.
2018-04-28 15:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12319, grandparent 9844) added to recently added queue.
2018-04-28 15:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12320) added to recently added queue.
2018-04-28 15:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12322, grandparent 8328) added to recently added queue.
2018-04-28 15:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12323, grandparent 9844) added to recently added queue.
2018-04-28 15:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12320 removed from recently added queue.
2018-04-28 15:43:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:45:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12329) added to recently added queue.
2018-04-28 15:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12330 , parent 12329) added to recently added queue.
2018-04-28 15:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12331, grandparent 12329) added to recently added queue.
2018-04-28 15:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12332, grandparent 7728) added to recently added queue.
2018-04-28 15:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12333, grandparent 9844) added to recently added queue.
2018-04-28 15:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12334) added to recently added queue.
2018-04-28 15:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12336, grandparent 8328) added to recently added queue.
2018-04-28 15:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12337, grandparent 9844) added to recently added queue.
2018-04-28 15:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12334 removed from recently added queue.
2018-04-28 15:48:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:51:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12343) added to recently added queue.
2018-04-28 15:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12344 , parent 12343) added to recently added queue.
2018-04-28 15:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12345, grandparent 12343) added to recently added queue.
2018-04-28 15:53:29 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 15:53:29 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 15:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12347, grandparent 9844) added to recently added queue.
2018-04-28 15:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12348) added to recently added queue.
2018-04-28 15:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12350, grandparent 8328) added to recently added queue.
2018-04-28 15:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12351, grandparent 9844) added to recently added queue.
2018-04-28 15:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12348 removed from recently added queue.
2018-04-28 15:53:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 15:56:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 15:58:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12358) added to recently added queue.
2018-04-28 15:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12359 , parent 12358) added to recently added queue.
2018-04-28 15:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12360, grandparent 12358) added to recently added queue.
2018-04-28 15:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12361, grandparent 12358) added to recently added queue.
2018-04-28 15:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12362, grandparent 9844) added to recently added queue.
2018-04-28 15:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12363) added to recently added queue.
2018-04-28 15:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12365, grandparent 8328) added to recently added queue.
2018-04-28 15:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12366, grandparent 9844) added to recently added queue.
2018-04-28 15:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12363 removed from recently added queue.
2018-04-28 15:58:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:01:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:03:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12372) added to recently added queue.
2018-04-28 16:03:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12373 , parent 12372) added to recently added queue.
2018-04-28 16:03:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12374, grandparent 12372) added to recently added queue.
2018-04-28 16:03:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12375, grandparent 7728) added to recently added queue.
2018-04-28 16:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12376, grandparent 9844) added to recently added queue.
2018-04-28 16:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12377) added to recently added queue.
2018-04-28 16:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12379, grandparent 8328) added to recently added queue.
2018-04-28 16:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12380, grandparent 9844) added to recently added queue.
2018-04-28 16:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12377 removed from recently added queue.
2018-04-28 16:05:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12386) added to recently added queue.
2018-04-28 16:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12387 , parent 12386) added to recently added queue.
2018-04-28 16:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12388, grandparent 12386) added to recently added queue.
2018-04-28 16:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12389, grandparent 7728) added to recently added queue.
2018-04-28 16:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12390, grandparent 9844) added to recently added queue.
2018-04-28 16:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12391) added to recently added queue.
2018-04-28 16:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12393, grandparent 8328) added to recently added queue.
2018-04-28 16:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12394, grandparent 9844) added to recently added queue.
2018-04-28 16:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12391 removed from recently added queue.
2018-04-28 16:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:09:09 - INFO :: Thread-24 : Retrieving latest version information from GitHub
2018-04-28 16:09:09 - DEBUG :: Thread-24 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-28 16:09:09 - INFO :: Thread-17 : Tautulli PlexTV :: Requesting resources for server...
2018-04-28 16:09:09 - INFO :: Thread-23 : Tautulli Users :: Requesting users list refresh...
2018-04-28 16:09:09 - INFO :: Thread-16 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-28 16:09:09 - DEBUG :: Thread-26 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180428160909.sched.db
2018-04-28 16:09:09 - INFO :: Thread-27 : Tautulli Config :: Writing configuration to file
2018-04-28 16:09:09 - DEBUG :: Thread-27 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180428160909.sched.ini
2018-04-28 16:09:10 - INFO :: Thread-15 : Tautulli Monitor :: Checking for PMS updates...
2018-04-28 16:09:10 - DEBUG :: Thread-15 : Tautulli PlexTV :: Retrieving current server version.
2018-04-28 16:09:10 - INFO :: Thread-17 : Tautulli PlexTV :: Server URL retrieved.
2018-04-28 16:09:10 - DEBUG :: Thread-24 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-28 16:09:10 - INFO :: Thread-24 : Tautulli is up to date
2018-04-28 16:09:10 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-28 16:09:10 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-28 16:09:10 - INFO :: Thread-23 : Tautulli Users :: Users list refreshed.
2018-04-28 16:09:10 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-28 16:09:10 - INFO :: Thread-15 : Tautulli Config :: Writing configuration to file
2018-04-28 16:09:10 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-28 16:09:10 - DEBUG :: Thread-15 : Tautulli PlexTV :: Plex update channel is public.
2018-04-28 16:09:10 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-28 16:09:10 - INFO :: Thread-15 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-28 16:09:10 - INFO :: Thread-15 : Tautulli Monitor :: No PMS update available.
2018-04-28 16:09:10 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-28 16:09:10 - DEBUG :: Thread-16 : Tautulli Pmsconnect :: No library data.
2018-04-28 16:09:11 - INFO :: Thread-16 : Tautulli Config :: Writing configuration to file
2018-04-28 16:09:11 - INFO :: Thread-16 : Tautulli Libraries :: Libraries list refreshed.
2018-04-28 16:11:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12400) added to recently added queue.
2018-04-28 16:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12401 , parent 12400) added to recently added queue.
2018-04-28 16:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12402, grandparent 12400) added to recently added queue.
2018-04-28 16:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12403, grandparent 7728) added to recently added queue.
2018-04-28 16:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12404, grandparent 9844) added to recently added queue.
2018-04-28 16:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12405) added to recently added queue.
2018-04-28 16:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12407, grandparent 8328) added to recently added queue.
2018-04-28 16:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12408, grandparent 9844) added to recently added queue.
2018-04-28 16:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12405 removed from recently added queue.
2018-04-28 16:13:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:16:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12414) added to recently added queue.
2018-04-28 16:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12415 , parent 12414) added to recently added queue.
2018-04-28 16:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12416, grandparent 12414) added to recently added queue.
2018-04-28 16:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12417, grandparent 7728) added to recently added queue.
2018-04-28 16:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12418, grandparent 9844) added to recently added queue.
2018-04-28 16:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12419) added to recently added queue.
2018-04-28 16:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12421, grandparent 8328) added to recently added queue.
2018-04-28 16:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12422, grandparent 9844) added to recently added queue.
2018-04-28 16:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12419 removed from recently added queue.
2018-04-28 16:21:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12428) added to recently added queue.
2018-04-28 16:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12429 , parent 12428) added to recently added queue.
2018-04-28 16:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12430, grandparent 12428) added to recently added queue.
2018-04-28 16:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12431, grandparent 7728) added to recently added queue.
2018-04-28 16:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12432, grandparent 9844) added to recently added queue.
2018-04-28 16:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12433) added to recently added queue.
2018-04-28 16:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12435, grandparent 8328) added to recently added queue.
2018-04-28 16:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12436, grandparent 9844) added to recently added queue.
2018-04-28 16:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12433 removed from recently added queue.
2018-04-28 16:23:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:25:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12442) added to recently added queue.
2018-04-28 16:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12443 , parent 12442) added to recently added queue.
2018-04-28 16:28:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12444, grandparent 12442) added to recently added queue.
2018-04-28 16:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12445, grandparent 7728) added to recently added queue.
2018-04-28 16:28:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12446, grandparent 9844) added to recently added queue.
2018-04-28 16:28:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12447) added to recently added queue.
2018-04-28 16:28:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12449, grandparent 8328) added to recently added queue.
2018-04-28 16:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12450, grandparent 9844) added to recently added queue.
2018-04-28 16:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12447 removed from recently added queue.
2018-04-28 16:28:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:30:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:33:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12456) added to recently added queue.
2018-04-28 16:33:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12457 , parent 12456) added to recently added queue.
2018-04-28 16:33:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12458, grandparent 12456) added to recently added queue.
2018-04-28 16:33:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12459, grandparent 7728) added to recently added queue.
2018-04-28 16:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12460, grandparent 9844) added to recently added queue.
2018-04-28 16:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12461) added to recently added queue.
2018-04-28 16:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12463, grandparent 8328) added to recently added queue.
2018-04-28 16:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12464, grandparent 9844) added to recently added queue.
2018-04-28 16:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12461 removed from recently added queue.
2018-04-28 16:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:35:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12470) added to recently added queue.
2018-04-28 16:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12471 , parent 12470) added to recently added queue.
2018-04-28 16:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12472, grandparent 12470) added to recently added queue.
2018-04-28 16:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12473, grandparent 7728) added to recently added queue.
2018-04-28 16:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12474, grandparent 9844) added to recently added queue.
2018-04-28 16:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12475) added to recently added queue.
2018-04-28 16:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12477, grandparent 8328) added to recently added queue.
2018-04-28 16:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12478, grandparent 9844) added to recently added queue.
2018-04-28 16:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12475 removed from recently added queue.
2018-04-28 16:38:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:41:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12484) added to recently added queue.
2018-04-28 16:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12485 , parent 12484) added to recently added queue.
2018-04-28 16:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12486, grandparent 12484) added to recently added queue.
2018-04-28 16:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12487, grandparent 7728) added to recently added queue.
2018-04-28 16:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12488, grandparent 9844) added to recently added queue.
2018-04-28 16:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12489) added to recently added queue.
2018-04-28 16:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12491, grandparent 8328) added to recently added queue.
2018-04-28 16:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12492, grandparent 9844) added to recently added queue.
2018-04-28 16:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12489 removed from recently added queue.
2018-04-28 16:46:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12498) added to recently added queue.
2018-04-28 16:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12499 , parent 12498) added to recently added queue.
2018-04-28 16:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12500, grandparent 12498) added to recently added queue.
2018-04-28 16:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12501, grandparent 7728) added to recently added queue.
2018-04-28 16:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12502, grandparent 9844) added to recently added queue.
2018-04-28 16:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12503) added to recently added queue.
2018-04-28 16:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12505, grandparent 8328) added to recently added queue.
2018-04-28 16:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12506, grandparent 9844) added to recently added queue.
2018-04-28 16:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12503 removed from recently added queue.
2018-04-28 16:48:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:51:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12512) added to recently added queue.
2018-04-28 16:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12513 , parent 12512) added to recently added queue.
2018-04-28 16:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12514, grandparent 12512) added to recently added queue.
2018-04-28 16:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12515, grandparent 7728) added to recently added queue.
2018-04-28 16:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12516, grandparent 9844) added to recently added queue.
2018-04-28 16:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12517) added to recently added queue.
2018-04-28 16:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12519, grandparent 8328) added to recently added queue.
2018-04-28 16:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12520, grandparent 9844) added to recently added queue.
2018-04-28 16:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12517 removed from recently added queue.
2018-04-28 16:53:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 16:56:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 16:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12526) added to recently added queue.
2018-04-28 16:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12527 , parent 12526) added to recently added queue.
2018-04-28 16:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12528, grandparent 12526) added to recently added queue.
2018-04-28 16:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12529, grandparent 7728) added to recently added queue.
2018-04-28 16:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12530, grandparent 9844) added to recently added queue.
2018-04-28 16:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12531) added to recently added queue.
2018-04-28 16:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12533, grandparent 8328) added to recently added queue.
2018-04-28 16:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12534, grandparent 9844) added to recently added queue.
2018-04-28 16:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12531 removed from recently added queue.
2018-04-28 16:58:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 17:01:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12540) added to recently added queue.
2018-04-28 17:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12541 , parent 12540) added to recently added queue.
2018-04-28 17:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12542, grandparent 12540) added to recently added queue.
2018-04-28 17:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12543, grandparent 7728) added to recently added queue.
2018-04-28 17:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12544, grandparent 9844) added to recently added queue.
2018-04-28 17:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12545) added to recently added queue.
2018-04-28 17:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12547, grandparent 8328) added to recently added queue.
2018-04-28 17:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12548, grandparent 9844) added to recently added queue.
2018-04-28 17:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12545 removed from recently added queue.
2018-04-28 17:06:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:08:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12554) added to recently added queue.
2018-04-28 17:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12555 , parent 12554) added to recently added queue.
2018-04-28 17:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12556, grandparent 12554) added to recently added queue.
2018-04-28 17:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12557, grandparent 7728) added to recently added queue.
2018-04-28 17:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12558, grandparent 9844) added to recently added queue.
2018-04-28 17:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12559) added to recently added queue.
2018-04-28 17:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12561, grandparent 8328) added to recently added queue.
2018-04-28 17:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12562, grandparent 9844) added to recently added queue.
2018-04-28 17:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12559 removed from recently added queue.
2018-04-28 17:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 17:11:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12568) added to recently added queue.
2018-04-28 17:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12569 , parent 12568) added to recently added queue.
2018-04-28 17:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12570, grandparent 12568) added to recently added queue.
2018-04-28 17:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12571, grandparent 7728) added to recently added queue.
2018-04-28 17:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12572, grandparent 9844) added to recently added queue.
2018-04-28 17:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12573) added to recently added queue.
2018-04-28 17:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12575, grandparent 8328) added to recently added queue.
2018-04-28 17:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12576, grandparent 9844) added to recently added queue.
2018-04-28 17:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12573 removed from recently added queue.
2018-04-28 17:13:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 17:16:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12582) added to recently added queue.
2018-04-28 17:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12583 , parent 12582) added to recently added queue.
2018-04-28 17:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12584, grandparent 12582) added to recently added queue.
2018-04-28 17:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12585, grandparent 7728) added to recently added queue.
2018-04-28 17:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12586, grandparent 9844) added to recently added queue.
2018-04-28 17:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12587) added to recently added queue.
2018-04-28 17:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12589, grandparent 8328) added to recently added queue.
2018-04-28 17:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12590, grandparent 9844) added to recently added queue.
2018-04-28 17:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12587 removed from recently added queue.
2018-04-28 17:18:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 17:21:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12596) added to recently added queue.
2018-04-28 17:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12597 , parent 12596) added to recently added queue.
2018-04-28 17:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12598, grandparent 12596) added to recently added queue.
2018-04-28 17:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12599, grandparent 7728) added to recently added queue.
2018-04-28 17:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12600, grandparent 9844) added to recently added queue.
2018-04-28 17:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12601) added to recently added queue.
2018-04-28 17:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12603, grandparent 8328) added to recently added queue.
2018-04-28 17:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12604, grandparent 9844) added to recently added queue.
2018-04-28 17:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12601 removed from recently added queue.
2018-04-28 17:26:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12610) added to recently added queue.
2018-04-28 17:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12611 , parent 12610) added to recently added queue.
2018-04-28 17:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12612, grandparent 12610) added to recently added queue.
2018-04-28 17:28:30 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 17:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12614, grandparent 9844) added to recently added queue.
2018-04-28 17:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12615) added to recently added queue.
2018-04-28 17:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12617, grandparent 8328) added to recently added queue.
2018-04-28 17:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12618, grandparent 9844) added to recently added queue.
2018-04-28 17:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12615 removed from recently added queue.
2018-04-28 17:31:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12624) added to recently added queue.
2018-04-28 17:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12625 , parent 12624) added to recently added queue.
2018-04-28 17:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12626, grandparent 12624) added to recently added queue.
2018-04-28 17:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12627, grandparent 7728) added to recently added queue.
2018-04-28 17:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12628, grandparent 9844) added to recently added queue.
2018-04-28 17:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12629) added to recently added queue.
2018-04-28 17:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12631, grandparent 8328) added to recently added queue.
2018-04-28 17:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12632, grandparent 9844) added to recently added queue.
2018-04-28 17:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12629 removed from recently added queue.
2018-04-28 17:36:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12638) added to recently added queue.
2018-04-28 17:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12639 , parent 12638) added to recently added queue.
2018-04-28 17:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12640, grandparent 12638) added to recently added queue.
2018-04-28 17:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12641, grandparent 7728) added to recently added queue.
2018-04-28 17:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12642, grandparent 9844) added to recently added queue.
2018-04-28 17:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12643) added to recently added queue.
2018-04-28 17:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12645, grandparent 8328) added to recently added queue.
2018-04-28 17:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12646, grandparent 9844) added to recently added queue.
2018-04-28 17:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12643 removed from recently added queue.
2018-04-28 17:38:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 17:41:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12652) added to recently added queue.
2018-04-28 17:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12653 , parent 12652) added to recently added queue.
2018-04-28 17:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12654, grandparent 12652) added to recently added queue.
2018-04-28 17:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12655, grandparent 7728) added to recently added queue.
2018-04-28 17:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12656, grandparent 9844) added to recently added queue.
2018-04-28 17:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12657) added to recently added queue.
2018-04-28 17:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12659, grandparent 8328) added to recently added queue.
2018-04-28 17:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12660, grandparent 9844) added to recently added queue.
2018-04-28 17:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12657 removed from recently added queue.
2018-04-28 17:46:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12666) added to recently added queue.
2018-04-28 17:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12667 , parent 12666) added to recently added queue.
2018-04-28 17:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12668, grandparent 12666) added to recently added queue.
2018-04-28 17:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12669, grandparent 7728) added to recently added queue.
2018-04-28 17:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12670, grandparent 9844) added to recently added queue.
2018-04-28 17:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12671) added to recently added queue.
2018-04-28 17:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12673, grandparent 8328) added to recently added queue.
2018-04-28 17:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12674, grandparent 9844) added to recently added queue.
2018-04-28 17:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12671 removed from recently added queue.
2018-04-28 17:51:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12680) added to recently added queue.
2018-04-28 17:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12681 , parent 12680) added to recently added queue.
2018-04-28 17:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12682, grandparent 12680) added to recently added queue.
2018-04-28 17:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12683, grandparent 7728) added to recently added queue.
2018-04-28 17:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12684, grandparent 9844) added to recently added queue.
2018-04-28 17:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12685) added to recently added queue.
2018-04-28 17:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12687, grandparent 8328) added to recently added queue.
2018-04-28 17:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12688, grandparent 9844) added to recently added queue.
2018-04-28 17:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12685 removed from recently added queue.
2018-04-28 17:53:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 17:56:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 17:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12694) added to recently added queue.
2018-04-28 17:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12695 , parent 12694) added to recently added queue.
2018-04-28 17:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12696, grandparent 12694) added to recently added queue.
2018-04-28 17:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12697, grandparent 7728) added to recently added queue.
2018-04-28 17:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12698, grandparent 9844) added to recently added queue.
2018-04-28 17:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12699) added to recently added queue.
2018-04-28 17:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12701, grandparent 8328) added to recently added queue.
2018-04-28 17:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12702, grandparent 9844) added to recently added queue.
2018-04-28 17:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12699 removed from recently added queue.
2018-04-28 18:00:47 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12708) added to recently added queue.
2018-04-28 18:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12709 , parent 12708) added to recently added queue.
2018-04-28 18:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12710, grandparent 12708) added to recently added queue.
2018-04-28 18:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12711, grandparent 7728) added to recently added queue.
2018-04-28 18:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12712, grandparent 9844) added to recently added queue.
2018-04-28 18:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12713) added to recently added queue.
2018-04-28 18:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12715, grandparent 8328) added to recently added queue.
2018-04-28 18:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12716, grandparent 9844) added to recently added queue.
2018-04-28 18:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12713 removed from recently added queue.
2018-04-28 18:03:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:06:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12722) added to recently added queue.
2018-04-28 18:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12723 , parent 12722) added to recently added queue.
2018-04-28 18:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12724, grandparent 12722) added to recently added queue.
2018-04-28 18:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12725, grandparent 7728) added to recently added queue.
2018-04-28 18:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12726, grandparent 9844) added to recently added queue.
2018-04-28 18:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12727) added to recently added queue.
2018-04-28 18:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12729, grandparent 8328) added to recently added queue.
2018-04-28 18:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12730, grandparent 9844) added to recently added queue.
2018-04-28 18:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12727 removed from recently added queue.
2018-04-28 18:11:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12736) added to recently added queue.
2018-04-28 18:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12737 , parent 12736) added to recently added queue.
2018-04-28 18:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12738, grandparent 12736) added to recently added queue.
2018-04-28 18:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12739, grandparent 7728) added to recently added queue.
2018-04-28 18:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12740, grandparent 9844) added to recently added queue.
2018-04-28 18:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12741) added to recently added queue.
2018-04-28 18:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12743, grandparent 8328) added to recently added queue.
2018-04-28 18:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12744, grandparent 9844) added to recently added queue.
2018-04-28 18:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12741 removed from recently added queue.
2018-04-28 18:13:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:16:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:18:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12750) added to recently added queue.
2018-04-28 18:18:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12751 , parent 12750) added to recently added queue.
2018-04-28 18:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12752, grandparent 12750) added to recently added queue.
2018-04-28 18:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12753, grandparent 7728) added to recently added queue.
2018-04-28 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12754, grandparent 9844) added to recently added queue.
2018-04-28 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12755) added to recently added queue.
2018-04-28 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12757, grandparent 8328) added to recently added queue.
2018-04-28 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12758, grandparent 9844) added to recently added queue.
2018-04-28 18:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12755 removed from recently added queue.
2018-04-28 18:18:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:20:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12764) added to recently added queue.
2018-04-28 18:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12765 , parent 12764) added to recently added queue.
2018-04-28 18:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12766, grandparent 12764) added to recently added queue.
2018-04-28 18:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12767, grandparent 7728) added to recently added queue.
2018-04-28 18:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12768, grandparent 9844) added to recently added queue.
2018-04-28 18:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12769) added to recently added queue.
2018-04-28 18:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12771, grandparent 8328) added to recently added queue.
2018-04-28 18:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12772, grandparent 9844) added to recently added queue.
2018-04-28 18:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12769 removed from recently added queue.
2018-04-28 18:23:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:26:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12778) added to recently added queue.
2018-04-28 18:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12779 , parent 12778) added to recently added queue.
2018-04-28 18:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12780, grandparent 12778) added to recently added queue.
2018-04-28 18:28:28 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 18:28:28 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 18:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12782, grandparent 9844) added to recently added queue.
2018-04-28 18:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12783) added to recently added queue.
2018-04-28 18:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12785, grandparent 8328) added to recently added queue.
2018-04-28 18:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12786, grandparent 9844) added to recently added queue.
2018-04-28 18:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12783 removed from recently added queue.
2018-04-28 18:28:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:33:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12793) added to recently added queue.
2018-04-28 18:33:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12794 , parent 12793) added to recently added queue.
2018-04-28 18:33:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12795, grandparent 12793) added to recently added queue.
2018-04-28 18:33:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12796, grandparent 12793) added to recently added queue.
2018-04-28 18:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12797, grandparent 9844) added to recently added queue.
2018-04-28 18:33:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12798) added to recently added queue.
2018-04-28 18:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12800, grandparent 8328) added to recently added queue.
2018-04-28 18:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12801, grandparent 9844) added to recently added queue.
2018-04-28 18:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12798 removed from recently added queue.
2018-04-28 18:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:35:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12807) added to recently added queue.
2018-04-28 18:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12808 , parent 12807) added to recently added queue.
2018-04-28 18:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12809, grandparent 12807) added to recently added queue.
2018-04-28 18:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12810, grandparent 7728) added to recently added queue.
2018-04-28 18:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12811, grandparent 9844) added to recently added queue.
2018-04-28 18:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12812) added to recently added queue.
2018-04-28 18:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12814, grandparent 8328) added to recently added queue.
2018-04-28 18:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12815, grandparent 9844) added to recently added queue.
2018-04-28 18:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12812 removed from recently added queue.
2018-04-28 18:38:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:41:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12821) added to recently added queue.
2018-04-28 18:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12822 , parent 12821) added to recently added queue.
2018-04-28 18:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12823, grandparent 12821) added to recently added queue.
2018-04-28 18:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12824, grandparent 7728) added to recently added queue.
2018-04-28 18:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12825, grandparent 9844) added to recently added queue.
2018-04-28 18:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12826) added to recently added queue.
2018-04-28 18:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12828, grandparent 8328) added to recently added queue.
2018-04-28 18:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12829, grandparent 9844) added to recently added queue.
2018-04-28 18:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12826 removed from recently added queue.
2018-04-28 18:46:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12835) added to recently added queue.
2018-04-28 18:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12836 , parent 12835) added to recently added queue.
2018-04-28 18:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12837, grandparent 12835) added to recently added queue.
2018-04-28 18:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12838, grandparent 7728) added to recently added queue.
2018-04-28 18:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12839, grandparent 9844) added to recently added queue.
2018-04-28 18:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12840) added to recently added queue.
2018-04-28 18:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12842, grandparent 8328) added to recently added queue.
2018-04-28 18:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12843, grandparent 9844) added to recently added queue.
2018-04-28 18:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12840 removed from recently added queue.
2018-04-28 18:48:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:51:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12849) added to recently added queue.
2018-04-28 18:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12850 , parent 12849) added to recently added queue.
2018-04-28 18:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12851, grandparent 12849) added to recently added queue.
2018-04-28 18:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12852, grandparent 7728) added to recently added queue.
2018-04-28 18:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12853, grandparent 9844) added to recently added queue.
2018-04-28 18:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12854) added to recently added queue.
2018-04-28 18:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12856, grandparent 8328) added to recently added queue.
2018-04-28 18:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12857, grandparent 9844) added to recently added queue.
2018-04-28 18:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12854 removed from recently added queue.
2018-04-28 18:53:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 18:56:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 18:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12863) added to recently added queue.
2018-04-28 18:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12864 , parent 12863) added to recently added queue.
2018-04-28 18:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12865, grandparent 12863) added to recently added queue.
2018-04-28 18:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12866, grandparent 7728) added to recently added queue.
2018-04-28 18:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12867, grandparent 9844) added to recently added queue.
2018-04-28 18:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12868) added to recently added queue.
2018-04-28 18:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12870, grandparent 8328) added to recently added queue.
2018-04-28 18:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12871, grandparent 9844) added to recently added queue.
2018-04-28 18:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12868 removed from recently added queue.
2018-04-28 18:58:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:01:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:03:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12877) added to recently added queue.
2018-04-28 19:03:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12878 , parent 12877) added to recently added queue.
2018-04-28 19:03:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12879, grandparent 12877) added to recently added queue.
2018-04-28 19:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12880, grandparent 7728) added to recently added queue.
2018-04-28 19:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12881, grandparent 9844) added to recently added queue.
2018-04-28 19:03:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12882) added to recently added queue.
2018-04-28 19:03:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12884, grandparent 8328) added to recently added queue.
2018-04-28 19:03:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12885, grandparent 9844) added to recently added queue.
2018-04-28 19:03:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12882 removed from recently added queue.
2018-04-28 19:05:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:08:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12891) added to recently added queue.
2018-04-28 19:08:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12892 , parent 12891) added to recently added queue.
2018-04-28 19:08:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12893, grandparent 12891) added to recently added queue.
2018-04-28 19:08:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12894, grandparent 7728) added to recently added queue.
2018-04-28 19:08:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12895, grandparent 9844) added to recently added queue.
2018-04-28 19:08:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12896) added to recently added queue.
2018-04-28 19:08:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12898, grandparent 8328) added to recently added queue.
2018-04-28 19:08:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12899, grandparent 9844) added to recently added queue.
2018-04-28 19:08:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12896 removed from recently added queue.
2018-04-28 19:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:10:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12905) added to recently added queue.
2018-04-28 19:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12906 , parent 12905) added to recently added queue.
2018-04-28 19:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12907, grandparent 12905) added to recently added queue.
2018-04-28 19:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12908, grandparent 7728) added to recently added queue.
2018-04-28 19:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12909, grandparent 9844) added to recently added queue.
2018-04-28 19:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12910) added to recently added queue.
2018-04-28 19:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12912, grandparent 8328) added to recently added queue.
2018-04-28 19:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12913, grandparent 9844) added to recently added queue.
2018-04-28 19:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12910 removed from recently added queue.
2018-04-28 19:13:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:16:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12919) added to recently added queue.
2018-04-28 19:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12920 , parent 12919) added to recently added queue.
2018-04-28 19:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12921, grandparent 12919) added to recently added queue.
2018-04-28 19:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12922, grandparent 7728) added to recently added queue.
2018-04-28 19:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12923, grandparent 9844) added to recently added queue.
2018-04-28 19:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12924) added to recently added queue.
2018-04-28 19:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12926, grandparent 8328) added to recently added queue.
2018-04-28 19:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12927, grandparent 9844) added to recently added queue.
2018-04-28 19:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12924 removed from recently added queue.
2018-04-28 19:18:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:21:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12933) added to recently added queue.
2018-04-28 19:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12934 , parent 12933) added to recently added queue.
2018-04-28 19:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12935, grandparent 12933) added to recently added queue.
2018-04-28 19:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12936, grandparent 7728) added to recently added queue.
2018-04-28 19:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12937, grandparent 9844) added to recently added queue.
2018-04-28 19:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12938) added to recently added queue.
2018-04-28 19:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12940, grandparent 8328) added to recently added queue.
2018-04-28 19:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12941, grandparent 9844) added to recently added queue.
2018-04-28 19:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12938 removed from recently added queue.
2018-04-28 19:26:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12947) added to recently added queue.
2018-04-28 19:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12948 , parent 12947) added to recently added queue.
2018-04-28 19:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12949, grandparent 12947) added to recently added queue.
2018-04-28 19:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12950, grandparent 7728) added to recently added queue.
2018-04-28 19:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12951, grandparent 9844) added to recently added queue.
2018-04-28 19:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12952) added to recently added queue.
2018-04-28 19:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12954, grandparent 8328) added to recently added queue.
2018-04-28 19:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12955, grandparent 9844) added to recently added queue.
2018-04-28 19:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12952 removed from recently added queue.
2018-04-28 19:28:58 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:31:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12961) added to recently added queue.
2018-04-28 19:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12962 , parent 12961) added to recently added queue.
2018-04-28 19:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12963, grandparent 12961) added to recently added queue.
2018-04-28 19:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12964, grandparent 7728) added to recently added queue.
2018-04-28 19:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12965, grandparent 9844) added to recently added queue.
2018-04-28 19:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12966) added to recently added queue.
2018-04-28 19:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12968, grandparent 8328) added to recently added queue.
2018-04-28 19:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12969, grandparent 9844) added to recently added queue.
2018-04-28 19:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12966 removed from recently added queue.
2018-04-28 19:36:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12975) added to recently added queue.
2018-04-28 19:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12976 , parent 12975) added to recently added queue.
2018-04-28 19:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12977, grandparent 12975) added to recently added queue.
2018-04-28 19:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12978, grandparent 7728) added to recently added queue.
2018-04-28 19:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12979, grandparent 9844) added to recently added queue.
2018-04-28 19:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12980) added to recently added queue.
2018-04-28 19:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12982, grandparent 8328) added to recently added queue.
2018-04-28 19:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12983, grandparent 9844) added to recently added queue.
2018-04-28 19:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12980 removed from recently added queue.
2018-04-28 19:38:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:41:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:43:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (12989) added to recently added queue.
2018-04-28 19:43:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (12990 , parent 12989) added to recently added queue.
2018-04-28 19:43:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (12991, grandparent 12989) added to recently added queue.
2018-04-28 19:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (12992, grandparent 7728) added to recently added queue.
2018-04-28 19:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (12993, grandparent 9844) added to recently added queue.
2018-04-28 19:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (12994) added to recently added queue.
2018-04-28 19:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (12996, grandparent 8328) added to recently added queue.
2018-04-28 19:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (12997, grandparent 9844) added to recently added queue.
2018-04-28 19:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 12994 removed from recently added queue.
2018-04-28 19:45:59 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13003) added to recently added queue.
2018-04-28 19:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13004 , parent 13003) added to recently added queue.
2018-04-28 19:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13005, grandparent 13003) added to recently added queue.
2018-04-28 19:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13006, grandparent 7728) added to recently added queue.
2018-04-28 19:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13007, grandparent 9844) added to recently added queue.
2018-04-28 19:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13008) added to recently added queue.
2018-04-28 19:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13010, grandparent 8328) added to recently added queue.
2018-04-28 19:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13011, grandparent 9844) added to recently added queue.
2018-04-28 19:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13008 removed from recently added queue.
2018-04-28 19:48:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 19:51:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13017) added to recently added queue.
2018-04-28 19:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13018 , parent 13017) added to recently added queue.
2018-04-28 19:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13019, grandparent 13017) added to recently added queue.
2018-04-28 19:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13020, grandparent 7728) added to recently added queue.
2018-04-28 19:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13021, grandparent 9844) added to recently added queue.
2018-04-28 19:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13022) added to recently added queue.
2018-04-28 19:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13024, grandparent 8328) added to recently added queue.
2018-04-28 19:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13025, grandparent 9844) added to recently added queue.
2018-04-28 19:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13022 removed from recently added queue.
2018-04-28 19:56:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 19:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13031) added to recently added queue.
2018-04-28 19:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13032 , parent 13031) added to recently added queue.
2018-04-28 19:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13033, grandparent 13031) added to recently added queue.
2018-04-28 19:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13034, grandparent 7728) added to recently added queue.
2018-04-28 19:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13035, grandparent 9844) added to recently added queue.
2018-04-28 19:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13036) added to recently added queue.
2018-04-28 19:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13038, grandparent 8328) added to recently added queue.
2018-04-28 19:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13039, grandparent 9844) added to recently added queue.
2018-04-28 19:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13036 removed from recently added queue.
2018-04-28 20:01:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13045) added to recently added queue.
2018-04-28 20:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13046 , parent 13045) added to recently added queue.
2018-04-28 20:03:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13047, grandparent 13045) added to recently added queue.
2018-04-28 20:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13048, grandparent 7728) added to recently added queue.
2018-04-28 20:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13049, grandparent 9844) added to recently added queue.
2018-04-28 20:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13050) added to recently added queue.
2018-04-28 20:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13052, grandparent 8328) added to recently added queue.
2018-04-28 20:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13053, grandparent 9844) added to recently added queue.
2018-04-28 20:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13050 removed from recently added queue.
2018-04-28 20:05:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13059) added to recently added queue.
2018-04-28 20:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13060 , parent 13059) added to recently added queue.
2018-04-28 20:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13061, grandparent 13059) added to recently added queue.
2018-04-28 20:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13062, grandparent 7728) added to recently added queue.
2018-04-28 20:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13063, grandparent 9844) added to recently added queue.
2018-04-28 20:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13064) added to recently added queue.
2018-04-28 20:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13066, grandparent 8328) added to recently added queue.
2018-04-28 20:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13067, grandparent 9844) added to recently added queue.
2018-04-28 20:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13064 removed from recently added queue.
2018-04-28 20:11:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13073) added to recently added queue.
2018-04-28 20:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13074 , parent 13073) added to recently added queue.
2018-04-28 20:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13075, grandparent 13073) added to recently added queue.
2018-04-28 20:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13076, grandparent 7728) added to recently added queue.
2018-04-28 20:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13077, grandparent 9844) added to recently added queue.
2018-04-28 20:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13078) added to recently added queue.
2018-04-28 20:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13080, grandparent 8328) added to recently added queue.
2018-04-28 20:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13081, grandparent 9844) added to recently added queue.
2018-04-28 20:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13078 removed from recently added queue.
2018-04-28 20:16:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13087) added to recently added queue.
2018-04-28 20:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13088 , parent 13087) added to recently added queue.
2018-04-28 20:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13089, grandparent 13087) added to recently added queue.
2018-04-28 20:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13090, grandparent 7728) added to recently added queue.
2018-04-28 20:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13091, grandparent 9844) added to recently added queue.
2018-04-28 20:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13092) added to recently added queue.
2018-04-28 20:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13094, grandparent 8328) added to recently added queue.
2018-04-28 20:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13095, grandparent 9844) added to recently added queue.
2018-04-28 20:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13092 removed from recently added queue.
2018-04-28 20:21:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13101) added to recently added queue.
2018-04-28 20:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13102 , parent 13101) added to recently added queue.
2018-04-28 20:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13103, grandparent 13101) added to recently added queue.
2018-04-28 20:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13104, grandparent 7728) added to recently added queue.
2018-04-28 20:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13105, grandparent 9844) added to recently added queue.
2018-04-28 20:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13106) added to recently added queue.
2018-04-28 20:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13108, grandparent 8328) added to recently added queue.
2018-04-28 20:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13109, grandparent 9844) added to recently added queue.
2018-04-28 20:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13106 removed from recently added queue.
2018-04-28 20:26:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13115) added to recently added queue.
2018-04-28 20:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13116 , parent 13115) added to recently added queue.
2018-04-28 20:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13117, grandparent 13115) added to recently added queue.
2018-04-28 20:28:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13118, grandparent 7728) added to recently added queue.
2018-04-28 20:28:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13119, grandparent 9844) added to recently added queue.
2018-04-28 20:28:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13120) added to recently added queue.
2018-04-28 20:28:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13122, grandparent 8328) added to recently added queue.
2018-04-28 20:28:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13123, grandparent 9844) added to recently added queue.
2018-04-28 20:28:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13120 removed from recently added queue.
2018-04-28 20:30:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13129) added to recently added queue.
2018-04-28 20:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13130 , parent 13129) added to recently added queue.
2018-04-28 20:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13131, grandparent 13129) added to recently added queue.
2018-04-28 20:33:31 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 20:33:31 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 20:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13133, grandparent 9844) added to recently added queue.
2018-04-28 20:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13134) added to recently added queue.
2018-04-28 20:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13136, grandparent 8328) added to recently added queue.
2018-04-28 20:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13137, grandparent 9844) added to recently added queue.
2018-04-28 20:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13134 removed from recently added queue.
2018-04-28 20:36:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13144) added to recently added queue.
2018-04-28 20:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13145 , parent 13144) added to recently added queue.
2018-04-28 20:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13146, grandparent 13144) added to recently added queue.
2018-04-28 20:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13147, grandparent 13144) added to recently added queue.
2018-04-28 20:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13148, grandparent 9844) added to recently added queue.
2018-04-28 20:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13149) added to recently added queue.
2018-04-28 20:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13151, grandparent 8328) added to recently added queue.
2018-04-28 20:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13152, grandparent 9844) added to recently added queue.
2018-04-28 20:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13149 removed from recently added queue.
2018-04-28 20:38:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 20:41:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13158) added to recently added queue.
2018-04-28 20:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13159 , parent 13158) added to recently added queue.
2018-04-28 20:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13160, grandparent 13158) added to recently added queue.
2018-04-28 20:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13161, grandparent 7728) added to recently added queue.
2018-04-28 20:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13162, grandparent 9844) added to recently added queue.
2018-04-28 20:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13163) added to recently added queue.
2018-04-28 20:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13165, grandparent 8328) added to recently added queue.
2018-04-28 20:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13166, grandparent 9844) added to recently added queue.
2018-04-28 20:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13163 removed from recently added queue.
2018-04-28 20:46:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13172) added to recently added queue.
2018-04-28 20:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13173 , parent 13172) added to recently added queue.
2018-04-28 20:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13174, grandparent 13172) added to recently added queue.
2018-04-28 20:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13175, grandparent 7728) added to recently added queue.
2018-04-28 20:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13176, grandparent 9844) added to recently added queue.
2018-04-28 20:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13177) added to recently added queue.
2018-04-28 20:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13179, grandparent 8328) added to recently added queue.
2018-04-28 20:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13180, grandparent 9844) added to recently added queue.
2018-04-28 20:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13177 removed from recently added queue.
2018-04-28 20:51:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13186) added to recently added queue.
2018-04-28 20:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13187 , parent 13186) added to recently added queue.
2018-04-28 20:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13188, grandparent 13186) added to recently added queue.
2018-04-28 20:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13189, grandparent 7728) added to recently added queue.
2018-04-28 20:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13190, grandparent 9844) added to recently added queue.
2018-04-28 20:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13191) added to recently added queue.
2018-04-28 20:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13193, grandparent 8328) added to recently added queue.
2018-04-28 20:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13194, grandparent 9844) added to recently added queue.
2018-04-28 20:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13191 removed from recently added queue.
2018-04-28 20:56:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 20:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13200) added to recently added queue.
2018-04-28 20:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13201 , parent 13200) added to recently added queue.
2018-04-28 20:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13202, grandparent 13200) added to recently added queue.
2018-04-28 20:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13203, grandparent 7728) added to recently added queue.
2018-04-28 20:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13204, grandparent 9844) added to recently added queue.
2018-04-28 20:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13205) added to recently added queue.
2018-04-28 20:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13207, grandparent 8328) added to recently added queue.
2018-04-28 20:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13208, grandparent 9844) added to recently added queue.
2018-04-28 20:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13205 removed from recently added queue.
2018-04-28 20:58:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 21:01:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13214) added to recently added queue.
2018-04-28 21:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13215 , parent 13214) added to recently added queue.
2018-04-28 21:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13216, grandparent 13214) added to recently added queue.
2018-04-28 21:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13217, grandparent 7728) added to recently added queue.
2018-04-28 21:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13218, grandparent 9844) added to recently added queue.
2018-04-28 21:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13219) added to recently added queue.
2018-04-28 21:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13221, grandparent 8328) added to recently added queue.
2018-04-28 21:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13222, grandparent 9844) added to recently added queue.
2018-04-28 21:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13219 removed from recently added queue.
2018-04-28 21:06:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13228) added to recently added queue.
2018-04-28 21:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13229 , parent 13228) added to recently added queue.
2018-04-28 21:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13230, grandparent 13228) added to recently added queue.
2018-04-28 21:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13231, grandparent 7728) added to recently added queue.
2018-04-28 21:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13232, grandparent 9844) added to recently added queue.
2018-04-28 21:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13233) added to recently added queue.
2018-04-28 21:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13235, grandparent 8328) added to recently added queue.
2018-04-28 21:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13236, grandparent 9844) added to recently added queue.
2018-04-28 21:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13233 removed from recently added queue.
2018-04-28 21:11:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:13:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13242) added to recently added queue.
2018-04-28 21:13:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13243 , parent 13242) added to recently added queue.
2018-04-28 21:13:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13244, grandparent 13242) added to recently added queue.
2018-04-28 21:13:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13245, grandparent 7728) added to recently added queue.
2018-04-28 21:13:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13246, grandparent 9844) added to recently added queue.
2018-04-28 21:13:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13247) added to recently added queue.
2018-04-28 21:13:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13249, grandparent 8328) added to recently added queue.
2018-04-28 21:13:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13250, grandparent 9844) added to recently added queue.
2018-04-28 21:13:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13247 removed from recently added queue.
2018-04-28 21:15:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13256) added to recently added queue.
2018-04-28 21:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13257 , parent 13256) added to recently added queue.
2018-04-28 21:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13258, grandparent 13256) added to recently added queue.
2018-04-28 21:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13259, grandparent 7728) added to recently added queue.
2018-04-28 21:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13260, grandparent 9844) added to recently added queue.
2018-04-28 21:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13261) added to recently added queue.
2018-04-28 21:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13263, grandparent 8328) added to recently added queue.
2018-04-28 21:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13264, grandparent 9844) added to recently added queue.
2018-04-28 21:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13261 removed from recently added queue.
2018-04-28 21:21:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13270) added to recently added queue.
2018-04-28 21:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13271 , parent 13270) added to recently added queue.
2018-04-28 21:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13272, grandparent 13270) added to recently added queue.
2018-04-28 21:23:28 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 21:23:28 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 21:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13274, grandparent 9844) added to recently added queue.
2018-04-28 21:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13275) added to recently added queue.
2018-04-28 21:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13277, grandparent 8328) added to recently added queue.
2018-04-28 21:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13278, grandparent 9844) added to recently added queue.
2018-04-28 21:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13275 removed from recently added queue.
2018-04-28 21:26:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13285) added to recently added queue.
2018-04-28 21:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13286 , parent 13285) added to recently added queue.
2018-04-28 21:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13287, grandparent 13285) added to recently added queue.
2018-04-28 21:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13288, grandparent 13285) added to recently added queue.
2018-04-28 21:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13289, grandparent 9844) added to recently added queue.
2018-04-28 21:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13290) added to recently added queue.
2018-04-28 21:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13292, grandparent 8328) added to recently added queue.
2018-04-28 21:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13293, grandparent 9844) added to recently added queue.
2018-04-28 21:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13290 removed from recently added queue.
2018-04-28 21:28:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 21:31:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13299) added to recently added queue.
2018-04-28 21:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13300 , parent 13299) added to recently added queue.
2018-04-28 21:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13301, grandparent 13299) added to recently added queue.
2018-04-28 21:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13302, grandparent 7728) added to recently added queue.
2018-04-28 21:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13303, grandparent 9844) added to recently added queue.
2018-04-28 21:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13304) added to recently added queue.
2018-04-28 21:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13306, grandparent 8328) added to recently added queue.
2018-04-28 21:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13307, grandparent 9844) added to recently added queue.
2018-04-28 21:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13304 removed from recently added queue.
2018-04-28 21:36:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:38:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13313) added to recently added queue.
2018-04-28 21:38:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13314 , parent 13313) added to recently added queue.
2018-04-28 21:38:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13315, grandparent 13313) added to recently added queue.
2018-04-28 21:38:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13316, grandparent 7728) added to recently added queue.
2018-04-28 21:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13317, grandparent 9844) added to recently added queue.
2018-04-28 21:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13318) added to recently added queue.
2018-04-28 21:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13320, grandparent 8328) added to recently added queue.
2018-04-28 21:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13321, grandparent 9844) added to recently added queue.
2018-04-28 21:38:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13318 removed from recently added queue.
2018-04-28 21:40:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13327) added to recently added queue.
2018-04-28 21:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13328 , parent 13327) added to recently added queue.
2018-04-28 21:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13329, grandparent 13327) added to recently added queue.
2018-04-28 21:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13330, grandparent 7728) added to recently added queue.
2018-04-28 21:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13331, grandparent 9844) added to recently added queue.
2018-04-28 21:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13332) added to recently added queue.
2018-04-28 21:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13334, grandparent 8328) added to recently added queue.
2018-04-28 21:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13335, grandparent 9844) added to recently added queue.
2018-04-28 21:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13332 removed from recently added queue.
2018-04-28 21:43:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 21:46:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13341) added to recently added queue.
2018-04-28 21:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13342 , parent 13341) added to recently added queue.
2018-04-28 21:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13343, grandparent 13341) added to recently added queue.
2018-04-28 21:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13344, grandparent 7728) added to recently added queue.
2018-04-28 21:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13345, grandparent 9844) added to recently added queue.
2018-04-28 21:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13346) added to recently added queue.
2018-04-28 21:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13348, grandparent 8328) added to recently added queue.
2018-04-28 21:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13349, grandparent 9844) added to recently added queue.
2018-04-28 21:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13346 removed from recently added queue.
2018-04-28 21:51:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13355) added to recently added queue.
2018-04-28 21:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13356 , parent 13355) added to recently added queue.
2018-04-28 21:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13357, grandparent 13355) added to recently added queue.
2018-04-28 21:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13358, grandparent 7728) added to recently added queue.
2018-04-28 21:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13359, grandparent 9844) added to recently added queue.
2018-04-28 21:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13360) added to recently added queue.
2018-04-28 21:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13362, grandparent 8328) added to recently added queue.
2018-04-28 21:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13363, grandparent 9844) added to recently added queue.
2018-04-28 21:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13360 removed from recently added queue.
2018-04-28 21:53:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 21:56:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 21:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13369) added to recently added queue.
2018-04-28 21:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13370 , parent 13369) added to recently added queue.
2018-04-28 21:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13371, grandparent 13369) added to recently added queue.
2018-04-28 21:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13372, grandparent 7728) added to recently added queue.
2018-04-28 21:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13373, grandparent 9844) added to recently added queue.
2018-04-28 21:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13374) added to recently added queue.
2018-04-28 21:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13376, grandparent 8328) added to recently added queue.
2018-04-28 21:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13377, grandparent 9844) added to recently added queue.
2018-04-28 21:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13374 removed from recently added queue.
2018-04-28 21:58:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:01:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13383) added to recently added queue.
2018-04-28 22:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13384 , parent 13383) added to recently added queue.
2018-04-28 22:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13385, grandparent 13383) added to recently added queue.
2018-04-28 22:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13386, grandparent 7728) added to recently added queue.
2018-04-28 22:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13387, grandparent 9844) added to recently added queue.
2018-04-28 22:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13388) added to recently added queue.
2018-04-28 22:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13390, grandparent 8328) added to recently added queue.
2018-04-28 22:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13391, grandparent 9844) added to recently added queue.
2018-04-28 22:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13388 removed from recently added queue.
2018-04-28 22:03:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:05:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13397) added to recently added queue.
2018-04-28 22:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13398 , parent 13397) added to recently added queue.
2018-04-28 22:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13399, grandparent 13397) added to recently added queue.
2018-04-28 22:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13400, grandparent 7728) added to recently added queue.
2018-04-28 22:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13401, grandparent 9844) added to recently added queue.
2018-04-28 22:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13402) added to recently added queue.
2018-04-28 22:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13404, grandparent 8328) added to recently added queue.
2018-04-28 22:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13405, grandparent 9844) added to recently added queue.
2018-04-28 22:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13402 removed from recently added queue.
2018-04-28 22:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:09:09 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-28 22:09:09 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-28 22:09:09 - DEBUG :: Thread-25 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180428220909.sched.db
2018-04-28 22:09:09 - INFO :: Thread-18 : Tautulli Config :: Writing configuration to file
2018-04-28 22:09:09 - DEBUG :: Thread-18 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180428220909.sched.ini
2018-04-28 22:09:10 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-28 22:09:10 - INFO :: Thread-16 : Tautulli is up to date
2018-04-28 22:11:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13411) added to recently added queue.
2018-04-28 22:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13412 , parent 13411) added to recently added queue.
2018-04-28 22:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13413, grandparent 13411) added to recently added queue.
2018-04-28 22:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13414, grandparent 7728) added to recently added queue.
2018-04-28 22:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13415, grandparent 9844) added to recently added queue.
2018-04-28 22:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13416) added to recently added queue.
2018-04-28 22:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13418, grandparent 8328) added to recently added queue.
2018-04-28 22:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13419, grandparent 9844) added to recently added queue.
2018-04-28 22:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13416 removed from recently added queue.
2018-04-28 22:13:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:16:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13425) added to recently added queue.
2018-04-28 22:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13426 , parent 13425) added to recently added queue.
2018-04-28 22:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13427, grandparent 13425) added to recently added queue.
2018-04-28 22:18:30 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 22:18:30 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 22:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13429, grandparent 9844) added to recently added queue.
2018-04-28 22:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13430) added to recently added queue.
2018-04-28 22:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13432, grandparent 8328) added to recently added queue.
2018-04-28 22:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13433, grandparent 9844) added to recently added queue.
2018-04-28 22:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13430 removed from recently added queue.
2018-04-28 22:21:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13440) added to recently added queue.
2018-04-28 22:23:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13441 , parent 13440) added to recently added queue.
2018-04-28 22:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13442, grandparent 13440) added to recently added queue.
2018-04-28 22:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13443, grandparent 13440) added to recently added queue.
2018-04-28 22:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13444, grandparent 9844) added to recently added queue.
2018-04-28 22:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13445) added to recently added queue.
2018-04-28 22:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13447, grandparent 8328) added to recently added queue.
2018-04-28 22:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13448, grandparent 9844) added to recently added queue.
2018-04-28 22:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13445 removed from recently added queue.
2018-04-28 22:23:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:25:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13454) added to recently added queue.
2018-04-28 22:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13455 , parent 13454) added to recently added queue.
2018-04-28 22:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13456, grandparent 13454) added to recently added queue.
2018-04-28 22:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13457, grandparent 7728) added to recently added queue.
2018-04-28 22:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13458, grandparent 9844) added to recently added queue.
2018-04-28 22:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13459) added to recently added queue.
2018-04-28 22:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13461, grandparent 8328) added to recently added queue.
2018-04-28 22:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13462, grandparent 9844) added to recently added queue.
2018-04-28 22:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13459 removed from recently added queue.
2018-04-28 22:28:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:31:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13468) added to recently added queue.
2018-04-28 22:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13469 , parent 13468) added to recently added queue.
2018-04-28 22:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13470, grandparent 13468) added to recently added queue.
2018-04-28 22:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13471, grandparent 7728) added to recently added queue.
2018-04-28 22:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13472, grandparent 9844) added to recently added queue.
2018-04-28 22:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13473) added to recently added queue.
2018-04-28 22:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13475, grandparent 8328) added to recently added queue.
2018-04-28 22:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13476, grandparent 9844) added to recently added queue.
2018-04-28 22:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13473 removed from recently added queue.
2018-04-28 22:33:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:36:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13482) added to recently added queue.
2018-04-28 22:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13483 , parent 13482) added to recently added queue.
2018-04-28 22:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13484, grandparent 13482) added to recently added queue.
2018-04-28 22:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13485, grandparent 7728) added to recently added queue.
2018-04-28 22:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13486, grandparent 9844) added to recently added queue.
2018-04-28 22:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13487) added to recently added queue.
2018-04-28 22:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13489, grandparent 8328) added to recently added queue.
2018-04-28 22:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13490, grandparent 9844) added to recently added queue.
2018-04-28 22:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13487 removed from recently added queue.
2018-04-28 22:38:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:41:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13496) added to recently added queue.
2018-04-28 22:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13497 , parent 13496) added to recently added queue.
2018-04-28 22:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13498, grandparent 13496) added to recently added queue.
2018-04-28 22:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13499, grandparent 7728) added to recently added queue.
2018-04-28 22:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13500, grandparent 9844) added to recently added queue.
2018-04-28 22:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13501) added to recently added queue.
2018-04-28 22:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13503, grandparent 8328) added to recently added queue.
2018-04-28 22:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13504, grandparent 9844) added to recently added queue.
2018-04-28 22:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13501 removed from recently added queue.
2018-04-28 22:43:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:46:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13510) added to recently added queue.
2018-04-28 22:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13511 , parent 13510) added to recently added queue.
2018-04-28 22:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13512, grandparent 13510) added to recently added queue.
2018-04-28 22:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13513, grandparent 7728) added to recently added queue.
2018-04-28 22:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13514, grandparent 9844) added to recently added queue.
2018-04-28 22:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13515) added to recently added queue.
2018-04-28 22:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13517, grandparent 8328) added to recently added queue.
2018-04-28 22:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13518, grandparent 9844) added to recently added queue.
2018-04-28 22:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13515 removed from recently added queue.
2018-04-28 22:51:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13524) added to recently added queue.
2018-04-28 22:53:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13525 , parent 13524) added to recently added queue.
2018-04-28 22:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13526, grandparent 13524) added to recently added queue.
2018-04-28 22:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13527, grandparent 7728) added to recently added queue.
2018-04-28 22:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13528, grandparent 9844) added to recently added queue.
2018-04-28 22:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13529) added to recently added queue.
2018-04-28 22:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13531, grandparent 8328) added to recently added queue.
2018-04-28 22:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13532, grandparent 9844) added to recently added queue.
2018-04-28 22:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13529 removed from recently added queue.
2018-04-28 22:53:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 22:56:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 22:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13538) added to recently added queue.
2018-04-28 22:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13539 , parent 13538) added to recently added queue.
2018-04-28 22:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13540, grandparent 13538) added to recently added queue.
2018-04-28 22:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13541, grandparent 7728) added to recently added queue.
2018-04-28 22:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13542, grandparent 9844) added to recently added queue.
2018-04-28 22:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13543) added to recently added queue.
2018-04-28 22:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13545, grandparent 8328) added to recently added queue.
2018-04-28 22:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13546, grandparent 9844) added to recently added queue.
2018-04-28 22:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13543 removed from recently added queue.
2018-04-28 23:01:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13552) added to recently added queue.
2018-04-28 23:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13553 , parent 13552) added to recently added queue.
2018-04-28 23:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13554, grandparent 13552) added to recently added queue.
2018-04-28 23:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13555, grandparent 7728) added to recently added queue.
2018-04-28 23:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13556, grandparent 9844) added to recently added queue.
2018-04-28 23:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13557) added to recently added queue.
2018-04-28 23:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13559, grandparent 8328) added to recently added queue.
2018-04-28 23:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13560, grandparent 9844) added to recently added queue.
2018-04-28 23:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13557 removed from recently added queue.
2018-04-28 23:03:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:06:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13566) added to recently added queue.
2018-04-28 23:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13567 , parent 13566) added to recently added queue.
2018-04-28 23:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13568, grandparent 13566) added to recently added queue.
2018-04-28 23:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13569, grandparent 7728) added to recently added queue.
2018-04-28 23:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13570, grandparent 9844) added to recently added queue.
2018-04-28 23:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13571) added to recently added queue.
2018-04-28 23:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13573, grandparent 8328) added to recently added queue.
2018-04-28 23:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13574, grandparent 9844) added to recently added queue.
2018-04-28 23:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13571 removed from recently added queue.
2018-04-28 23:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:11:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13580) added to recently added queue.
2018-04-28 23:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13581 , parent 13580) added to recently added queue.
2018-04-28 23:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13582, grandparent 13580) added to recently added queue.
2018-04-28 23:13:31 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 23:13:31 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 23:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13584, grandparent 9844) added to recently added queue.
2018-04-28 23:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13585) added to recently added queue.
2018-04-28 23:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13587, grandparent 8328) added to recently added queue.
2018-04-28 23:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13588, grandparent 9844) added to recently added queue.
2018-04-28 23:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13585 removed from recently added queue.
2018-04-28 23:16:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13595) added to recently added queue.
2018-04-28 23:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13596 , parent 13595) added to recently added queue.
2018-04-28 23:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13597, grandparent 13595) added to recently added queue.
2018-04-28 23:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13598, grandparent 13595) added to recently added queue.
2018-04-28 23:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13599, grandparent 9844) added to recently added queue.
2018-04-28 23:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13600) added to recently added queue.
2018-04-28 23:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13602, grandparent 8328) added to recently added queue.
2018-04-28 23:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13603, grandparent 9844) added to recently added queue.
2018-04-28 23:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13600 removed from recently added queue.
2018-04-28 23:21:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13609) added to recently added queue.
2018-04-28 23:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13610 , parent 13609) added to recently added queue.
2018-04-28 23:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13611, grandparent 13609) added to recently added queue.
2018-04-28 23:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13612, grandparent 7728) added to recently added queue.
2018-04-28 23:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13613, grandparent 9844) added to recently added queue.
2018-04-28 23:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13614) added to recently added queue.
2018-04-28 23:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13616, grandparent 8328) added to recently added queue.
2018-04-28 23:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13617, grandparent 9844) added to recently added queue.
2018-04-28 23:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13614 removed from recently added queue.
2018-04-28 23:23:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:26:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13623) added to recently added queue.
2018-04-28 23:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13624 , parent 13623) added to recently added queue.
2018-04-28 23:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13625, grandparent 13623) added to recently added queue.
2018-04-28 23:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13626, grandparent 7728) added to recently added queue.
2018-04-28 23:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13627, grandparent 9844) added to recently added queue.
2018-04-28 23:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13628) added to recently added queue.
2018-04-28 23:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13630, grandparent 8328) added to recently added queue.
2018-04-28 23:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13631, grandparent 9844) added to recently added queue.
2018-04-28 23:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13628 removed from recently added queue.
2018-04-28 23:28:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13637) added to recently added queue.
2018-04-28 23:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13638 , parent 13637) added to recently added queue.
2018-04-28 23:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13639, grandparent 13637) added to recently added queue.
2018-04-28 23:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13640, grandparent 7728) added to recently added queue.
2018-04-28 23:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13641, grandparent 9844) added to recently added queue.
2018-04-28 23:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13642) added to recently added queue.
2018-04-28 23:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13644, grandparent 8328) added to recently added queue.
2018-04-28 23:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13645, grandparent 9844) added to recently added queue.
2018-04-28 23:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13642 removed from recently added queue.
2018-04-28 23:33:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:36:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13651) added to recently added queue.
2018-04-28 23:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13652 , parent 13651) added to recently added queue.
2018-04-28 23:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13653, grandparent 13651) added to recently added queue.
2018-04-28 23:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13654, grandparent 7728) added to recently added queue.
2018-04-28 23:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13655, grandparent 9844) added to recently added queue.
2018-04-28 23:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13656) added to recently added queue.
2018-04-28 23:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13658, grandparent 8328) added to recently added queue.
2018-04-28 23:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13659, grandparent 9844) added to recently added queue.
2018-04-28 23:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13656 removed from recently added queue.
2018-04-28 23:38:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:40:58 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13665) added to recently added queue.
2018-04-28 23:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13666 , parent 13665) added to recently added queue.
2018-04-28 23:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13667, grandparent 13665) added to recently added queue.
2018-04-28 23:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13668, grandparent 7728) added to recently added queue.
2018-04-28 23:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13669, grandparent 9844) added to recently added queue.
2018-04-28 23:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13670) added to recently added queue.
2018-04-28 23:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13672, grandparent 8328) added to recently added queue.
2018-04-28 23:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13673, grandparent 9844) added to recently added queue.
2018-04-28 23:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13670 removed from recently added queue.
2018-04-28 23:43:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:46:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13679) added to recently added queue.
2018-04-28 23:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13680 , parent 13679) added to recently added queue.
2018-04-28 23:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13681, grandparent 13679) added to recently added queue.
2018-04-28 23:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13682, grandparent 7728) added to recently added queue.
2018-04-28 23:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13683, grandparent 9844) added to recently added queue.
2018-04-28 23:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13684) added to recently added queue.
2018-04-28 23:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13686, grandparent 8328) added to recently added queue.
2018-04-28 23:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13687, grandparent 9844) added to recently added queue.
2018-04-28 23:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13684 removed from recently added queue.
2018-04-28 23:48:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:51:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13693) added to recently added queue.
2018-04-28 23:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13694 , parent 13693) added to recently added queue.
2018-04-28 23:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13695, grandparent 13693) added to recently added queue.
2018-04-28 23:53:32 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-28 23:53:32 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-28 23:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13697, grandparent 9844) added to recently added queue.
2018-04-28 23:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13698) added to recently added queue.
2018-04-28 23:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13700, grandparent 8328) added to recently added queue.
2018-04-28 23:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13701, grandparent 9844) added to recently added queue.
2018-04-28 23:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13698 removed from recently added queue.
2018-04-28 23:53:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-28 23:56:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-28 23:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13708) added to recently added queue.
2018-04-28 23:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13709 , parent 13708) added to recently added queue.
2018-04-28 23:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13710, grandparent 13708) added to recently added queue.
2018-04-28 23:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13711, grandparent 13708) added to recently added queue.
2018-04-28 23:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13712, grandparent 9844) added to recently added queue.
2018-04-28 23:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13713) added to recently added queue.
2018-04-28 23:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13715, grandparent 8328) added to recently added queue.
2018-04-28 23:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13716, grandparent 9844) added to recently added queue.
2018-04-28 23:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13713 removed from recently added queue.
2018-04-28 23:58:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:01:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13722) added to recently added queue.
2018-04-29 00:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13723 , parent 13722) added to recently added queue.
2018-04-29 00:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13724, grandparent 13722) added to recently added queue.
2018-04-29 00:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13725, grandparent 7728) added to recently added queue.
2018-04-29 00:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13726, grandparent 9844) added to recently added queue.
2018-04-29 00:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13727) added to recently added queue.
2018-04-29 00:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13729, grandparent 8328) added to recently added queue.
2018-04-29 00:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13730, grandparent 9844) added to recently added queue.
2018-04-29 00:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13727 removed from recently added queue.
2018-04-29 00:03:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:06:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13736) added to recently added queue.
2018-04-29 00:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13737 , parent 13736) added to recently added queue.
2018-04-29 00:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13738, grandparent 13736) added to recently added queue.
2018-04-29 00:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13739, grandparent 7728) added to recently added queue.
2018-04-29 00:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13740, grandparent 9844) added to recently added queue.
2018-04-29 00:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13741) added to recently added queue.
2018-04-29 00:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13743, grandparent 8328) added to recently added queue.
2018-04-29 00:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13744, grandparent 9844) added to recently added queue.
2018-04-29 00:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13741 removed from recently added queue.
2018-04-29 00:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:11:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13750) added to recently added queue.
2018-04-29 00:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13751 , parent 13750) added to recently added queue.
2018-04-29 00:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13752, grandparent 13750) added to recently added queue.
2018-04-29 00:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13753, grandparent 7728) added to recently added queue.
2018-04-29 00:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13754, grandparent 9844) added to recently added queue.
2018-04-29 00:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13755) added to recently added queue.
2018-04-29 00:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13757, grandparent 8328) added to recently added queue.
2018-04-29 00:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13758, grandparent 9844) added to recently added queue.
2018-04-29 00:13:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13755 removed from recently added queue.
2018-04-29 00:13:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:16:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13764) added to recently added queue.
2018-04-29 00:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13765 , parent 13764) added to recently added queue.
2018-04-29 00:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13766, grandparent 13764) added to recently added queue.
2018-04-29 00:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13767, grandparent 7728) added to recently added queue.
2018-04-29 00:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13768, grandparent 9844) added to recently added queue.
2018-04-29 00:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13769) added to recently added queue.
2018-04-29 00:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13771, grandparent 8328) added to recently added queue.
2018-04-29 00:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13772, grandparent 9844) added to recently added queue.
2018-04-29 00:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13769 removed from recently added queue.
2018-04-29 00:21:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13778) added to recently added queue.
2018-04-29 00:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13779 , parent 13778) added to recently added queue.
2018-04-29 00:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13780, grandparent 13778) added to recently added queue.
2018-04-29 00:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13781, grandparent 7728) added to recently added queue.
2018-04-29 00:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13782, grandparent 9844) added to recently added queue.
2018-04-29 00:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13783) added to recently added queue.
2018-04-29 00:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13785, grandparent 8328) added to recently added queue.
2018-04-29 00:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13786, grandparent 9844) added to recently added queue.
2018-04-29 00:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13783 removed from recently added queue.
2018-04-29 00:26:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13792) added to recently added queue.
2018-04-29 00:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13793 , parent 13792) added to recently added queue.
2018-04-29 00:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13794, grandparent 13792) added to recently added queue.
2018-04-29 00:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13795, grandparent 7728) added to recently added queue.
2018-04-29 00:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13796, grandparent 9844) added to recently added queue.
2018-04-29 00:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13797) added to recently added queue.
2018-04-29 00:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13799, grandparent 8328) added to recently added queue.
2018-04-29 00:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13800, grandparent 9844) added to recently added queue.
2018-04-29 00:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13797 removed from recently added queue.
2018-04-29 00:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13806) added to recently added queue.
2018-04-29 00:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13807 , parent 13806) added to recently added queue.
2018-04-29 00:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13808, grandparent 13806) added to recently added queue.
2018-04-29 00:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13809, grandparent 7728) added to recently added queue.
2018-04-29 00:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13810, grandparent 9844) added to recently added queue.
2018-04-29 00:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13811) added to recently added queue.
2018-04-29 00:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13813, grandparent 8328) added to recently added queue.
2018-04-29 00:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13814, grandparent 9844) added to recently added queue.
2018-04-29 00:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13811 removed from recently added queue.
2018-04-29 00:33:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:36:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13820) added to recently added queue.
2018-04-29 00:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13821 , parent 13820) added to recently added queue.
2018-04-29 00:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13822, grandparent 13820) added to recently added queue.
2018-04-29 00:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13823, grandparent 7728) added to recently added queue.
2018-04-29 00:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13824, grandparent 9844) added to recently added queue.
2018-04-29 00:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13825) added to recently added queue.
2018-04-29 00:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13827, grandparent 8328) added to recently added queue.
2018-04-29 00:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13828, grandparent 9844) added to recently added queue.
2018-04-29 00:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13825 removed from recently added queue.
2018-04-29 00:38:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:41:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13834) added to recently added queue.
2018-04-29 00:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13835 , parent 13834) added to recently added queue.
2018-04-29 00:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13836, grandparent 13834) added to recently added queue.
2018-04-29 00:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13837, grandparent 7728) added to recently added queue.
2018-04-29 00:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13838, grandparent 9844) added to recently added queue.
2018-04-29 00:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13839) added to recently added queue.
2018-04-29 00:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13841, grandparent 8328) added to recently added queue.
2018-04-29 00:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13842, grandparent 9844) added to recently added queue.
2018-04-29 00:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13839 removed from recently added queue.
2018-04-29 00:43:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:46:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13848) added to recently added queue.
2018-04-29 00:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13849 , parent 13848) added to recently added queue.
2018-04-29 00:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13850, grandparent 13848) added to recently added queue.
2018-04-29 00:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13851, grandparent 7728) added to recently added queue.
2018-04-29 00:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13852, grandparent 9844) added to recently added queue.
2018-04-29 00:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13853) added to recently added queue.
2018-04-29 00:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13855, grandparent 8328) added to recently added queue.
2018-04-29 00:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13856, grandparent 9844) added to recently added queue.
2018-04-29 00:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13853 removed from recently added queue.
2018-04-29 00:48:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 00:51:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13862) added to recently added queue.
2018-04-29 00:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13863 , parent 13862) added to recently added queue.
2018-04-29 00:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13864, grandparent 13862) added to recently added queue.
2018-04-29 00:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13865, grandparent 7728) added to recently added queue.
2018-04-29 00:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13866, grandparent 9844) added to recently added queue.
2018-04-29 00:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13867) added to recently added queue.
2018-04-29 00:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13869, grandparent 8328) added to recently added queue.
2018-04-29 00:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13870, grandparent 9844) added to recently added queue.
2018-04-29 00:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13867 removed from recently added queue.
2018-04-29 00:56:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 00:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13876) added to recently added queue.
2018-04-29 00:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13877 , parent 13876) added to recently added queue.
2018-04-29 00:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13878, grandparent 13876) added to recently added queue.
2018-04-29 00:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13879, grandparent 7728) added to recently added queue.
2018-04-29 00:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13880, grandparent 9844) added to recently added queue.
2018-04-29 00:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13881) added to recently added queue.
2018-04-29 00:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13883, grandparent 8328) added to recently added queue.
2018-04-29 00:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13884, grandparent 9844) added to recently added queue.
2018-04-29 00:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13881 removed from recently added queue.
2018-04-29 01:01:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13890) added to recently added queue.
2018-04-29 01:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13891 , parent 13890) added to recently added queue.
2018-04-29 01:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13892, grandparent 13890) added to recently added queue.
2018-04-29 01:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13893, grandparent 7728) added to recently added queue.
2018-04-29 01:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13894, grandparent 9844) added to recently added queue.
2018-04-29 01:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13895) added to recently added queue.
2018-04-29 01:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13897, grandparent 8328) added to recently added queue.
2018-04-29 01:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13898, grandparent 9844) added to recently added queue.
2018-04-29 01:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13895 removed from recently added queue.
2018-04-29 01:03:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:06:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13904) added to recently added queue.
2018-04-29 01:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13905 , parent 13904) added to recently added queue.
2018-04-29 01:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13906, grandparent 13904) added to recently added queue.
2018-04-29 01:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13907, grandparent 7728) added to recently added queue.
2018-04-29 01:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13908, grandparent 9844) added to recently added queue.
2018-04-29 01:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13909) added to recently added queue.
2018-04-29 01:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13911, grandparent 8328) added to recently added queue.
2018-04-29 01:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13912, grandparent 9844) added to recently added queue.
2018-04-29 01:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13909 removed from recently added queue.
2018-04-29 01:08:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:11:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:14:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13918) added to recently added queue.
2018-04-29 01:14:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13919 , parent 13918) added to recently added queue.
2018-04-29 01:14:14 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13920, grandparent 13918) added to recently added queue.
2018-04-29 01:14:15 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13921, grandparent 7728) added to recently added queue.
2018-04-29 01:14:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13922, grandparent 9844) added to recently added queue.
2018-04-29 01:14:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13923) added to recently added queue.
2018-04-29 01:14:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13925, grandparent 8328) added to recently added queue.
2018-04-29 01:14:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13926, grandparent 9844) added to recently added queue.
2018-04-29 01:14:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13923 removed from recently added queue.
2018-04-29 01:14:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:17:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:19:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13932) added to recently added queue.
2018-04-29 01:19:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13933 , parent 13932) added to recently added queue.
2018-04-29 01:19:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13934, grandparent 13932) added to recently added queue.
2018-04-29 01:19:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13935, grandparent 7728) added to recently added queue.
2018-04-29 01:19:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13936, grandparent 9844) added to recently added queue.
2018-04-29 01:19:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13937) added to recently added queue.
2018-04-29 01:19:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13939, grandparent 8328) added to recently added queue.
2018-04-29 01:19:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13940, grandparent 9844) added to recently added queue.
2018-04-29 01:19:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13937 removed from recently added queue.
2018-04-29 01:19:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:21:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:23:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13946) added to recently added queue.
2018-04-29 01:23:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13947 , parent 13946) added to recently added queue.
2018-04-29 01:23:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13948, grandparent 13946) added to recently added queue.
2018-04-29 01:23:54 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-29 01:23:54 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-29 01:23:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13950, grandparent 9844) added to recently added queue.
2018-04-29 01:23:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13951) added to recently added queue.
2018-04-29 01:23:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13953, grandparent 8328) added to recently added queue.
2018-04-29 01:23:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13954, grandparent 9844) added to recently added queue.
2018-04-29 01:23:57 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13951 removed from recently added queue.
2018-04-29 01:24:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:26:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:29:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13961) added to recently added queue.
2018-04-29 01:29:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13962 , parent 13961) added to recently added queue.
2018-04-29 01:29:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13963, grandparent 13961) added to recently added queue.
2018-04-29 01:29:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13964, grandparent 13961) added to recently added queue.
2018-04-29 01:29:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13965, grandparent 9844) added to recently added queue.
2018-04-29 01:29:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13966) added to recently added queue.
2018-04-29 01:29:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13968, grandparent 8328) added to recently added queue.
2018-04-29 01:29:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13969, grandparent 9844) added to recently added queue.
2018-04-29 01:29:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13966 removed from recently added queue.
2018-04-29 01:32:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13975) added to recently added queue.
2018-04-29 01:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13976 , parent 13975) added to recently added queue.
2018-04-29 01:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13977, grandparent 13975) added to recently added queue.
2018-04-29 01:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (13978, grandparent 7728) added to recently added queue.
2018-04-29 01:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13979, grandparent 9844) added to recently added queue.
2018-04-29 01:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13980) added to recently added queue.
2018-04-29 01:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13982, grandparent 8328) added to recently added queue.
2018-04-29 01:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13983, grandparent 9844) added to recently added queue.
2018-04-29 01:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13980 removed from recently added queue.
2018-04-29 01:36:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:38:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (13989) added to recently added queue.
2018-04-29 01:38:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (13990 , parent 13989) added to recently added queue.
2018-04-29 01:38:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (13991, grandparent 13989) added to recently added queue.
2018-04-29 01:38:41 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-29 01:38:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (13993, grandparent 9844) added to recently added queue.
2018-04-29 01:38:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (13994) added to recently added queue.
2018-04-29 01:38:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (13996, grandparent 8328) added to recently added queue.
2018-04-29 01:38:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (13997, grandparent 9844) added to recently added queue.
2018-04-29 01:38:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 13994 removed from recently added queue.
2018-04-29 01:39:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:41:00 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14003) added to recently added queue.
2018-04-29 01:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14004 , parent 14003) added to recently added queue.
2018-04-29 01:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14005, grandparent 14003) added to recently added queue.
2018-04-29 01:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14006, grandparent 7728) added to recently added queue.
2018-04-29 01:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14007, grandparent 9844) added to recently added queue.
2018-04-29 01:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14008) added to recently added queue.
2018-04-29 01:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14010, grandparent 8328) added to recently added queue.
2018-04-29 01:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14011, grandparent 9844) added to recently added queue.
2018-04-29 01:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14008 removed from recently added queue.
2018-04-29 01:43:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 01:45:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14017) added to recently added queue.
2018-04-29 01:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14018 , parent 14017) added to recently added queue.
2018-04-29 01:48:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14019, grandparent 14017) added to recently added queue.
2018-04-29 01:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14020, grandparent 7728) added to recently added queue.
2018-04-29 01:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14021, grandparent 9844) added to recently added queue.
2018-04-29 01:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14022) added to recently added queue.
2018-04-29 01:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14024, grandparent 8328) added to recently added queue.
2018-04-29 01:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14025, grandparent 9844) added to recently added queue.
2018-04-29 01:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14022 removed from recently added queue.
2018-04-29 01:50:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14031) added to recently added queue.
2018-04-29 01:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14032 , parent 14031) added to recently added queue.
2018-04-29 01:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14033, grandparent 14031) added to recently added queue.
2018-04-29 01:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14034, grandparent 7728) added to recently added queue.
2018-04-29 01:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14035, grandparent 9844) added to recently added queue.
2018-04-29 01:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14036) added to recently added queue.
2018-04-29 01:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14038, grandparent 8328) added to recently added queue.
2018-04-29 01:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14039, grandparent 9844) added to recently added queue.
2018-04-29 01:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14036 removed from recently added queue.
2018-04-29 01:55:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 01:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14045) added to recently added queue.
2018-04-29 01:58:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14046 , parent 14045) added to recently added queue.
2018-04-29 01:58:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14047, grandparent 14045) added to recently added queue.
2018-04-29 01:58:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14048, grandparent 7728) added to recently added queue.
2018-04-29 01:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14049, grandparent 9844) added to recently added queue.
2018-04-29 01:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14050) added to recently added queue.
2018-04-29 01:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14052, grandparent 8328) added to recently added queue.
2018-04-29 01:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14053, grandparent 9844) added to recently added queue.
2018-04-29 01:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14050 removed from recently added queue.
2018-04-29 02:00:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:03:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14059) added to recently added queue.
2018-04-29 02:03:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14060 , parent 14059) added to recently added queue.
2018-04-29 02:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14061, grandparent 14059) added to recently added queue.
2018-04-29 02:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14062, grandparent 7728) added to recently added queue.
2018-04-29 02:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14063, grandparent 9844) added to recently added queue.
2018-04-29 02:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14064) added to recently added queue.
2018-04-29 02:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14066, grandparent 8328) added to recently added queue.
2018-04-29 02:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14067, grandparent 9844) added to recently added queue.
2018-04-29 02:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14064 removed from recently added queue.
2018-04-29 02:03:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:05:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:08:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14073) added to recently added queue.
2018-04-29 02:08:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14074 , parent 14073) added to recently added queue.
2018-04-29 02:08:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14075, grandparent 14073) added to recently added queue.
2018-04-29 02:08:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14076, grandparent 7728) added to recently added queue.
2018-04-29 02:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14077, grandparent 9844) added to recently added queue.
2018-04-29 02:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14078) added to recently added queue.
2018-04-29 02:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14080, grandparent 8328) added to recently added queue.
2018-04-29 02:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14081, grandparent 9844) added to recently added queue.
2018-04-29 02:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14078 removed from recently added queue.
2018-04-29 02:10:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14087) added to recently added queue.
2018-04-29 02:13:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14088 , parent 14087) added to recently added queue.
2018-04-29 02:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14089, grandparent 14087) added to recently added queue.
2018-04-29 02:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14090, grandparent 7728) added to recently added queue.
2018-04-29 02:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14091, grandparent 9844) added to recently added queue.
2018-04-29 02:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14092) added to recently added queue.
2018-04-29 02:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14094, grandparent 8328) added to recently added queue.
2018-04-29 02:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14095, grandparent 9844) added to recently added queue.
2018-04-29 02:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14092 removed from recently added queue.
2018-04-29 02:15:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:18:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14101) added to recently added queue.
2018-04-29 02:18:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14102 , parent 14101) added to recently added queue.
2018-04-29 02:18:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14103, grandparent 14101) added to recently added queue.
2018-04-29 02:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14104, grandparent 7728) added to recently added queue.
2018-04-29 02:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14105, grandparent 9844) added to recently added queue.
2018-04-29 02:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14106) added to recently added queue.
2018-04-29 02:18:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14108, grandparent 8328) added to recently added queue.
2018-04-29 02:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14109, grandparent 9844) added to recently added queue.
2018-04-29 02:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14106 removed from recently added queue.
2018-04-29 02:18:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:20:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14115) added to recently added queue.
2018-04-29 02:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14116 , parent 14115) added to recently added queue.
2018-04-29 02:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14117, grandparent 14115) added to recently added queue.
2018-04-29 02:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14118, grandparent 7728) added to recently added queue.
2018-04-29 02:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14119, grandparent 9844) added to recently added queue.
2018-04-29 02:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14120) added to recently added queue.
2018-04-29 02:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14122, grandparent 8328) added to recently added queue.
2018-04-29 02:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14123, grandparent 9844) added to recently added queue.
2018-04-29 02:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14120 removed from recently added queue.
2018-04-29 02:23:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:25:48 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14129) added to recently added queue.
2018-04-29 02:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14130 , parent 14129) added to recently added queue.
2018-04-29 02:28:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14131, grandparent 14129) added to recently added queue.
2018-04-29 02:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14132, grandparent 7728) added to recently added queue.
2018-04-29 02:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14133, grandparent 9844) added to recently added queue.
2018-04-29 02:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14134) added to recently added queue.
2018-04-29 02:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14136, grandparent 8328) added to recently added queue.
2018-04-29 02:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14137, grandparent 9844) added to recently added queue.
2018-04-29 02:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14134 removed from recently added queue.
2018-04-29 02:28:45 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:30:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:33:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14143) added to recently added queue.
2018-04-29 02:33:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14144 , parent 14143) added to recently added queue.
2018-04-29 02:33:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14145, grandparent 14143) added to recently added queue.
2018-04-29 02:33:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14146, grandparent 7728) added to recently added queue.
2018-04-29 02:33:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14147, grandparent 9844) added to recently added queue.
2018-04-29 02:33:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14148) added to recently added queue.
2018-04-29 02:33:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14150, grandparent 8328) added to recently added queue.
2018-04-29 02:33:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14151, grandparent 9844) added to recently added queue.
2018-04-29 02:33:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14148 removed from recently added queue.
2018-04-29 02:33:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:35:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:38:48 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14157) added to recently added queue.
2018-04-29 02:38:49 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14158 , parent 14157) added to recently added queue.
2018-04-29 02:38:50 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14159, grandparent 14157) added to recently added queue.
2018-04-29 02:38:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14160, grandparent 7728) added to recently added queue.
2018-04-29 02:38:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14161, grandparent 9844) added to recently added queue.
2018-04-29 02:38:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14162) added to recently added queue.
2018-04-29 02:38:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14164, grandparent 8328) added to recently added queue.
2018-04-29 02:38:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14165, grandparent 9844) added to recently added queue.
2018-04-29 02:38:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14162 removed from recently added queue.
2018-04-29 02:39:16 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:41:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:43:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14171) added to recently added queue.
2018-04-29 02:43:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14172 , parent 14171) added to recently added queue.
2018-04-29 02:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14173, grandparent 14171) added to recently added queue.
2018-04-29 02:43:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14174, grandparent 7728) added to recently added queue.
2018-04-29 02:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14175, grandparent 9844) added to recently added queue.
2018-04-29 02:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14176) added to recently added queue.
2018-04-29 02:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14178, grandparent 8328) added to recently added queue.
2018-04-29 02:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14179, grandparent 9844) added to recently added queue.
2018-04-29 02:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14176 removed from recently added queue.
2018-04-29 02:43:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:45:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14185) added to recently added queue.
2018-04-29 02:48:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14186 , parent 14185) added to recently added queue.
2018-04-29 02:48:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14187, grandparent 14185) added to recently added queue.
2018-04-29 02:48:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14188, grandparent 7728) added to recently added queue.
2018-04-29 02:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14189, grandparent 9844) added to recently added queue.
2018-04-29 02:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14190) added to recently added queue.
2018-04-29 02:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14192, grandparent 8328) added to recently added queue.
2018-04-29 02:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14193, grandparent 9844) added to recently added queue.
2018-04-29 02:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14190 removed from recently added queue.
2018-04-29 02:48:46 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:50:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:53:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14199) added to recently added queue.
2018-04-29 02:53:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14200 , parent 14199) added to recently added queue.
2018-04-29 02:53:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14201, grandparent 14199) added to recently added queue.
2018-04-29 02:53:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14202, grandparent 7728) added to recently added queue.
2018-04-29 02:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14203, grandparent 9844) added to recently added queue.
2018-04-29 02:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14204) added to recently added queue.
2018-04-29 02:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14206, grandparent 8328) added to recently added queue.
2018-04-29 02:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14207, grandparent 9844) added to recently added queue.
2018-04-29 02:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14204 removed from recently added queue.
2018-04-29 02:53:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 02:55:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 02:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14213) added to recently added queue.
2018-04-29 02:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14214 , parent 14213) added to recently added queue.
2018-04-29 02:58:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14215, grandparent 14213) added to recently added queue.
2018-04-29 02:58:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14216, grandparent 7728) added to recently added queue.
2018-04-29 02:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14217, grandparent 9844) added to recently added queue.
2018-04-29 02:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14218) added to recently added queue.
2018-04-29 02:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14220, grandparent 8328) added to recently added queue.
2018-04-29 02:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14221, grandparent 9844) added to recently added queue.
2018-04-29 02:58:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14218 removed from recently added queue.
2018-04-29 02:58:43 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 03:00:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:03:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14227) added to recently added queue.
2018-04-29 03:03:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14228 , parent 14227) added to recently added queue.
2018-04-29 03:03:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14229, grandparent 14227) added to recently added queue.
2018-04-29 03:03:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14230, grandparent 7728) added to recently added queue.
2018-04-29 03:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14231, grandparent 9844) added to recently added queue.
2018-04-29 03:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14232) added to recently added queue.
2018-04-29 03:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14234, grandparent 8328) added to recently added queue.
2018-04-29 03:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14235, grandparent 9844) added to recently added queue.
2018-04-29 03:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14232 removed from recently added queue.
2018-04-29 03:05:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:08:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14241) added to recently added queue.
2018-04-29 03:08:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14242 , parent 14241) added to recently added queue.
2018-04-29 03:08:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14243, grandparent 14241) added to recently added queue.
2018-04-29 03:08:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14244, grandparent 7728) added to recently added queue.
2018-04-29 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14245, grandparent 9844) added to recently added queue.
2018-04-29 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14246) added to recently added queue.
2018-04-29 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14248, grandparent 8328) added to recently added queue.
2018-04-29 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14249, grandparent 9844) added to recently added queue.
2018-04-29 03:08:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14246 removed from recently added queue.
2018-04-29 03:08:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 03:10:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:13:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14255) added to recently added queue.
2018-04-29 03:13:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14256 , parent 14255) added to recently added queue.
2018-04-29 03:13:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14257, grandparent 14255) added to recently added queue.
2018-04-29 03:13:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14258, grandparent 7728) added to recently added queue.
2018-04-29 03:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14259, grandparent 9844) added to recently added queue.
2018-04-29 03:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14260) added to recently added queue.
2018-04-29 03:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14262, grandparent 8328) added to recently added queue.
2018-04-29 03:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14263, grandparent 9844) added to recently added queue.
2018-04-29 03:13:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14260 removed from recently added queue.
2018-04-29 03:15:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:18:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14269) added to recently added queue.
2018-04-29 03:18:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14270 , parent 14269) added to recently added queue.
2018-04-29 03:18:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14271, grandparent 14269) added to recently added queue.
2018-04-29 03:18:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14272, grandparent 7728) added to recently added queue.
2018-04-29 03:18:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14273, grandparent 9844) added to recently added queue.
2018-04-29 03:18:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14274) added to recently added queue.
2018-04-29 03:18:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14276, grandparent 8328) added to recently added queue.
2018-04-29 03:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14277, grandparent 9844) added to recently added queue.
2018-04-29 03:18:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14274 removed from recently added queue.
2018-04-29 03:18:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 03:20:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:23:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14283) added to recently added queue.
2018-04-29 03:23:17 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14284 , parent 14283) added to recently added queue.
2018-04-29 03:23:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14285, grandparent 14283) added to recently added queue.
2018-04-29 03:23:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14286, grandparent 7728) added to recently added queue.
2018-04-29 03:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14287, grandparent 9844) added to recently added queue.
2018-04-29 03:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14288) added to recently added queue.
2018-04-29 03:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14290, grandparent 8328) added to recently added queue.
2018-04-29 03:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14291, grandparent 9844) added to recently added queue.
2018-04-29 03:23:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14288 removed from recently added queue.
2018-04-29 03:25:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14297) added to recently added queue.
2018-04-29 03:28:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14298 , parent 14297) added to recently added queue.
2018-04-29 03:28:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14299, grandparent 14297) added to recently added queue.
2018-04-29 03:28:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14300, grandparent 7728) added to recently added queue.
2018-04-29 03:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14301, grandparent 9844) added to recently added queue.
2018-04-29 03:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14302) added to recently added queue.
2018-04-29 03:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14304, grandparent 8328) added to recently added queue.
2018-04-29 03:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14305, grandparent 9844) added to recently added queue.
2018-04-29 03:28:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14302 removed from recently added queue.
2018-04-29 03:28:42 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 03:30:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:33:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14311) added to recently added queue.
2018-04-29 03:33:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14312 , parent 14311) added to recently added queue.
2018-04-29 03:33:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14313, grandparent 14311) added to recently added queue.
2018-04-29 03:33:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14314, grandparent 7728) added to recently added queue.
2018-04-29 03:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14315, grandparent 9844) added to recently added queue.
2018-04-29 03:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14316) added to recently added queue.
2018-04-29 03:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14318, grandparent 8328) added to recently added queue.
2018-04-29 03:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14319, grandparent 9844) added to recently added queue.
2018-04-29 03:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14316 removed from recently added queue.
2018-04-29 03:35:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:38:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14325) added to recently added queue.
2018-04-29 03:38:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14326 , parent 14325) added to recently added queue.
2018-04-29 03:38:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14327, grandparent 14325) added to recently added queue.
2018-04-29 03:38:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14328, grandparent 7728) added to recently added queue.
2018-04-29 03:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14329, grandparent 9844) added to recently added queue.
2018-04-29 03:38:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14330) added to recently added queue.
2018-04-29 03:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14332, grandparent 8328) added to recently added queue.
2018-04-29 03:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14333, grandparent 9844) added to recently added queue.
2018-04-29 03:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14330 removed from recently added queue.
2018-04-29 03:40:40 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:43:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14339) added to recently added queue.
2018-04-29 03:43:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14340 , parent 14339) added to recently added queue.
2018-04-29 03:43:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14341, grandparent 14339) added to recently added queue.
2018-04-29 03:43:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14342, grandparent 7728) added to recently added queue.
2018-04-29 03:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14343, grandparent 9844) added to recently added queue.
2018-04-29 03:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14344) added to recently added queue.
2018-04-29 03:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14346, grandparent 8328) added to recently added queue.
2018-04-29 03:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14347, grandparent 9844) added to recently added queue.
2018-04-29 03:43:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14344 removed from recently added queue.
2018-04-29 03:45:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:48:18 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14353) added to recently added queue.
2018-04-29 03:48:19 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14354 , parent 14353) added to recently added queue.
2018-04-29 03:48:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14355, grandparent 14353) added to recently added queue.
2018-04-29 03:48:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14356, grandparent 7728) added to recently added queue.
2018-04-29 03:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14357, grandparent 9844) added to recently added queue.
2018-04-29 03:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14358) added to recently added queue.
2018-04-29 03:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14360, grandparent 8328) added to recently added queue.
2018-04-29 03:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14361, grandparent 9844) added to recently added queue.
2018-04-29 03:48:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14358 removed from recently added queue.
2018-04-29 03:50:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:53:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14367) added to recently added queue.
2018-04-29 03:53:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14368 , parent 14367) added to recently added queue.
2018-04-29 03:53:23 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14369, grandparent 14367) added to recently added queue.
2018-04-29 03:53:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14370, grandparent 7728) added to recently added queue.
2018-04-29 03:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14371, grandparent 9844) added to recently added queue.
2018-04-29 03:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14372) added to recently added queue.
2018-04-29 03:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14374, grandparent 8328) added to recently added queue.
2018-04-29 03:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14375, grandparent 9844) added to recently added queue.
2018-04-29 03:53:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14372 removed from recently added queue.
2018-04-29 03:53:44 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 03:55:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 03:58:20 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14381) added to recently added queue.
2018-04-29 03:58:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14382 , parent 14381) added to recently added queue.
2018-04-29 03:58:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14383, grandparent 14381) added to recently added queue.
2018-04-29 03:58:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14384, grandparent 7728) added to recently added queue.
2018-04-29 03:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14385, grandparent 9844) added to recently added queue.
2018-04-29 03:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14386) added to recently added queue.
2018-04-29 03:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14388, grandparent 8328) added to recently added queue.
2018-04-29 03:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14389, grandparent 9844) added to recently added queue.
2018-04-29 03:58:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14386 removed from recently added queue.
2018-04-29 03:58:41 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 04:00:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:03:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14395) added to recently added queue.
2018-04-29 04:03:21 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14396 , parent 14395) added to recently added queue.
2018-04-29 04:03:22 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14397, grandparent 14395) added to recently added queue.
2018-04-29 04:03:23 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-29 04:03:23 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-29 04:03:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14399, grandparent 9844) added to recently added queue.
2018-04-29 04:03:24 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14400) added to recently added queue.
2018-04-29 04:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14402, grandparent 8328) added to recently added queue.
2018-04-29 04:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14403, grandparent 9844) added to recently added queue.
2018-04-29 04:03:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14400 removed from recently added queue.
2018-04-29 04:05:58 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14410) added to recently added queue.
2018-04-29 04:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14411 , parent 14410) added to recently added queue.
2018-04-29 04:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14412, grandparent 14410) added to recently added queue.
2018-04-29 04:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14413, grandparent 14410) added to recently added queue.
2018-04-29 04:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14414, grandparent 9844) added to recently added queue.
2018-04-29 04:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14415) added to recently added queue.
2018-04-29 04:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14417, grandparent 8328) added to recently added queue.
2018-04-29 04:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14418, grandparent 9844) added to recently added queue.
2018-04-29 04:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14415 removed from recently added queue.
2018-04-29 04:08:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 04:09:09 - INFO :: Thread-16 : Retrieving latest version information from GitHub
2018-04-29 04:09:09 - DEBUG :: Thread-16 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-29 04:09:09 - INFO :: Thread-24 : Tautulli PlexTV :: Requesting resources for server...
2018-04-29 04:09:09 - INFO :: Thread-15 : Tautulli Users :: Requesting users list refresh...
2018-04-29 04:09:09 - INFO :: Thread-25 : Tautulli Libraries :: Requesting libraries list refresh...
2018-04-29 04:09:09 - DEBUG :: Thread-27 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180429040909.sched.db
2018-04-29 04:09:09 - INFO :: Thread-32 : Tautulli Config :: Writing configuration to file
2018-04-29 04:09:09 - DEBUG :: Thread-32 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180429040909.sched.ini
2018-04-29 04:09:09 - INFO :: Thread-17 : Tautulli Monitor :: Checking for PMS updates...
2018-04-29 04:09:09 - DEBUG :: Thread-17 : Tautulli PlexTV :: Retrieving current server version.
2018-04-29 04:09:10 - INFO :: Thread-17 : Tautulli Config :: Writing configuration to file
2018-04-29 04:09:10 - INFO :: Thread-24 : Tautulli PlexTV :: Server URL retrieved.
2018-04-29 04:09:10 - DEBUG :: Thread-16 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-29 04:09:10 - INFO :: Thread-16 : Tautulli is up to date
2018-04-29 04:09:10 - INFO :: Thread-24 : Tautulli Config :: Writing configuration to file
2018-04-29 04:09:10 - DEBUG :: Thread-25 : Tautulli Pmsconnect :: No library data.
2018-04-29 04:09:10 - DEBUG :: Thread-17 : Tautulli PlexTV :: Plex update channel is public.
2018-04-29 04:09:10 - INFO :: Thread-15 : Tautulli Users :: Users list refreshed.
2018-04-29 04:09:10 - DEBUG :: Thread-25 : Tautulli Pmsconnect :: No library data.
2018-04-29 04:09:10 - INFO :: Thread-17 : Tautulli Monitor :: Current PMS version: 1.12.3.4973-215c28d86
2018-04-29 04:09:10 - INFO :: Thread-17 : Tautulli Monitor :: No PMS update available.
2018-04-29 04:09:10 - DEBUG :: Thread-25 : Tautulli Pmsconnect :: No library data.
2018-04-29 04:09:10 - DEBUG :: Thread-25 : Tautulli Pmsconnect :: No library data.
2018-04-29 04:09:10 - DEBUG :: Thread-25 : Tautulli Pmsconnect :: No library data.
2018-04-29 04:09:10 - DEBUG :: Thread-25 : Tautulli Pmsconnect :: No library data.
2018-04-29 04:09:11 - INFO :: Thread-25 : Tautulli Config :: Writing configuration to file
2018-04-29 04:09:11 - INFO :: Thread-25 : Tautulli Libraries :: Libraries list refreshed.
2018-04-29 04:11:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14424) added to recently added queue.
2018-04-29 04:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14425 , parent 14424) added to recently added queue.
2018-04-29 04:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14426, grandparent 14424) added to recently added queue.
2018-04-29 04:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14427, grandparent 7728) added to recently added queue.
2018-04-29 04:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14428, grandparent 9844) added to recently added queue.
2018-04-29 04:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14429) added to recently added queue.
2018-04-29 04:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14431, grandparent 8328) added to recently added queue.
2018-04-29 04:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14432, grandparent 9844) added to recently added queue.
2018-04-29 04:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14429 removed from recently added queue.
2018-04-29 04:13:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 04:16:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14438) added to recently added queue.
2018-04-29 04:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14439 , parent 14438) added to recently added queue.
2018-04-29 04:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14440, grandparent 14438) added to recently added queue.
2018-04-29 04:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14441, grandparent 7728) added to recently added queue.
2018-04-29 04:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14442, grandparent 9844) added to recently added queue.
2018-04-29 04:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14443) added to recently added queue.
2018-04-29 04:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14445, grandparent 8328) added to recently added queue.
2018-04-29 04:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14446, grandparent 9844) added to recently added queue.
2018-04-29 04:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14443 removed from recently added queue.
2018-04-29 04:21:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14452) added to recently added queue.
2018-04-29 04:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14453 , parent 14452) added to recently added queue.
2018-04-29 04:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14454, grandparent 14452) added to recently added queue.
2018-04-29 04:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14455, grandparent 7728) added to recently added queue.
2018-04-29 04:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14456, grandparent 9844) added to recently added queue.
2018-04-29 04:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14457) added to recently added queue.
2018-04-29 04:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14459, grandparent 8328) added to recently added queue.
2018-04-29 04:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14460, grandparent 9844) added to recently added queue.
2018-04-29 04:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14457 removed from recently added queue.
2018-04-29 04:23:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 04:26:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14466) added to recently added queue.
2018-04-29 04:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14467 , parent 14466) added to recently added queue.
2018-04-29 04:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14468, grandparent 14466) added to recently added queue.
2018-04-29 04:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14469, grandparent 7728) added to recently added queue.
2018-04-29 04:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14470, grandparent 9844) added to recently added queue.
2018-04-29 04:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14471) added to recently added queue.
2018-04-29 04:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14473, grandparent 8328) added to recently added queue.
2018-04-29 04:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14474, grandparent 9844) added to recently added queue.
2018-04-29 04:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14471 removed from recently added queue.
2018-04-29 04:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:33:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14480) added to recently added queue.
2018-04-29 04:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14481 , parent 14480) added to recently added queue.
2018-04-29 04:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14482, grandparent 14480) added to recently added queue.
2018-04-29 04:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14483, grandparent 7728) added to recently added queue.
2018-04-29 04:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14484, grandparent 9844) added to recently added queue.
2018-04-29 04:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14485) added to recently added queue.
2018-04-29 04:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14487, grandparent 8328) added to recently added queue.
2018-04-29 04:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14488, grandparent 9844) added to recently added queue.
2018-04-29 04:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14485 removed from recently added queue.
2018-04-29 04:36:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14494) added to recently added queue.
2018-04-29 04:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14495 , parent 14494) added to recently added queue.
2018-04-29 04:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14496, grandparent 14494) added to recently added queue.
2018-04-29 04:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14497, grandparent 7728) added to recently added queue.
2018-04-29 04:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14498, grandparent 9844) added to recently added queue.
2018-04-29 04:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14499) added to recently added queue.
2018-04-29 04:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14501, grandparent 8328) added to recently added queue.
2018-04-29 04:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14502, grandparent 9844) added to recently added queue.
2018-04-29 04:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14499 removed from recently added queue.
2018-04-29 04:41:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14508) added to recently added queue.
2018-04-29 04:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14509 , parent 14508) added to recently added queue.
2018-04-29 04:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14510, grandparent 14508) added to recently added queue.
2018-04-29 04:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14511, grandparent 7728) added to recently added queue.
2018-04-29 04:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14512, grandparent 9844) added to recently added queue.
2018-04-29 04:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14513) added to recently added queue.
2018-04-29 04:43:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14515, grandparent 8328) added to recently added queue.
2018-04-29 04:43:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14516, grandparent 9844) added to recently added queue.
2018-04-29 04:43:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14513 removed from recently added queue.
2018-04-29 04:43:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 04:46:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14522) added to recently added queue.
2018-04-29 04:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14523 , parent 14522) added to recently added queue.
2018-04-29 04:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14524, grandparent 14522) added to recently added queue.
2018-04-29 04:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14525, grandparent 7728) added to recently added queue.
2018-04-29 04:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14526, grandparent 9844) added to recently added queue.
2018-04-29 04:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14527) added to recently added queue.
2018-04-29 04:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14529, grandparent 8328) added to recently added queue.
2018-04-29 04:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14530, grandparent 9844) added to recently added queue.
2018-04-29 04:48:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14527 removed from recently added queue.
2018-04-29 04:51:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14536) added to recently added queue.
2018-04-29 04:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14537 , parent 14536) added to recently added queue.
2018-04-29 04:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14538, grandparent 14536) added to recently added queue.
2018-04-29 04:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14539, grandparent 7728) added to recently added queue.
2018-04-29 04:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14540, grandparent 9844) added to recently added queue.
2018-04-29 04:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14541) added to recently added queue.
2018-04-29 04:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14543, grandparent 8328) added to recently added queue.
2018-04-29 04:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14544, grandparent 9844) added to recently added queue.
2018-04-29 04:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14541 removed from recently added queue.
2018-04-29 04:56:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 04:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14550) added to recently added queue.
2018-04-29 04:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14551 , parent 14550) added to recently added queue.
2018-04-29 04:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14552, grandparent 14550) added to recently added queue.
2018-04-29 04:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14553, grandparent 7728) added to recently added queue.
2018-04-29 04:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14554, grandparent 9844) added to recently added queue.
2018-04-29 04:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14555) added to recently added queue.
2018-04-29 04:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14557, grandparent 8328) added to recently added queue.
2018-04-29 04:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14558, grandparent 9844) added to recently added queue.
2018-04-29 04:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14555 removed from recently added queue.
2018-04-29 05:01:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14564) added to recently added queue.
2018-04-29 05:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14565 , parent 14564) added to recently added queue.
2018-04-29 05:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14566, grandparent 14564) added to recently added queue.
2018-04-29 05:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14567, grandparent 7728) added to recently added queue.
2018-04-29 05:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14568, grandparent 9844) added to recently added queue.
2018-04-29 05:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14569) added to recently added queue.
2018-04-29 05:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14571, grandparent 8328) added to recently added queue.
2018-04-29 05:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14572, grandparent 9844) added to recently added queue.
2018-04-29 05:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14569 removed from recently added queue.
2018-04-29 05:03:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 05:06:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14578) added to recently added queue.
2018-04-29 05:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14579 , parent 14578) added to recently added queue.
2018-04-29 05:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14580, grandparent 14578) added to recently added queue.
2018-04-29 05:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14581, grandparent 7728) added to recently added queue.
2018-04-29 05:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14582, grandparent 9844) added to recently added queue.
2018-04-29 05:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14583) added to recently added queue.
2018-04-29 05:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14585, grandparent 8328) added to recently added queue.
2018-04-29 05:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14586, grandparent 9844) added to recently added queue.
2018-04-29 05:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14583 removed from recently added queue.
2018-04-29 05:08:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 05:11:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14592) added to recently added queue.
2018-04-29 05:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14593 , parent 14592) added to recently added queue.
2018-04-29 05:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14594, grandparent 14592) added to recently added queue.
2018-04-29 05:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14595, grandparent 7728) added to recently added queue.
2018-04-29 05:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14596, grandparent 9844) added to recently added queue.
2018-04-29 05:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14597) added to recently added queue.
2018-04-29 05:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14599, grandparent 8328) added to recently added queue.
2018-04-29 05:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14600, grandparent 9844) added to recently added queue.
2018-04-29 05:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14597 removed from recently added queue.
2018-04-29 05:13:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 05:16:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14606) added to recently added queue.
2018-04-29 05:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14607 , parent 14606) added to recently added queue.
2018-04-29 05:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14608, grandparent 14606) added to recently added queue.
2018-04-29 05:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14609, grandparent 7728) added to recently added queue.
2018-04-29 05:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14610, grandparent 9844) added to recently added queue.
2018-04-29 05:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14611) added to recently added queue.
2018-04-29 05:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14613, grandparent 8328) added to recently added queue.
2018-04-29 05:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14614, grandparent 9844) added to recently added queue.
2018-04-29 05:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14611 removed from recently added queue.
2018-04-29 05:21:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14620) added to recently added queue.
2018-04-29 05:23:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14621 , parent 14620) added to recently added queue.
2018-04-29 05:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14622, grandparent 14620) added to recently added queue.
2018-04-29 05:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14623, grandparent 7728) added to recently added queue.
2018-04-29 05:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14624, grandparent 9844) added to recently added queue.
2018-04-29 05:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14625) added to recently added queue.
2018-04-29 05:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14627, grandparent 8328) added to recently added queue.
2018-04-29 05:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14628, grandparent 9844) added to recently added queue.
2018-04-29 05:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14625 removed from recently added queue.
2018-04-29 05:26:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14634) added to recently added queue.
2018-04-29 05:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14635 , parent 14634) added to recently added queue.
2018-04-29 05:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14636, grandparent 14634) added to recently added queue.
2018-04-29 05:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14637, grandparent 7728) added to recently added queue.
2018-04-29 05:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14638, grandparent 9844) added to recently added queue.
2018-04-29 05:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14639) added to recently added queue.
2018-04-29 05:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14641, grandparent 8328) added to recently added queue.
2018-04-29 05:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14642, grandparent 9844) added to recently added queue.
2018-04-29 05:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14639 removed from recently added queue.
2018-04-29 05:31:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14648) added to recently added queue.
2018-04-29 05:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14649 , parent 14648) added to recently added queue.
2018-04-29 05:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14650, grandparent 14648) added to recently added queue.
2018-04-29 05:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14651, grandparent 7728) added to recently added queue.
2018-04-29 05:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14652, grandparent 9844) added to recently added queue.
2018-04-29 05:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14653) added to recently added queue.
2018-04-29 05:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14655, grandparent 8328) added to recently added queue.
2018-04-29 05:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14656, grandparent 9844) added to recently added queue.
2018-04-29 05:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14653 removed from recently added queue.
2018-04-29 05:33:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 05:36:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14662) added to recently added queue.
2018-04-29 05:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14663 , parent 14662) added to recently added queue.
2018-04-29 05:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14664, grandparent 14662) added to recently added queue.
2018-04-29 05:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14665, grandparent 7728) added to recently added queue.
2018-04-29 05:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14666, grandparent 9844) added to recently added queue.
2018-04-29 05:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14667) added to recently added queue.
2018-04-29 05:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14669, grandparent 8328) added to recently added queue.
2018-04-29 05:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14670, grandparent 9844) added to recently added queue.
2018-04-29 05:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14667 removed from recently added queue.
2018-04-29 05:41:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14676) added to recently added queue.
2018-04-29 05:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14677 , parent 14676) added to recently added queue.
2018-04-29 05:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14678, grandparent 14676) added to recently added queue.
2018-04-29 05:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14679, grandparent 7728) added to recently added queue.
2018-04-29 05:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14680, grandparent 9844) added to recently added queue.
2018-04-29 05:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14681) added to recently added queue.
2018-04-29 05:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14683, grandparent 8328) added to recently added queue.
2018-04-29 05:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14684, grandparent 9844) added to recently added queue.
2018-04-29 05:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14681 removed from recently added queue.
2018-04-29 05:45:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14690) added to recently added queue.
2018-04-29 05:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14691 , parent 14690) added to recently added queue.
2018-04-29 05:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14692, grandparent 14690) added to recently added queue.
2018-04-29 05:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14693, grandparent 7728) added to recently added queue.
2018-04-29 05:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14694, grandparent 9844) added to recently added queue.
2018-04-29 05:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14695) added to recently added queue.
2018-04-29 05:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14697, grandparent 8328) added to recently added queue.
2018-04-29 05:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14698, grandparent 9844) added to recently added queue.
2018-04-29 05:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14695 removed from recently added queue.
2018-04-29 05:48:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 05:51:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14704) added to recently added queue.
2018-04-29 05:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14705 , parent 14704) added to recently added queue.
2018-04-29 05:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14706, grandparent 14704) added to recently added queue.
2018-04-29 05:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14707, grandparent 7728) added to recently added queue.
2018-04-29 05:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14708, grandparent 9844) added to recently added queue.
2018-04-29 05:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14709) added to recently added queue.
2018-04-29 05:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14711, grandparent 8328) added to recently added queue.
2018-04-29 05:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14712, grandparent 9844) added to recently added queue.
2018-04-29 05:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14709 removed from recently added queue.
2018-04-29 05:56:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 05:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14718) added to recently added queue.
2018-04-29 05:58:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14719 , parent 14718) added to recently added queue.
2018-04-29 05:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14720, grandparent 14718) added to recently added queue.
2018-04-29 05:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14721, grandparent 7728) added to recently added queue.
2018-04-29 05:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14722, grandparent 9844) added to recently added queue.
2018-04-29 05:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14723) added to recently added queue.
2018-04-29 05:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14725, grandparent 8328) added to recently added queue.
2018-04-29 05:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14726, grandparent 9844) added to recently added queue.
2018-04-29 05:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14723 removed from recently added queue.
2018-04-29 05:58:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:01:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14732) added to recently added queue.
2018-04-29 06:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14733 , parent 14732) added to recently added queue.
2018-04-29 06:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14734, grandparent 14732) added to recently added queue.
2018-04-29 06:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14735, grandparent 7728) added to recently added queue.
2018-04-29 06:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14736, grandparent 9844) added to recently added queue.
2018-04-29 06:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14737) added to recently added queue.
2018-04-29 06:03:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14739, grandparent 8328) added to recently added queue.
2018-04-29 06:03:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14740, grandparent 9844) added to recently added queue.
2018-04-29 06:03:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14737 removed from recently added queue.
2018-04-29 06:03:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:06:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14746) added to recently added queue.
2018-04-29 06:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14747 , parent 14746) added to recently added queue.
2018-04-29 06:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14748, grandparent 14746) added to recently added queue.
2018-04-29 06:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14749, grandparent 7728) added to recently added queue.
2018-04-29 06:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14750, grandparent 9844) added to recently added queue.
2018-04-29 06:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14751) added to recently added queue.
2018-04-29 06:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14753, grandparent 8328) added to recently added queue.
2018-04-29 06:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14754, grandparent 9844) added to recently added queue.
2018-04-29 06:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14751 removed from recently added queue.
2018-04-29 06:11:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14760) added to recently added queue.
2018-04-29 06:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14761 , parent 14760) added to recently added queue.
2018-04-29 06:13:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14762, grandparent 14760) added to recently added queue.
2018-04-29 06:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14763, grandparent 7728) added to recently added queue.
2018-04-29 06:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14764, grandparent 9844) added to recently added queue.
2018-04-29 06:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14765) added to recently added queue.
2018-04-29 06:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14767, grandparent 8328) added to recently added queue.
2018-04-29 06:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14768, grandparent 9844) added to recently added queue.
2018-04-29 06:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14765 removed from recently added queue.
2018-04-29 06:13:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:16:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14774) added to recently added queue.
2018-04-29 06:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14775 , parent 14774) added to recently added queue.
2018-04-29 06:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14776, grandparent 14774) added to recently added queue.
2018-04-29 06:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14777, grandparent 7728) added to recently added queue.
2018-04-29 06:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14778, grandparent 9844) added to recently added queue.
2018-04-29 06:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14779) added to recently added queue.
2018-04-29 06:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14781, grandparent 8328) added to recently added queue.
2018-04-29 06:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14782, grandparent 9844) added to recently added queue.
2018-04-29 06:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14779 removed from recently added queue.
2018-04-29 06:18:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:21:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14788) added to recently added queue.
2018-04-29 06:23:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14789 , parent 14788) added to recently added queue.
2018-04-29 06:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14790, grandparent 14788) added to recently added queue.
2018-04-29 06:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14791, grandparent 7728) added to recently added queue.
2018-04-29 06:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14792, grandparent 9844) added to recently added queue.
2018-04-29 06:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14793) added to recently added queue.
2018-04-29 06:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14795, grandparent 8328) added to recently added queue.
2018-04-29 06:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14796, grandparent 9844) added to recently added queue.
2018-04-29 06:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14793 removed from recently added queue.
2018-04-29 06:23:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:26:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14802) added to recently added queue.
2018-04-29 06:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14803 , parent 14802) added to recently added queue.
2018-04-29 06:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14804, grandparent 14802) added to recently added queue.
2018-04-29 06:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14805, grandparent 7728) added to recently added queue.
2018-04-29 06:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14806, grandparent 9844) added to recently added queue.
2018-04-29 06:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14807) added to recently added queue.
2018-04-29 06:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14809, grandparent 8328) added to recently added queue.
2018-04-29 06:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14810, grandparent 9844) added to recently added queue.
2018-04-29 06:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14807 removed from recently added queue.
2018-04-29 06:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14816) added to recently added queue.
2018-04-29 06:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14817 , parent 14816) added to recently added queue.
2018-04-29 06:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14818, grandparent 14816) added to recently added queue.
2018-04-29 06:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14819, grandparent 7728) added to recently added queue.
2018-04-29 06:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14820, grandparent 9844) added to recently added queue.
2018-04-29 06:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14821) added to recently added queue.
2018-04-29 06:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14823, grandparent 8328) added to recently added queue.
2018-04-29 06:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14824, grandparent 9844) added to recently added queue.
2018-04-29 06:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14821 removed from recently added queue.
2018-04-29 06:36:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14830) added to recently added queue.
2018-04-29 06:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14831 , parent 14830) added to recently added queue.
2018-04-29 06:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14832, grandparent 14830) added to recently added queue.
2018-04-29 06:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14833, grandparent 7728) added to recently added queue.
2018-04-29 06:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14834, grandparent 9844) added to recently added queue.
2018-04-29 06:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14835) added to recently added queue.
2018-04-29 06:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14837, grandparent 8328) added to recently added queue.
2018-04-29 06:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14838, grandparent 9844) added to recently added queue.
2018-04-29 06:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14835 removed from recently added queue.
2018-04-29 06:38:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:41:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14844) added to recently added queue.
2018-04-29 06:43:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14845 , parent 14844) added to recently added queue.
2018-04-29 06:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14846, grandparent 14844) added to recently added queue.
2018-04-29 06:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14847, grandparent 7728) added to recently added queue.
2018-04-29 06:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14848, grandparent 9844) added to recently added queue.
2018-04-29 06:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14849) added to recently added queue.
2018-04-29 06:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14851, grandparent 8328) added to recently added queue.
2018-04-29 06:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14852, grandparent 9844) added to recently added queue.
2018-04-29 06:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14849 removed from recently added queue.
2018-04-29 06:46:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14858) added to recently added queue.
2018-04-29 06:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14859 , parent 14858) added to recently added queue.
2018-04-29 06:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14860, grandparent 14858) added to recently added queue.
2018-04-29 06:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14861, grandparent 7728) added to recently added queue.
2018-04-29 06:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14862, grandparent 9844) added to recently added queue.
2018-04-29 06:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14863) added to recently added queue.
2018-04-29 06:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14865, grandparent 8328) added to recently added queue.
2018-04-29 06:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14866, grandparent 9844) added to recently added queue.
2018-04-29 06:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14863 removed from recently added queue.
2018-04-29 06:48:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 06:51:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14872) added to recently added queue.
2018-04-29 06:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14873 , parent 14872) added to recently added queue.
2018-04-29 06:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14874, grandparent 14872) added to recently added queue.
2018-04-29 06:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14875, grandparent 7728) added to recently added queue.
2018-04-29 06:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14876, grandparent 9844) added to recently added queue.
2018-04-29 06:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14877) added to recently added queue.
2018-04-29 06:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14879, grandparent 8328) added to recently added queue.
2018-04-29 06:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14880, grandparent 9844) added to recently added queue.
2018-04-29 06:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14877 removed from recently added queue.
2018-04-29 06:56:01 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 06:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14886) added to recently added queue.
2018-04-29 06:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14887 , parent 14886) added to recently added queue.
2018-04-29 06:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14888, grandparent 14886) added to recently added queue.
2018-04-29 06:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14889, grandparent 7728) added to recently added queue.
2018-04-29 06:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14890, grandparent 9844) added to recently added queue.
2018-04-29 06:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14891) added to recently added queue.
2018-04-29 06:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14893, grandparent 8328) added to recently added queue.
2018-04-29 06:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14894, grandparent 9844) added to recently added queue.
2018-04-29 06:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14891 removed from recently added queue.
2018-04-29 06:58:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 07:01:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14900) added to recently added queue.
2018-04-29 07:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14901 , parent 14900) added to recently added queue.
2018-04-29 07:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14902, grandparent 14900) added to recently added queue.
2018-04-29 07:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14903, grandparent 7728) added to recently added queue.
2018-04-29 07:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14904, grandparent 9844) added to recently added queue.
2018-04-29 07:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14905) added to recently added queue.
2018-04-29 07:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14907, grandparent 8328) added to recently added queue.
2018-04-29 07:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14908, grandparent 9844) added to recently added queue.
2018-04-29 07:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14905 removed from recently added queue.
2018-04-29 07:03:51 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 07:06:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14914) added to recently added queue.
2018-04-29 07:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14915 , parent 14914) added to recently added queue.
2018-04-29 07:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14916, grandparent 14914) added to recently added queue.
2018-04-29 07:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14917, grandparent 7728) added to recently added queue.
2018-04-29 07:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14918, grandparent 9844) added to recently added queue.
2018-04-29 07:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14919) added to recently added queue.
2018-04-29 07:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14921, grandparent 8328) added to recently added queue.
2018-04-29 07:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14922, grandparent 9844) added to recently added queue.
2018-04-29 07:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14919 removed from recently added queue.
2018-04-29 07:11:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14928) added to recently added queue.
2018-04-29 07:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14929 , parent 14928) added to recently added queue.
2018-04-29 07:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14930, grandparent 14928) added to recently added queue.
2018-04-29 07:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14931, grandparent 7728) added to recently added queue.
2018-04-29 07:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14932, grandparent 9844) added to recently added queue.
2018-04-29 07:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14933) added to recently added queue.
2018-04-29 07:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14935, grandparent 8328) added to recently added queue.
2018-04-29 07:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14936, grandparent 9844) added to recently added queue.
2018-04-29 07:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14933 removed from recently added queue.
2018-04-29 07:13:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 07:16:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14942) added to recently added queue.
2018-04-29 07:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14943 , parent 14942) added to recently added queue.
2018-04-29 07:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14944, grandparent 14942) added to recently added queue.
2018-04-29 07:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14945, grandparent 7728) added to recently added queue.
2018-04-29 07:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14946, grandparent 9844) added to recently added queue.
2018-04-29 07:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14947) added to recently added queue.
2018-04-29 07:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14949, grandparent 8328) added to recently added queue.
2018-04-29 07:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14950, grandparent 9844) added to recently added queue.
2018-04-29 07:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14947 removed from recently added queue.
2018-04-29 07:21:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14956) added to recently added queue.
2018-04-29 07:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14957 , parent 14956) added to recently added queue.
2018-04-29 07:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14958, grandparent 14956) added to recently added queue.
2018-04-29 07:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14959, grandparent 7728) added to recently added queue.
2018-04-29 07:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14960, grandparent 9844) added to recently added queue.
2018-04-29 07:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14961) added to recently added queue.
2018-04-29 07:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14963, grandparent 8328) added to recently added queue.
2018-04-29 07:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14964, grandparent 9844) added to recently added queue.
2018-04-29 07:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14961 removed from recently added queue.
2018-04-29 07:23:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 07:26:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14970) added to recently added queue.
2018-04-29 07:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14971 , parent 14970) added to recently added queue.
2018-04-29 07:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14972, grandparent 14970) added to recently added queue.
2018-04-29 07:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14973, grandparent 7728) added to recently added queue.
2018-04-29 07:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14974, grandparent 9844) added to recently added queue.
2018-04-29 07:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14975) added to recently added queue.
2018-04-29 07:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14977, grandparent 8328) added to recently added queue.
2018-04-29 07:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14978, grandparent 9844) added to recently added queue.
2018-04-29 07:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14975 removed from recently added queue.
2018-04-29 07:31:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14984) added to recently added queue.
2018-04-29 07:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14985 , parent 14984) added to recently added queue.
2018-04-29 07:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (14986, grandparent 14984) added to recently added queue.
2018-04-29 07:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (14987, grandparent 7728) added to recently added queue.
2018-04-29 07:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (14988, grandparent 9844) added to recently added queue.
2018-04-29 07:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (14989) added to recently added queue.
2018-04-29 07:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (14991, grandparent 8328) added to recently added queue.
2018-04-29 07:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (14992, grandparent 9844) added to recently added queue.
2018-04-29 07:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 14989 removed from recently added queue.
2018-04-29 07:33:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 07:36:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (14998) added to recently added queue.
2018-04-29 07:38:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (14999 , parent 14998) added to recently added queue.
2018-04-29 07:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15000, grandparent 14998) added to recently added queue.
2018-04-29 07:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15001, grandparent 7728) added to recently added queue.
2018-04-29 07:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15002, grandparent 9844) added to recently added queue.
2018-04-29 07:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15003) added to recently added queue.
2018-04-29 07:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15005, grandparent 8328) added to recently added queue.
2018-04-29 07:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15006, grandparent 9844) added to recently added queue.
2018-04-29 07:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15003 removed from recently added queue.
2018-04-29 07:41:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15012) added to recently added queue.
2018-04-29 07:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15013 , parent 15012) added to recently added queue.
2018-04-29 07:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15014, grandparent 15012) added to recently added queue.
2018-04-29 07:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15015, grandparent 7728) added to recently added queue.
2018-04-29 07:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15016, grandparent 9844) added to recently added queue.
2018-04-29 07:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15017) added to recently added queue.
2018-04-29 07:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15019, grandparent 8328) added to recently added queue.
2018-04-29 07:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15020, grandparent 9844) added to recently added queue.
2018-04-29 07:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15017 removed from recently added queue.
2018-04-29 07:46:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15026) added to recently added queue.
2018-04-29 07:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15027 , parent 15026) added to recently added queue.
2018-04-29 07:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15028, grandparent 15026) added to recently added queue.
2018-04-29 07:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15029, grandparent 7728) added to recently added queue.
2018-04-29 07:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15030, grandparent 9844) added to recently added queue.
2018-04-29 07:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15031) added to recently added queue.
2018-04-29 07:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15033, grandparent 8328) added to recently added queue.
2018-04-29 07:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15034, grandparent 9844) added to recently added queue.
2018-04-29 07:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15031 removed from recently added queue.
2018-04-29 07:48:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 07:51:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15040) added to recently added queue.
2018-04-29 07:53:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15041 , parent 15040) added to recently added queue.
2018-04-29 07:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15042, grandparent 15040) added to recently added queue.
2018-04-29 07:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15043, grandparent 7728) added to recently added queue.
2018-04-29 07:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15044, grandparent 9844) added to recently added queue.
2018-04-29 07:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15045) added to recently added queue.
2018-04-29 07:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15047, grandparent 8328) added to recently added queue.
2018-04-29 07:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15048, grandparent 9844) added to recently added queue.
2018-04-29 07:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15045 removed from recently added queue.
2018-04-29 07:56:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 07:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15054) added to recently added queue.
2018-04-29 07:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15055 , parent 15054) added to recently added queue.
2018-04-29 07:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15056, grandparent 15054) added to recently added queue.
2018-04-29 07:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15057, grandparent 7728) added to recently added queue.
2018-04-29 07:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15058, grandparent 9844) added to recently added queue.
2018-04-29 07:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15059) added to recently added queue.
2018-04-29 07:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15061, grandparent 8328) added to recently added queue.
2018-04-29 07:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15062, grandparent 9844) added to recently added queue.
2018-04-29 07:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15059 removed from recently added queue.
2018-04-29 08:01:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15068) added to recently added queue.
2018-04-29 08:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15069 , parent 15068) added to recently added queue.
2018-04-29 08:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15070, grandparent 15068) added to recently added queue.
2018-04-29 08:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15071, grandparent 7728) added to recently added queue.
2018-04-29 08:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15072, grandparent 9844) added to recently added queue.
2018-04-29 08:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15073) added to recently added queue.
2018-04-29 08:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15075, grandparent 8328) added to recently added queue.
2018-04-29 08:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15076, grandparent 9844) added to recently added queue.
2018-04-29 08:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15073 removed from recently added queue.
2018-04-29 08:06:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15082) added to recently added queue.
2018-04-29 08:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15083 , parent 15082) added to recently added queue.
2018-04-29 08:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15084, grandparent 15082) added to recently added queue.
2018-04-29 08:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15085, grandparent 7728) added to recently added queue.
2018-04-29 08:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15086, grandparent 9844) added to recently added queue.
2018-04-29 08:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15087) added to recently added queue.
2018-04-29 08:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15089, grandparent 8328) added to recently added queue.
2018-04-29 08:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15090, grandparent 9844) added to recently added queue.
2018-04-29 08:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15087 removed from recently added queue.
2018-04-29 08:08:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 08:11:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15096) added to recently added queue.
2018-04-29 08:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15097 , parent 15096) added to recently added queue.
2018-04-29 08:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15098, grandparent 15096) added to recently added queue.
2018-04-29 08:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15099, grandparent 7728) added to recently added queue.
2018-04-29 08:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15100, grandparent 9844) added to recently added queue.
2018-04-29 08:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15101) added to recently added queue.
2018-04-29 08:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15103, grandparent 8328) added to recently added queue.
2018-04-29 08:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15104, grandparent 9844) added to recently added queue.
2018-04-29 08:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15101 removed from recently added queue.
2018-04-29 08:16:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15110) added to recently added queue.
2018-04-29 08:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15111 , parent 15110) added to recently added queue.
2018-04-29 08:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15112, grandparent 15110) added to recently added queue.
2018-04-29 08:18:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15113, grandparent 7728) added to recently added queue.
2018-04-29 08:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15114, grandparent 9844) added to recently added queue.
2018-04-29 08:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15115) added to recently added queue.
2018-04-29 08:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15117, grandparent 8328) added to recently added queue.
2018-04-29 08:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15118, grandparent 9844) added to recently added queue.
2018-04-29 08:18:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15115 removed from recently added queue.
2018-04-29 08:18:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 08:21:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15124) added to recently added queue.
2018-04-29 08:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15125 , parent 15124) added to recently added queue.
2018-04-29 08:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15126, grandparent 15124) added to recently added queue.
2018-04-29 08:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15127, grandparent 7728) added to recently added queue.
2018-04-29 08:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15128, grandparent 9844) added to recently added queue.
2018-04-29 08:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15129) added to recently added queue.
2018-04-29 08:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15131, grandparent 8328) added to recently added queue.
2018-04-29 08:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15132, grandparent 9844) added to recently added queue.
2018-04-29 08:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15129 removed from recently added queue.
2018-04-29 08:23:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 08:26:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15138) added to recently added queue.
2018-04-29 08:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15139 , parent 15138) added to recently added queue.
2018-04-29 08:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15140, grandparent 15138) added to recently added queue.
2018-04-29 08:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15141, grandparent 7728) added to recently added queue.
2018-04-29 08:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15142, grandparent 9844) added to recently added queue.
2018-04-29 08:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15143) added to recently added queue.
2018-04-29 08:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15145, grandparent 8328) added to recently added queue.
2018-04-29 08:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15146, grandparent 9844) added to recently added queue.
2018-04-29 08:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15143 removed from recently added queue.
2018-04-29 08:28:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 08:31:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15152) added to recently added queue.
2018-04-29 08:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15153 , parent 15152) added to recently added queue.
2018-04-29 08:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15154, grandparent 15152) added to recently added queue.
2018-04-29 08:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15155, grandparent 7728) added to recently added queue.
2018-04-29 08:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15156, grandparent 9844) added to recently added queue.
2018-04-29 08:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15157) added to recently added queue.
2018-04-29 08:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15159, grandparent 8328) added to recently added queue.
2018-04-29 08:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15160, grandparent 9844) added to recently added queue.
2018-04-29 08:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15157 removed from recently added queue.
2018-04-29 08:36:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15166) added to recently added queue.
2018-04-29 08:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15167 , parent 15166) added to recently added queue.
2018-04-29 08:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15168, grandparent 15166) added to recently added queue.
2018-04-29 08:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15169, grandparent 7728) added to recently added queue.
2018-04-29 08:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15170, grandparent 9844) added to recently added queue.
2018-04-29 08:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15171) added to recently added queue.
2018-04-29 08:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15173, grandparent 8328) added to recently added queue.
2018-04-29 08:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15174, grandparent 9844) added to recently added queue.
2018-04-29 08:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15171 removed from recently added queue.
2018-04-29 08:38:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 08:41:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15180) added to recently added queue.
2018-04-29 08:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15181 , parent 15180) added to recently added queue.
2018-04-29 08:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15182, grandparent 15180) added to recently added queue.
2018-04-29 08:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15183, grandparent 7728) added to recently added queue.
2018-04-29 08:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15184, grandparent 9844) added to recently added queue.
2018-04-29 08:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15185) added to recently added queue.
2018-04-29 08:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15187, grandparent 8328) added to recently added queue.
2018-04-29 08:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15188, grandparent 9844) added to recently added queue.
2018-04-29 08:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15185 removed from recently added queue.
2018-04-29 08:46:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15194) added to recently added queue.
2018-04-29 08:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15195 , parent 15194) added to recently added queue.
2018-04-29 08:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15196, grandparent 15194) added to recently added queue.
2018-04-29 08:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15197, grandparent 7728) added to recently added queue.
2018-04-29 08:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15198, grandparent 9844) added to recently added queue.
2018-04-29 08:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15199) added to recently added queue.
2018-04-29 08:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15201, grandparent 8328) added to recently added queue.
2018-04-29 08:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15202, grandparent 9844) added to recently added queue.
2018-04-29 08:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15199 removed from recently added queue.
2018-04-29 08:48:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 08:51:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15208) added to recently added queue.
2018-04-29 08:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15209 , parent 15208) added to recently added queue.
2018-04-29 08:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15210, grandparent 15208) added to recently added queue.
2018-04-29 08:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15211, grandparent 7728) added to recently added queue.
2018-04-29 08:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15212, grandparent 9844) added to recently added queue.
2018-04-29 08:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15213) added to recently added queue.
2018-04-29 08:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15215, grandparent 8328) added to recently added queue.
2018-04-29 08:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15216, grandparent 9844) added to recently added queue.
2018-04-29 08:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15213 removed from recently added queue.
2018-04-29 08:56:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 08:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15222) added to recently added queue.
2018-04-29 08:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15223 , parent 15222) added to recently added queue.
2018-04-29 08:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15224, grandparent 15222) added to recently added queue.
2018-04-29 08:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15225, grandparent 7728) added to recently added queue.
2018-04-29 08:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15226, grandparent 9844) added to recently added queue.
2018-04-29 08:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15227) added to recently added queue.
2018-04-29 08:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15229, grandparent 8328) added to recently added queue.
2018-04-29 08:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15230, grandparent 9844) added to recently added queue.
2018-04-29 08:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15227 removed from recently added queue.
2018-04-29 09:01:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15236) added to recently added queue.
2018-04-29 09:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15237 , parent 15236) added to recently added queue.
2018-04-29 09:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15238, grandparent 15236) added to recently added queue.
2018-04-29 09:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15239, grandparent 7728) added to recently added queue.
2018-04-29 09:03:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15240, grandparent 9844) added to recently added queue.
2018-04-29 09:03:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15241) added to recently added queue.
2018-04-29 09:03:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15243, grandparent 8328) added to recently added queue.
2018-04-29 09:03:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15244, grandparent 9844) added to recently added queue.
2018-04-29 09:03:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15241 removed from recently added queue.
2018-04-29 09:03:57 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:06:13 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:08:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15250) added to recently added queue.
2018-04-29 09:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15251 , parent 15250) added to recently added queue.
2018-04-29 09:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15252, grandparent 15250) added to recently added queue.
2018-04-29 09:08:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15253, grandparent 7728) added to recently added queue.
2018-04-29 09:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15254, grandparent 9844) added to recently added queue.
2018-04-29 09:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15255) added to recently added queue.
2018-04-29 09:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15257, grandparent 8328) added to recently added queue.
2018-04-29 09:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15258, grandparent 9844) added to recently added queue.
2018-04-29 09:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15255 removed from recently added queue.
2018-04-29 09:08:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:11:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15264) added to recently added queue.
2018-04-29 09:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15265 , parent 15264) added to recently added queue.
2018-04-29 09:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15266, grandparent 15264) added to recently added queue.
2018-04-29 09:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15267, grandparent 7728) added to recently added queue.
2018-04-29 09:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15268, grandparent 9844) added to recently added queue.
2018-04-29 09:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15269) added to recently added queue.
2018-04-29 09:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15271, grandparent 8328) added to recently added queue.
2018-04-29 09:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15272, grandparent 9844) added to recently added queue.
2018-04-29 09:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15269 removed from recently added queue.
2018-04-29 09:13:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:16:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15278) added to recently added queue.
2018-04-29 09:18:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15279 , parent 15278) added to recently added queue.
2018-04-29 09:18:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15280, grandparent 15278) added to recently added queue.
2018-04-29 09:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15281, grandparent 7728) added to recently added queue.
2018-04-29 09:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15282, grandparent 9844) added to recently added queue.
2018-04-29 09:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15283) added to recently added queue.
2018-04-29 09:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15285, grandparent 8328) added to recently added queue.
2018-04-29 09:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15286, grandparent 9844) added to recently added queue.
2018-04-29 09:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15283 removed from recently added queue.
2018-04-29 09:21:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15292) added to recently added queue.
2018-04-29 09:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15293 , parent 15292) added to recently added queue.
2018-04-29 09:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15294, grandparent 15292) added to recently added queue.
2018-04-29 09:23:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15295, grandparent 7728) added to recently added queue.
2018-04-29 09:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15296, grandparent 9844) added to recently added queue.
2018-04-29 09:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15297) added to recently added queue.
2018-04-29 09:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15299, grandparent 8328) added to recently added queue.
2018-04-29 09:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15300, grandparent 9844) added to recently added queue.
2018-04-29 09:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15297 removed from recently added queue.
2018-04-29 09:23:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:26:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:28:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15306) added to recently added queue.
2018-04-29 09:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15307 , parent 15306) added to recently added queue.
2018-04-29 09:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15308, grandparent 15306) added to recently added queue.
2018-04-29 09:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15309, grandparent 7728) added to recently added queue.
2018-04-29 09:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15310, grandparent 9844) added to recently added queue.
2018-04-29 09:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15311) added to recently added queue.
2018-04-29 09:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15313, grandparent 8328) added to recently added queue.
2018-04-29 09:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15314, grandparent 9844) added to recently added queue.
2018-04-29 09:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15311 removed from recently added queue.
2018-04-29 09:31:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15320) added to recently added queue.
2018-04-29 09:33:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15321 , parent 15320) added to recently added queue.
2018-04-29 09:33:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15322, grandparent 15320) added to recently added queue.
2018-04-29 09:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15323, grandparent 7728) added to recently added queue.
2018-04-29 09:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15324, grandparent 9844) added to recently added queue.
2018-04-29 09:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15325) added to recently added queue.
2018-04-29 09:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15327, grandparent 8328) added to recently added queue.
2018-04-29 09:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15328, grandparent 9844) added to recently added queue.
2018-04-29 09:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15325 removed from recently added queue.
2018-04-29 09:36:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15334) added to recently added queue.
2018-04-29 09:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15335 , parent 15334) added to recently added queue.
2018-04-29 09:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15336, grandparent 15334) added to recently added queue.
2018-04-29 09:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15337, grandparent 7728) added to recently added queue.
2018-04-29 09:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15338, grandparent 9844) added to recently added queue.
2018-04-29 09:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15339) added to recently added queue.
2018-04-29 09:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15341, grandparent 8328) added to recently added queue.
2018-04-29 09:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15342, grandparent 9844) added to recently added queue.
2018-04-29 09:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15339 removed from recently added queue.
2018-04-29 09:41:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15348) added to recently added queue.
2018-04-29 09:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15349 , parent 15348) added to recently added queue.
2018-04-29 09:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15350, grandparent 15348) added to recently added queue.
2018-04-29 09:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15351, grandparent 7728) added to recently added queue.
2018-04-29 09:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15352, grandparent 9844) added to recently added queue.
2018-04-29 09:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15353) added to recently added queue.
2018-04-29 09:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15355, grandparent 8328) added to recently added queue.
2018-04-29 09:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15356, grandparent 9844) added to recently added queue.
2018-04-29 09:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15353 removed from recently added queue.
2018-04-29 09:43:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:46:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15362) added to recently added queue.
2018-04-29 09:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15363 , parent 15362) added to recently added queue.
2018-04-29 09:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15364, grandparent 15362) added to recently added queue.
2018-04-29 09:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15365, grandparent 7728) added to recently added queue.
2018-04-29 09:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15366, grandparent 9844) added to recently added queue.
2018-04-29 09:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15367) added to recently added queue.
2018-04-29 09:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15369, grandparent 8328) added to recently added queue.
2018-04-29 09:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15370, grandparent 9844) added to recently added queue.
2018-04-29 09:48:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15367 removed from recently added queue.
2018-04-29 09:48:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:51:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15376) added to recently added queue.
2018-04-29 09:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15377 , parent 15376) added to recently added queue.
2018-04-29 09:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15378, grandparent 15376) added to recently added queue.
2018-04-29 09:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15379, grandparent 7728) added to recently added queue.
2018-04-29 09:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15380, grandparent 9844) added to recently added queue.
2018-04-29 09:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15381) added to recently added queue.
2018-04-29 09:53:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15383, grandparent 8328) added to recently added queue.
2018-04-29 09:53:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15384, grandparent 9844) added to recently added queue.
2018-04-29 09:53:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15381 removed from recently added queue.
2018-04-29 09:53:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 09:56:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 09:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15390) added to recently added queue.
2018-04-29 09:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15391 , parent 15390) added to recently added queue.
2018-04-29 09:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15392, grandparent 15390) added to recently added queue.
2018-04-29 09:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15393, grandparent 7728) added to recently added queue.
2018-04-29 09:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15394, grandparent 9844) added to recently added queue.
2018-04-29 09:58:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15395) added to recently added queue.
2018-04-29 09:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15397, grandparent 8328) added to recently added queue.
2018-04-29 09:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15398, grandparent 9844) added to recently added queue.
2018-04-29 09:58:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15395 removed from recently added queue.
2018-04-29 09:58:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 10:01:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15404) added to recently added queue.
2018-04-29 10:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15405 , parent 15404) added to recently added queue.
2018-04-29 10:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15406, grandparent 15404) added to recently added queue.
2018-04-29 10:03:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15407, grandparent 7728) added to recently added queue.
2018-04-29 10:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15408, grandparent 9844) added to recently added queue.
2018-04-29 10:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15409) added to recently added queue.
2018-04-29 10:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15411, grandparent 8328) added to recently added queue.
2018-04-29 10:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15412, grandparent 9844) added to recently added queue.
2018-04-29 10:03:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15409 removed from recently added queue.
2018-04-29 10:03:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 10:06:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15418) added to recently added queue.
2018-04-29 10:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15419 , parent 15418) added to recently added queue.
2018-04-29 10:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15420, grandparent 15418) added to recently added queue.
2018-04-29 10:08:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15421, grandparent 7728) added to recently added queue.
2018-04-29 10:08:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15422, grandparent 9844) added to recently added queue.
2018-04-29 10:08:38 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15423) added to recently added queue.
2018-04-29 10:08:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15425, grandparent 8328) added to recently added queue.
2018-04-29 10:08:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15426, grandparent 9844) added to recently added queue.
2018-04-29 10:08:39 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15423 removed from recently added queue.
2018-04-29 10:09:09 - INFO :: Thread-25 : Retrieving latest version information from GitHub
2018-04-29 10:09:09 - DEBUG :: Thread-25 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/commits/master
2018-04-29 10:09:09 - DEBUG :: Thread-18 : Tautulli Database :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\tautulli.db to tautulli.backup-20180429100909.sched.db
2018-04-29 10:09:09 - INFO :: Thread-26 : Tautulli Config :: Writing configuration to file
2018-04-29 10:09:09 - DEBUG :: Thread-26 : Tautulli Config :: Successfully backed up C:\Users\itadmin\Documents\Tautulli-master\config.ini to config.backup-20180429100909.sched.ini
2018-04-29 10:09:10 - DEBUG :: Thread-25 : Latest version is f335ffa8d5d4d851d69da11a3632a3146cb95f33
2018-04-29 10:09:10 - INFO :: Thread-25 : Tautulli is up to date
2018-04-29 10:11:12 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15432) added to recently added queue.
2018-04-29 10:13:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15433 , parent 15432) added to recently added queue.
2018-04-29 10:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15434, grandparent 15432) added to recently added queue.
2018-04-29 10:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15435, grandparent 7728) added to recently added queue.
2018-04-29 10:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15436, grandparent 9844) added to recently added queue.
2018-04-29 10:13:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15437) added to recently added queue.
2018-04-29 10:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15439, grandparent 8328) added to recently added queue.
2018-04-29 10:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15440, grandparent 9844) added to recently added queue.
2018-04-29 10:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15437 removed from recently added queue.
2018-04-29 10:16:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15446) added to recently added queue.
2018-04-29 10:18:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15447 , parent 15446) added to recently added queue.
2018-04-29 10:18:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15448, grandparent 15446) added to recently added queue.
2018-04-29 10:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15449, grandparent 7728) added to recently added queue.
2018-04-29 10:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15450, grandparent 9844) added to recently added queue.
2018-04-29 10:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15451) added to recently added queue.
2018-04-29 10:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15453, grandparent 8328) added to recently added queue.
2018-04-29 10:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15454, grandparent 9844) added to recently added queue.
2018-04-29 10:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15451 removed from recently added queue.
2018-04-29 10:21:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15460) added to recently added queue.
2018-04-29 10:23:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15461 , parent 15460) added to recently added queue.
2018-04-29 10:23:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15462, grandparent 15460) added to recently added queue.
2018-04-29 10:23:29 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-29 10:23:29 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-29 10:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15464, grandparent 9844) added to recently added queue.
2018-04-29 10:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15465) added to recently added queue.
2018-04-29 10:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15467, grandparent 8328) added to recently added queue.
2018-04-29 10:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15468, grandparent 9844) added to recently added queue.
2018-04-29 10:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15465 removed from recently added queue.
2018-04-29 10:26:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15475) added to recently added queue.
2018-04-29 10:28:25 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15476 , parent 15475) added to recently added queue.
2018-04-29 10:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15477, grandparent 15475) added to recently added queue.
2018-04-29 10:28:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15478, grandparent 15475) added to recently added queue.
2018-04-29 10:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15479, grandparent 9844) added to recently added queue.
2018-04-29 10:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15480) added to recently added queue.
2018-04-29 10:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15482, grandparent 8328) added to recently added queue.
2018-04-29 10:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15483, grandparent 9844) added to recently added queue.
2018-04-29 10:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15480 removed from recently added queue.
2018-04-29 10:28:52 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 10:31:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15489) added to recently added queue.
2018-04-29 10:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15490 , parent 15489) added to recently added queue.
2018-04-29 10:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15491, grandparent 15489) added to recently added queue.
2018-04-29 10:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15492, grandparent 7728) added to recently added queue.
2018-04-29 10:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15493, grandparent 9844) added to recently added queue.
2018-04-29 10:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15494) added to recently added queue.
2018-04-29 10:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15496, grandparent 8328) added to recently added queue.
2018-04-29 10:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15497, grandparent 9844) added to recently added queue.
2018-04-29 10:33:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15494 removed from recently added queue.
2018-04-29 10:33:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 10:36:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15503) added to recently added queue.
2018-04-29 10:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15504 , parent 15503) added to recently added queue.
2018-04-29 10:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15505, grandparent 15503) added to recently added queue.
2018-04-29 10:38:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15506, grandparent 7728) added to recently added queue.
2018-04-29 10:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15507, grandparent 9844) added to recently added queue.
2018-04-29 10:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15508) added to recently added queue.
2018-04-29 10:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15510, grandparent 8328) added to recently added queue.
2018-04-29 10:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15511, grandparent 9844) added to recently added queue.
2018-04-29 10:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15508 removed from recently added queue.
2018-04-29 10:38:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 10:41:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15517) added to recently added queue.
2018-04-29 10:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15518 , parent 15517) added to recently added queue.
2018-04-29 10:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15519, grandparent 15517) added to recently added queue.
2018-04-29 10:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15520, grandparent 7728) added to recently added queue.
2018-04-29 10:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15521, grandparent 9844) added to recently added queue.
2018-04-29 10:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15522) added to recently added queue.
2018-04-29 10:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15524, grandparent 8328) added to recently added queue.
2018-04-29 10:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15525, grandparent 9844) added to recently added queue.
2018-04-29 10:43:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15522 removed from recently added queue.
2018-04-29 10:46:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15531) added to recently added queue.
2018-04-29 10:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15532 , parent 15531) added to recently added queue.
2018-04-29 10:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15533, grandparent 15531) added to recently added queue.
2018-04-29 10:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15534, grandparent 7728) added to recently added queue.
2018-04-29 10:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15535, grandparent 9844) added to recently added queue.
2018-04-29 10:48:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15536) added to recently added queue.
2018-04-29 10:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15538, grandparent 8328) added to recently added queue.
2018-04-29 10:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15539, grandparent 9844) added to recently added queue.
2018-04-29 10:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15536 removed from recently added queue.
2018-04-29 10:51:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15545) added to recently added queue.
2018-04-29 10:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15546 , parent 15545) added to recently added queue.
2018-04-29 10:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15547, grandparent 15545) added to recently added queue.
2018-04-29 10:53:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15548, grandparent 7728) added to recently added queue.
2018-04-29 10:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15549, grandparent 9844) added to recently added queue.
2018-04-29 10:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15550) added to recently added queue.
2018-04-29 10:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15552, grandparent 8328) added to recently added queue.
2018-04-29 10:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15553, grandparent 9844) added to recently added queue.
2018-04-29 10:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15550 removed from recently added queue.
2018-04-29 10:53:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 10:56:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 10:58:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15559) added to recently added queue.
2018-04-29 10:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15560 , parent 15559) added to recently added queue.
2018-04-29 10:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15561, grandparent 15559) added to recently added queue.
2018-04-29 10:58:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15562, grandparent 7728) added to recently added queue.
2018-04-29 10:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15563, grandparent 9844) added to recently added queue.
2018-04-29 10:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15564) added to recently added queue.
2018-04-29 10:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15566, grandparent 8328) added to recently added queue.
2018-04-29 10:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15567, grandparent 9844) added to recently added queue.
2018-04-29 10:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15564 removed from recently added queue.
2018-04-29 10:58:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 11:01:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:03:26 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15573) added to recently added queue.
2018-04-29 11:03:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15574 , parent 15573) added to recently added queue.
2018-04-29 11:03:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15575, grandparent 15573) added to recently added queue.
2018-04-29 11:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15576, grandparent 7728) added to recently added queue.
2018-04-29 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15577, grandparent 9844) added to recently added queue.
2018-04-29 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15578) added to recently added queue.
2018-04-29 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15580, grandparent 8328) added to recently added queue.
2018-04-29 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15581, grandparent 9844) added to recently added queue.
2018-04-29 11:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15578 removed from recently added queue.
2018-04-29 11:06:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15587) added to recently added queue.
2018-04-29 11:08:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15588 , parent 15587) added to recently added queue.
2018-04-29 11:08:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15589, grandparent 15587) added to recently added queue.
2018-04-29 11:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15590, grandparent 7728) added to recently added queue.
2018-04-29 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15591, grandparent 9844) added to recently added queue.
2018-04-29 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15592) added to recently added queue.
2018-04-29 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15594, grandparent 8328) added to recently added queue.
2018-04-29 11:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15595, grandparent 9844) added to recently added queue.
2018-04-29 11:08:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15592 removed from recently added queue.
2018-04-29 11:08:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 11:11:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15601) added to recently added queue.
2018-04-29 11:13:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15602 , parent 15601) added to recently added queue.
2018-04-29 11:13:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15603, grandparent 15601) added to recently added queue.
2018-04-29 11:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15604, grandparent 7728) added to recently added queue.
2018-04-29 11:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15605, grandparent 9844) added to recently added queue.
2018-04-29 11:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15606) added to recently added queue.
2018-04-29 11:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15608, grandparent 8328) added to recently added queue.
2018-04-29 11:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15609, grandparent 9844) added to recently added queue.
2018-04-29 11:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15606 removed from recently added queue.
2018-04-29 11:13:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 11:16:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15615) added to recently added queue.
2018-04-29 11:18:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15616 , parent 15615) added to recently added queue.
2018-04-29 11:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15617, grandparent 15615) added to recently added queue.
2018-04-29 11:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15618, grandparent 7728) added to recently added queue.
2018-04-29 11:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15619, grandparent 9844) added to recently added queue.
2018-04-29 11:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15620) added to recently added queue.
2018-04-29 11:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15622, grandparent 8328) added to recently added queue.
2018-04-29 11:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15623, grandparent 9844) added to recently added queue.
2018-04-29 11:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15620 removed from recently added queue.
2018-04-29 11:21:09 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15629) added to recently added queue.
2018-04-29 11:23:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15630 , parent 15629) added to recently added queue.
2018-04-29 11:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15631, grandparent 15629) added to recently added queue.
2018-04-29 11:23:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15632, grandparent 7728) added to recently added queue.
2018-04-29 11:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15633, grandparent 9844) added to recently added queue.
2018-04-29 11:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15634) added to recently added queue.
2018-04-29 11:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15636, grandparent 8328) added to recently added queue.
2018-04-29 11:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15637, grandparent 9844) added to recently added queue.
2018-04-29 11:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15634 removed from recently added queue.
2018-04-29 11:23:44 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 started by user 15561763 (Owens) with ratingKey 9992 (Billions - Flaw in the Death Star).
2018-04-29 11:23:46 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 5 stopped.
2018-04-29 11:23:46 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 9992 is 2 secs which is less than 120 seconds, so we're not logging it.
2018-04-29 11:23:46 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 5 ratingKey 9992 from session queue
2018-04-29 11:23:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 11:24:12 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 6 started by user 15561763 (Owens) with ratingKey 9980 (Billions - Hell of a Ride).
2018-04-29 11:26:10 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15643) added to recently added queue.
2018-04-29 11:28:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15644 , parent 15643) added to recently added queue.
2018-04-29 11:28:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15645, grandparent 15643) added to recently added queue.
2018-04-29 11:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15646, grandparent 7728) added to recently added queue.
2018-04-29 11:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15647, grandparent 9844) added to recently added queue.
2018-04-29 11:28:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15648) added to recently added queue.
2018-04-29 11:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15650, grandparent 8328) added to recently added queue.
2018-04-29 11:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15651, grandparent 9844) added to recently added queue.
2018-04-29 11:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15648 removed from recently added queue.
2018-04-29 11:28:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 11:31:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15657) added to recently added queue.
2018-04-29 11:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15658 , parent 15657) added to recently added queue.
2018-04-29 11:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15659, grandparent 15657) added to recently added queue.
2018-04-29 11:33:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15660, grandparent 7728) added to recently added queue.
2018-04-29 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15661, grandparent 9844) added to recently added queue.
2018-04-29 11:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15662) added to recently added queue.
2018-04-29 11:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15664, grandparent 8328) added to recently added queue.
2018-04-29 11:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15665, grandparent 9844) added to recently added queue.
2018-04-29 11:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15662 removed from recently added queue.
2018-04-29 11:33:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 11:36:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15671) added to recently added queue.
2018-04-29 11:38:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15672 , parent 15671) added to recently added queue.
2018-04-29 11:38:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15673, grandparent 15671) added to recently added queue.
2018-04-29 11:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15674, grandparent 7728) added to recently added queue.
2018-04-29 11:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15675, grandparent 9844) added to recently added queue.
2018-04-29 11:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15676) added to recently added queue.
2018-04-29 11:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15678, grandparent 8328) added to recently added queue.
2018-04-29 11:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15679, grandparent 9844) added to recently added queue.
2018-04-29 11:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15676 removed from recently added queue.
2018-04-29 11:41:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15685) added to recently added queue.
2018-04-29 11:43:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15686 , parent 15685) added to recently added queue.
2018-04-29 11:43:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15687, grandparent 15685) added to recently added queue.
2018-04-29 11:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15688, grandparent 7728) added to recently added queue.
2018-04-29 11:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15689, grandparent 9844) added to recently added queue.
2018-04-29 11:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15690) added to recently added queue.
2018-04-29 11:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15692, grandparent 8328) added to recently added queue.
2018-04-29 11:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15693, grandparent 9844) added to recently added queue.
2018-04-29 11:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15690 removed from recently added queue.
2018-04-29 11:46:02 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:48:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15699) added to recently added queue.
2018-04-29 11:48:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15700 , parent 15699) added to recently added queue.
2018-04-29 11:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15701, grandparent 15699) added to recently added queue.
2018-04-29 11:48:29 - WARNING :: Thread-3 : Tautulli Pmsconnect :: Unable to parse XML for get_metadata_details: local variable 'metadata_xml' referenced before assignment.
2018-04-29 11:48:29 - ERROR :: Thread-3 : Tautulli WebSocket :: Failed to process timeline data: 'studio'.
2018-04-29 11:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15703, grandparent 9844) added to recently added queue.
2018-04-29 11:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15704) added to recently added queue.
2018-04-29 11:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15706, grandparent 8328) added to recently added queue.
2018-04-29 11:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15707, grandparent 9844) added to recently added queue.
2018-04-29 11:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15704 removed from recently added queue.
2018-04-29 11:51:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15714) added to recently added queue.
2018-04-29 11:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15715 , parent 15714) added to recently added queue.
2018-04-29 11:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15716, grandparent 15714) added to recently added queue.
2018-04-29 11:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15717, grandparent 15714) added to recently added queue.
2018-04-29 11:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15718, grandparent 9844) added to recently added queue.
2018-04-29 11:53:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15719) added to recently added queue.
2018-04-29 11:53:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15721, grandparent 8328) added to recently added queue.
2018-04-29 11:53:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15722, grandparent 9844) added to recently added queue.
2018-04-29 11:53:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15719 removed from recently added queue.
2018-04-29 11:56:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 11:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15728) added to recently added queue.
2018-04-29 11:58:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15729 , parent 15728) added to recently added queue.
2018-04-29 11:58:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15730, grandparent 15728) added to recently added queue.
2018-04-29 11:58:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15731, grandparent 7728) added to recently added queue.
2018-04-29 11:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15732, grandparent 9844) added to recently added queue.
2018-04-29 11:58:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15733) added to recently added queue.
2018-04-29 11:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15735, grandparent 8328) added to recently added queue.
2018-04-29 11:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15736, grandparent 9844) added to recently added queue.
2018-04-29 11:58:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15733 removed from recently added queue.
2018-04-29 11:58:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:01:03 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15742) added to recently added queue.
2018-04-29 12:03:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15743 , parent 15742) added to recently added queue.
2018-04-29 12:03:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15744, grandparent 15742) added to recently added queue.
2018-04-29 12:03:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15745, grandparent 7728) added to recently added queue.
2018-04-29 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15746, grandparent 9844) added to recently added queue.
2018-04-29 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15747) added to recently added queue.
2018-04-29 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15749, grandparent 8328) added to recently added queue.
2018-04-29 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15750, grandparent 9844) added to recently added queue.
2018-04-29 12:03:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15747 removed from recently added queue.
2018-04-29 12:03:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:06:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15756) added to recently added queue.
2018-04-29 12:08:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15757 , parent 15756) added to recently added queue.
2018-04-29 12:08:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15758, grandparent 15756) added to recently added queue.
2018-04-29 12:08:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15759, grandparent 7728) added to recently added queue.
2018-04-29 12:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15760, grandparent 9844) added to recently added queue.
2018-04-29 12:08:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15761) added to recently added queue.
2018-04-29 12:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15763, grandparent 8328) added to recently added queue.
2018-04-29 12:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15764, grandparent 9844) added to recently added queue.
2018-04-29 12:08:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15761 removed from recently added queue.
2018-04-29 12:08:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:11:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15770) added to recently added queue.
2018-04-29 12:13:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15771 , parent 15770) added to recently added queue.
2018-04-29 12:13:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15772, grandparent 15770) added to recently added queue.
2018-04-29 12:13:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15773, grandparent 7728) added to recently added queue.
2018-04-29 12:13:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15774, grandparent 9844) added to recently added queue.
2018-04-29 12:13:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15775) added to recently added queue.
2018-04-29 12:13:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15777, grandparent 8328) added to recently added queue.
2018-04-29 12:13:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15778, grandparent 9844) added to recently added queue.
2018-04-29 12:13:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15775 removed from recently added queue.
2018-04-29 12:13:56 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:16:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15784) added to recently added queue.
2018-04-29 12:18:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15785 , parent 15784) added to recently added queue.
2018-04-29 12:18:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15786, grandparent 15784) added to recently added queue.
2018-04-29 12:18:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15787, grandparent 7728) added to recently added queue.
2018-04-29 12:18:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15788, grandparent 9844) added to recently added queue.
2018-04-29 12:18:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15789) added to recently added queue.
2018-04-29 12:18:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15791, grandparent 8328) added to recently added queue.
2018-04-29 12:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15792, grandparent 9844) added to recently added queue.
2018-04-29 12:18:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15789 removed from recently added queue.
2018-04-29 12:20:38 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 6 stopped.
2018-04-29 12:20:38 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Fetching metadata for item ratingKey 9980
2018-04-29 12:20:38 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 6 ratingKey 9980 from session queue
2018-04-29 12:21:11 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 7 started by user 15561763 (Owens) with ratingKey 9869 (Lost in Space (2018) - Impact).
2018-04-29 12:21:11 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Session 7 stopped.
2018-04-29 12:21:11 - DEBUG :: Thread-3 : Tautulli ActivityProcessor :: Play duration for ratingKey 9869 is 0 secs which is less than 120 seconds, so we're not logging it.
2018-04-29 12:21:11 - DEBUG :: Thread-3 : Tautulli ActivityHandler :: Removing sessionKey 7 ratingKey 9869 from session queue
2018-04-29 12:21:11 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15798) added to recently added queue.
2018-04-29 12:23:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15799 , parent 15798) added to recently added queue.
2018-04-29 12:23:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15800, grandparent 15798) added to recently added queue.
2018-04-29 12:23:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15801, grandparent 7728) added to recently added queue.
2018-04-29 12:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15802, grandparent 9844) added to recently added queue.
2018-04-29 12:23:36 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15803) added to recently added queue.
2018-04-29 12:23:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15805, grandparent 8328) added to recently added queue.
2018-04-29 12:23:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15806, grandparent 9844) added to recently added queue.
2018-04-29 12:23:37 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15803 removed from recently added queue.
2018-04-29 12:25:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15812) added to recently added queue.
2018-04-29 12:28:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15813 , parent 15812) added to recently added queue.
2018-04-29 12:28:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15814, grandparent 15812) added to recently added queue.
2018-04-29 12:28:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15815, grandparent 7728) added to recently added queue.
2018-04-29 12:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15816, grandparent 9844) added to recently added queue.
2018-04-29 12:28:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15817) added to recently added queue.
2018-04-29 12:28:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15819, grandparent 8328) added to recently added queue.
2018-04-29 12:28:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15820, grandparent 9844) added to recently added queue.
2018-04-29 12:28:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15817 removed from recently added queue.
2018-04-29 12:28:55 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:31:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15826) added to recently added queue.
2018-04-29 12:33:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15827 , parent 15826) added to recently added queue.
2018-04-29 12:33:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15828, grandparent 15826) added to recently added queue.
2018-04-29 12:33:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15829, grandparent 7728) added to recently added queue.
2018-04-29 12:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15830, grandparent 9844) added to recently added queue.
2018-04-29 12:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15831) added to recently added queue.
2018-04-29 12:33:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15833, grandparent 8328) added to recently added queue.
2018-04-29 12:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15834, grandparent 9844) added to recently added queue.
2018-04-29 12:33:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15831 removed from recently added queue.
2018-04-29 12:36:07 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15840) added to recently added queue.
2018-04-29 12:38:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15841 , parent 15840) added to recently added queue.
2018-04-29 12:38:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15842, grandparent 15840) added to recently added queue.
2018-04-29 12:38:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15843, grandparent 7728) added to recently added queue.
2018-04-29 12:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15844, grandparent 9844) added to recently added queue.
2018-04-29 12:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15845) added to recently added queue.
2018-04-29 12:38:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15847, grandparent 8328) added to recently added queue.
2018-04-29 12:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15848, grandparent 9844) added to recently added queue.
2018-04-29 12:38:35 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15845 removed from recently added queue.
2018-04-29 12:41:08 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15854) added to recently added queue.
2018-04-29 12:43:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15855 , parent 15854) added to recently added queue.
2018-04-29 12:43:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15856, grandparent 15854) added to recently added queue.
2018-04-29 12:43:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15857, grandparent 7728) added to recently added queue.
2018-04-29 12:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15858, grandparent 9844) added to recently added queue.
2018-04-29 12:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15859) added to recently added queue.
2018-04-29 12:43:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15861, grandparent 8328) added to recently added queue.
2018-04-29 12:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15862, grandparent 9844) added to recently added queue.
2018-04-29 12:43:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15859 removed from recently added queue.
2018-04-29 12:43:53 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:46:06 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15868) added to recently added queue.
2018-04-29 12:48:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15869 , parent 15868) added to recently added queue.
2018-04-29 12:48:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15870, grandparent 15868) added to recently added queue.
2018-04-29 12:48:31 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15871, grandparent 7728) added to recently added queue.
2018-04-29 12:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15872, grandparent 9844) added to recently added queue.
2018-04-29 12:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15873) added to recently added queue.
2018-04-29 12:48:33 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15875, grandparent 8328) added to recently added queue.
2018-04-29 12:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15876, grandparent 9844) added to recently added queue.
2018-04-29 12:48:34 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15873 removed from recently added queue.
2018-04-29 12:48:54 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Grey's Anatomy' (7728) done processing metadata.
2018-04-29 12:51:05 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15882) added to recently added queue.
2018-04-29 12:53:28 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Season 14' (15883 , parent 15882) added to recently added queue.
2018-04-29 12:53:29 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E20' (15884, grandparent 15882) added to recently added queue.
2018-04-29 12:53:30 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy S14 E21' (15885, grandparent 7728) added to recently added queue.
2018-04-29 12:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E07' (15886, grandparent 9844) added to recently added queue.
2018-04-29 12:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (15887) added to recently added queue.
2018-04-29 12:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory S11 E22' (15889, grandparent 8328) added to recently added queue.
2018-04-29 12:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Station 19 S01 E06' (15890, grandparent 9844) added to recently added queue.
2018-04-29 12:53:32 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 15887 removed from recently added queue.
2018-04-29 12:56:04 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'The Big Bang Theory' (8328) done processing metadata.
2018-04-29 12:58:27 - DEBUG :: Thread-3 : Tautulli TimelineHandler :: Library item 'Greys Anatomy' (15896) added to rec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment