Compare commits
105 Commits
v2.1.19-be
...
v2.1.24-be
Author | SHA1 | Date | |
---|---|---|---|
![]() |
944df6cec1 | ||
![]() |
354d46e940 | ||
![]() |
71cb2d9c4c | ||
![]() |
c08cec40cb | ||
![]() |
dee544c951 | ||
![]() |
f42581a5a6 | ||
![]() |
fdc9f165a4 | ||
![]() |
8fff796700 | ||
![]() |
c64a115d29 | ||
![]() |
d731ad851c | ||
![]() |
c098175ba9 | ||
![]() |
d728f7a11e | ||
![]() |
7271e66ab8 | ||
![]() |
5c54283df7 | ||
![]() |
86b1d0f51d | ||
![]() |
f2fedb182c | ||
![]() |
1bce850765 | ||
![]() |
ebe5c3168f | ||
![]() |
6e4fa3ef63 | ||
![]() |
ec7afcdbc4 | ||
![]() |
0f2e25ba72 | ||
![]() |
115b05ee7f | ||
![]() |
85b4116491 | ||
![]() |
863bb4033c | ||
![]() |
92672ddda8 | ||
![]() |
018356b85e | ||
![]() |
d93390f8ed | ||
![]() |
e36be32b8e | ||
![]() |
0e0fb2e2b8 | ||
![]() |
be0144bbe1 | ||
![]() |
0d30df6853 | ||
![]() |
77460f7617 | ||
![]() |
c70cc535e5 | ||
![]() |
16733bbe04 | ||
![]() |
1686b70c1c | ||
![]() |
1ef4fd294a | ||
![]() |
83a4dfc0de | ||
![]() |
2eb82e8732 | ||
![]() |
67f70fab90 | ||
![]() |
fb2362be24 | ||
![]() |
612bf079de | ||
![]() |
a88047eb9c | ||
![]() |
7bdef05a45 | ||
![]() |
1a46e09928 | ||
![]() |
4302c4bc0d | ||
![]() |
3b0f31c112 | ||
![]() |
a976d65e9c | ||
![]() |
40559471cf | ||
![]() |
6bb6e27378 | ||
![]() |
03751abc0e | ||
![]() |
8ab5d88db5 | ||
![]() |
d80919140b | ||
![]() |
1e3a347782 | ||
![]() |
a6e8372d47 | ||
![]() |
ce59692089 | ||
![]() |
df76a02478 | ||
![]() |
a94207691f | ||
![]() |
dbc53ca710 | ||
![]() |
4c9ddbd8b7 | ||
![]() |
045c69f5d8 | ||
![]() |
71ae314c46 | ||
![]() |
c8575bbc0f | ||
![]() |
af3944734f | ||
![]() |
f1b3a6f7b6 | ||
![]() |
8a94f6d63a | ||
![]() |
9b8fb73a7a | ||
![]() |
67c333e86e | ||
![]() |
cfa0b20419 | ||
![]() |
4b2930c890 | ||
![]() |
d98565ea12 | ||
![]() |
471f7c184a | ||
![]() |
3d4a5e6547 | ||
![]() |
382322d5e7 | ||
![]() |
c0ae25611b | ||
![]() |
f025533582 | ||
![]() |
fd28e5183a | ||
![]() |
185099f183 | ||
![]() |
cd6289046e | ||
![]() |
955dc795ff | ||
![]() |
1b772e60a9 | ||
![]() |
c6f4c17a81 | ||
![]() |
1e68a81fe1 | ||
![]() |
4944ce1ca0 | ||
![]() |
f04873446a | ||
![]() |
505b6b616e | ||
![]() |
87dd43d699 | ||
![]() |
a48ebef9ae | ||
![]() |
e40483525b | ||
![]() |
ebc563fd26 | ||
![]() |
5bb3e189fe | ||
![]() |
ed08df5224 | ||
![]() |
ae2584b6f6 | ||
![]() |
f0e2355231 | ||
![]() |
878c48b491 | ||
![]() |
ecfbb4de9b | ||
![]() |
731af75c54 | ||
![]() |
9817da6012 | ||
![]() |
dd3f75f154 | ||
![]() |
1eee03fa8f | ||
![]() |
02af6c4e6c | ||
![]() |
b8a9c4f5b7 | ||
![]() |
0b227dc69e | ||
![]() |
8228018dd0 | ||
![]() |
5c3086a049 | ||
![]() |
634e003bb7 |
33
API.md
33
API.md
@@ -1,9 +1,15 @@
|
|||||||
# API Reference
|
# API Reference
|
||||||
|
|
||||||
The API is still pretty new and needs some serious cleaning up on the backend but should be reasonably functional. There are no error codes yet.
|
|
||||||
|
|
||||||
## General structure
|
## General structure
|
||||||
The API endpoint is `http://ip:port + HTTP_ROOT + /api/v2?apikey=$apikey&cmd=$command`
|
The API endpoint is
|
||||||
|
```
|
||||||
|
http://IP_ADDRESS:PORT + [/HTTP_ROOT] + /api/v2?apikey=$apikey&cmd=$command
|
||||||
|
```
|
||||||
|
|
||||||
|
Example:
|
||||||
|
```
|
||||||
|
http://localhost:8181/api/v2?apikey=66198313a092496b8a725867d2223b5f&cmd=get_metadata&rating_key=153037
|
||||||
|
```
|
||||||
|
|
||||||
Response example (default `json`)
|
Response example (default `json`)
|
||||||
```
|
```
|
||||||
@@ -354,7 +360,8 @@ Required parameters:
|
|||||||
None
|
None
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
None
|
session_key (int): Session key for the session info to return, OR
|
||||||
|
session_id (str): Session ID for the session info to return
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
json:
|
json:
|
||||||
@@ -726,7 +733,7 @@ Required parameters:
|
|||||||
Optional parameters:
|
Optional parameters:
|
||||||
grouping (int): 0 or 1
|
grouping (int): 0 or 1
|
||||||
time_range (str): The time range to calculate statistics, '30'
|
time_range (str): The time range to calculate statistics, '30'
|
||||||
stats_type (int): 0 for plays, 1 for duration
|
stats_type (str): plays or duration
|
||||||
stats_count (str): The number of top items to list, '5'
|
stats_count (str): The number of top items to list, '5'
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
@@ -1140,7 +1147,8 @@ Returns:
|
|||||||
"video_language_code": "",
|
"video_language_code": "",
|
||||||
"video_profile": "high",
|
"video_profile": "high",
|
||||||
"video_ref_frames": "4",
|
"video_ref_frames": "4",
|
||||||
"video_width": "1920"
|
"video_width": "1920",
|
||||||
|
"selected": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"audio_bitrate": "384",
|
"audio_bitrate": "384",
|
||||||
@@ -1153,7 +1161,8 @@ Returns:
|
|||||||
"audio_profile": "",
|
"audio_profile": "",
|
||||||
"audio_sample_rate": "48000",
|
"audio_sample_rate": "48000",
|
||||||
"id": "511664",
|
"id": "511664",
|
||||||
"type": "2"
|
"type": "2",
|
||||||
|
"selected": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "511953",
|
"id": "511953",
|
||||||
@@ -1164,7 +1173,8 @@ Returns:
|
|||||||
"subtitle_language": "English",
|
"subtitle_language": "English",
|
||||||
"subtitle_language_code": "eng",
|
"subtitle_language_code": "eng",
|
||||||
"subtitle_location": "external",
|
"subtitle_location": "external",
|
||||||
"type": "3"
|
"type": "3",
|
||||||
|
"selected": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1765,7 +1775,7 @@ Returns:
|
|||||||
|
|
||||||
|
|
||||||
### get_recently_added
|
### get_recently_added
|
||||||
Get all items that where recelty added to plex.
|
Get all items that where recently added to plex.
|
||||||
|
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
@@ -1773,7 +1783,7 @@ Required parameters:
|
|||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
start (str): The item number to start at
|
start (str): The item number to start at
|
||||||
type (str): The media type: movie, show, artist
|
media_type (str): The media type: movie, show, artist
|
||||||
section_id (str): The id of the Plex library section
|
section_id (str): The id of the Plex library section
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
@@ -2435,7 +2445,7 @@ Required parameters:
|
|||||||
body (str): The body of the message
|
body (str): The body of the message
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
None
|
script_args (str): The arguments for script notifications
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
None
|
None
|
||||||
@@ -2496,6 +2506,7 @@ Optional parameters:
|
|||||||
img_format (str): png
|
img_format (str): png
|
||||||
fallback (str): "poster", "cover", "art"
|
fallback (str): "poster", "cover", "art"
|
||||||
refresh (bool): True or False whether to refresh the image cache
|
refresh (bool): True or False whether to refresh the image cache
|
||||||
|
return_hash (bool): True or False to return the self-hosted image hash instead of the image
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
None
|
None
|
||||||
|
95
CHANGELOG.md
95
CHANGELOG.md
@@ -1,5 +1,100 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.1.24-beta (2018-10-29)
|
||||||
|
|
||||||
|
* Monitoring:
|
||||||
|
* Fix: Transcode change events creating invalid sessions in the database.
|
||||||
|
* Notifications:
|
||||||
|
* Change: Update Telegram character limit to 1024.
|
||||||
|
* History:
|
||||||
|
* Fix: Save history table states separately for multiple Tautulli instances.
|
||||||
|
* Graphs:
|
||||||
|
* Fix: Save graphs states separately for multiple Tautulli instances.
|
||||||
|
* Change: Version graphs to bypass browser cache.
|
||||||
|
* UI:
|
||||||
|
* New: Added queued tasks modals to the scheduled tasks table for debugging.
|
||||||
|
* Other:
|
||||||
|
* Change: Updated timezone info and display in configuration table.
|
||||||
|
|
||||||
|
|
||||||
|
## v2.1.23-beta (2018-10-14)
|
||||||
|
|
||||||
|
* Monitoring:
|
||||||
|
* Fix: Buffer events not being triggered properly.
|
||||||
|
* Fix: Watched progress sometimes not saved correctly. (Thanks @Sheigutn)
|
||||||
|
* Notifications:
|
||||||
|
* New: Added notification trigger for transcode decision change.
|
||||||
|
* Fix: Multiple buffer notifications being triggered within the same second.
|
||||||
|
* Change: Default buffer notification threshold changed to 10 for buffer thresholds less than 10.
|
||||||
|
* Newsletter:
|
||||||
|
* New: Added Other Video libraries to the newsletter.
|
||||||
|
* Homepage:
|
||||||
|
* New: Added Other Video type to recently added on the homepage.
|
||||||
|
* Change: Save homepage recently added media type toggle state.
|
||||||
|
* Change: Save homepage stats config to local storage instead of the server.
|
||||||
|
* History:
|
||||||
|
* Change: Save history table media type toggle state.
|
||||||
|
* Graphs:
|
||||||
|
* Change: Save series visibility state when toggling the legend.
|
||||||
|
* Change: Save graph config to local storage instead of the server.
|
||||||
|
* UI:
|
||||||
|
* New: Show the remote app device token and id in the edit device modal.
|
||||||
|
* Change: Lock certain settings if using the Tautulli docker container.
|
||||||
|
* API:
|
||||||
|
* Fix: download_config, download_database, download_log, and download_plex_log API commands not working.
|
||||||
|
* Change: get_recently_added command 'type' parameter renamed to 'media_type'. Backwards compatibility is maintained.
|
||||||
|
* Change: get_home_stats command 'stats_type' parameter change to string 'plays' or 'duration'. Backwards compatibility is maintained.
|
||||||
|
|
||||||
|
|
||||||
|
## v2.1.22 (2018-10-05)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Notification agent settings not loading when failed to retrieve some data.
|
||||||
|
* UI:
|
||||||
|
* Fix: Incorrectly showing localhost server in the setup wizard.
|
||||||
|
* Other:
|
||||||
|
* Fix: Incorrect redirect to HTTP when HTTPS proxy header is present.
|
||||||
|
* Fix: Websocket not connecting automatically after the setup wizard.
|
||||||
|
|
||||||
|
|
||||||
|
## v2.1.21 (2018-09-21)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Content Rating notification condition always evaluating to True. (Thanks @Arcanemagus)
|
||||||
|
* Fix: Script arguments not showing substituted values in the notification logs.
|
||||||
|
* UI:
|
||||||
|
* New: Unsupported browser warning when using IE or Edge.
|
||||||
|
* Fix: Misaligned refresh image icon in album search results. (Thanks @Sheigutn)
|
||||||
|
* Fix: Music history showing as pre-Tautulli in stream info modal.
|
||||||
|
* Other:
|
||||||
|
* Fix: Typo in Systemd init script group value. (Thanks @ldumont)
|
||||||
|
* Fix: Execute permissions in Fedora/CentOS and Systemd init scripts. (Thanks @wilmardo)
|
||||||
|
* Fix: Systemd init script instructions per Linux distro. (Thanks @samwiseg00)
|
||||||
|
* Change: Fallback to Tautulli data directory if logs/backup/cache/newsletter directories are not writable.
|
||||||
|
* Change: Check for alternative reverse proxy headers if X-Forwarded-Host is missing.
|
||||||
|
|
||||||
|
|
||||||
|
## v2.1.20 (2018-09-05)
|
||||||
|
* No changes.
|
||||||
|
|
||||||
|
|
||||||
|
## v2.1.20-beta (2018-09-02)
|
||||||
|
|
||||||
|
* Monitoring:
|
||||||
|
* Fix: Fetch messing season info when "Hide Seasons" is enabled for a show.
|
||||||
|
* Fix: Video and Audio details sometimes missing on activity cards.
|
||||||
|
* Notifications:
|
||||||
|
* New: Added UTC timestamp to notification parameters. (Thanks @samwiseg00)
|
||||||
|
* New: Added TAUTULLI_PUBLIC_URL to script environment variables. (Thanks @samwiseg00)
|
||||||
|
* UI:
|
||||||
|
* Change: Automatically redirect '/' to HTTP root if enabled.
|
||||||
|
* API:
|
||||||
|
* New: Added return_hash parameter to pms_image_proxy command.
|
||||||
|
* New: Added session_id parameter to get_activity command.
|
||||||
|
* Other:
|
||||||
|
* Change: Linux systemd startup script to use the "tautulli" group permission. (Thanks @samwiseg00)
|
||||||
|
|
||||||
|
|
||||||
## v2.1.19-beta (2018-08-19)
|
## v2.1.19-beta (2018-08-19)
|
||||||
|
|
||||||
* Notifications:
|
* Notifications:
|
||||||
|
14
Tautulli.py
14
Tautulli.py
@@ -28,9 +28,12 @@ import sys
|
|||||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
|
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import datetime
|
||||||
import locale
|
import locale
|
||||||
|
import pytz
|
||||||
import signal
|
import signal
|
||||||
import time
|
import time
|
||||||
|
import tzlocal
|
||||||
|
|
||||||
import plexpy
|
import plexpy
|
||||||
from plexpy import config, database, logger, webstart
|
from plexpy import config, database, logger, webstart
|
||||||
@@ -106,6 +109,17 @@ def main():
|
|||||||
logger.initLogger(console=not plexpy.QUIET, log_dir=False,
|
logger.initLogger(console=not plexpy.QUIET, log_dir=False,
|
||||||
verbose=plexpy.VERBOSE)
|
verbose=plexpy.VERBOSE)
|
||||||
|
|
||||||
|
try:
|
||||||
|
plexpy.SYS_TIMEZONE = str(tzlocal.get_localzone())
|
||||||
|
plexpy.SYS_UTC_OFFSET = datetime.datetime.now(pytz.timezone(plexpy.SYS_TIMEZONE)).strftime('%z')
|
||||||
|
except (pytz.UnknownTimeZoneError, LookupError, ValueError) as e:
|
||||||
|
logger.error("Could not determine system timezone: %s" % e)
|
||||||
|
plexpy.SYS_TIMEZONE = 'Unknown'
|
||||||
|
plexpy.SYS_UTC_OFFSET = '+0000'
|
||||||
|
|
||||||
|
if os.getenv('TAUTULLI_DOCKER', False) == 'True':
|
||||||
|
plexpy.DOCKER = True
|
||||||
|
|
||||||
if args.dev:
|
if args.dev:
|
||||||
plexpy.DEV = True
|
plexpy.DEV = True
|
||||||
logger.debug(u"Tautulli is running in the dev environment.")
|
logger.debug(u"Tautulli is running in the dev environment.")
|
||||||
|
@@ -71,6 +71,10 @@ DOCUMENTATION :: END
|
|||||||
<td>Platform:</td>
|
<td>Platform:</td>
|
||||||
<td>${common.PLATFORM} ${common.PLATFORM_RELEASE} (${common.PLATFORM_VERSION + (' - {}'.format(common.PLATFORM_LINUX_DISTRO) if common.PLATFORM_LINUX_DISTRO else '')})</td>
|
<td>${common.PLATFORM} ${common.PLATFORM_RELEASE} (${common.PLATFORM_VERSION + (' - {}'.format(common.PLATFORM_LINUX_DISTRO) if common.PLATFORM_LINUX_DISTRO else '')})</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>System Timezone:</td>
|
||||||
|
<td>${plexpy.SYS_TIMEZONE} (${'UTC{}'.format(plexpy.SYS_UTC_OFFSET)})
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Python Version:</td>
|
<td>Python Version:</td>
|
||||||
<td>${sys.version}</td>
|
<td>${sys.version}</td>
|
||||||
|
@@ -676,7 +676,9 @@ textarea.form-control:focus {
|
|||||||
color: #F9AA03;
|
color: #F9AA03;
|
||||||
margin: 5px 40px 5px 0;
|
margin: 5px 40px 5px 0;
|
||||||
}
|
}
|
||||||
.form-control[readonly] {
|
.form-control[disabled],
|
||||||
|
.form-control[readonly],
|
||||||
|
fieldset[disabled] .form-control {
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
}
|
}
|
||||||
.form-control[readonly]:focus {
|
.form-control[readonly]:focus {
|
||||||
@@ -2151,6 +2153,10 @@ div.advanced-setting {
|
|||||||
li.advanced-setting {
|
li.advanced-setting {
|
||||||
border-left: 1px solid #cc7b19;
|
border-left: 1px solid #cc7b19;
|
||||||
}
|
}
|
||||||
|
.docker-setting {
|
||||||
|
color: #cc7b19;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
.user-info-wrapper {
|
.user-info-wrapper {
|
||||||
}
|
}
|
||||||
.user-info-poster-face {
|
.user-info-poster-face {
|
||||||
@@ -3361,6 +3367,34 @@ pre::-webkit-scrollbar-thumb {
|
|||||||
.notification-params tr:nth-child(even) td {
|
.notification-params tr:nth-child(even) td {
|
||||||
background-color: rgba(255,255,255,0.010);
|
background-color: rgba(255,255,255,0.010);
|
||||||
}
|
}
|
||||||
|
.activity-queue {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 10px;
|
||||||
|
background-color: #282828;
|
||||||
|
}
|
||||||
|
.activity-queue th {
|
||||||
|
padding-left: 10px;
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
.activity-queue th:first-child {
|
||||||
|
width: 268px;
|
||||||
|
}
|
||||||
|
.activity-queue th:nth-child(2) {
|
||||||
|
width: 125px;
|
||||||
|
}
|
||||||
|
.activity-queue th:nth-child(3) {
|
||||||
|
width: 175px;
|
||||||
|
}
|
||||||
|
.activity-queue td {
|
||||||
|
height: 25px;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.activity-queue tr:nth-child(odd) td {
|
||||||
|
background-color: rgba(255,255,255,0.035);
|
||||||
|
}
|
||||||
|
.activity-queue tr:nth-child(even) td {
|
||||||
|
background-color: rgba(255,255,255,0.010);
|
||||||
|
}
|
||||||
#days-selection label,
|
#days-selection label,
|
||||||
#months-selection label {
|
#months-selection label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -4162,4 +4196,16 @@ a[data-tab-destination] {
|
|||||||
}
|
}
|
||||||
.fa-blank {
|
.fa-blank {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#browser-warning {
|
||||||
|
height: 25px;
|
||||||
|
width: 100%;
|
||||||
|
background: #cc7b19;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-top: 2px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
@@ -21,137 +21,109 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group" style="margin-right: 2px;" data-toggle="buttons" id="yaxis-selection">
|
<div class="btn-group" style="margin-right: 2px;" data-toggle="buttons" id="yaxis-selection">
|
||||||
% if config['graph_type'] == 'duration':
|
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="yaxis-options" id="yaxis-count" value="plays" autocomplete="off"> Play Count
|
<input type="radio" name="yaxis-options" id="yaxis-plays" value="plays" autocomplete="off"> Play Count
|
||||||
</label>
|
|
||||||
<label class="btn btn-dark active">
|
|
||||||
<input type="radio" name="yaxis-options" id="yaxis-duration" value="duration" autocomplete="off" checked> Play Duration
|
|
||||||
</label>
|
|
||||||
% else:
|
|
||||||
<label class="btn btn-dark active">
|
|
||||||
<input type="radio" name="yaxis-options" id="yaxis-count" value="plays" autocomplete="off" checked> Play Count
|
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="yaxis-options" id="yaxis-duration" value="duration" autocomplete="off"> Play Duration
|
<input type="radio" name="yaxis-options" id="yaxis-duration" value="duration" autocomplete="off"> Play Duration
|
||||||
</label>
|
</label>
|
||||||
% endif
|
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group pull-right" style="width: 1px;" id="days-selection">
|
<div class="input-group pull-right" style="width: 1px;" id="days-selection">
|
||||||
<span class="input-group-addon btn-dark inactive">Last</span>
|
<span class="input-group-addon btn-dark inactive">Last</span>
|
||||||
<input type="number" class="form-control number-input" name="graph-days" id="graph-days" value="${config['graph_days']}" min="1" data-default="7" data-toggle="tooltip" title="Min: 1 day" />
|
<input type="number" class="form-control number-input" name="graph-days" id="graph-days" value="30" min="1" data-default="7" data-toggle="tooltip" title="Min: 1 day" />
|
||||||
<span class="input-group-addon btn-dark inactive">days</span>
|
<span class="input-group-addon btn-dark inactive">days</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group pull-right" style="width: 1px;" id="months-selection">
|
<div class="input-group pull-right" style="width: 1px;" id="months-selection">
|
||||||
<span class="input-group-addon btn-dark inactive">Last</span>
|
<span class="input-group-addon btn-dark inactive">Last</span>
|
||||||
<input type="number" class="form-control number-input" name="graph-months" id="graph-months" value="${config['graph_months']}" min="1" data-default="12" data-toggle="tooltip" title="Min: 1 month" />
|
<input type="number" class="form-control number-input" name="graph-months" id="graph-months" value="12" min="1" data-default="12" data-toggle="tooltip" title="Min: 1 month" />
|
||||||
<span class="input-group-addon btn-dark inactive">months</span>
|
<span class="input-group-addon btn-dark inactive">months</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='table-card-back'>
|
<div class='table-card-back'>
|
||||||
<ul class="nav nav-pills" role="tablist" id="graph-tabs">
|
<ul class="nav nav-pills" role="tablist" id="graph-tabs">
|
||||||
% if config['graph_tab'] == 'tabs-3':
|
<li role="presentation"><a href="#tabs-1" aria-controls="tabs-1" data-toggle="tab" role="tab">Plays by Period</a></li>
|
||||||
<li role="presentation"><a href="#tabs-1" aria-controls="tabs-1" data-toggle="tab" role="tab">Plays by period</a></li>
|
|
||||||
<li role="presentation"><a href="#tabs-2" aria-controls="tabs-2" data-toggle="tab" role="tab">Stream Info</a></li>
|
|
||||||
<li role="presentation" class="active"><a href="#tabs-3" aria-controls="tabs-3" data-toggle="tab" role="tab">Play Totals</a></li>
|
|
||||||
% elif config['graph_tab'] == 'tabs-2':
|
|
||||||
<li role="presentation"><a href="#tabs-1" aria-controls="tabs-1" data-toggle="tab" role="tab">Plays by period</a></li>
|
|
||||||
<li role="presentation" class="active"><a href="#tabs-2" aria-controls="tabs-2" data-toggle="tab" role="tab">Stream Info</a></li>
|
|
||||||
<li role="presentation"><a href="#tabs-3" aria-controls="tabs-3" data-toggle="tab" role="tab">Play Totals</a></li>
|
|
||||||
% else:
|
|
||||||
<li role="presentation" class="active"><a href="#tabs-1" aria-controls="tabs-1" data-toggle="tab" role="tab">Plays by period</a></li>
|
|
||||||
<li role="presentation"><a href="#tabs-2" aria-controls="tabs-2" data-toggle="tab" role="tab">Stream Info</a></li>
|
<li role="presentation"><a href="#tabs-2" aria-controls="tabs-2" data-toggle="tab" role="tab">Stream Info</a></li>
|
||||||
<li role="presentation"><a href="#tabs-3" aria-controls="tabs-3" data-toggle="tab" role="tab">Play Totals</a></li>
|
<li role="presentation"><a href="#tabs-3" aria-controls="tabs-3" data-toggle="tab" role="tab">Play Totals</a></li>
|
||||||
% endif
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
% if config['graph_tab'] != 'tabs-2' and config['graph_tab'] != 'tabs-3':
|
|
||||||
<div role="tabpanel" class="tab-pane active" id="tabs-1">
|
|
||||||
% else:
|
|
||||||
<div role="tabpanel" class="tab-pane" id="tabs-1">
|
<div role="tabpanel" class="tab-pane" id="tabs-1">
|
||||||
% endif
|
<div class="row">
|
||||||
<div class="row">
|
<div class="col-md-12">
|
||||||
<div class="col-md-12">
|
<h4><i class="fa fa-history"></i> Daily <span class="yaxis-text">Play count</span> <small>Last <span class="days">30</span> days</small></h4>
|
||||||
<h4><i class="fa fa-history"></i> Daily <span class="yaxis-text">Play count</span> <small>Last <span class="days">30</span> days</small></h4>
|
<p class="help-block">
|
||||||
<p class="help-block">
|
The total play count or duration of tv, movies, and music played per day. Click a graph point to open up a list of items played for that specific date.
|
||||||
The total play count or duration of tv, movies, and music played per day. Click a graph point to open up a list of items played for that specific date.
|
</p>
|
||||||
</p>
|
<div class="graphs-instance">
|
||||||
<div class="graphs-instance">
|
<div class="watch-chart" id="graph_plays_by_day">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_day">
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...</div>
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...</div>
|
<br>
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6">
|
|
||||||
<h4><i class="fa fa-calendar"></i> <span class="yaxis-text">Play count</span> by day of week <small>Last <span class="days">30</span> days</small></h4>
|
|
||||||
<p class="help-block">
|
|
||||||
The combined total of tv, movies, and music played per day of the week.
|
|
||||||
</p>
|
|
||||||
<div class="graphs-instance">
|
|
||||||
<div class="watch-chart" id="chart_div_plays_by_dayofweek" style="float: left;">
|
|
||||||
<div class="graphs-load">
|
|
||||||
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-6">
|
|
||||||
<h4><i class="fa fa-clock-o"></i> <span class="yaxis-text">Play count</span> by hour of day <small>Last <span class="days">30</span> days</small></h4>
|
|
||||||
<p class="help-block">
|
|
||||||
The combined total of tv, movies, and music played per hour of the day.
|
|
||||||
</p>
|
|
||||||
<div class="graphs-instance">
|
|
||||||
<div class="watch-chart" id="chart_div_plays_by_hourofday">
|
|
||||||
<div class="graphs-load">
|
|
||||||
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6">
|
|
||||||
<h4><i class="fa fa-television"></i> <span class="yaxis-text">Play count</span> by top 10 platforms <small>Last <span class="days">30</span> days</small></h4>
|
|
||||||
<p class="help-block">
|
|
||||||
The combined total of tv, movies, and music played by top 10 most active platforms.
|
|
||||||
</p>
|
|
||||||
<div class="graphs-instance">
|
|
||||||
<div class="watch-chart" id="chart_div_plays_by_platform" style="float: left;">
|
|
||||||
<div class="graphs-load">
|
|
||||||
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-6">
|
|
||||||
<h4><i class="fa fa-user"></i> <span class="yaxis-text">Play count</span> by top 10 users <small>Last <span class="days">30</span> days</small></h4>
|
|
||||||
<p class="help-block">
|
|
||||||
The combined total of tv, movies, and music played by top 10 most active users.
|
|
||||||
</p>
|
|
||||||
<div class="graphs-instance">
|
|
||||||
<div class="watch-chart" id="chart_div_plays_by_user">
|
|
||||||
<div class="graphs-load">
|
|
||||||
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
% if config['graph_tab'] == 'tabs-2':
|
<div class="col-md-6">
|
||||||
<div role="tabpanel" class="tab-pane active" id="tabs-2">
|
<h4><i class="fa fa-calendar"></i> <span class="yaxis-text">Play count</span> by day of week <small>Last <span class="days">30</span> days</small></h4>
|
||||||
% else:
|
<p class="help-block">
|
||||||
|
The combined total of tv, movies, and music played per day of the week.
|
||||||
|
</p>
|
||||||
|
<div class="graphs-instance">
|
||||||
|
<div class="watch-chart" id="graph_plays_by_dayofweek" style="float: left;">
|
||||||
|
<div class="graphs-load">
|
||||||
|
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h4><i class="fa fa-clock-o"></i> <span class="yaxis-text">Play count</span> by hour of day <small>Last <span class="days">30</span> days</small></h4>
|
||||||
|
<p class="help-block">
|
||||||
|
The combined total of tv, movies, and music played per hour of the day.
|
||||||
|
</p>
|
||||||
|
<div class="graphs-instance">
|
||||||
|
<div class="watch-chart" id="graph_plays_by_hourofday">
|
||||||
|
<div class="graphs-load">
|
||||||
|
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h4><i class="fa fa-television"></i> <span class="yaxis-text">Play count</span> by top 10 platforms <small>Last <span class="days">30</span> days</small></h4>
|
||||||
|
<p class="help-block">
|
||||||
|
The combined total of tv, movies, and music played by top 10 most active platforms.
|
||||||
|
</p>
|
||||||
|
<div class="graphs-instance">
|
||||||
|
<div class="watch-chart" id="graph_plays_by_platform" style="float: left;">
|
||||||
|
<div class="graphs-load">
|
||||||
|
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<h4><i class="fa fa-user"></i> <span class="yaxis-text">Play count</span> by top 10 users <small>Last <span class="days">30</span> days</small></h4>
|
||||||
|
<p class="help-block">
|
||||||
|
The combined total of tv, movies, and music played by top 10 most active users.
|
||||||
|
</p>
|
||||||
|
<div class="graphs-instance">
|
||||||
|
<div class="watch-chart" id="graph_plays_by_user">
|
||||||
|
<div class="graphs-load">
|
||||||
|
<i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div role="tabpanel" class="tab-pane" id="tabs-2">
|
<div role="tabpanel" class="tab-pane" id="tabs-2">
|
||||||
% endif
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h4><i class="fa fa-video-camera"></i> Daily Stream type breakdown <small>Last <span class="days">30</span> days</small></h4>
|
<h4><i class="fa fa-video-camera"></i> Daily Stream type breakdown <small>Last <span class="days">30</span> days</small></h4>
|
||||||
@@ -159,7 +131,7 @@
|
|||||||
The total play count or duration of tv, movies, and music by the transcode decision. Click a graph point to open up a list of items played for that specific date.
|
The total play count or duration of tv, movies, and music by the transcode decision. Click a graph point to open up a list of items played for that specific date.
|
||||||
</p>
|
</p>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_stream_type">
|
<div class="watch-chart" id="graph_plays_by_stream_type">
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...</div>
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...</div>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
@@ -173,7 +145,7 @@
|
|||||||
The combined total of tv and movies by their original resolution (pre-transcoding).
|
The combined total of tv and movies by their original resolution (pre-transcoding).
|
||||||
</p>
|
</p>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_source_resolution" style="float: left;">
|
<div class="watch-chart" id="graph_plays_by_source_resolution" style="float: left;">
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
@@ -186,7 +158,7 @@
|
|||||||
The combined total of tv and movies by their streamed resolution (post-transcoding).
|
The combined total of tv and movies by their streamed resolution (post-transcoding).
|
||||||
</p>
|
</p>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_stream_resolution">
|
<div class="watch-chart" id="graph_plays_by_stream_resolution">
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
@@ -201,7 +173,7 @@
|
|||||||
The combined total of tv, movies, and music by platform and stream type.
|
The combined total of tv, movies, and music by platform and stream type.
|
||||||
</p>
|
</p>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_platform_by_stream_type" style="float: left;">
|
<div class="watch-chart" id="graph_plays_by_platform_by_stream_type" style="float: left;">
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
@@ -214,7 +186,7 @@
|
|||||||
The combined total of tv, movies, and music by user and stream type.
|
The combined total of tv, movies, and music by user and stream type.
|
||||||
</p>
|
</p>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_user_by_stream_type" style="float: left;">
|
<div class="watch-chart" id="graph_plays_by_user_by_stream_type" style="float: left;">
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
@@ -223,12 +195,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
% if config['graph_tab'] == 'tabs-3':
|
|
||||||
<div role="tabpanel" class="tab-pane active" id="tabs-3">
|
|
||||||
% else:
|
|
||||||
<div role="tabpanel" class="tab-pane" id="tabs-3">
|
<div role="tabpanel" class="tab-pane" id="tabs-3">
|
||||||
% endif
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h4><i class="fa fa-calendar"></i> Plays by month <small>Last <span class="months">12</span> months</small></h4>
|
<h4><i class="fa fa-calendar"></i> Plays by month <small>Last <span class="months">12</span> months</small></h4>
|
||||||
@@ -236,7 +203,7 @@
|
|||||||
The combined total of tv, movies, and music by month.
|
The combined total of tv, movies, and music by month.
|
||||||
</p>
|
</p>
|
||||||
<div class="graphs-instance">
|
<div class="graphs-instance">
|
||||||
<div class="watch-chart" id="chart_div_plays_by_month">
|
<div class="watch-chart" id="graph_plays_by_month">
|
||||||
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
<div class="graphs-load"><i class="fa fa-refresh fa-spin"></i> Loading chart...
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
@@ -266,7 +233,7 @@
|
|||||||
<script src="${http_root}js/dataTables.bootstrap.pagination.js"></script>
|
<script src="${http_root}js/dataTables.bootstrap.pagination.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var selected_user_id = null
|
var selected_user_id = null;
|
||||||
|
|
||||||
// Modal popup dialog
|
// Modal popup dialog
|
||||||
function selectHandler(selectedDate, selectedSeries) {
|
function selectHandler(selectedDate, selectedSeries) {
|
||||||
@@ -311,27 +278,61 @@
|
|||||||
console.log("Failed to retrieve history modal data.");
|
console.log("Failed to retrieve history modal data.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getGraphVisibility(chart_name, data_series) {
|
||||||
|
var chart_key = 'HighCharts_' + chart_name;
|
||||||
|
var chart_visibility = JSON.parse(getLocalStorage(chart_key, null)) || [];
|
||||||
|
|
||||||
|
chart_visibility = chart_visibility.reduce(function(obj, s) {
|
||||||
|
obj[s.name] = s.visible;
|
||||||
|
return obj;
|
||||||
|
}, {});
|
||||||
|
|
||||||
|
return data_series.map(function(s) {
|
||||||
|
var obj = Object.assign({}, s);
|
||||||
|
obj.visible = (chart_visibility[s.name] !== false);
|
||||||
|
return obj
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function setGraphVisibility(chart_name, data_series, series_name) {
|
||||||
|
var chart_key = 'HighCharts_' + chart_name;
|
||||||
|
|
||||||
|
var chart_visibility = data_series.map(function(s) {
|
||||||
|
return {name: s.name, visible: (s.name === series_name) ? !s.visible : s.visible}
|
||||||
|
});
|
||||||
|
|
||||||
|
setLocalStorage(chart_key, JSON.stringify(chart_visibility));
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="${http_root}js/graphs/plays_by_day.js"></script>
|
<script src="${http_root}js/graphs/plays_by_day.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_dayofweek.js"></script>
|
<script src="${http_root}js/graphs/plays_by_dayofweek.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_hourofday.js"></script>
|
<script src="${http_root}js/graphs/plays_by_hourofday.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_platform.js"></script>
|
<script src="${http_root}js/graphs/plays_by_platform.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_user.js"></script>
|
<script src="${http_root}js/graphs/plays_by_user.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_stream_type.js"></script>
|
<script src="${http_root}js/graphs/plays_by_stream_type.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_source_resolution.js"></script>
|
<script src="${http_root}js/graphs/plays_by_source_resolution.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_stream_resolution.js"></script>
|
<script src="${http_root}js/graphs/plays_by_stream_resolution.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_platform_by_stream_type.js"></script>
|
<script src="${http_root}js/graphs/plays_by_platform_by_stream_type.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_user_by_stream_type.js"></script>
|
<script src="${http_root}js/graphs/plays_by_user_by_stream_type.js${cache_param}"></script>
|
||||||
<script src="${http_root}js/graphs/plays_by_month.js"></script>
|
<script src="${http_root}js/graphs/plays_by_month.js${cache_param}"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
// Initial values for graph from config
|
// Initial values for graph from local storage
|
||||||
var yaxis = "${config['graph_type']}";
|
var yaxis = getLocalStorage('graph_type', 'plays');
|
||||||
var current_day_range = ${config['graph_days']};
|
var current_day_range = getLocalStorage('graph_days', 30);
|
||||||
var current_month_range = ${config['graph_months']};
|
var current_month_range = getLocalStorage('graph_months', 12);
|
||||||
var current_tab = "${'#' + config['graph_tab']}";
|
var current_tab = '#' + getLocalStorage('graph_tab', 'tabs-1');
|
||||||
|
|
||||||
|
$('#yaxis-' + yaxis).prop('checked', true);
|
||||||
|
$('#yaxis-' + yaxis).closest('label').addClass('active');
|
||||||
|
$('#graph-days').val(current_day_range);
|
||||||
|
$('#graph-months').val(current_month_range);
|
||||||
|
$('#graph-tabs a[href="' + current_tab + '"]').closest('li').addClass('active');
|
||||||
|
$(current_tab).addClass('active');
|
||||||
|
|
||||||
|
|
||||||
$('.days').html(current_day_range);
|
$('.days').html(current_day_range);
|
||||||
$('.months').html(current_month_range);
|
$('.months').html(current_month_range);
|
||||||
|
|
||||||
@@ -352,9 +353,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
var music_visible = (${config['music_logging_enable']} == 1 ? true : false);
|
|
||||||
|
|
||||||
function dataSecondsToHours(data) {
|
function dataSecondsToHours(data) {
|
||||||
$.each(data.series, function (i, series) {
|
$.each(data.series, function (i, series) {
|
||||||
series.data = $.map(series.data, function (value) {
|
series.data = $.map(series.data, function (value) {
|
||||||
@@ -379,8 +377,8 @@
|
|||||||
$.each(data.categories, function (i, day) {
|
$.each(data.categories, function (i, day) {
|
||||||
dateArray.push(moment(day, 'YYYY-MM-DD').valueOf());
|
dateArray.push(moment(day, 'YYYY-MM-DD').valueOf());
|
||||||
// Highlight the weekend
|
// Highlight the weekend
|
||||||
if ((moment(day, 'YYYY-MM-DD').format('ddd') == 'Sat') ||
|
if ((moment(day, 'YYYY-MM-DD').format('ddd') === 'Sat') ||
|
||||||
(moment(day, 'YYYY-MM-DD').format('ddd') == 'Sun')) {
|
(moment(day, 'YYYY-MM-DD').format('ddd') === 'Sun')) {
|
||||||
hc_plays_by_day_options.xAxis.plotBands.push({
|
hc_plays_by_day_options.xAxis.plotBands.push({
|
||||||
from: i-0.5,
|
from: i-0.5,
|
||||||
to: i+0.5,
|
to: i+0.5,
|
||||||
@@ -391,8 +389,7 @@
|
|||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_day_options.yAxis.min = 0;
|
hc_plays_by_day_options.yAxis.min = 0;
|
||||||
hc_plays_by_day_options.xAxis.categories = dateArray;
|
hc_plays_by_day_options.xAxis.categories = dateArray;
|
||||||
hc_plays_by_day_options.series = data.series;
|
hc_plays_by_day_options.series = getGraphVisibility(hc_plays_by_day_options.chart.renderTo, data.series);
|
||||||
hc_plays_by_day_options.series[2].visible = music_visible;
|
|
||||||
var hc_plays_by_day = new Highcharts.Chart(hc_plays_by_day_options);
|
var hc_plays_by_day = new Highcharts.Chart(hc_plays_by_day_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -405,8 +402,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_dayofweek_options.xAxis.categories = data.categories;
|
hc_plays_by_dayofweek_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_dayofweek_options.series = data.series;
|
hc_plays_by_dayofweek_options.series = getGraphVisibility(hc_plays_by_dayofweek_options.chart.renderTo, data.series);
|
||||||
hc_plays_by_dayofweek_options.series[2].visible = music_visible;
|
|
||||||
var hc_plays_by_dayofweek = new Highcharts.Chart(hc_plays_by_dayofweek_options);
|
var hc_plays_by_dayofweek = new Highcharts.Chart(hc_plays_by_dayofweek_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -419,8 +415,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_hourofday_options.xAxis.categories = data.categories;
|
hc_plays_by_hourofday_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_hourofday_options.series = data.series;
|
hc_plays_by_hourofday_options.series = getGraphVisibility(hc_plays_by_hourofday_options.chart.renderTo, data.series);
|
||||||
hc_plays_by_hourofday_options.series[2].visible = music_visible;
|
|
||||||
var hc_plays_by_hourofday = new Highcharts.Chart(hc_plays_by_hourofday_options);
|
var hc_plays_by_hourofday = new Highcharts.Chart(hc_plays_by_hourofday_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -433,8 +428,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_platform_options.xAxis.categories = data.categories;
|
hc_plays_by_platform_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_platform_options.series = data.series;
|
hc_plays_by_platform_options.series = getGraphVisibility(hc_plays_by_platform_options.chart.renderTo, data.series);
|
||||||
hc_plays_by_platform_options.series[2].visible = music_visible;
|
|
||||||
var hc_plays_by_platform = new Highcharts.Chart(hc_plays_by_platform_options);
|
var hc_plays_by_platform = new Highcharts.Chart(hc_plays_by_platform_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -447,11 +441,12 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_user_options.xAxis.categories = data.categories;
|
hc_plays_by_user_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_user_options.series = data.series;
|
hc_plays_by_user_options.series = getGraphVisibility(hc_plays_by_user_options.chart.renderTo, data.series);
|
||||||
hc_plays_by_user_options.series[2].visible = music_visible;
|
|
||||||
var hc_plays_by_user = new Highcharts.Chart(hc_plays_by_user_options);
|
var hc_plays_by_user = new Highcharts.Chart(hc_plays_by_user_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('#graph-tabs a[href="#tabs-1"]').tab('show')
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadGraphsTab2(time_range, yaxis) {
|
function loadGraphsTab2(time_range, yaxis) {
|
||||||
@@ -482,7 +477,7 @@
|
|||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_stream_type_options.yAxis.min = 0;
|
hc_plays_by_stream_type_options.yAxis.min = 0;
|
||||||
hc_plays_by_stream_type_options.xAxis.categories = dateArray;
|
hc_plays_by_stream_type_options.xAxis.categories = dateArray;
|
||||||
hc_plays_by_stream_type_options.series = data.series;
|
hc_plays_by_stream_type_options.series = getGraphVisibility(hc_plays_by_stream_type_options.chart.renderTo, data.series);
|
||||||
var hc_plays_by_stream_type = new Highcharts.Chart(hc_plays_by_stream_type_options);
|
var hc_plays_by_stream_type = new Highcharts.Chart(hc_plays_by_stream_type_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -495,7 +490,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_source_resolution_options.xAxis.categories = data.categories;
|
hc_plays_by_source_resolution_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_source_resolution_options.series = data.series;
|
hc_plays_by_source_resolution_options.series = getGraphVisibility(hc_plays_by_source_resolution_options.chart.renderTo, data.series);
|
||||||
var hc_plays_by_source_resolution = new Highcharts.Chart(hc_plays_by_source_resolution_options);
|
var hc_plays_by_source_resolution = new Highcharts.Chart(hc_plays_by_source_resolution_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -508,7 +503,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_stream_resolution_options.xAxis.categories = data.categories;
|
hc_plays_by_stream_resolution_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_stream_resolution_options.series = data.series;
|
hc_plays_by_stream_resolution_options.series = getGraphVisibility(hc_plays_by_stream_resolution_options.chart.renderTo, data.series);
|
||||||
var hc_plays_by_stream_resolution = new Highcharts.Chart(hc_plays_by_stream_resolution_options);
|
var hc_plays_by_stream_resolution = new Highcharts.Chart(hc_plays_by_stream_resolution_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -521,7 +516,7 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_platform_by_stream_type_options.xAxis.categories = data.categories;
|
hc_plays_by_platform_by_stream_type_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_platform_by_stream_type_options.series = data.series;
|
hc_plays_by_platform_by_stream_type_options.series = getGraphVisibility(hc_plays_by_platform_by_stream_type_options.chart.renderTo, data.series);
|
||||||
var hc_plays_by_platform_by_stream_type = new Highcharts.Chart(hc_plays_by_platform_by_stream_type_options);
|
var hc_plays_by_platform_by_stream_type = new Highcharts.Chart(hc_plays_by_platform_by_stream_type_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -534,10 +529,12 @@
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_user_by_stream_type_options.xAxis.categories = data.categories;
|
hc_plays_by_user_by_stream_type_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_user_by_stream_type_options.series = data.series;
|
hc_plays_by_user_by_stream_type_options.series = getGraphVisibility(hc_plays_by_user_by_stream_type_options.chart.renderTo, data.series);
|
||||||
var hc_plays_by_user_by_stream_type = new Highcharts.Chart(hc_plays_by_user_by_stream_type_options);
|
var hc_plays_by_user_by_stream_type = new Highcharts.Chart(hc_plays_by_user_by_stream_type_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('#graph-tabs a[href="#tabs-2"]').tab('show')
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadGraphsTab3(time_range, yaxis) {
|
function loadGraphsTab3(time_range, yaxis) {
|
||||||
@@ -555,51 +552,52 @@
|
|||||||
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
if (yaxis === 'duration') { dataSecondsToHours(data); }
|
||||||
hc_plays_by_month_options.yAxis.min = 0;
|
hc_plays_by_month_options.yAxis.min = 0;
|
||||||
hc_plays_by_month_options.xAxis.categories = data.categories;
|
hc_plays_by_month_options.xAxis.categories = data.categories;
|
||||||
hc_plays_by_month_options.series = data.series;
|
hc_plays_by_month_options.series = getGraphVisibility(hc_plays_by_month_options.chart.renderTo, data.series);
|
||||||
hc_plays_by_month_options.series[2].visible = music_visible;
|
|
||||||
var hc_plays_by_month = new Highcharts.Chart(hc_plays_by_month_options);
|
var hc_plays_by_month = new Highcharts.Chart(hc_plays_by_month_options);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('#graph-tabs a[href="#tabs-3"]').tab('show')
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set initial state
|
// Set initial state
|
||||||
if (current_tab == '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
if (current_tab === '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
||||||
if (current_tab == '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
if (current_tab === '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
||||||
if (current_tab == '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
if (current_tab === '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
||||||
|
|
||||||
// Tab1 opened
|
// Tab1 opened
|
||||||
$('#graph-tabs a[href="#tabs-1"]').on('shown.bs.tab', function (e) {
|
$('#graph-tabs a[href="#tabs-1"]').on('shown.bs.tab', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
current_tab = $(this).attr('href');
|
current_tab = $(this).attr('href');
|
||||||
|
setLocalStorage('graph_tab', current_tab.replace('#',''));
|
||||||
loadGraphsTab1(current_day_range, yaxis);
|
loadGraphsTab1(current_day_range, yaxis);
|
||||||
$.post('set_graph_config', { graph_tab: current_tab.replace('#','') });
|
});
|
||||||
})
|
|
||||||
|
|
||||||
// Tab2 opened
|
// Tab2 opened
|
||||||
$('#graph-tabs a[href="#tabs-2"]').on('shown.bs.tab', function (e) {
|
$('#graph-tabs a[href="#tabs-2"]').on('shown.bs.tab', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
current_tab = $(this).attr('href');
|
current_tab = $(this).attr('href');
|
||||||
|
setLocalStorage('graph_tab', current_tab.replace('#',''));
|
||||||
loadGraphsTab2(current_day_range, yaxis);
|
loadGraphsTab2(current_day_range, yaxis);
|
||||||
$.post('set_graph_config', { graph_tab: current_tab.replace('#','') });
|
});
|
||||||
})
|
|
||||||
|
|
||||||
// Tab3 opened
|
// Tab3 opened
|
||||||
$('#graph-tabs a[href="#tabs-3"]').on('shown.bs.tab', function (e) {
|
$('#graph-tabs a[href="#tabs-3"]').on('shown.bs.tab', function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
current_tab = $(this).attr('href');
|
current_tab = $(this).attr('href');
|
||||||
|
setLocalStorage('graph_tab', current_tab.replace('#',''));
|
||||||
loadGraphsTab3(current_month_range, yaxis);
|
loadGraphsTab3(current_month_range, yaxis);
|
||||||
$.post('set_graph_config', { graph_tab: current_tab.replace('#','') });
|
});
|
||||||
})
|
|
||||||
|
|
||||||
// Date range changed
|
// Date range changed
|
||||||
$('#graph-days').tooltip({ container: 'body', placement: 'top', html: true });
|
$('#graph-days').tooltip({ container: 'body', placement: 'top', html: true });
|
||||||
$('#graph-days').on('change', function() {
|
$('#graph-days').on('change', function() {
|
||||||
forceMinMax($(this));
|
forceMinMax($(this));
|
||||||
current_day_range = $(this).val();
|
current_day_range = $(this).val();
|
||||||
if (current_tab == '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
setLocalStorage('graph_days', current_day_range);
|
||||||
if (current_tab == '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
if (current_tab === '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
||||||
|
if (current_tab === '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
||||||
$('.days').html(current_day_range);
|
$('.days').html(current_day_range);
|
||||||
$.post('set_graph_config', { graph_days: current_day_range });
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Month range changed
|
// Month range changed
|
||||||
@@ -607,26 +605,26 @@
|
|||||||
$('#graph-months').on('change', function() {
|
$('#graph-months').on('change', function() {
|
||||||
forceMinMax($(this));
|
forceMinMax($(this));
|
||||||
current_month_range = $(this).val();
|
current_month_range = $(this).val();
|
||||||
if (current_tab == '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
setLocalStorage('graph_months', current_month_range);
|
||||||
|
if (current_tab === '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
||||||
$('.months').html(current_month_range);
|
$('.months').html(current_month_range);
|
||||||
$.post('set_graph_config', { graph_months: current_month_range });
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// User changed
|
// User changed
|
||||||
$('#graph-user').on('change', function() {
|
$('#graph-user').on('change', function() {
|
||||||
selected_user_id = $(this).val() || null;
|
selected_user_id = $(this).val() || null;
|
||||||
if (current_tab == '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
if (current_tab === '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
||||||
if (current_tab == '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
if (current_tab === '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
||||||
if (current_tab == '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
if (current_tab === '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
||||||
});
|
});
|
||||||
|
|
||||||
// Y-axis changed
|
// Y-axis changed
|
||||||
$('#yaxis-selection').on('change', function() {
|
$('#yaxis-selection').on('change', function() {
|
||||||
yaxis = $('input[name=yaxis-options]:checked', '#yaxis-selection').val();
|
yaxis = $('input[name=yaxis-options]:checked', '#yaxis-selection').val();
|
||||||
if (current_tab == '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
setLocalStorage('graph_type', yaxis);
|
||||||
if (current_tab == '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
if (current_tab === '#tabs-1') { loadGraphsTab1(current_day_range, yaxis); }
|
||||||
if (current_tab == '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
if (current_tab === '#tabs-2') { loadGraphsTab2(current_day_range, yaxis); }
|
||||||
$.post('set_graph_config', { graph_type: yaxis });
|
if (current_tab === '#tabs-3') { loadGraphsTab3(current_month_range, yaxis); }
|
||||||
});
|
});
|
||||||
|
|
||||||
function setGraphFormat(type) {
|
function setGraphFormat(type) {
|
||||||
|
@@ -32,17 +32,17 @@
|
|||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
<div class="btn-group" data-toggle="buttons" id="media_type-selection">
|
<div class="btn-group" data-toggle="buttons" id="media_type-selection">
|
||||||
<label class="btn btn-dark active">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-all" value="" autocomplete="off"> All
|
<input type="radio" name="media_type-filter" id="history-all" value="all" autocomplete="off"> All
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-movies" value="movie" autocomplete="off"> Movies
|
<input type="radio" name="media_type-filter" id="history-movie" value="movie" autocomplete="off"> Movies
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-tv_shows" value="episode" autocomplete="off"> TV Shows
|
<input type="radio" name="media_type-filter" id="history-episode" value="episode" autocomplete="off"> TV Shows
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-music" value="track" autocomplete="off"> Music
|
<input type="radio" name="media_type-filter" id="history-track" value="track" autocomplete="off"> Music
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
@@ -154,6 +154,7 @@
|
|||||||
selected_filter = $('input[name=media_type-filter]:checked', '#media_type-selection');
|
selected_filter = $('input[name=media_type-filter]:checked', '#media_type-selection');
|
||||||
$(selected_filter).closest('label').addClass('active');
|
$(selected_filter).closest('label').addClass('active');
|
||||||
media_type = $(selected_filter).val();
|
media_type = $(selected_filter).val();
|
||||||
|
setLocalStorage('history_media_type', media_type);
|
||||||
history_table.draw();
|
history_table.draw();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -163,8 +164,12 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var media_type = null;
|
var media_type = getLocalStorage('history_media_type', 'all');
|
||||||
var selected_user_id = "${_session['user_group']}" == "admin" ? null : "${_session['user_id']}";
|
var selected_user_id = "${_session['user_group']}" == "admin" ? null : "${_session['user_id']}";
|
||||||
|
|
||||||
|
$('#history-' + media_type).prop('checked', true);
|
||||||
|
$('#history-' + media_type).closest('label').addClass('active');
|
||||||
|
|
||||||
loadHistoryTable(media_type, selected_user_id);
|
loadHistoryTable(media_type, selected_user_id);
|
||||||
|
|
||||||
% if _session['user_group'] == 'admin':
|
% if _session['user_group'] == 'admin':
|
||||||
|
@@ -44,25 +44,16 @@
|
|||||||
<h3 class="pull-left">Watch Statistics</h3>
|
<h3 class="pull-left">Watch Statistics</h3>
|
||||||
<div class="button-bar">
|
<div class="button-bar">
|
||||||
<div class="btn-group pull-left" data-toggle="buttons" id="watch-stats-toggles" style="margin-right: 3px">
|
<div class="btn-group pull-left" data-toggle="buttons" id="watch-stats-toggles" style="margin-right: 3px">
|
||||||
% if config['home_stats_type'] == 0:
|
<label class="btn btn-dark">
|
||||||
<label class="btn btn-dark active">
|
<input type="radio" class="watched-stats-toggle" name="watched-stats-type" id="watched-stats-plays" value="plays" autocomplete="off"> Play Count
|
||||||
<input type="radio" class="watched-stats-toggle" name="watched-stats-type" id="watched-stats-plays" value="0" autocomplete="off" checked> Play Count
|
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" class="watched-stats-toggle" name="watched-stats-type" id="watched-stats-duration" value="1" autocomplete="off"> Play Duration
|
<input type="radio" class="watched-stats-toggle" name="watched-stats-type" id="watched-stats-duration" value="duration" autocomplete="off"> Play Duration
|
||||||
</label>
|
</label>
|
||||||
% else:
|
|
||||||
<label class="btn btn-dark">
|
|
||||||
<input type="radio" class="watched-stats-toggle" name="watched-stats-type" id="watched-stats-plays" value="0" autocomplete="off"> Play Count
|
|
||||||
</label>
|
|
||||||
<label class="btn btn-dark active">
|
|
||||||
<input type="radio" class="watched-stats-toggle" name="watched-stats-type" id="watched-stats-duration" value="1" autocomplete="off" checked> Play Duration
|
|
||||||
</label>
|
|
||||||
% endif
|
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group pull-left" style="width: 1px; margin-right: 3px" id="watched-stats-days-selection">
|
<div class="input-group pull-left" style="width: 1px; margin-right: 3px" id="watched-stats-days-selection">
|
||||||
<span class="input-group-addon btn-dark inactive">Last</span>
|
<span class="input-group-addon btn-dark inactive">Last</span>
|
||||||
<input type="number" class="form-control number-input" name="watched-stats-days" id="watched-stats-days" value="${config['home_stats_length']}" min="1" data-default="30" data-toggle="tooltip" title="Min: 1 day" />
|
<input type="number" class="form-control number-input" name="watched-stats-days" id="watched-stats-days" value="30" min="1" data-default="30" data-toggle="tooltip" title="Min: 1 day" />
|
||||||
<span class="input-group-addon btn-dark inactive">days</span>
|
<span class="input-group-addon btn-dark inactive">days</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -111,8 +102,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<div class="button-bar">
|
<div class="button-bar">
|
||||||
<div class="btn-group pull-left" data-toggle="buttons" id="recently-added-toggles" style="margin-right: 3px">
|
<div class="btn-group pull-left" data-toggle="buttons" id="recently-added-toggles" style="margin-right: 3px">
|
||||||
<label class="btn btn-dark active" id="recently-added-label-all">
|
<label class="btn btn-dark" id="recently-added-label-all">
|
||||||
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-all" value="" autocomplete="off"> All
|
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-all" value="all" autocomplete="off"> All
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark" id="recently-added-label-movies">
|
<label class="btn btn-dark" id="recently-added-label-movies">
|
||||||
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-movie" value="movie" autocomplete="off"> Movies
|
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-movie" value="movie" autocomplete="off"> Movies
|
||||||
@@ -121,11 +112,14 @@
|
|||||||
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-show" value="show" autocomplete="off"> TV Shows
|
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-show" value="show" autocomplete="off"> TV Shows
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark" id="recently-added-label-music">
|
<label class="btn btn-dark" id="recently-added-label-music">
|
||||||
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-music" value="artist" autocomplete="off"> Music
|
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-artist" value="artist" autocomplete="off"> Music
|
||||||
|
</label>
|
||||||
|
<label class="btn btn-dark" id="recently-added-label-other_video">
|
||||||
|
<input type="radio" name="recently-added-toggle" id="recently-added-toggle-other_video" value="other_video" autocomplete="off"> Videos
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-group pull-left" style="width: 1px;" id="recently-added-count-selection">
|
<div class="input-group pull-left" style="width: 1px;" id="recently-added-count-selection">
|
||||||
<input type="number" class="form-control number-input" name="recently-added-count" id="recently-added-count" value="${config['home_stats_recently_added_count']}" min="1" max="50" data-default="50" data-toggle="tooltip" title="Min: 1 item<br>Max: 50 items" />
|
<input type="number" class="form-control number-input" name="recently-added-count" id="recently-added-count" value="50" min="1" max="50" data-default="50" data-toggle="tooltip" title="Min: 1 item<br>Max: 50 items" />
|
||||||
<span class="input-group-addon btn-dark inactive">items</span>
|
<span class="input-group-addon btn-dark inactive">items</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -439,7 +433,7 @@
|
|||||||
$('#transcode_container-' + key).html(transcode_container);
|
$('#transcode_container-' + key).html(transcode_container);
|
||||||
|
|
||||||
var video_decision = '';
|
var video_decision = '';
|
||||||
if (['movie', 'episode', 'clip'].indexOf(s.media_type) > -1 && s.video_decision !== '') {
|
if (['movie', 'episode', 'clip'].indexOf(s.media_type) > -1 && s.stream_video_decision) {
|
||||||
var v_res= '';
|
var v_res= '';
|
||||||
switch (s.video_resolution.toLowerCase()) {
|
switch (s.video_resolution.toLowerCase()) {
|
||||||
case 'sd':
|
case 'sd':
|
||||||
@@ -477,7 +471,7 @@
|
|||||||
$('#video_decision-' + key).html(video_decision);
|
$('#video_decision-' + key).html(video_decision);
|
||||||
|
|
||||||
var audio_decision = '';
|
var audio_decision = '';
|
||||||
if (['movie', 'episode', 'clip', 'track'].indexOf(s.media_type) > -1 && s.audio_decision) {
|
if (['movie', 'episode', 'clip', 'track'].indexOf(s.media_type) > -1 && s.stream_audio_decision) {
|
||||||
var a_codec = (s.audio_codec === 'truehd') ? 'TrueHD' : s.audio_codec.toUpperCase();
|
var a_codec = (s.audio_codec === 'truehd') ? 'TrueHD' : s.audio_codec.toUpperCase();
|
||||||
var sa_codec = (s.stream_audio_codec === 'truehd') ? 'TrueHD' : s.stream_audio_codec.toUpperCase();
|
var sa_codec = (s.stream_audio_codec === 'truehd') ? 'TrueHD' : s.stream_audio_codec.toUpperCase();
|
||||||
if (s.stream_audio_decision === 'transcode') {
|
if (s.stream_audio_decision === 'transcode') {
|
||||||
@@ -724,20 +718,25 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var time_range = $('#watched-stats-days').val();
|
var stats_type = getLocalStorage('home_stats_type', 'plays');
|
||||||
var stats_type = $('input[name=watched-stats-type]:checked', '#watch-stats-toggles').val();
|
var time_range = getLocalStorage('home_stats_days', 30);
|
||||||
|
|
||||||
|
$('#watched-stats-' + stats_type).prop('checked', true);
|
||||||
|
$('#watched-stats-' + stats_type).closest('label').addClass('active');
|
||||||
|
$('#watched-stats-days').val(time_range);
|
||||||
|
|
||||||
getHomeStats(time_range, stats_type);
|
getHomeStats(time_range, stats_type);
|
||||||
|
|
||||||
$('input[name=watched-stats-type]').change(function () {
|
$('input[name=watched-stats-type]').change(function () {
|
||||||
stats_type = $(this).filter(':checked').val();
|
stats_type = $(this).filter(':checked').val();
|
||||||
|
setLocalStorage('home_stats_type', stats_type);
|
||||||
getHomeStats(time_range, stats_type);
|
getHomeStats(time_range, stats_type);
|
||||||
$.post('set_home_stats_config', { stats_type: stats_type });
|
|
||||||
});
|
});
|
||||||
$('#watched-stats-days').change(function () {
|
$('#watched-stats-days').change(function () {
|
||||||
forceMinMax($(this));
|
forceMinMax($(this));
|
||||||
time_range = $(this).val();
|
time_range = $(this).val();
|
||||||
|
setLocalStorage('home_stats_days', time_range);
|
||||||
getHomeStats(time_range, stats_type);
|
getHomeStats(time_range, stats_type);
|
||||||
$.post('set_home_stats_config', { time_range: time_range });
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#watched-stats-days').tooltip({ container: 'body', placement: 'top', html: true });
|
$('#watched-stats-days').tooltip({ container: 'body', placement: 'top', html: true });
|
||||||
@@ -771,7 +770,7 @@
|
|||||||
async: true,
|
async: true,
|
||||||
data: {
|
data: {
|
||||||
count: recently_added_count,
|
count: recently_added_count,
|
||||||
type: recently_added_type
|
media_type: recently_added_type
|
||||||
},
|
},
|
||||||
complete: function (xhr, status) {
|
complete: function (xhr, status) {
|
||||||
$("#recentlyAdded").html(xhr.responseText);
|
$("#recentlyAdded").html(xhr.responseText);
|
||||||
@@ -780,8 +779,14 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
var recently_added_count = $('#recently-added-count').val();
|
|
||||||
var recently_added_type = '';
|
var recently_added_count = getLocalStorage('home_stats_recently_added_count', 50);
|
||||||
|
var recently_added_type = getLocalStorage('home_stats_recently_added_type', 'all');;
|
||||||
|
|
||||||
|
$('#recently-added-toggle-' + recently_added_type).prop('checked', true);
|
||||||
|
$('#recently-added-toggle-' + recently_added_type).closest('label').addClass('active');
|
||||||
|
$('#recently-added-count').val(recently_added_count);
|
||||||
|
|
||||||
recentlyAdded(recently_added_count, recently_added_type);
|
recentlyAdded(recently_added_count, recently_added_type);
|
||||||
|
|
||||||
function highlightAddedScrollerButton() {
|
function highlightAddedScrollerButton() {
|
||||||
@@ -835,6 +840,7 @@
|
|||||||
$(selected_filter).closest('label').addClass('active');
|
$(selected_filter).closest('label').addClass('active');
|
||||||
recently_added_type = $(selected_filter).val();
|
recently_added_type = $(selected_filter).val();
|
||||||
resetScroller();
|
resetScroller();
|
||||||
|
setLocalStorage('home_stats_recently_added_type', recently_added_type);
|
||||||
recentlyAdded(recently_added_count, recently_added_type);
|
recentlyAdded(recently_added_count, recently_added_type);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -842,8 +848,8 @@
|
|||||||
forceMinMax($(this));
|
forceMinMax($(this));
|
||||||
recently_added_count = $(this).val();
|
recently_added_count = $(this).val();
|
||||||
resetScroller();
|
resetScroller();
|
||||||
|
setLocalStorage('home_stats_recently_added_count', recently_added_count);
|
||||||
recentlyAdded(recently_added_count, recently_added_type);
|
recentlyAdded(recently_added_count, recently_added_type);
|
||||||
$.post('set_home_stats_config', { recently_added_count: recently_added_count });
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#recently-added-count').tooltip({ container: 'body', placement: 'top', html: true });
|
$('#recently-added-count').tooltip({ container: 'body', placement: 'top', html: true });
|
||||||
|
@@ -190,12 +190,12 @@ DOCUMENTATION :: END
|
|||||||
<li>
|
<li>
|
||||||
<a href="info?rating_key=${child['rating_key']}" id="${child['rating_key']}">
|
<a href="info?rating_key=${child['rating_key']}" id="${child['rating_key']}">
|
||||||
<div class="item-children-poster">
|
<div class="item-children-poster">
|
||||||
<div class="item-children-poster-face cover-item style="background-image: url(pms_image_proxy?img=${child['thumb']}&width=300&height=300&fallback=cover);"></div>
|
<div class="item-children-poster-face cover-item" style="background-image: url(pms_image_proxy?img=${child['thumb']}&width=300&height=300&fallback=cover);"></div>
|
||||||
% if _session['user_group'] == 'admin':
|
% if _session['user_group'] == 'admin':
|
||||||
<span class="overlay-refresh-image" title="Refresh image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
<span class="overlay-refresh-image" title="Refresh image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
||||||
% endif
|
% endif
|
||||||
</div>
|
</div>
|
||||||
<div class="item-children-instance-text-wrapper album-item">
|
<div class="item-children-instance-text-wrapper cover-item">
|
||||||
<h3 title="${child['title']}">${child['title']}</h3>
|
<h3 title="${child['title']}">${child['title']}</h3>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -219,7 +219,7 @@ DOCUMENTATION :: END
|
|||||||
<span class="overlay-refresh-image" title="Refresh image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
<span class="overlay-refresh-image" title="Refresh image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
||||||
% endif
|
% endif
|
||||||
</div>
|
</div>
|
||||||
<div class="item-children-instance-text-wrapper album-item">
|
<div class="item-children-instance-text-wrapper cover-item">
|
||||||
<h3 title="${child['parent_title']}">${child['parent_title']}</h3>
|
<h3 title="${child['parent_title']}">${child['parent_title']}</h3>
|
||||||
<h3 title="${child['title']}">${child['title']}</h3>
|
<h3 title="${child['title']}">${child['title']}</h3>
|
||||||
</div>
|
</div>
|
||||||
@@ -246,11 +246,11 @@ DOCUMENTATION :: END
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
% if _session['user_group'] == 'admin':
|
||||||
|
<span class="overlay-refresh-image" title="Refresh image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
||||||
|
% endif
|
||||||
</div>
|
</div>
|
||||||
% if _session['user_group'] == 'admin':
|
<div class="item-children-instance-text-wrapper cover-item">
|
||||||
<span class="overlay-refresh-image" title="Refresh image"><i class="fa fa-refresh refresh_pms_image"></i></span>
|
|
||||||
% endif
|
|
||||||
<div class="item-children-instance-text-wrapper album-item">
|
|
||||||
<h3 title="${child['original_title'] or child['grandparent_title']}">${child['original_title'] or child['grandparent_title']}</h3>
|
<h3 title="${child['original_title'] or child['grandparent_title']}">${child['original_title'] or child['grandparent_title']}</h3>
|
||||||
<h3 title="${child['title']}">${child['title']}</h3>
|
<h3 title="${child['title']}">${child['title']}</h3>
|
||||||
<h3 title="${child['parent_title']}" class="text-muted">${child['parent_title']}</h3>
|
<h3 title="${child['parent_title']}" class="text-muted">${child['parent_title']}</h3>
|
||||||
|
@@ -2,7 +2,7 @@ var hc_plays_by_day_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'line',
|
type: 'line',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_day'
|
renderTo: 'graph_plays_by_day'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
@@ -32,6 +32,11 @@ var hc_plays_by_day_options = {
|
|||||||
selectHandler(this.category, this.series.name);
|
selectHandler(this.category, this.series.name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
events: {
|
||||||
|
legendItemClick: function() {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_dayofweek_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_dayofweek'
|
renderTo: 'graph_plays_by_dayofweek'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_dayofweek_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_hourofday_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_hourofday'
|
renderTo: 'graph_plays_by_hourofday'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_hourofday_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,7 +2,7 @@ var hc_plays_by_month_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_month'
|
renderTo: 'graph_plays_by_month'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
@@ -50,14 +50,21 @@ var hc_plays_by_month_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_platform_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_platform'
|
renderTo: 'graph_plays_by_platform'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_platform_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_platform_by_stream_type_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_platform_by_stream_type'
|
renderTo: 'graph_plays_by_platform_by_stream_type'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_platform_by_stream_type_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_source_resolution_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_source_resolution'
|
renderTo: 'graph_plays_by_source_resolution'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_source_resolution_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_stream_resolution_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_stream_resolution'
|
renderTo: 'graph_plays_by_stream_resolution'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_stream_resolution_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,7 +2,7 @@ var hc_plays_by_stream_type_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'line',
|
type: 'line',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_stream_type'
|
renderTo: 'graph_plays_by_stream_type'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
@@ -32,6 +32,11 @@ var hc_plays_by_stream_type_options = {
|
|||||||
selectHandler(this.category, this.series.name);
|
selectHandler(this.category, this.series.name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
events: {
|
||||||
|
legendItemClick: function() {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_user_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_user'
|
renderTo: 'graph_plays_by_user'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_user_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -2,17 +2,11 @@ var hc_plays_by_user_by_stream_type_options = {
|
|||||||
chart: {
|
chart: {
|
||||||
type: 'column',
|
type: 'column',
|
||||||
backgroundColor: 'rgba(0,0,0,0)',
|
backgroundColor: 'rgba(0,0,0,0)',
|
||||||
renderTo: 'chart_div_plays_by_user_by_stream_type'
|
renderTo: 'graph_plays_by_user_by_stream_type'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: ''
|
text: ''
|
||||||
},
|
},
|
||||||
plotOptions: {
|
|
||||||
column: {
|
|
||||||
pointPadding: 0.2,
|
|
||||||
borderWidth: 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
legend: {
|
legend: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
@@ -56,14 +50,21 @@ var hc_plays_by_user_by_stream_type_options = {
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
column: {
|
column: {
|
||||||
|
borderWidth: 0,
|
||||||
stacking: 'normal',
|
stacking: 'normal',
|
||||||
borderWidth: '0',
|
|
||||||
dataLabels: {
|
dataLabels: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
style: {
|
style: {
|
||||||
color: '#000'
|
color: '#000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
series: {
|
||||||
|
events: {
|
||||||
|
legendItemClick: function () {
|
||||||
|
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
@@ -1,3 +1,29 @@
|
|||||||
|
var p = {
|
||||||
|
name: 'Unknown',
|
||||||
|
version: 'Unknown',
|
||||||
|
os: 'Unknown'
|
||||||
|
};
|
||||||
|
if (typeof platform !== 'undefined') {
|
||||||
|
p.name = platform.name;
|
||||||
|
p.version = platform.version;
|
||||||
|
p.os = platform.os.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) > -1) {
|
||||||
|
$('body').prepend('<div id="browser-warning"><i class="fa fa-exclamation-circle"></i> ' +
|
||||||
|
'Tautulli does not support Internet Explorer or Microsoft Edge! ' +
|
||||||
|
'Please use a different browser such as Chrome or Firefox.</div>');
|
||||||
|
var offset = $('#browser-warning').height();
|
||||||
|
var navbar = $('.navbar-fixed-top');
|
||||||
|
if (navbar.length) {
|
||||||
|
navbar.offset({top: navbar.offset().top + offset});
|
||||||
|
}
|
||||||
|
var container = $('.body-container');
|
||||||
|
if (container.length) {
|
||||||
|
container.offset({top: container.offset().top + offset});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function initConfigCheckbox(elem, toggleElem, reverse) {
|
function initConfigCheckbox(elem, toggleElem, reverse) {
|
||||||
toggleElem = (toggleElem === undefined) ? null : toggleElem;
|
toggleElem = (toggleElem === undefined) ? null : toggleElem;
|
||||||
reverse = (reverse === undefined) ? false : reverse;
|
reverse = (reverse === undefined) ? false : reverse;
|
||||||
@@ -141,7 +167,7 @@ function doAjaxCall(url, elem, reload, form, showMsg, callback) {
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: url,
|
url: url,
|
||||||
data: dataString,
|
data: dataString,
|
||||||
type: 'post',
|
type: 'POST',
|
||||||
beforeSend: function (jqXHR, settings) {
|
beforeSend: function (jqXHR, settings) {
|
||||||
// Start loader etc.
|
// Start loader etc.
|
||||||
feedback.prepend(loader);
|
feedback.prepend(loader);
|
||||||
@@ -491,25 +517,42 @@ function PopupCenter(url, title, w, h) {
|
|||||||
return newWindow;
|
return newWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!localStorage.getItem('Tautulli_ClientId')) {
|
|
||||||
localStorage.setItem('Tautulli_ClientId', uuidv4());
|
function setLocalStorage(key, value, path) {
|
||||||
|
if (path !== false) {
|
||||||
|
key = key + '_' + window.location.pathname;
|
||||||
|
}
|
||||||
|
localStorage.setItem(key, value);
|
||||||
|
}
|
||||||
|
function getLocalStorage(key, default_value, path) {
|
||||||
|
if (path !== false) {
|
||||||
|
key = key + '_' + window.location.pathname;
|
||||||
|
}
|
||||||
|
var value = localStorage.getItem(key);
|
||||||
|
if (value !== null) {
|
||||||
|
return value
|
||||||
|
} else if (default_value !== undefined) {
|
||||||
|
setLocalStorage(key, default_value, path);
|
||||||
|
return default_value
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function uuidv4() {
|
function uuidv4() {
|
||||||
return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c =>
|
return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, function(c) {
|
||||||
(c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
|
var cryptoObj = window.crypto || window.msCrypto; // for IE 11
|
||||||
)
|
return (c ^ cryptoObj.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var x_plex_headers = {
|
var x_plex_headers = {
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
'X-Plex-Product': 'Tautulli',
|
'X-Plex-Product': 'Tautulli',
|
||||||
'X-Plex-Version': 'Plex OAuth',
|
'X-Plex-Version': 'Plex OAuth',
|
||||||
'X-Plex-Client-Identifier': localStorage.getItem('Tautulli_ClientId'),
|
'X-Plex-Client-Identifier': getLocalStorage('Tautulli_ClientID', uuidv4(), false),
|
||||||
'X-Plex-Platform': platform.name,
|
'X-Plex-Platform': p.name,
|
||||||
'X-Plex-Platform-Version': platform.version,
|
'X-Plex-Platform-Version': p.version,
|
||||||
'X-Plex-Device': platform.os.toString(),
|
'X-Plex-Device': p.os,
|
||||||
'X-Plex-Device-Name': platform.name
|
'X-Plex-Device-Name': p.name
|
||||||
};
|
};
|
||||||
|
|
||||||
var plex_oauth_window = null;
|
var plex_oauth_window = null;
|
||||||
@@ -568,7 +611,6 @@ getPlexOAuthPin = function () {
|
|||||||
type: 'POST',
|
type: 'POST',
|
||||||
headers: x_plex_headers,
|
headers: x_plex_headers,
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
plex_oauth_window.location = 'https://app.plex.tv/auth/#!?clientID=' + x_plex_headers['X-Plex-Client-Identifier'] + '&code=' + data.code;
|
|
||||||
deferred.resolve({pin: data.id, code: data.code});
|
deferred.resolve({pin: data.id, code: data.code});
|
||||||
},
|
},
|
||||||
error: function() {
|
error: function() {
|
||||||
@@ -585,7 +627,6 @@ function PlexOAuth(success, error, pre) {
|
|||||||
if (typeof pre === "function") {
|
if (typeof pre === "function") {
|
||||||
pre()
|
pre()
|
||||||
}
|
}
|
||||||
clearTimeout(polling);
|
|
||||||
closePlexOAuthWindow();
|
closePlexOAuthWindow();
|
||||||
plex_oauth_window = PopupCenter('', 'Plex-OAuth', 600, 700);
|
plex_oauth_window = PopupCenter('', 'Plex-OAuth', 600, 700);
|
||||||
$(plex_oauth_window.document.body).html(plex_oauth_loader);
|
$(plex_oauth_window.document.body).html(plex_oauth_loader);
|
||||||
@@ -593,40 +634,38 @@ function PlexOAuth(success, error, pre) {
|
|||||||
getPlexOAuthPin().then(function (data) {
|
getPlexOAuthPin().then(function (data) {
|
||||||
const pin = data.pin;
|
const pin = data.pin;
|
||||||
const code = data.code;
|
const code = data.code;
|
||||||
var keep_polling = true;
|
|
||||||
|
plex_oauth_window.location = 'https://app.plex.tv/auth/#!?clientID=' + x_plex_headers['X-Plex-Client-Identifier'] + '&code=' + code;
|
||||||
|
polling = pin;
|
||||||
|
|
||||||
(function poll() {
|
(function poll() {
|
||||||
polling = setTimeout(function () {
|
$.ajax({
|
||||||
$.ajax({
|
url: 'https://plex.tv/api/v2/pins/' + pin,
|
||||||
url: 'https://plex.tv/api/v2/pins/' + pin,
|
type: 'GET',
|
||||||
type: 'GET',
|
headers: x_plex_headers,
|
||||||
headers: x_plex_headers,
|
success: function (data) {
|
||||||
success: function (data) {
|
if (data.authToken){
|
||||||
if (data.authToken){
|
closePlexOAuthWindow();
|
||||||
keep_polling = false;
|
if (typeof success === "function") {
|
||||||
closePlexOAuthWindow();
|
success(data.authToken)
|
||||||
if (typeof success === "function") {
|
|
||||||
success(data.authToken)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
error: function () {
|
},
|
||||||
keep_polling = false;
|
error: function (jqXHR, textStatus, errorThrown) {
|
||||||
|
if (textStatus !== "timeout") {
|
||||||
closePlexOAuthWindow();
|
closePlexOAuthWindow();
|
||||||
if (typeof error === "function") {
|
if (typeof error === "function") {
|
||||||
error()
|
error()
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
complete: function () {
|
},
|
||||||
if (keep_polling){
|
complete: function () {
|
||||||
poll();
|
if (!plex_oauth_window.closed && polling === pin){
|
||||||
} else {
|
setTimeout(function() {poll()}, 1000);
|
||||||
clearTimeout(polling);
|
}
|
||||||
}
|
},
|
||||||
},
|
timeout: 10000
|
||||||
timeout: 1000
|
});
|
||||||
});
|
|
||||||
}, 1000);
|
|
||||||
})();
|
})();
|
||||||
}, function () {
|
}, function () {
|
||||||
closePlexOAuthWindow();
|
closePlexOAuthWindow();
|
||||||
|
@@ -12,7 +12,6 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<link href="${http_root}css/bootstrap3/bootstrap.css" rel="stylesheet">
|
<link href="${http_root}css/bootstrap3/bootstrap.css" rel="stylesheet">
|
||||||
<link href="${http_root}css/pnotify.custom.min.css" rel="stylesheet" />
|
|
||||||
<link href="${http_root}css/tautulli.css${cache_param}" rel="stylesheet">
|
<link href="${http_root}css/tautulli.css${cache_param}" rel="stylesheet">
|
||||||
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
|
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
|
||||||
<link href="${http_root}css/font-awesome.all.min.css" rel="stylesheet">
|
<link href="${http_root}css/font-awesome.all.min.css" rel="stylesheet">
|
||||||
|
@@ -20,6 +20,24 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="help-block">Optional: Enter a friendly name for this device. Leave blank for default.</p>
|
<p class="help-block">Optional: Enter a friendly name for this device. Leave blank for default.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="friendly_name">Device Token</label>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-8">
|
||||||
|
<input type="text" class="form-control" id="device_token" value="${device['device_token']}" size="30" readonly>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="help-block">Your app device token.</p>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="friendly_name">OneSignal Device ID</label>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-8">
|
||||||
|
<input type="text" class="form-control" id="device_id" value="${device['device_id']}" size="30" readonly>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="help-block">Your OneSignal device ID for notifications.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@@ -779,6 +779,7 @@
|
|||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'get_notify_text_preview',
|
url: 'get_notify_text_preview',
|
||||||
|
type: 'POST',
|
||||||
data: {
|
data: {
|
||||||
notify_action: action,
|
notify_action: action,
|
||||||
subject: subject,
|
subject: subject,
|
||||||
|
66
data/interfaces/default/queue_modal.html
Normal file
66
data/interfaces/default/queue_modal.html
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
<%
|
||||||
|
import arrow
|
||||||
|
from plexpy.activity_handler import ACTIVITY_SCHED, schedule_callback
|
||||||
|
|
||||||
|
if queue == 'active sessions':
|
||||||
|
filter_key = 'session_key-'
|
||||||
|
title_format = '{2} / {1} ({0})'
|
||||||
|
title_key = title_format.format('Session Key', 'Title', 'User')
|
||||||
|
description = 'Queue to flush stuck active sessions to the database.'
|
||||||
|
else:
|
||||||
|
filter_key = 'rating_key-'
|
||||||
|
title_format = '{1} ({0})'
|
||||||
|
title_key = title_format.format('Rating Key', 'Title')
|
||||||
|
description = 'Queue to flush recently added items to the database and send notifications if enabled.'
|
||||||
|
|
||||||
|
scheduled_jobs = [j.id for j in ACTIVITY_SCHED.get_jobs() if j.id.startswith(filter_key)]
|
||||||
|
%>
|
||||||
|
<div class="modal-dialog" role="document">
|
||||||
|
<div class="modal-content">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="fa fa-remove"></i></button>
|
||||||
|
<h4 class="modal-title">${queue.title()} Queue</h4>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<p class="help-block">
|
||||||
|
${description}
|
||||||
|
</p>
|
||||||
|
<table class="activity-queue">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
${title_key}
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
Next Flush In
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
Next Flush Time
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
% if scheduled_jobs:
|
||||||
|
% for job in scheduled_jobs:
|
||||||
|
<%
|
||||||
|
sched_job = ACTIVITY_SCHED.get_job(job)
|
||||||
|
next_run_in = arrow.get(sched_job.next_run_time).timestamp - arrow.now().timestamp
|
||||||
|
%>
|
||||||
|
<tr>
|
||||||
|
<td><strong>${title_format.format(*sched_job.args)}</strong></td>
|
||||||
|
<td>${arrow.get(next_run_in).format('HH:mm:ss')}</td>
|
||||||
|
<td>${arrow.get(sched_job.next_run_time).format('YYYY-MM-DD HH:mm:ss')}</td>
|
||||||
|
</tr>
|
||||||
|
% endfor
|
||||||
|
% else:
|
||||||
|
<tr>
|
||||||
|
<td colspan="3" style="text-align: center;"><i class="fa fa-check"></i> Nothing in the ${queue} queue</td>
|
||||||
|
</tr>
|
||||||
|
% endif
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
@@ -44,7 +44,13 @@ DOCUMENTATION :: END
|
|||||||
</tr>
|
</tr>
|
||||||
% elif job in ('Check for server response', 'Check for active sessions', 'Check for recently added items') and plexpy.WS_CONNECTED:
|
% elif job in ('Check for server response', 'Check for active sessions', 'Check for recently added items') and plexpy.WS_CONNECTED:
|
||||||
<tr>
|
<tr>
|
||||||
|
% if job == 'Check for active sessions':
|
||||||
|
<td><a class="queue-modal-link" href="#" data-queue="active sessions">${job}</a></td>
|
||||||
|
% elif job == 'Check for recently added items':
|
||||||
|
<td><a class="queue-modal-link" href="#" data-queue="recently added">${job}</a></td>
|
||||||
|
% else:
|
||||||
<td>${job}</td>
|
<td>${job}</td>
|
||||||
|
% endif
|
||||||
<td><i class="fa fa-sm fa-fw fa-check"></i> Websocket</td>
|
<td><i class="fa fa-sm fa-fw fa-check"></i> Websocket</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
@@ -61,4 +67,21 @@ DOCUMENTATION :: END
|
|||||||
% endif
|
% endif
|
||||||
% endfor
|
% endfor
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<script>
|
||||||
|
$('.queue-modal-link').on('click', function (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
$.ajax({
|
||||||
|
url: 'get_queue_modal',
|
||||||
|
data: {
|
||||||
|
queue: $(this).data('queue')
|
||||||
|
},
|
||||||
|
cache: false,
|
||||||
|
async: true,
|
||||||
|
complete: function(xhr, status) {
|
||||||
|
$("#queue-modal").html(xhr.responseText);
|
||||||
|
$('#queue-modal').modal();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
@@ -7,6 +7,9 @@
|
|||||||
from plexpy import common, notifiers, newsletters
|
from plexpy import common, notifiers, newsletters
|
||||||
from plexpy.helpers import anon_url, checked
|
from plexpy.helpers import anon_url, checked
|
||||||
|
|
||||||
|
docker_setting = 'disabled' if plexpy.DOCKER else ''
|
||||||
|
docker_msg = '<span class="docker-setting small">(Controlled by Docker Container)</span>' if plexpy.DOCKER else ''
|
||||||
|
|
||||||
available_notification_agents = sorted(notifiers.available_notification_agents(), key=lambda k: k['label'].lower())
|
available_notification_agents = sorted(notifiers.available_notification_agents(), key=lambda k: k['label'].lower())
|
||||||
available_newsletter_agents = sorted(newsletters.available_newsletter_agents(), key=lambda k: k['label'].lower())
|
available_newsletter_agents = sorted(newsletters.available_newsletter_agents(), key=lambda k: k['label'].lower())
|
||||||
%>
|
%>
|
||||||
@@ -230,12 +233,12 @@
|
|||||||
|
|
||||||
% if plexpy.INSTALL_TYPE == 'git':
|
% if plexpy.INSTALL_TYPE == 'git':
|
||||||
<div class="form-group advanced-setting">
|
<div class="form-group advanced-setting">
|
||||||
<label for="git_branch">Git Remote / Branch</label>
|
<label for="git_branch">Git Remote / Branch</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="input-group git-group">
|
<div class="input-group git-group">
|
||||||
<input type="text" class="form-control" id="git_remote" name="git_remote" value="${config['git_remote']}" data-parsley-trigger="change">
|
<input type="text" class="form-control" id="git_remote" name="git_remote" value="${config['git_remote']}" data-parsley-trigger="change" ${docker_setting}>
|
||||||
<select class="form-control" id="git_branch" name="git_branch">
|
<select class="form-control" id="git_branch" name="git_branch" ${docker_setting}>
|
||||||
<% branches = ('master', 'beta', 'nightly') %>
|
<% branches = ('master', 'beta', 'nightly') %>
|
||||||
% for branch in branches:
|
% for branch in branches:
|
||||||
<option value="${branch}" ${'selected' if config['git_branch'] == branch else ''}>${branch}</option>
|
<option value="${branch}" ${'selected' if config['git_branch'] == branch else ''}>${branch}</option>
|
||||||
@@ -245,7 +248,7 @@
|
|||||||
% endif
|
% endif
|
||||||
</select>
|
</select>
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<button class="btn btn-form" type="button" id="switch_git_branch">Checkout Branch</button>
|
<button class="btn btn-form" type="button" id="switch_git_branch" ${docker_setting}>Checkout Branch</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -253,10 +256,10 @@
|
|||||||
<p class="help-block">The git tracking remote and branch (default "origin/master"). Select to switch the git branch (requires restart).</p>
|
<p class="help-block">The git tracking remote and branch (default "origin/master"). Select to switch the git branch (requires restart).</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group advanced-setting">
|
<div class="form-group advanced-setting">
|
||||||
<label for="git_path">Git Path</label>
|
<label for="git_path">Git Path</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<input type="text" class="form-control" id="git_path" name="git_path" value="${config['git_path']}" size="30">
|
<input type="text" class="form-control" id="git_path" name="git_path" value="${config['git_path']}" size="30" ${docker_setting}>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block">Optional: The path to your git environment variable. Leave blank for default.</p>
|
<p class="help-block">Optional: The path to your git environment variable. Leave blank for default.</p>
|
||||||
@@ -445,19 +448,19 @@
|
|||||||
<p class="help-block">Launch browser pointed to Tautulli on startup.</p>
|
<p class="help-block">Launch browser pointed to Tautulli on startup.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group advanced-setting">
|
<div class="form-group advanced-setting">
|
||||||
<label for="http_host">HTTP Host</label>
|
<label for="http_host">HTTP Host</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="text" class="form-control http-settings" id="http_host" name="http_host" value="${config['http_host']}" data-parsley-trigger="change" required>
|
<input type="text" class="form-control http-settings" id="http_host" name="http_host" value="${config['http_host']}" data-parsley-trigger="change" required ${docker_setting}>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block">localhost or an IP address to bind the web server to. Default 0.0.0.0 to bind to all interfaces.</p>
|
<p class="help-block">localhost or an IP address to bind the web server to. Default 0.0.0.0 to bind to all interfaces.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="http_port">HTTP Port</label>
|
<label for="http_port">HTTP Port</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<input type="text" class="form-control http-settings" data-parsley-type="integer" id="http_port" name="http_port" value="${config['http_port']}" data-parsley-trigger="change" data-parsley-errors-container="#http_port_error" required>
|
<input type="text" class="form-control http-settings" data-parsley-type="integer" id="http_port" name="http_port" value="${config['http_port']}" data-parsley-trigger="change" data-parsley-errors-container="#http_port_error" required ${docker_setting}>
|
||||||
</div>
|
</div>
|
||||||
<div id="http_port_error" class="alert alert-danger settings-alert" role="alert"></div>
|
<div id="http_port_error" class="alert alert-danger settings-alert" role="alert"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -887,7 +890,6 @@
|
|||||||
<h3>Current Activity Notifications</h3>
|
<h3>Current Activity Notifications</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="help-block">Note: Buffer warnings only work on certain Plex clients. Android and Plex Web do not report buffer events accurately or at all.</p>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="buffer_threshold">Buffer Threshold</label>
|
<label for="buffer_threshold">Buffer Threshold</label>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -896,7 +898,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="buffer_threshold_error" class="alert alert-danger settings-alert" role="alert"></div>
|
<div id="buffer_threshold_error" class="alert alert-danger settings-alert" role="alert"></div>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block">How many buffer events should we wait before triggering the first warning. Buffer events increment on each monitor ping if play state is buffering. 0 to disable buffer warnings.</p>
|
<p class="help-block">
|
||||||
|
The number of buffer events required before triggering the first notification.
|
||||||
|
Buffer events increment on each incoming websocket message if the play state is buffering.
|
||||||
|
<br>
|
||||||
|
Note: Buffer warnings only work on certain Plex clients. Some clients can send excessive buffer messages or no messages at all.
|
||||||
|
This notification may be unreliable and not indicative of a real problem.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group advanced-setting">
|
<div class="form-group advanced-setting">
|
||||||
<label for="buffer_wait">Buffer Wait</label>
|
<label for="buffer_wait">Buffer Wait</label>
|
||||||
@@ -1034,10 +1042,10 @@
|
|||||||
<p class="help-block">Optional: Enter the full path to your custom newsletter templates folder. Leave blank for default.</p>
|
<p class="help-block">Optional: Enter the full path to your custom newsletter templates folder. Leave blank for default.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group advanced-setting">
|
<div class="form-group advanced-setting">
|
||||||
<label for="newsletter_dir">Newsletter Output Directory</label>
|
<label for="newsletter_dir">Newsletter Output Directory</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="text" class="form-control" id="newsletter_dir" name="newsletter_dir" value="${config['newsletter_dir']}">
|
<input type="text" class="form-control" id="newsletter_dir" name="newsletter_dir" value="${config['newsletter_dir']}" ${docker_setting}>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block">Enter the full path to where newsletter files will be saved.</p>
|
<p class="help-block">Enter the full path to where newsletter files will be saved.</p>
|
||||||
@@ -1233,10 +1241,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="log_dir">Log Directory</label>
|
<label for="log_dir">Log Directory</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="text" class="form-control directory-settings" id="log_dir" name="log_dir" value="${config['log_dir']}">
|
<input type="text" class="form-control directory-settings" id="log_dir" name="log_dir" value="${config['log_dir']}" ${docker_setting}>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn btn-form" type="button" id="clear_logs">Clear Logs</button>
|
<button class="btn btn-form" type="button" id="clear_logs">Clear Logs</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -1244,10 +1252,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="backup_dir">Backup Directory</label>
|
<label for="backup_dir">Backup Directory</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="text" class="form-control directory-settings" id="backup_dir" name="backup_dir" value="${config['backup_dir']}">
|
<input type="text" class="form-control directory-settings" id="backup_dir" name="backup_dir" value="${config['backup_dir']}" ${docker_setting}>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn btn-form" type="button" id="backup_config">Backup Config</button>
|
<button class="btn btn-form" type="button" id="backup_config">Backup Config</button>
|
||||||
<button class="btn btn-form" type="button" id="backup_database">Backup Database</button>
|
<button class="btn btn-form" type="button" id="backup_database">Backup Database</button>
|
||||||
@@ -1256,10 +1264,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="cache_dir">Cache Directory</label>
|
<label for="cache_dir">Cache Directory</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="text" class="form-control directory-settings" id="cache_dir" name="cache_dir" value="${config['cache_dir']}">
|
<input type="text" class="form-control directory-settings" id="cache_dir" name="cache_dir" value="${config['cache_dir']}" ${docker_setting}>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button class="btn btn-form" type="button" id="clear_cache">Clear All Cache</button>
|
<button class="btn btn-form" type="button" id="clear_cache">Clear All Cache</button>
|
||||||
<button class="btn btn-form" type="button" id="clear_image_cache">Clear Image Cache</button>
|
<button class="btn btn-form" type="button" id="clear_image_cache">Clear Image Cache</button>
|
||||||
@@ -1308,6 +1316,7 @@
|
|||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="modalIncludes()">
|
<%def name="modalIncludes()">
|
||||||
|
<div id="queue-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="queue-modal"></div>
|
||||||
<div id="guidelines-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="guidelines-modal">
|
<div id="guidelines-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="guidelines-modal">
|
||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
@@ -2084,7 +2093,7 @@ $(document).ready(function() {
|
|||||||
if (!item.label) {
|
if (!item.label) {
|
||||||
$.extend(item,
|
$.extend(item,
|
||||||
$(this.revertSettings.$children)
|
$(this.revertSettings.$children)
|
||||||
.filter('[value=' + item.value + ']').data()
|
.filter('[value="' + item.value + '"]').data()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
var label = item.label || item.value;
|
var label = item.label || item.value;
|
||||||
|
@@ -156,17 +156,17 @@ DOCUMENTATION :: END
|
|||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
<div class="btn-group" data-toggle="buttons" id="media_type-selection">
|
<div class="btn-group" data-toggle="buttons" id="media_type-selection">
|
||||||
<label class="btn btn-dark active">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-all" value="" autocomplete="off"> All
|
<input type="radio" name="media_type-filter" id="history-all" value="all" autocomplete="off"> All
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-movies" value="movie" autocomplete="off"> Movies
|
<input type="radio" name="media_type-filter" id="history-movie" value="movie" autocomplete="off"> Movies
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-tv_shows" value="episode" autocomplete="off"> TV Shows
|
<input type="radio" name="media_type-filter" id="history-episode" value="episode" autocomplete="off"> TV Shows
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-dark">
|
<label class="btn btn-dark">
|
||||||
<input type="radio" name="media_type-filter" id="history-music" value="track" autocomplete="off"> Music
|
<input type="radio" name="media_type-filter" id="history-track" value="track" autocomplete="off"> Music
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
@@ -435,6 +435,7 @@ DOCUMENTATION :: END
|
|||||||
selected_filter = $('input[name=media_type-filter]:checked', '#media_type-selection');
|
selected_filter = $('input[name=media_type-filter]:checked', '#media_type-selection');
|
||||||
$(selected_filter).closest('label').addClass('active');
|
$(selected_filter).closest('label').addClass('active');
|
||||||
media_type = $(selected_filter).val();
|
media_type = $(selected_filter).val();
|
||||||
|
setLocalStorage('user_' + user_id + '-history_media_type', media_type);
|
||||||
history_table.draw();
|
history_table.draw();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -494,7 +495,9 @@ DOCUMENTATION :: END
|
|||||||
|
|
||||||
$('a[href="#tabs-history"]').on('shown.bs.tab', function() {
|
$('a[href="#tabs-history"]').on('shown.bs.tab', function() {
|
||||||
if (typeof(history_table) === 'undefined') {
|
if (typeof(history_table) === 'undefined') {
|
||||||
var media_type = null;
|
var media_type = getLocalStorage('user_' + user_id + '-history_media_type', 'all');
|
||||||
|
$('#history-' + media_type).prop('checked', true);
|
||||||
|
$('#history-' + media_type).closest('label').addClass('active');
|
||||||
loadHistoryTable(media_type);
|
loadHistoryTable(media_type);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@@ -90,6 +90,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<select class="form-control pms-settings selectize-pms-ip" id="pms_ip_selectize">
|
<select class="form-control pms-settings selectize-pms-ip" id="pms_ip_selectize">
|
||||||
|
% if config['pms_identifier']:
|
||||||
<option value="${config['pms_ip']}:${config['pms_port']}"
|
<option value="${config['pms_ip']}:${config['pms_port']}"
|
||||||
data-identifier="${config['pms_identifier']}"
|
data-identifier="${config['pms_identifier']}"
|
||||||
data-ip="${config['pms_ip']}"
|
data-ip="${config['pms_ip']}"
|
||||||
@@ -99,6 +100,7 @@
|
|||||||
data-is_cloud="${config['pms_is_cloud']}"
|
data-is_cloud="${config['pms_is_cloud']}"
|
||||||
data-label="${config['pms_name'] or 'Local'}"
|
data-label="${config['pms_name'] or 'Local'}"
|
||||||
selected>${config['pms_ip']}</option>
|
selected>${config['pms_ip']}</option>
|
||||||
|
% endif
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -336,7 +338,7 @@ $(document).ready(function() {
|
|||||||
if (!item.label) {
|
if (!item.label) {
|
||||||
$.extend(item,
|
$.extend(item,
|
||||||
$(this.revertSettings.$children)
|
$(this.revertSettings.$children)
|
||||||
.filter('[value=' + item.value + ']').data()
|
.filter('[value="' + item.value + '"]').data()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
var label = item.label || item.value;
|
var label = item.label || item.value;
|
||||||
|
@@ -368,6 +368,7 @@
|
|||||||
line-height: 1.2rem;
|
line-height: 1.2rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
max-width: 320px;
|
||||||
}
|
}
|
||||||
.card-info-title a {
|
.card-info-title a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -952,6 +953,124 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
% endif
|
% endif
|
||||||
|
% if recently_added.get('other_video'):
|
||||||
|
<tr>
|
||||||
|
<td class="wrapper" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;box-sizing: border-box;padding: 5px;overflow: auto;">
|
||||||
|
<div class="sub-header-bar" style="margin-left: auto;margin-right: auto;font-size: 30px;text-align: center;width: 200px;border-top: 1px solid #E5A00D;margin-top: 15px;margin-bottom: 25px;"></div>
|
||||||
|
<div class="sub-header-title" style="margin-left: auto;margin-right: auto;font-size: 30px;text-align: center;font-weight: lighter;">
|
||||||
|
<img src="${(base_url_image + 'images/libraries/video.png') if base_url_image else 'https://tautulli.com/images/libraries/video.png'}" class="sub-header-icon" width="30" height="30" style="border: none;-ms-interpolation-mode: bicubic;max-width: 100%;height: 30px;width: 30px;vertical-align: middle;margin-right: 5px;margin-bottom: 5px;"> Recently Added Videos
|
||||||
|
</div>
|
||||||
|
<div class="sub-header-count" style="margin-left: auto;margin-right: auto;font-size: 30px;text-align: center;">
|
||||||
|
<span class="count" style="color: #E5A00D;">${len(recently_added['other_video'])}</span> <span class="count-units" style="color: #aaaaaa;font-size: 20px;text-transform: uppercase;">video${'s' if len(recently_added['other_video']) > 1 else ''}</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
|
||||||
|
% for video_a, video_b in grouper(recently_added['other_video'], 2):
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
|
||||||
|
<tr>
|
||||||
|
% for video in (video_a, video_b):
|
||||||
|
% if video:
|
||||||
|
% if not video_b:
|
||||||
|
<td align="center" valign="top" class="card-instance pad" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 12px;vertical-align: top;overflow: hidden;padding: 0 !important;width: 251px !important;min-width: 251px !important;max-width: 251px !important;"></td>
|
||||||
|
% endif
|
||||||
|
<td align="center" valign="top" class="card-instance movie" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 12px;vertical-align: top;overflow: hidden;padding: 3px;width: 502px;min-width: 502px;max-width: 502px;height: 233px;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="3" width="100%" class="card-background" style="background-image: url(${(base_url_image + video['art_hash']) if base_url_image else video['art_url']});border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;background-color: #282828;background-position: center;background-size: cover;background-repeat: no-repeat;background-clip: padding-box;border: 1px solid rgba(255,255,255,.1);">
|
||||||
|
<tr>
|
||||||
|
<td class="card-poster-container" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;width: 152px;min-width: 152px;height: 227px;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" class="card-poster" style="background-image: url(${(base_url_image + video['thumb_hash']) if base_url_image else video['thumb_url']});border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;background-color: #3F4245;background-position: center;background-size: cover;background-repeat: no-repeat;background-clip: padding-box;border: 1px solid rgba(255,255,255,.1);">
|
||||||
|
<tr>
|
||||||
|
<td style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;">
|
||||||
|
<a href="${parameters['pms_web_url']}#!/server/${parameters['pms_identifier']}/details?key=%2Flibrary%2Fmetadata%2F${video['rating_key']}" title="${video['title']}" target="_blank" style="text-decoration: underline;">
|
||||||
|
<img class="card-poster-overlay" src="${base_url_image + 'images/newsletter/view-on-plex-poster.png' if base_url_image else 'https://tautulli.com/images/newsletter/view-on-plex-poster.png'}" width="150" height="225" style="border: none;-ms-interpolation-mode: bicubic;max-width: 100%;display: block;">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td class="card-info-container" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;padding-left: 4px;text-align: left;height: 227px;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" class="card-info-container-table" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;height: 100%;">
|
||||||
|
<tr>
|
||||||
|
<td class="card-info-title nowrap" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 0.9rem;vertical-align: top;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid rgba(255, 255, 255, .1);line-height: 1.2rem;padding: 5px;max-width: 320px;">
|
||||||
|
<a href="${parameters['pms_web_url']}#!/server/${parameters['pms_identifier']}/details?key=%2Flibrary%2Fmetadata%2F${video['rating_key']}" title="${video['title']}" target="_blank" style="text-decoration: none;color: #ffffff;">${video['title']}</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="card-info-body" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 0.75rem;vertical-align: top;padding: 5px;height: 100%;">
|
||||||
|
% if video['tagline']:
|
||||||
|
<p class="nowrap mb5" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-weight: 400;margin: 0;margin-bottom: 5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;max-width: 325px;color: #ffffff;">
|
||||||
|
<em>${video['tagline']}</em>
|
||||||
|
</p>
|
||||||
|
% endif
|
||||||
|
<p style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-weight: 400;margin: 0;max-width: 325px;color: #ffffff;">
|
||||||
|
${video['summary'][:450] + (video['summary'][450:] and '...')}
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="card-info-footer nowrap" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 0.6rem;vertical-align: top;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-top: 0px;padding-right: 5px;padding-bottom: 5px;padding-left: 5px;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
|
||||||
|
<tr>
|
||||||
|
<td class="badge-container" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;max-width: 260px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
|
||||||
|
<tr>
|
||||||
|
% if video['year']:
|
||||||
|
<td class="badge" title="${video['year']}" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 11px;vertical-align: middle;display: inline-block;min-width: 10px;margin-right: 4px;padding: 3px 7px;line-height: 1;text-align: center;white-space: nowrap;background-color: rgba(0, 0, 0, .25);border-radius: 2px;text-overflow: ellipsis;overflow: hidden;color: #ffffff;">${video['year']}</td>
|
||||||
|
% endif
|
||||||
|
% if video['duration']:
|
||||||
|
<% duration = int(int(video['duration'])/60000) %>
|
||||||
|
<td class="badge" title="${duration} mins" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 11px;vertical-align: middle;display: inline-block;min-width: 10px;margin-right: 4px;padding: 3px 7px;line-height: 1;text-align: center;white-space: nowrap;background-color: rgba(0, 0, 0, .25);border-radius: 2px;text-overflow: ellipsis;overflow: hidden;color: #ffffff;">${duration} mins</td>
|
||||||
|
% endif
|
||||||
|
% if video['genres']:
|
||||||
|
% for genre in video['genres'][:]:
|
||||||
|
<td class="badge" title="${genre}" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 11px;vertical-align: middle;display: inline-block;min-width: 10px;margin-right: 4px;padding: 3px 7px;line-height: 1;text-align: center;white-space: nowrap;background-color: rgba(0, 0, 0, .25);border-radius: 2px;text-overflow: ellipsis;overflow: hidden;color: #ffffff;">${genre}</td>
|
||||||
|
% endfor
|
||||||
|
% endif
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
% if video['rating']:
|
||||||
|
<% rating = int(round(float(video['rating']) / 2)) %>
|
||||||
|
<td class="star-rating-container" title="${int(float(video['rating'])/0.1)}%" align="right" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 14px;vertical-align: top;width: 65px;">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 100%;">
|
||||||
|
<tr>
|
||||||
|
% for _ in range(rating):
|
||||||
|
<td class="star-rating full" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 0.8rem;vertical-align: bottom;margin-left: 4px;line-height: 1rem;width: 0.5rem;display: inline-block;color: #E5A00D;">★</td>
|
||||||
|
% endfor
|
||||||
|
% for _ in range(5-rating):
|
||||||
|
<td class="star-rating empty" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 0.8rem;vertical-align: bottom;margin-left: 4px;line-height: 1rem;width: 0.5rem;display: inline-block;color: #aaaaaa;">☆</td>
|
||||||
|
% endfor
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
% endif
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
% if not video_b:
|
||||||
|
<td align="center" valign="top" class="card-instance pad" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 12px;vertical-align: top;overflow: hidden;padding: 0 !important;width: 251px !important;min-width: 251px !important;max-width: 251px !important;"></td>
|
||||||
|
% endif
|
||||||
|
% endif
|
||||||
|
% endfor
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
% endfor
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
% endif
|
||||||
<tr>
|
<tr>
|
||||||
<td class="footer" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 12px;vertical-align: top;clear: both;margin-top: 10px;text-align: center;width: 100%;">
|
<td class="footer" style="font-family: 'Open Sans', Helvetica, Arial, sans-serif;font-size: 12px;vertical-align: top;clear: both;margin-top: 10px;text-align: center;width: 100%;">
|
||||||
<div class="footer-bar" style="margin-left: auto;margin-right: auto;width: 200px;border-top: 1px solid #E5A00D;margin-top: 25px;"></div>
|
<div class="footer-bar" style="margin-left: auto;margin-right: auto;width: 200px;border-top: 1px solid #E5A00D;margin-top: 25px;"></div>
|
||||||
|
@@ -953,6 +953,124 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
% endif
|
% endif
|
||||||
|
% if recently_added.get('other_video'):
|
||||||
|
<tr>
|
||||||
|
<td class="wrapper">
|
||||||
|
<div class="sub-header-bar"></div>
|
||||||
|
<div class="sub-header-title">
|
||||||
|
<img src="${(base_url_image + 'images/libraries/video.png') if base_url_image else 'https://tautulli.com/images/libraries/video.png'}" class="sub-header-icon" width="30" height="30"/> Recently Added Videos
|
||||||
|
</div>
|
||||||
|
<div class="sub-header-count">
|
||||||
|
<span class="count">${len(recently_added['other_video'])}</span> <span class="count-units">video${'s' if len(recently_added['other_video']) > 1 else ''}</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
% for video_a, video_b in grouper(recently_added['other_video'], 2):
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||||
|
<tr>
|
||||||
|
% for video in (video_a, video_b):
|
||||||
|
% if video:
|
||||||
|
% if not video_b:
|
||||||
|
<td align="center" valign="top" class="card-instance pad"></td>
|
||||||
|
% endif
|
||||||
|
<td align="center" valign="top" class="card-instance movie">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="3" width="100%" class="card-background" style="background-image: url(${(base_url_image + video['art_hash']) if base_url_image else video['art_url']});">
|
||||||
|
<tr>
|
||||||
|
<td class="card-poster-container">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" class="card-poster" style="background-image: url(${(base_url_image + video['thumb_hash']) if base_url_image else video['thumb_url']})">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="${parameters['pms_web_url']}#!/server/${parameters['pms_identifier']}/details?key=%2Flibrary%2Fmetadata%2F${video['rating_key']}" title="${video['title']}" target="_blank">
|
||||||
|
<img class="card-poster-overlay" src="${base_url_image + 'images/newsletter/view-on-plex-poster.png' if base_url_image else 'https://tautulli.com/images/newsletter/view-on-plex-poster.png'}" width="150" height="225">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td class="card-info-container">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0" class="card-info-container-table">
|
||||||
|
<tr>
|
||||||
|
<td class="card-info-title nowrap">
|
||||||
|
<a href="${parameters['pms_web_url']}#!/server/${parameters['pms_identifier']}/details?key=%2Flibrary%2Fmetadata%2F${video['rating_key']}" title="${video['title']}" target="_blank">${video['title']}</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="card-info-body">
|
||||||
|
% if video['tagline']:
|
||||||
|
<p class="nowrap mb5">
|
||||||
|
<em>${video['tagline']}</em>
|
||||||
|
</p>
|
||||||
|
% endif
|
||||||
|
<p>
|
||||||
|
${video['summary'][:450] + (video['summary'][450:] and '...')}
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="card-info-footer nowrap">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td class="badge-container">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
% if video['year']:
|
||||||
|
<td class="badge" title="${video['year']}">${video['year']}</td>
|
||||||
|
% endif
|
||||||
|
% if video['duration']:
|
||||||
|
<% duration = int(int(video['duration'])/60000) %>
|
||||||
|
<td class="badge" title="${duration} mins">${duration} mins</td>
|
||||||
|
% endif
|
||||||
|
% if video['genres']:
|
||||||
|
% for genre in video['genres'][:]:
|
||||||
|
<td class="badge" title="${genre}">${genre}</td>
|
||||||
|
% endfor
|
||||||
|
% endif
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
% if video['rating']:
|
||||||
|
<% rating = int(round(float(video['rating']) / 2)) %>
|
||||||
|
<td class="star-rating-container" title="${int(float(video['rating'])/0.1)}%" align="right">
|
||||||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
% for _ in range(rating):
|
||||||
|
<td class="star-rating full">★</td>
|
||||||
|
% endfor
|
||||||
|
% for _ in range(5-rating):
|
||||||
|
<td class="star-rating empty">☆</td>
|
||||||
|
% endfor
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
% endif
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
% if not video_b:
|
||||||
|
<td align="center" valign="top" class="card-instance pad"></td>
|
||||||
|
% endif
|
||||||
|
% endif
|
||||||
|
% endfor
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
% endfor
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
% endif
|
||||||
<tr>
|
<tr>
|
||||||
<td class="footer">
|
<td class="footer">
|
||||||
<div class="footer-bar"></div>
|
<div class="footer-bar"></div>
|
||||||
|
0
init-scripts/init.fedora.centos.service
Normal file → Executable file
0
init-scripts/init.fedora.centos.service
Normal file → Executable file
9
init-scripts/init.systemd
Normal file → Executable file
9
init-scripts/init.systemd
Normal file → Executable file
@@ -24,9 +24,10 @@
|
|||||||
# - The example settings in this file assume that Tautulli is installed to: /opt/Tautulli
|
# - The example settings in this file assume that Tautulli is installed to: /opt/Tautulli
|
||||||
#
|
#
|
||||||
# - To create this user and give it ownership of the Tautulli directory:
|
# - To create this user and give it ownership of the Tautulli directory:
|
||||||
# sudo adduser --system --no-create-home tautulli
|
# Ubuntu/Debian: sudo addgroup tautulli && sudo adduser --system --no-create-home tautulli --ingroup tautulli
|
||||||
# sudo chown tautulli:nogroup -R /opt/Tautulli
|
# CentOS/Fedora: sudo adduser --system --no-create-home tautulli
|
||||||
#
|
# sudo chown tautulli:tautulli -R /opt/Tautulli
|
||||||
|
#
|
||||||
# - Adjust ExecStart= to point to:
|
# - Adjust ExecStart= to point to:
|
||||||
# 1. Your Tautulli executable
|
# 1. Your Tautulli executable
|
||||||
# - Default: /opt/Tautulli/Tautulli.py
|
# - Default: /opt/Tautulli/Tautulli.py
|
||||||
@@ -51,7 +52,7 @@ ExecStart=/opt/Tautulli/Tautulli.py --config /opt/Tautulli/config.ini --datadir
|
|||||||
GuessMainPID=no
|
GuessMainPID=no
|
||||||
Type=forking
|
Type=forking
|
||||||
User=tautulli
|
User=tautulli
|
||||||
Group=nogroup
|
Group=tautulli
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2003-2009 Stuart Bishop <stuart@stuartbishop.net>
|
Copyright (c) 2003-2018 Stuart Bishop <stuart@stuartbishop.net>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
@@ -87,13 +87,13 @@ localized time using the standard ``astimezone()`` method:
|
|||||||
Unfortunately using the tzinfo argument of the standard datetime
|
Unfortunately using the tzinfo argument of the standard datetime
|
||||||
constructors ''does not work'' with pytz for many timezones.
|
constructors ''does not work'' with pytz for many timezones.
|
||||||
|
|
||||||
>>> datetime(2002, 10, 27, 12, 0, 0, tzinfo=amsterdam).strftime(fmt)
|
>>> datetime(2002, 10, 27, 12, 0, 0, tzinfo=amsterdam).strftime(fmt) # /!\ Does not work this way!
|
||||||
'2002-10-27 12:00:00 LMT+0020'
|
'2002-10-27 12:00:00 LMT+0020'
|
||||||
|
|
||||||
It is safe for timezones without daylight saving transitions though, such
|
It is safe for timezones without daylight saving transitions though, such
|
||||||
as UTC:
|
as UTC:
|
||||||
|
|
||||||
>>> datetime(2002, 10, 27, 12, 0, 0, tzinfo=pytz.utc).strftime(fmt)
|
>>> datetime(2002, 10, 27, 12, 0, 0, tzinfo=pytz.utc).strftime(fmt) # /!\ Not recommended except for UTC
|
||||||
'2002-10-27 12:00:00 UTC+0000'
|
'2002-10-27 12:00:00 UTC+0000'
|
||||||
|
|
||||||
The preferred way of dealing with times is to always work in UTC,
|
The preferred way of dealing with times is to always work in UTC,
|
||||||
@@ -134,19 +134,21 @@ section for more details)
|
|||||||
>>> dt2.strftime(fmt)
|
>>> dt2.strftime(fmt)
|
||||||
'2002-10-27 01:30:00 EST-0500'
|
'2002-10-27 01:30:00 EST-0500'
|
||||||
|
|
||||||
Converting between timezones also needs special attention. We also need
|
Converting between timezones is more easily done, using the
|
||||||
to use the ``normalize()`` method to ensure the conversion is correct.
|
standard astimezone method.
|
||||||
|
|
||||||
>>> utc_dt = utc.localize(datetime.utcfromtimestamp(1143408899))
|
>>> utc_dt = utc.localize(datetime.utcfromtimestamp(1143408899))
|
||||||
>>> utc_dt.strftime(fmt)
|
>>> utc_dt.strftime(fmt)
|
||||||
'2006-03-26 21:34:59 UTC+0000'
|
'2006-03-26 21:34:59 UTC+0000'
|
||||||
>>> au_tz = timezone('Australia/Sydney')
|
>>> au_tz = timezone('Australia/Sydney')
|
||||||
>>> au_dt = au_tz.normalize(utc_dt.astimezone(au_tz))
|
>>> au_dt = utc_dt.astimezone(au_tz)
|
||||||
>>> au_dt.strftime(fmt)
|
>>> au_dt.strftime(fmt)
|
||||||
'2006-03-27 08:34:59 AEDT+1100'
|
'2006-03-27 08:34:59 AEDT+1100'
|
||||||
>>> utc_dt2 = utc.normalize(au_dt.astimezone(utc))
|
>>> utc_dt2 = au_dt.astimezone(utc)
|
||||||
>>> utc_dt2.strftime(fmt)
|
>>> utc_dt2.strftime(fmt)
|
||||||
'2006-03-26 21:34:59 UTC+0000'
|
'2006-03-26 21:34:59 UTC+0000'
|
||||||
|
>>> utc_dt == utc_dt2
|
||||||
|
True
|
||||||
|
|
||||||
You can take shortcuts when dealing with the UTC side of timezone
|
You can take shortcuts when dealing with the UTC side of timezone
|
||||||
conversions. ``normalize()`` and ``localize()`` are not really
|
conversions. ``normalize()`` and ``localize()`` are not really
|
||||||
@@ -178,7 +180,7 @@ parameter to the ``utcoffset()``, ``dst()`` && ``tzname()`` methods.
|
|||||||
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
||||||
|
|
||||||
The ``is_dst`` parameter is ignored for most timestamps. It is only used
|
The ``is_dst`` parameter is ignored for most timestamps. It is only used
|
||||||
during DST transition ambiguous periods to resulve that ambiguity.
|
during DST transition ambiguous periods to resolve that ambiguity.
|
||||||
|
|
||||||
>>> tz.utcoffset(normal, is_dst=True)
|
>>> tz.utcoffset(normal, is_dst=True)
|
||||||
datetime.timedelta(-1, 77400)
|
datetime.timedelta(-1, 77400)
|
||||||
@@ -261,7 +263,7 @@ pytz custom syntax, the best you can do is make an educated guess:
|
|||||||
As you can see, the system has chosen one for you and there is a 50%
|
As you can see, the system has chosen one for you and there is a 50%
|
||||||
chance of it being out by one hour. For some applications, this does
|
chance of it being out by one hour. For some applications, this does
|
||||||
not matter. However, if you are trying to schedule meetings with people
|
not matter. However, if you are trying to schedule meetings with people
|
||||||
in different timezones or analyze log files it is not acceptable.
|
in different timezones or analyze log files it is not acceptable.
|
||||||
|
|
||||||
The best and simplest solution is to stick with using UTC. The pytz
|
The best and simplest solution is to stick with using UTC. The pytz
|
||||||
package encourages using UTC for internal timezone representation by
|
package encourages using UTC for internal timezone representation by
|
||||||
@@ -472,9 +474,9 @@ True
|
|||||||
True
|
True
|
||||||
>>> 'Canada/Eastern' in common_timezones
|
>>> 'Canada/Eastern' in common_timezones
|
||||||
True
|
True
|
||||||
>>> 'US/Pacific-New' in all_timezones
|
>>> 'Australia/Yancowinna' in all_timezones
|
||||||
True
|
True
|
||||||
>>> 'US/Pacific-New' in common_timezones
|
>>> 'Australia/Yancowinna' in common_timezones
|
||||||
False
|
False
|
||||||
|
|
||||||
Both ``common_timezones`` and ``all_timezones`` are alphabetically
|
Both ``common_timezones`` and ``all_timezones`` are alphabetically
|
||||||
@@ -510,6 +512,15 @@ Europe/Zurich
|
|||||||
Europe/Zurich
|
Europe/Zurich
|
||||||
|
|
||||||
|
|
||||||
|
Internationalization - i18n/l10n
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Pytz is an interface to the IANA database, which uses ASCII names. The `Unicode Consortium's Unicode Locales (CLDR) <http://cldr.unicode.org>`_
|
||||||
|
project provides translations. Thomas Khyn's
|
||||||
|
`l18n <https://pypi.org/project/l18n/>`_ package can be used to access
|
||||||
|
these translations from Python.
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
@@ -527,12 +538,13 @@ Latest Versions
|
|||||||
|
|
||||||
This package will be updated after releases of the Olson timezone
|
This package will be updated after releases of the Olson timezone
|
||||||
database. The latest version can be downloaded from the `Python Package
|
database. The latest version can be downloaded from the `Python Package
|
||||||
Index <http://pypi.python.org/pypi/pytz/>`_. The code that is used
|
Index <https://pypi.org/project/pytz/>`_. The code that is used
|
||||||
to generate this distribution is hosted on launchpad.net and available
|
to generate this distribution is hosted on launchpad.net and available
|
||||||
using the `Bazaar version control system <http://bazaar-vcs.org>`_
|
using git::
|
||||||
using::
|
|
||||||
|
|
||||||
bzr branch lp:pytz
|
git clone https://git.launchpad.net/pytz
|
||||||
|
|
||||||
|
A mirror on github is also available at https://github.com/stub42/pytz
|
||||||
|
|
||||||
Announcements of new releases are made on
|
Announcements of new releases are made on
|
||||||
`Launchpad <https://launchpad.net/pytz>`_, and the
|
`Launchpad <https://launchpad.net/pytz>`_, and the
|
||||||
@@ -543,7 +555,7 @@ hosted there.
|
|||||||
Bugs, Feature Requests & Patches
|
Bugs, Feature Requests & Patches
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`_.
|
Bugs can be reported using `Launchpad <https://bugs.launchpad.net/pytz>`__.
|
||||||
|
|
||||||
|
|
||||||
Issues & Limitations
|
Issues & Limitations
|
||||||
|
@@ -8,12 +8,25 @@ See the datetime section of the Python Library Reference for information
|
|||||||
on how to use these modules.
|
on how to use these modules.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
import sys
|
||||||
|
import datetime
|
||||||
|
import os.path
|
||||||
|
|
||||||
|
from pytz.exceptions import AmbiguousTimeError
|
||||||
|
from pytz.exceptions import InvalidTimeError
|
||||||
|
from pytz.exceptions import NonExistentTimeError
|
||||||
|
from pytz.exceptions import UnknownTimeZoneError
|
||||||
|
from pytz.lazy import LazyDict, LazyList, LazySet
|
||||||
|
from pytz.tzinfo import unpickler, BaseTzInfo
|
||||||
|
from pytz.tzfile import build_tzinfo
|
||||||
|
|
||||||
|
|
||||||
# The IANA (nee Olson) database is updated several times a year.
|
# The IANA (nee Olson) database is updated several times a year.
|
||||||
OLSON_VERSION = '2016f'
|
OLSON_VERSION = '2018f'
|
||||||
VERSION = '2016.6.1' # Switching to pip compatible version numbering.
|
VERSION = '2018.6' # pip compatible version number.
|
||||||
__version__ = VERSION
|
__version__ = VERSION
|
||||||
|
|
||||||
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
|
OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'timezone', 'utc', 'country_timezones', 'country_names',
|
'timezone', 'utc', 'country_timezones', 'country_names',
|
||||||
@@ -21,23 +34,11 @@ __all__ = [
|
|||||||
'NonExistentTimeError', 'UnknownTimeZoneError',
|
'NonExistentTimeError', 'UnknownTimeZoneError',
|
||||||
'all_timezones', 'all_timezones_set',
|
'all_timezones', 'all_timezones_set',
|
||||||
'common_timezones', 'common_timezones_set',
|
'common_timezones', 'common_timezones_set',
|
||||||
]
|
'BaseTzInfo',
|
||||||
|
]
|
||||||
import sys, datetime, os.path, gettext
|
|
||||||
|
|
||||||
from pytz.exceptions import AmbiguousTimeError
|
|
||||||
from pytz.exceptions import InvalidTimeError
|
|
||||||
from pytz.exceptions import NonExistentTimeError
|
|
||||||
from pytz.exceptions import UnknownTimeZoneError
|
|
||||||
from pytz.lazy import LazyDict, LazyList, LazySet
|
|
||||||
from pytz.tzinfo import unpickler
|
|
||||||
from pytz.tzfile import build_tzinfo, _byte_string
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
if sys.version_info[0] > 2: # Python 3.x
|
||||||
unicode
|
|
||||||
|
|
||||||
except NameError: # Python 3.x
|
|
||||||
|
|
||||||
# Python 3.x doesn't have unicode(), making writing code
|
# Python 3.x doesn't have unicode(), making writing code
|
||||||
# for Python 2.3 and Python 3.x a pain.
|
# for Python 2.3 and Python 3.x a pain.
|
||||||
@@ -52,10 +53,13 @@ except NameError: # Python 3.x
|
|||||||
...
|
...
|
||||||
UnicodeEncodeError: ...
|
UnicodeEncodeError: ...
|
||||||
"""
|
"""
|
||||||
s.encode('ASCII') # Raise an exception if not ASCII
|
if type(s) == bytes:
|
||||||
return s # But return the original string - not a byte string.
|
s = s.decode('ASCII')
|
||||||
|
else:
|
||||||
|
s.encode('ASCII') # Raise an exception if not ASCII
|
||||||
|
return s # But the string - not a byte string.
|
||||||
|
|
||||||
else: # Python 2.x
|
else: # Python 2.x
|
||||||
|
|
||||||
def ascii(s):
|
def ascii(s):
|
||||||
r"""
|
r"""
|
||||||
@@ -76,24 +80,31 @@ def open_resource(name):
|
|||||||
|
|
||||||
Uses the pkg_resources module if available and no standard file
|
Uses the pkg_resources module if available and no standard file
|
||||||
found at the calculated location.
|
found at the calculated location.
|
||||||
|
|
||||||
|
It is possible to specify different location for zoneinfo
|
||||||
|
subdir by using the PYTZ_TZDATADIR environment variable.
|
||||||
"""
|
"""
|
||||||
name_parts = name.lstrip('/').split('/')
|
name_parts = name.lstrip('/').split('/')
|
||||||
for part in name_parts:
|
for part in name_parts:
|
||||||
if part == os.path.pardir or os.path.sep in part:
|
if part == os.path.pardir or os.path.sep in part:
|
||||||
raise ValueError('Bad path segment: %r' % part)
|
raise ValueError('Bad path segment: %r' % part)
|
||||||
filename = os.path.join(os.path.dirname(__file__),
|
zoneinfo_dir = os.environ.get('PYTZ_TZDATADIR', None)
|
||||||
'zoneinfo', *name_parts)
|
if zoneinfo_dir is not None:
|
||||||
if not os.path.exists(filename):
|
filename = os.path.join(zoneinfo_dir, *name_parts)
|
||||||
# http://bugs.launchpad.net/bugs/383171 - we avoid using this
|
else:
|
||||||
# unless absolutely necessary to help when a broken version of
|
filename = os.path.join(os.path.dirname(__file__),
|
||||||
# pkg_resources is installed.
|
'zoneinfo', *name_parts)
|
||||||
try:
|
if not os.path.exists(filename):
|
||||||
from pkg_resources import resource_stream
|
# http://bugs.launchpad.net/bugs/383171 - we avoid using this
|
||||||
except ImportError:
|
# unless absolutely necessary to help when a broken version of
|
||||||
resource_stream = None
|
# pkg_resources is installed.
|
||||||
|
try:
|
||||||
|
from pkg_resources import resource_stream
|
||||||
|
except ImportError:
|
||||||
|
resource_stream = None
|
||||||
|
|
||||||
if resource_stream is not None:
|
if resource_stream is not None:
|
||||||
return resource_stream(__name__, 'zoneinfo/' + name)
|
return resource_stream(__name__, 'zoneinfo/' + name)
|
||||||
return open(filename, 'rb')
|
return open(filename, 'rb')
|
||||||
|
|
||||||
|
|
||||||
@@ -106,23 +117,9 @@ def resource_exists(name):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
# Enable this when we get some translations?
|
|
||||||
# We want an i18n API that is useful to programs using Python's gettext
|
|
||||||
# module, as well as the Zope3 i18n package. Perhaps we should just provide
|
|
||||||
# the POT file and translations, and leave it up to callers to make use
|
|
||||||
# of them.
|
|
||||||
#
|
|
||||||
# t = gettext.translation(
|
|
||||||
# 'pytz', os.path.join(os.path.dirname(__file__), 'locales'),
|
|
||||||
# fallback=True
|
|
||||||
# )
|
|
||||||
# def _(timezone_name):
|
|
||||||
# """Translate a timezone name using the current locale, returning Unicode"""
|
|
||||||
# return t.ugettext(timezone_name)
|
|
||||||
|
|
||||||
|
|
||||||
_tzinfo_cache = {}
|
_tzinfo_cache = {}
|
||||||
|
|
||||||
|
|
||||||
def timezone(zone):
|
def timezone(zone):
|
||||||
r''' Return a datetime.tzinfo implementation for the given timezone
|
r''' Return a datetime.tzinfo implementation for the given timezone
|
||||||
|
|
||||||
@@ -192,7 +189,7 @@ ZERO = datetime.timedelta(0)
|
|||||||
HOUR = datetime.timedelta(hours=1)
|
HOUR = datetime.timedelta(hours=1)
|
||||||
|
|
||||||
|
|
||||||
class UTC(datetime.tzinfo):
|
class UTC(BaseTzInfo):
|
||||||
"""UTC
|
"""UTC
|
||||||
|
|
||||||
Optimized UTC implementation. It unpickles using the single module global
|
Optimized UTC implementation. It unpickles using the single module global
|
||||||
@@ -288,7 +285,6 @@ def _p(*args):
|
|||||||
_p.__safe_for_unpickling__ = True
|
_p.__safe_for_unpickling__ = True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class _CountryTimezoneDict(LazyDict):
|
class _CountryTimezoneDict(LazyDict):
|
||||||
"""Map ISO 3166 country code to a list of timezone names commonly used
|
"""Map ISO 3166 country code to a list of timezone names commonly used
|
||||||
in that country.
|
in that country.
|
||||||
@@ -374,7 +370,7 @@ country_names = _CountryNameDict()
|
|||||||
|
|
||||||
class _FixedOffset(datetime.tzinfo):
|
class _FixedOffset(datetime.tzinfo):
|
||||||
|
|
||||||
zone = None # to match the standard pytz API
|
zone = None # to match the standard pytz API
|
||||||
|
|
||||||
def __init__(self, minutes):
|
def __init__(self, minutes):
|
||||||
if abs(minutes) >= 1440:
|
if abs(minutes) >= 1440:
|
||||||
@@ -412,24 +408,24 @@ class _FixedOffset(datetime.tzinfo):
|
|||||||
return dt.astimezone(self)
|
return dt.astimezone(self)
|
||||||
|
|
||||||
|
|
||||||
def FixedOffset(offset, _tzinfos = {}):
|
def FixedOffset(offset, _tzinfos={}):
|
||||||
"""return a fixed-offset timezone based off a number of minutes.
|
"""return a fixed-offset timezone based off a number of minutes.
|
||||||
|
|
||||||
>>> one = FixedOffset(-330)
|
>>> one = FixedOffset(-330)
|
||||||
>>> one
|
>>> one
|
||||||
pytz.FixedOffset(-330)
|
pytz.FixedOffset(-330)
|
||||||
>>> one.utcoffset(datetime.datetime.now())
|
>>> str(one.utcoffset(datetime.datetime.now()))
|
||||||
datetime.timedelta(-1, 66600)
|
'-1 day, 18:30:00'
|
||||||
>>> one.dst(datetime.datetime.now())
|
>>> str(one.dst(datetime.datetime.now()))
|
||||||
datetime.timedelta(0)
|
'0:00:00'
|
||||||
|
|
||||||
>>> two = FixedOffset(1380)
|
>>> two = FixedOffset(1380)
|
||||||
>>> two
|
>>> two
|
||||||
pytz.FixedOffset(1380)
|
pytz.FixedOffset(1380)
|
||||||
>>> two.utcoffset(datetime.datetime.now())
|
>>> str(two.utcoffset(datetime.datetime.now()))
|
||||||
datetime.timedelta(0, 82800)
|
'23:00:00'
|
||||||
>>> two.dst(datetime.datetime.now())
|
>>> str(two.dst(datetime.datetime.now()))
|
||||||
datetime.timedelta(0)
|
'0:00:00'
|
||||||
|
|
||||||
The datetime.timedelta must be between the range of -1 and 1 day,
|
The datetime.timedelta must be between the range of -1 and 1 day,
|
||||||
non-inclusive.
|
non-inclusive.
|
||||||
@@ -482,14 +478,13 @@ FixedOffset.__safe_for_unpickling__ = True
|
|||||||
|
|
||||||
|
|
||||||
def _test():
|
def _test():
|
||||||
import doctest, os, sys
|
import doctest
|
||||||
sys.path.insert(0, os.pardir)
|
sys.path.insert(0, os.pardir)
|
||||||
import pytz
|
import pytz
|
||||||
return doctest.testmod(pytz)
|
return doctest.testmod(pytz)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
_test()
|
_test()
|
||||||
|
|
||||||
all_timezones = \
|
all_timezones = \
|
||||||
['Africa/Abidjan',
|
['Africa/Abidjan',
|
||||||
'Africa/Accra',
|
'Africa/Accra',
|
||||||
@@ -676,6 +671,7 @@ all_timezones = \
|
|||||||
'America/Porto_Acre',
|
'America/Porto_Acre',
|
||||||
'America/Porto_Velho',
|
'America/Porto_Velho',
|
||||||
'America/Puerto_Rico',
|
'America/Puerto_Rico',
|
||||||
|
'America/Punta_Arenas',
|
||||||
'America/Rainy_River',
|
'America/Rainy_River',
|
||||||
'America/Rankin_Inlet',
|
'America/Rankin_Inlet',
|
||||||
'America/Recife',
|
'America/Recife',
|
||||||
@@ -731,6 +727,7 @@ all_timezones = \
|
|||||||
'Asia/Aqtobe',
|
'Asia/Aqtobe',
|
||||||
'Asia/Ashgabat',
|
'Asia/Ashgabat',
|
||||||
'Asia/Ashkhabad',
|
'Asia/Ashkhabad',
|
||||||
|
'Asia/Atyrau',
|
||||||
'Asia/Baghdad',
|
'Asia/Baghdad',
|
||||||
'Asia/Bahrain',
|
'Asia/Bahrain',
|
||||||
'Asia/Baku',
|
'Asia/Baku',
|
||||||
@@ -751,6 +748,7 @@ all_timezones = \
|
|||||||
'Asia/Dili',
|
'Asia/Dili',
|
||||||
'Asia/Dubai',
|
'Asia/Dubai',
|
||||||
'Asia/Dushanbe',
|
'Asia/Dushanbe',
|
||||||
|
'Asia/Famagusta',
|
||||||
'Asia/Gaza',
|
'Asia/Gaza',
|
||||||
'Asia/Harbin',
|
'Asia/Harbin',
|
||||||
'Asia/Hebron',
|
'Asia/Hebron',
|
||||||
@@ -816,6 +814,7 @@ all_timezones = \
|
|||||||
'Asia/Vientiane',
|
'Asia/Vientiane',
|
||||||
'Asia/Vladivostok',
|
'Asia/Vladivostok',
|
||||||
'Asia/Yakutsk',
|
'Asia/Yakutsk',
|
||||||
|
'Asia/Yangon',
|
||||||
'Asia/Yekaterinburg',
|
'Asia/Yekaterinburg',
|
||||||
'Asia/Yerevan',
|
'Asia/Yerevan',
|
||||||
'Atlantic/Azores',
|
'Atlantic/Azores',
|
||||||
@@ -861,7 +860,6 @@ all_timezones = \
|
|||||||
'CST6CDT',
|
'CST6CDT',
|
||||||
'Canada/Atlantic',
|
'Canada/Atlantic',
|
||||||
'Canada/Central',
|
'Canada/Central',
|
||||||
'Canada/East-Saskatchewan',
|
|
||||||
'Canada/Eastern',
|
'Canada/Eastern',
|
||||||
'Canada/Mountain',
|
'Canada/Mountain',
|
||||||
'Canada/Newfoundland',
|
'Canada/Newfoundland',
|
||||||
@@ -955,6 +953,7 @@ all_timezones = \
|
|||||||
'Europe/Samara',
|
'Europe/Samara',
|
||||||
'Europe/San_Marino',
|
'Europe/San_Marino',
|
||||||
'Europe/Sarajevo',
|
'Europe/Sarajevo',
|
||||||
|
'Europe/Saratov',
|
||||||
'Europe/Simferopol',
|
'Europe/Simferopol',
|
||||||
'Europe/Skopje',
|
'Europe/Skopje',
|
||||||
'Europe/Sofia',
|
'Europe/Sofia',
|
||||||
@@ -1072,7 +1071,6 @@ all_timezones = \
|
|||||||
'US/Michigan',
|
'US/Michigan',
|
||||||
'US/Mountain',
|
'US/Mountain',
|
||||||
'US/Pacific',
|
'US/Pacific',
|
||||||
'US/Pacific-New',
|
|
||||||
'US/Samoa',
|
'US/Samoa',
|
||||||
'UTC',
|
'UTC',
|
||||||
'Universal',
|
'Universal',
|
||||||
@@ -1252,6 +1250,7 @@ common_timezones = \
|
|||||||
'America/Port_of_Spain',
|
'America/Port_of_Spain',
|
||||||
'America/Porto_Velho',
|
'America/Porto_Velho',
|
||||||
'America/Puerto_Rico',
|
'America/Puerto_Rico',
|
||||||
|
'America/Punta_Arenas',
|
||||||
'America/Rainy_River',
|
'America/Rainy_River',
|
||||||
'America/Rankin_Inlet',
|
'America/Rankin_Inlet',
|
||||||
'America/Recife',
|
'America/Recife',
|
||||||
@@ -1301,6 +1300,7 @@ common_timezones = \
|
|||||||
'Asia/Aqtau',
|
'Asia/Aqtau',
|
||||||
'Asia/Aqtobe',
|
'Asia/Aqtobe',
|
||||||
'Asia/Ashgabat',
|
'Asia/Ashgabat',
|
||||||
|
'Asia/Atyrau',
|
||||||
'Asia/Baghdad',
|
'Asia/Baghdad',
|
||||||
'Asia/Bahrain',
|
'Asia/Bahrain',
|
||||||
'Asia/Baku',
|
'Asia/Baku',
|
||||||
@@ -1317,6 +1317,7 @@ common_timezones = \
|
|||||||
'Asia/Dili',
|
'Asia/Dili',
|
||||||
'Asia/Dubai',
|
'Asia/Dubai',
|
||||||
'Asia/Dushanbe',
|
'Asia/Dushanbe',
|
||||||
|
'Asia/Famagusta',
|
||||||
'Asia/Gaza',
|
'Asia/Gaza',
|
||||||
'Asia/Hebron',
|
'Asia/Hebron',
|
||||||
'Asia/Ho_Chi_Minh',
|
'Asia/Ho_Chi_Minh',
|
||||||
@@ -1351,7 +1352,6 @@ common_timezones = \
|
|||||||
'Asia/Pyongyang',
|
'Asia/Pyongyang',
|
||||||
'Asia/Qatar',
|
'Asia/Qatar',
|
||||||
'Asia/Qyzylorda',
|
'Asia/Qyzylorda',
|
||||||
'Asia/Rangoon',
|
|
||||||
'Asia/Riyadh',
|
'Asia/Riyadh',
|
||||||
'Asia/Sakhalin',
|
'Asia/Sakhalin',
|
||||||
'Asia/Samarkand',
|
'Asia/Samarkand',
|
||||||
@@ -1372,6 +1372,7 @@ common_timezones = \
|
|||||||
'Asia/Vientiane',
|
'Asia/Vientiane',
|
||||||
'Asia/Vladivostok',
|
'Asia/Vladivostok',
|
||||||
'Asia/Yakutsk',
|
'Asia/Yakutsk',
|
||||||
|
'Asia/Yangon',
|
||||||
'Asia/Yekaterinburg',
|
'Asia/Yekaterinburg',
|
||||||
'Asia/Yerevan',
|
'Asia/Yerevan',
|
||||||
'Atlantic/Azores',
|
'Atlantic/Azores',
|
||||||
@@ -1444,6 +1445,7 @@ common_timezones = \
|
|||||||
'Europe/Samara',
|
'Europe/Samara',
|
||||||
'Europe/San_Marino',
|
'Europe/San_Marino',
|
||||||
'Europe/Sarajevo',
|
'Europe/Sarajevo',
|
||||||
|
'Europe/Saratov',
|
||||||
'Europe/Simferopol',
|
'Europe/Simferopol',
|
||||||
'Europe/Skopje',
|
'Europe/Skopje',
|
||||||
'Europe/Sofia',
|
'Europe/Sofia',
|
||||||
@@ -1489,7 +1491,6 @@ common_timezones = \
|
|||||||
'Pacific/Guadalcanal',
|
'Pacific/Guadalcanal',
|
||||||
'Pacific/Guam',
|
'Pacific/Guam',
|
||||||
'Pacific/Honolulu',
|
'Pacific/Honolulu',
|
||||||
'Pacific/Johnston',
|
|
||||||
'Pacific/Kiritimati',
|
'Pacific/Kiritimati',
|
||||||
'Pacific/Kosrae',
|
'Pacific/Kosrae',
|
||||||
'Pacific/Kwajalein',
|
'Pacific/Kwajalein',
|
||||||
|
@@ -5,7 +5,7 @@ Custom exceptions raised by pytz.
|
|||||||
__all__ = [
|
__all__ = [
|
||||||
'UnknownTimeZoneError', 'InvalidTimeError', 'AmbiguousTimeError',
|
'UnknownTimeZoneError', 'InvalidTimeError', 'AmbiguousTimeError',
|
||||||
'NonExistentTimeError',
|
'NonExistentTimeError',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class UnknownTimeZoneError(KeyError):
|
class UnknownTimeZoneError(KeyError):
|
||||||
|
@@ -1,8 +1,11 @@
|
|||||||
from threading import RLock
|
from threading import RLock
|
||||||
try:
|
try:
|
||||||
from UserDict import DictMixin
|
from collections.abc import Mapping as DictMixin
|
||||||
except ImportError:
|
except ImportError: # Python < 3.3
|
||||||
from collections import Mapping as DictMixin
|
try:
|
||||||
|
from UserDict import DictMixin # Python 2
|
||||||
|
except ImportError: # Python 3.0-3.3
|
||||||
|
from collections import Mapping as DictMixin
|
||||||
|
|
||||||
|
|
||||||
# With lazy loading, we might end up with multiple threads triggering
|
# With lazy loading, we might end up with multiple threads triggering
|
||||||
@@ -13,6 +16,7 @@ _fill_lock = RLock()
|
|||||||
class LazyDict(DictMixin):
|
class LazyDict(DictMixin):
|
||||||
"""Dictionary populated on first use."""
|
"""Dictionary populated on first use."""
|
||||||
data = None
|
data = None
|
||||||
|
|
||||||
def __getitem__(self, key):
|
def __getitem__(self, key):
|
||||||
if self.data is None:
|
if self.data is None:
|
||||||
_fill_lock.acquire()
|
_fill_lock.acquire()
|
||||||
|
@@ -5,17 +5,28 @@ Used for testing against as they are only correct for the years
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from datetime import tzinfo, timedelta, datetime
|
from datetime import tzinfo, timedelta, datetime
|
||||||
from pytz import utc, UTC, HOUR, ZERO
|
from pytz import HOUR, ZERO, UTC
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'FixedOffset',
|
||||||
|
'LocalTimezone',
|
||||||
|
'USTimeZone',
|
||||||
|
'Eastern',
|
||||||
|
'Central',
|
||||||
|
'Mountain',
|
||||||
|
'Pacific',
|
||||||
|
'UTC'
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
# A class building tzinfo objects for fixed-offset time zones.
|
# A class building tzinfo objects for fixed-offset time zones.
|
||||||
# Note that FixedOffset(0, "UTC") is a different way to build a
|
# Note that FixedOffset(0, "UTC") is a different way to build a
|
||||||
# UTC tzinfo object.
|
# UTC tzinfo object.
|
||||||
|
|
||||||
class FixedOffset(tzinfo):
|
class FixedOffset(tzinfo):
|
||||||
"""Fixed offset in minutes east from UTC."""
|
"""Fixed offset in minutes east from UTC."""
|
||||||
|
|
||||||
def __init__(self, offset, name):
|
def __init__(self, offset, name):
|
||||||
self.__offset = timedelta(minutes = offset)
|
self.__offset = timedelta(minutes=offset)
|
||||||
self.__name = name
|
self.__name = name
|
||||||
|
|
||||||
def utcoffset(self, dt):
|
def utcoffset(self, dt):
|
||||||
@@ -27,18 +38,19 @@ class FixedOffset(tzinfo):
|
|||||||
def dst(self, dt):
|
def dst(self, dt):
|
||||||
return ZERO
|
return ZERO
|
||||||
|
|
||||||
# A class capturing the platform's idea of local time.
|
|
||||||
|
|
||||||
import time as _time
|
import time as _time
|
||||||
|
|
||||||
STDOFFSET = timedelta(seconds = -_time.timezone)
|
STDOFFSET = timedelta(seconds=-_time.timezone)
|
||||||
if _time.daylight:
|
if _time.daylight:
|
||||||
DSTOFFSET = timedelta(seconds = -_time.altzone)
|
DSTOFFSET = timedelta(seconds=-_time.altzone)
|
||||||
else:
|
else:
|
||||||
DSTOFFSET = STDOFFSET
|
DSTOFFSET = STDOFFSET
|
||||||
|
|
||||||
DSTDIFF = DSTOFFSET - STDOFFSET
|
DSTDIFF = DSTOFFSET - STDOFFSET
|
||||||
|
|
||||||
|
|
||||||
|
# A class capturing the platform's idea of local time.
|
||||||
class LocalTimezone(tzinfo):
|
class LocalTimezone(tzinfo):
|
||||||
|
|
||||||
def utcoffset(self, dt):
|
def utcoffset(self, dt):
|
||||||
@@ -66,7 +78,6 @@ class LocalTimezone(tzinfo):
|
|||||||
|
|
||||||
Local = LocalTimezone()
|
Local = LocalTimezone()
|
||||||
|
|
||||||
# A complete implementation of current DST rules for major US time zones.
|
|
||||||
|
|
||||||
def first_sunday_on_or_after(dt):
|
def first_sunday_on_or_after(dt):
|
||||||
days_to_go = 6 - dt.weekday()
|
days_to_go = 6 - dt.weekday()
|
||||||
@@ -74,12 +85,15 @@ def first_sunday_on_or_after(dt):
|
|||||||
dt += timedelta(days_to_go)
|
dt += timedelta(days_to_go)
|
||||||
return dt
|
return dt
|
||||||
|
|
||||||
|
|
||||||
# In the US, DST starts at 2am (standard time) on the first Sunday in April.
|
# In the US, DST starts at 2am (standard time) on the first Sunday in April.
|
||||||
DSTSTART = datetime(1, 4, 1, 2)
|
DSTSTART = datetime(1, 4, 1, 2)
|
||||||
# and ends at 2am (DST time; 1am standard time) on the last Sunday of Oct.
|
# and ends at 2am (DST time; 1am standard time) on the last Sunday of Oct.
|
||||||
# which is the first Sunday on or after Oct 25.
|
# which is the first Sunday on or after Oct 25.
|
||||||
DSTEND = datetime(1, 10, 25, 1)
|
DSTEND = datetime(1, 10, 25, 1)
|
||||||
|
|
||||||
|
|
||||||
|
# A complete implementation of current DST rules for major US time zones.
|
||||||
class USTimeZone(tzinfo):
|
class USTimeZone(tzinfo):
|
||||||
|
|
||||||
def __init__(self, hours, reprname, stdname, dstname):
|
def __init__(self, hours, reprname, stdname, dstname):
|
||||||
@@ -120,8 +134,7 @@ class USTimeZone(tzinfo):
|
|||||||
else:
|
else:
|
||||||
return ZERO
|
return ZERO
|
||||||
|
|
||||||
Eastern = USTimeZone(-5, "Eastern", "EST", "EDT")
|
Eastern = USTimeZone(-5, "Eastern", "EST", "EDT")
|
||||||
Central = USTimeZone(-6, "Central", "CST", "CDT")
|
Central = USTimeZone(-6, "Central", "CST", "CDT")
|
||||||
Mountain = USTimeZone(-7, "Mountain", "MST", "MDT")
|
Mountain = USTimeZone(-7, "Mountain", "MST", "MDT")
|
||||||
Pacific = USTimeZone(-8, "Pacific", "PST", "PDT")
|
Pacific = USTimeZone(-8, "Pacific", "PST", "PDT")
|
||||||
|
|
||||||
|
@@ -3,38 +3,37 @@
|
|||||||
$Id: tzfile.py,v 1.8 2004/06/03 00:15:24 zenzen Exp $
|
$Id: tzfile.py,v 1.8 2004/06/03 00:15:24 zenzen Exp $
|
||||||
'''
|
'''
|
||||||
|
|
||||||
try:
|
from datetime import datetime
|
||||||
from cStringIO import StringIO
|
|
||||||
except ImportError:
|
|
||||||
from io import StringIO
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
from struct import unpack, calcsize
|
from struct import unpack, calcsize
|
||||||
|
|
||||||
from pytz.tzinfo import StaticTzInfo, DstTzInfo, memorized_ttinfo
|
from pytz.tzinfo import StaticTzInfo, DstTzInfo, memorized_ttinfo
|
||||||
from pytz.tzinfo import memorized_datetime, memorized_timedelta
|
from pytz.tzinfo import memorized_datetime, memorized_timedelta
|
||||||
|
|
||||||
|
|
||||||
def _byte_string(s):
|
def _byte_string(s):
|
||||||
"""Cast a string or byte string to an ASCII byte string."""
|
"""Cast a string or byte string to an ASCII byte string."""
|
||||||
return s.encode('ASCII')
|
return s.encode('ASCII')
|
||||||
|
|
||||||
_NULL = _byte_string('\0')
|
_NULL = _byte_string('\0')
|
||||||
|
|
||||||
|
|
||||||
def _std_string(s):
|
def _std_string(s):
|
||||||
"""Cast a string or byte string to an ASCII string."""
|
"""Cast a string or byte string to an ASCII string."""
|
||||||
return str(s.decode('ASCII'))
|
return str(s.decode('ASCII'))
|
||||||
|
|
||||||
|
|
||||||
def build_tzinfo(zone, fp):
|
def build_tzinfo(zone, fp):
|
||||||
head_fmt = '>4s c 15x 6l'
|
head_fmt = '>4s c 15x 6l'
|
||||||
head_size = calcsize(head_fmt)
|
head_size = calcsize(head_fmt)
|
||||||
(magic, format, ttisgmtcnt, ttisstdcnt,leapcnt, timecnt,
|
(magic, format, ttisgmtcnt, ttisstdcnt, leapcnt, timecnt,
|
||||||
typecnt, charcnt) = unpack(head_fmt, fp.read(head_size))
|
typecnt, charcnt) = unpack(head_fmt, fp.read(head_size))
|
||||||
|
|
||||||
# Make sure it is a tzfile(5) file
|
# Make sure it is a tzfile(5) file
|
||||||
assert magic == _byte_string('TZif'), 'Got magic %s' % repr(magic)
|
assert magic == _byte_string('TZif'), 'Got magic %s' % repr(magic)
|
||||||
|
|
||||||
# Read out the transition times, localtime indices and ttinfo structures.
|
# Read out the transition times, localtime indices and ttinfo structures.
|
||||||
data_fmt = '>%(timecnt)dl %(timecnt)dB %(ttinfo)s %(charcnt)ds' % dict(
|
data_fmt = '>%(timecnt)dl %(timecnt)dB %(ttinfo)s %(charcnt)ds' % dict(
|
||||||
timecnt=timecnt, ttinfo='lBB'*typecnt, charcnt=charcnt)
|
timecnt=timecnt, ttinfo='lBB' * typecnt, charcnt=charcnt)
|
||||||
data_size = calcsize(data_fmt)
|
data_size = calcsize(data_fmt)
|
||||||
data = unpack(data_fmt, fp.read(data_size))
|
data = unpack(data_fmt, fp.read(data_size))
|
||||||
|
|
||||||
@@ -53,7 +52,7 @@ def build_tzinfo(zone, fp):
|
|||||||
i = 0
|
i = 0
|
||||||
while i < len(ttinfo_raw):
|
while i < len(ttinfo_raw):
|
||||||
# have we looked up this timezone name yet?
|
# have we looked up this timezone name yet?
|
||||||
tzname_offset = ttinfo_raw[i+2]
|
tzname_offset = ttinfo_raw[i + 2]
|
||||||
if tzname_offset not in tznames:
|
if tzname_offset not in tznames:
|
||||||
nul = tznames_raw.find(_NULL, tzname_offset)
|
nul = tznames_raw.find(_NULL, tzname_offset)
|
||||||
if nul < 0:
|
if nul < 0:
|
||||||
@@ -61,12 +60,12 @@ def build_tzinfo(zone, fp):
|
|||||||
tznames[tzname_offset] = _std_string(
|
tznames[tzname_offset] = _std_string(
|
||||||
tznames_raw[tzname_offset:nul])
|
tznames_raw[tzname_offset:nul])
|
||||||
ttinfo.append((ttinfo_raw[i],
|
ttinfo.append((ttinfo_raw[i],
|
||||||
bool(ttinfo_raw[i+1]),
|
bool(ttinfo_raw[i + 1]),
|
||||||
tznames[tzname_offset]))
|
tznames[tzname_offset]))
|
||||||
i += 3
|
i += 3
|
||||||
|
|
||||||
# Now build the timezone object
|
# Now build the timezone object
|
||||||
if len(ttinfo) ==1 or len(transitions) == 0:
|
if len(ttinfo) == 1 or len(transitions) == 0:
|
||||||
ttinfo[0][0], ttinfo[0][2]
|
ttinfo[0][0], ttinfo[0][2]
|
||||||
cls = type(zone, (StaticTzInfo,), dict(
|
cls = type(zone, (StaticTzInfo,), dict(
|
||||||
zone=zone,
|
zone=zone,
|
||||||
@@ -91,21 +90,21 @@ def build_tzinfo(zone, fp):
|
|||||||
if not inf[1]:
|
if not inf[1]:
|
||||||
dst = 0
|
dst = 0
|
||||||
else:
|
else:
|
||||||
for j in range(i-1, -1, -1):
|
for j in range(i - 1, -1, -1):
|
||||||
prev_inf = ttinfo[lindexes[j]]
|
prev_inf = ttinfo[lindexes[j]]
|
||||||
if not prev_inf[1]:
|
if not prev_inf[1]:
|
||||||
break
|
break
|
||||||
dst = inf[0] - prev_inf[0] # dst offset
|
dst = inf[0] - prev_inf[0] # dst offset
|
||||||
|
|
||||||
# Bad dst? Look further. DST > 24 hours happens when
|
# Bad dst? Look further. DST > 24 hours happens when
|
||||||
# a timzone has moved across the international dateline.
|
# a timzone has moved across the international dateline.
|
||||||
if dst <= 0 or dst > 3600*3:
|
if dst <= 0 or dst > 3600 * 3:
|
||||||
for j in range(i+1, len(transitions)):
|
for j in range(i + 1, len(transitions)):
|
||||||
stdinf = ttinfo[lindexes[j]]
|
stdinf = ttinfo[lindexes[j]]
|
||||||
if not stdinf[1]:
|
if not stdinf[1]:
|
||||||
dst = inf[0] - stdinf[0]
|
dst = inf[0] - stdinf[0]
|
||||||
if dst > 0:
|
if dst > 0:
|
||||||
break # Found a useful std time.
|
break # Found a useful std time.
|
||||||
|
|
||||||
tzname = inf[2]
|
tzname = inf[2]
|
||||||
|
|
||||||
@@ -129,9 +128,7 @@ if __name__ == '__main__':
|
|||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
base = os.path.join(os.path.dirname(__file__), 'zoneinfo')
|
base = os.path.join(os.path.dirname(__file__), 'zoneinfo')
|
||||||
tz = build_tzinfo('Australia/Melbourne',
|
tz = build_tzinfo('Australia/Melbourne',
|
||||||
open(os.path.join(base,'Australia','Melbourne'), 'rb'))
|
open(os.path.join(base, 'Australia', 'Melbourne'), 'rb'))
|
||||||
tz = build_tzinfo('US/Eastern',
|
tz = build_tzinfo('US/Eastern',
|
||||||
open(os.path.join(base,'US','Eastern'), 'rb'))
|
open(os.path.join(base, 'US', 'Eastern'), 'rb'))
|
||||||
pprint(tz._utc_transition_times)
|
pprint(tz._utc_transition_times)
|
||||||
#print tz.asPython(4)
|
|
||||||
#print tz.transitions_mapping
|
|
||||||
|
@@ -13,6 +13,8 @@ from pytz.exceptions import AmbiguousTimeError, NonExistentTimeError
|
|||||||
__all__ = []
|
__all__ = []
|
||||||
|
|
||||||
_timedelta_cache = {}
|
_timedelta_cache = {}
|
||||||
|
|
||||||
|
|
||||||
def memorized_timedelta(seconds):
|
def memorized_timedelta(seconds):
|
||||||
'''Create only one instance of each distinct timedelta'''
|
'''Create only one instance of each distinct timedelta'''
|
||||||
try:
|
try:
|
||||||
@@ -24,6 +26,8 @@ def memorized_timedelta(seconds):
|
|||||||
|
|
||||||
_epoch = datetime.utcfromtimestamp(0)
|
_epoch = datetime.utcfromtimestamp(0)
|
||||||
_datetime_cache = {0: _epoch}
|
_datetime_cache = {0: _epoch}
|
||||||
|
|
||||||
|
|
||||||
def memorized_datetime(seconds):
|
def memorized_datetime(seconds):
|
||||||
'''Create only one instance of each distinct datetime'''
|
'''Create only one instance of each distinct datetime'''
|
||||||
try:
|
try:
|
||||||
@@ -36,21 +40,24 @@ def memorized_datetime(seconds):
|
|||||||
return dt
|
return dt
|
||||||
|
|
||||||
_ttinfo_cache = {}
|
_ttinfo_cache = {}
|
||||||
|
|
||||||
|
|
||||||
def memorized_ttinfo(*args):
|
def memorized_ttinfo(*args):
|
||||||
'''Create only one instance of each distinct tuple'''
|
'''Create only one instance of each distinct tuple'''
|
||||||
try:
|
try:
|
||||||
return _ttinfo_cache[args]
|
return _ttinfo_cache[args]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
ttinfo = (
|
ttinfo = (
|
||||||
memorized_timedelta(args[0]),
|
memorized_timedelta(args[0]),
|
||||||
memorized_timedelta(args[1]),
|
memorized_timedelta(args[1]),
|
||||||
args[2]
|
args[2]
|
||||||
)
|
)
|
||||||
_ttinfo_cache[args] = ttinfo
|
_ttinfo_cache[args] = ttinfo
|
||||||
return ttinfo
|
return ttinfo
|
||||||
|
|
||||||
_notime = memorized_timedelta(0)
|
_notime = memorized_timedelta(0)
|
||||||
|
|
||||||
|
|
||||||
def _to_seconds(td):
|
def _to_seconds(td):
|
||||||
'''Convert a timedelta to seconds'''
|
'''Convert a timedelta to seconds'''
|
||||||
return td.seconds + td.days * 24 * 60 * 60
|
return td.seconds + td.days * 24 * 60 * 60
|
||||||
@@ -154,14 +161,20 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
timezone definition.
|
timezone definition.
|
||||||
'''
|
'''
|
||||||
# Overridden in subclass
|
# Overridden in subclass
|
||||||
_utc_transition_times = None # Sorted list of DST transition times in UTC
|
|
||||||
_transition_info = None # [(utcoffset, dstoffset, tzname)] corresponding
|
# Sorted list of DST transition times, UTC
|
||||||
# to _utc_transition_times entries
|
_utc_transition_times = None
|
||||||
|
|
||||||
|
# [(utcoffset, dstoffset, tzname)] corresponding to
|
||||||
|
# _utc_transition_times entries
|
||||||
|
_transition_info = None
|
||||||
|
|
||||||
zone = None
|
zone = None
|
||||||
|
|
||||||
# Set in __init__
|
# Set in __init__
|
||||||
|
|
||||||
_tzinfos = None
|
_tzinfos = None
|
||||||
_dst = None # DST offset
|
_dst = None # DST offset
|
||||||
|
|
||||||
def __init__(self, _inf=None, _tzinfos=None):
|
def __init__(self, _inf=None, _tzinfos=None):
|
||||||
if _inf:
|
if _inf:
|
||||||
@@ -170,7 +183,8 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
else:
|
else:
|
||||||
_tzinfos = {}
|
_tzinfos = {}
|
||||||
self._tzinfos = _tzinfos
|
self._tzinfos = _tzinfos
|
||||||
self._utcoffset, self._dst, self._tzname = self._transition_info[0]
|
self._utcoffset, self._dst, self._tzname = (
|
||||||
|
self._transition_info[0])
|
||||||
_tzinfos[self._transition_info[0]] = self
|
_tzinfos[self._transition_info[0]] = self
|
||||||
for inf in self._transition_info[1:]:
|
for inf in self._transition_info[1:]:
|
||||||
if inf not in _tzinfos:
|
if inf not in _tzinfos:
|
||||||
@@ -178,8 +192,8 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
|
|
||||||
def fromutc(self, dt):
|
def fromutc(self, dt):
|
||||||
'''See datetime.tzinfo.fromutc'''
|
'''See datetime.tzinfo.fromutc'''
|
||||||
if (dt.tzinfo is not None
|
if (dt.tzinfo is not None and
|
||||||
and getattr(dt.tzinfo, '_tzinfos', None) is not self._tzinfos):
|
getattr(dt.tzinfo, '_tzinfos', None) is not self._tzinfos):
|
||||||
raise ValueError('fromutc: dt.tzinfo is not self')
|
raise ValueError('fromutc: dt.tzinfo is not self')
|
||||||
dt = dt.replace(tzinfo=None)
|
dt = dt.replace(tzinfo=None)
|
||||||
idx = max(0, bisect_right(self._utc_transition_times, dt) - 1)
|
idx = max(0, bisect_right(self._utc_transition_times, dt) - 1)
|
||||||
@@ -337,8 +351,8 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
# obtain the correct timezone by winding the clock back.
|
# obtain the correct timezone by winding the clock back.
|
||||||
else:
|
else:
|
||||||
return self.localize(
|
return self.localize(
|
||||||
dt - timedelta(hours=6), is_dst=False) + timedelta(hours=6)
|
dt - timedelta(hours=6),
|
||||||
|
is_dst=False) + timedelta(hours=6)
|
||||||
|
|
||||||
# If we get this far, we have multiple possible timezones - this
|
# If we get this far, we have multiple possible timezones - this
|
||||||
# is an ambiguous case occuring during the end-of-DST transition.
|
# is an ambiguous case occuring during the end-of-DST transition.
|
||||||
@@ -351,9 +365,8 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
# Filter out the possiblilities that don't match the requested
|
# Filter out the possiblilities that don't match the requested
|
||||||
# is_dst
|
# is_dst
|
||||||
filtered_possible_loc_dt = [
|
filtered_possible_loc_dt = [
|
||||||
p for p in possible_loc_dt
|
p for p in possible_loc_dt if bool(p.tzinfo._dst) == is_dst
|
||||||
if bool(p.tzinfo._dst) == is_dst
|
]
|
||||||
]
|
|
||||||
|
|
||||||
# Hopefully we only have one possibility left. Return it.
|
# Hopefully we only have one possibility left. Return it.
|
||||||
if len(filtered_possible_loc_dt) == 1:
|
if len(filtered_possible_loc_dt) == 1:
|
||||||
@@ -372,9 +385,10 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
# Choose the earliest (by UTC) applicable timezone if is_dst=True
|
# Choose the earliest (by UTC) applicable timezone if is_dst=True
|
||||||
# Choose the latest (by UTC) applicable timezone if is_dst=False
|
# Choose the latest (by UTC) applicable timezone if is_dst=False
|
||||||
# i.e., behave like end-of-DST transition
|
# i.e., behave like end-of-DST transition
|
||||||
dates = {} # utc -> local
|
dates = {} # utc -> local
|
||||||
for local_dt in filtered_possible_loc_dt:
|
for local_dt in filtered_possible_loc_dt:
|
||||||
utc_time = local_dt.replace(tzinfo=None) - local_dt.tzinfo._utcoffset
|
utc_time = (
|
||||||
|
local_dt.replace(tzinfo=None) - local_dt.tzinfo._utcoffset)
|
||||||
assert utc_time not in dates
|
assert utc_time not in dates
|
||||||
dates[utc_time] = local_dt
|
dates[utc_time] = local_dt
|
||||||
return dates[[min, max][not is_dst](dates)]
|
return dates[[min, max][not is_dst](dates)]
|
||||||
@@ -389,11 +403,11 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
>>> tz = timezone('America/St_Johns')
|
>>> tz = timezone('America/St_Johns')
|
||||||
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
||||||
|
|
||||||
>>> tz.utcoffset(ambiguous, is_dst=False)
|
>>> str(tz.utcoffset(ambiguous, is_dst=False))
|
||||||
datetime.timedelta(-1, 73800)
|
'-1 day, 20:30:00'
|
||||||
|
|
||||||
>>> tz.utcoffset(ambiguous, is_dst=True)
|
>>> str(tz.utcoffset(ambiguous, is_dst=True))
|
||||||
datetime.timedelta(-1, 77400)
|
'-1 day, 21:30:00'
|
||||||
|
|
||||||
>>> try:
|
>>> try:
|
||||||
... tz.utcoffset(ambiguous)
|
... tz.utcoffset(ambiguous)
|
||||||
@@ -421,19 +435,19 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
|
|
||||||
>>> normal = datetime(2009, 9, 1)
|
>>> normal = datetime(2009, 9, 1)
|
||||||
|
|
||||||
>>> tz.dst(normal)
|
>>> str(tz.dst(normal))
|
||||||
datetime.timedelta(0, 3600)
|
'1:00:00'
|
||||||
>>> tz.dst(normal, is_dst=False)
|
>>> str(tz.dst(normal, is_dst=False))
|
||||||
datetime.timedelta(0, 3600)
|
'1:00:00'
|
||||||
>>> tz.dst(normal, is_dst=True)
|
>>> str(tz.dst(normal, is_dst=True))
|
||||||
datetime.timedelta(0, 3600)
|
'1:00:00'
|
||||||
|
|
||||||
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
>>> ambiguous = datetime(2009, 10, 31, 23, 30)
|
||||||
|
|
||||||
>>> tz.dst(ambiguous, is_dst=False)
|
>>> str(tz.dst(ambiguous, is_dst=False))
|
||||||
datetime.timedelta(0)
|
'0:00:00'
|
||||||
>>> tz.dst(ambiguous, is_dst=True)
|
>>> str(tz.dst(ambiguous, is_dst=True))
|
||||||
datetime.timedelta(0, 3600)
|
'1:00:00'
|
||||||
>>> try:
|
>>> try:
|
||||||
... tz.dst(ambiguous)
|
... tz.dst(ambiguous)
|
||||||
... except AmbiguousTimeError:
|
... except AmbiguousTimeError:
|
||||||
@@ -494,23 +508,22 @@ class DstTzInfo(BaseTzInfo):
|
|||||||
dst = 'STD'
|
dst = 'STD'
|
||||||
if self._utcoffset > _notime:
|
if self._utcoffset > _notime:
|
||||||
return '<DstTzInfo %r %s+%s %s>' % (
|
return '<DstTzInfo %r %s+%s %s>' % (
|
||||||
self.zone, self._tzname, self._utcoffset, dst
|
self.zone, self._tzname, self._utcoffset, dst
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return '<DstTzInfo %r %s%s %s>' % (
|
return '<DstTzInfo %r %s%s %s>' % (
|
||||||
self.zone, self._tzname, self._utcoffset, dst
|
self.zone, self._tzname, self._utcoffset, dst
|
||||||
)
|
)
|
||||||
|
|
||||||
def __reduce__(self):
|
def __reduce__(self):
|
||||||
# Special pickle to zone remains a singleton and to cope with
|
# Special pickle to zone remains a singleton and to cope with
|
||||||
# database changes.
|
# database changes.
|
||||||
return pytz._p, (
|
return pytz._p, (
|
||||||
self.zone,
|
self.zone,
|
||||||
_to_seconds(self._utcoffset),
|
_to_seconds(self._utcoffset),
|
||||||
_to_seconds(self._dst),
|
_to_seconds(self._dst),
|
||||||
self._tzname
|
self._tzname
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def unpickler(zone, utcoffset=None, dstoffset=None, tzname=None):
|
def unpickler(zone, utcoffset=None, dstoffset=None, tzname=None):
|
||||||
@@ -549,8 +562,8 @@ def unpickler(zone, utcoffset=None, dstoffset=None, tzname=None):
|
|||||||
# get changed from the initial guess by the database maintainers to
|
# get changed from the initial guess by the database maintainers to
|
||||||
# match reality when this information is discovered.
|
# match reality when this information is discovered.
|
||||||
for localized_tz in tz._tzinfos.values():
|
for localized_tz in tz._tzinfos.values():
|
||||||
if (localized_tz._utcoffset == utcoffset
|
if (localized_tz._utcoffset == utcoffset and
|
||||||
and localized_tz._dst == dstoffset):
|
localized_tz._dst == dstoffset):
|
||||||
return localized_tz
|
return localized_tz
|
||||||
|
|
||||||
# This (utcoffset, dstoffset) information has been removed from the
|
# This (utcoffset, dstoffset) information has been removed from the
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user