This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-05-11 07:52:33 - INFO :: MainThread : Starting Tautulli v2.7.2 | |
2021-05-11 07:52:33 - INFO :: MainThread : [Bundle] Darwin 20.4.0 (Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:41 PDT 2021; root:xnu-7195.101.2~1/RELEASE_ARM64_T8101 - Darwin 20.4.0) | |
2021-05-11 07:52:33 - INFO :: MainThread : America/Denver (UTC-0600) | |
2021-05-11 07:52:33 - INFO :: MainThread : Python 3.8.9 (default, Apr 8 2021, 12:00:47) [Clang 11.0.0 (clang-1100.0.33.17)] | |
2021-05-11 07:52:33 - INFO :: MainThread : Program Dir: /Applications/Tautulli.app/Contents/MacOS | |
2021-05-11 07:52:33 - INFO :: MainThread : Config File: /Users/lbutlr/Library/Application Support/Tautulli/config.ini | |
2021-05-11 07:52:33 - INFO :: MainThread : Database File: /Users/lbutlr/Library/Application Support/Tautulli/tautulli.db | |
2021-05-11 07:52:33 - INFO :: MainThread : Checking if the database upgrades are required... | |
2021-05-11 07:52:33 - INFO :: MainThread : Checking if configuration upgrades are required... | |
2021-05-11 07:52:33 - DEB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-05-09 19:19:21 - ERROR :: Thread-2 : Tautulli Notifiers :: Email notification failed: EOF occurred in violation of protocol (_ssl.c:1125) | |
2021-05-09 19:20:42 - DEBUG :: Thread-16 : Tautulli TimelineHandler :: Library item '' (62469) added to recently added queue. | |
2021-05-09 19:20:42 - DEBUG :: Thread-16 : Tautulli TimelineHandler :: Library item '' (62469) added to recently added queue. | |
2021-05-09 19:20:42 - DEBUG :: Thread-16 : Tautulli TimelineHandler :: Library item '' (62469) added to recently added queue. | |
2021-05-09 19:20:42 - DEBUG :: Thread-16 : Tautulli TimelineHandler :: Library item '' (62469) added to recently added queue. | |
2021-05-09 19:20:42 - DEBUG :: Thread-16 : Tautulli TimelineHandler :: Library item '' (62469) added to recently added queue. | |
2021-05-09 19:20:47 - DEBUG :: Thread-16 : Tautulli TimelineHandler :: Library item '' (62469) added to recently added queue. | |
2021-05-09 19:25:47 - DEBUG :: ThreadPoolExecutor-0_0 : Tautulli TimelineHandler :: Library item 62469 added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# transcode-video.sh | |
# | |
# Copyright (c) 2013 Don Melton | |
# | |
# This script is a wrapper for `HandBrakeCLI` (see: <http://handbrake.fr/>). | |
# The purpose of this script is to transcode a video file into a format and | |
# size similar to a video available for download from the iTunes Store. | |
# |