mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -07:00
Fix Plex Web 3.0 link
This commit is contained in:
parent
89b837393d
commit
c01731ebe9
2 changed files with 16 additions and 16 deletions
|
@ -116,9 +116,9 @@ DOCUMENTATION :: END
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<div class="summary-content-poster hidden-xs hidden-sm">
|
<div class="summary-content-poster hidden-xs hidden-sm">
|
||||||
% if data['media_type'] == 'track':
|
% if data['media_type'] == 'track':
|
||||||
<a href="https://app.plex.tv/web/app#!/server/${config['pms_identifier']}/details/%2Flibrary%2Fmetadata%2F${data['parent_rating_key']}" target="_blank" title="View on Plex Web">
|
<a href="https://app.plex.tv/web/app#!/server/${config['pms_identifier']}/details?key=%2Flibrary%2Fmetadata%2F${data['parent_rating_key']}" target="_blank" title="View on Plex Web">
|
||||||
% else:
|
% else:
|
||||||
<a href="https://app.plex.tv/web/app#!/server/${config['pms_identifier']}/details/%2Flibrary%2Fmetadata%2F${data['rating_key']}" target="_blank" title="View on Plex Web">
|
<a href="https://app.plex.tv/web/app#!/server/${config['pms_identifier']}/details?key=%2Flibrary%2Fmetadata%2F${data['rating_key']}" target="_blank" title="View on Plex Web">
|
||||||
% endif
|
% endif
|
||||||
% if data['media_type'] == 'episode':
|
% if data['media_type'] == 'episode':
|
||||||
<div class="summary-poster-face-episode" style="background-image: url(pms_image_proxy?img=${data['thumb']}&width=500&height=280&fallback=art);">
|
<div class="summary-poster-face-episode" style="background-image: url(pms_image_proxy?img=${data['thumb']}&width=500&height=280&fallback=art);">
|
||||||
|
|
|
@ -56,19 +56,6 @@ MEDIA_FLAGS_VIDEO = {'avc1': 'h264',
|
||||||
'wmv3': 'wmvhd'
|
'wmv3': 'wmvhd'
|
||||||
}
|
}
|
||||||
|
|
||||||
SCHEDULER_LIST = ['Check GitHub for updates',
|
|
||||||
'Check for active sessions',
|
|
||||||
'Check for recently added items',
|
|
||||||
'Check for Plex updates',
|
|
||||||
'Check for Plex remote access',
|
|
||||||
'Refresh users list',
|
|
||||||
'Refresh libraries list',
|
|
||||||
'Refresh Plex server URLs',
|
|
||||||
'Refresh Plex server name',
|
|
||||||
'Backup PlexPy database',
|
|
||||||
'Backup PlexPy config'
|
|
||||||
]
|
|
||||||
|
|
||||||
QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
||||||
'12000': '12 Mbps 1080p',
|
'12000': '12 Mbps 1080p',
|
||||||
'10000': '10 Mbps 1080p',
|
'10000': '10 Mbps 1080p',
|
||||||
|
@ -83,3 +70,16 @@ QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
||||||
'96': '96 kbps',
|
'96': '96 kbps',
|
||||||
'64': '64 kbps'
|
'64': '64 kbps'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SCHEDULER_LIST = ['Check GitHub for updates',
|
||||||
|
'Check for active sessions',
|
||||||
|
'Check for recently added items',
|
||||||
|
'Check for Plex updates',
|
||||||
|
'Check for Plex remote access',
|
||||||
|
'Refresh users list',
|
||||||
|
'Refresh libraries list',
|
||||||
|
'Refresh Plex server URLs',
|
||||||
|
'Refresh Plex server name',
|
||||||
|
'Backup PlexPy database',
|
||||||
|
'Backup PlexPy config'
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue