diff --git a/data/interfaces/default/css/plexwatch.css b/data/interfaces/default/css/plexwatch.css index efca6249..417176c6 100644 --- a/data/interfaces/default/css/plexwatch.css +++ b/data/interfaces/default/css/plexwatch.css @@ -6695,6 +6695,31 @@ button.close { height:100%; opacity: 0.7; } +.dashboard-activity-poster-info-bar { + position:absolute; + color: #F9AA03; + bottom: 0; + background-color: rgba(0,0,0,.7); + width:100%; + height:22px; +} +.dashboard-activity-poster-info-text { + float: left; + text-align: left; + padding: 0px 0px 0px 2px; + font-size: 12px; + color: #999; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.dashboard-activity-poster-info-time { + float: right; + text-align: right; + padding: 0px 2px 0px 0px; + font-size: 12px; + color: #999; +} .dashboard-activity-metadata-user { text-overflow: ellipsis; overflow: hidden; diff --git a/data/interfaces/default/current_activity.html b/data/interfaces/default/current_activity.html index 8c901b0f..170d234a 100644 --- a/data/interfaces/default/current_activity.html +++ b/data/interfaces/default/current_activity.html @@ -17,6 +17,8 @@ data[sessions] :: Usable parameters == Global keys == session_key Returns a unique session id for the active stream rating_key Returns the unique identifier for the media item. +media_index Returns the index of the media item. +parent_media_index Returns the index of the media item's parent. type Returns the type of session. Either 'track', 'episode' or 'movie'. thumb Returns the location of the item's thumbnail. Use with pms_image_proxy. bif_thumb Returns the location of the item's bif thumbnail. Use with pms_image_proxy. @@ -75,6 +77,20 @@ DOCUMENTATION :: END
% endif