diff --git a/data/interfaces/default/current_activity.html b/data/interfaces/default/current_activity.html index da9a0c0d..db7b1d70 100644 --- a/data/interfaces/default/current_activity.html +++ b/data/interfaces/default/current_activity.html @@ -93,6 +93,8 @@ DOCUMENTATION :: END
% endif % endif + % elif a['type'] == 'photo': +
% else:
% endif @@ -160,15 +162,29 @@ DOCUMENTATION :: END % elif a['audio_decision'] == 'transcode': Audio  Transcode (${a['transcode_audio_codec']}) (${a['transcode_audio_channels']}ch) % endif + % elif a['type'] == 'photo': + % if a['video_decision'] == 'direct play': + Stream  Direct Play + % else: + Stream   + Transcoding + (Speed: ${a['transcode_speed']}) + % if a['throttled'] == '1': + (Throttled) + % endif + + % endif % endif
+ % if a['type'] != 'photo':
${a['progress']}/${a['duration']}
+ % endif % if a['type'] == 'movie' or a['type'] == 'episode': @@ -199,8 +215,10 @@ DOCUMENTATION :: END ${a['title']} % elif a['type'] == 'track': ${a['grandparent_title']} - ${a['title']} + % elif a['type'] == 'photo': + ${a['parent_title']} % else: - ${a['grandparent_title']} - ${a['title']} + ${a['title']} % endif
@@ -210,6 +228,8 @@ DOCUMENTATION :: END ${a['year']} % elif a['type'] == 'track': ${a['parent_title']} + % elif a['type'] == 'photo': + ${a['title']} % else: ${a['year']} % endif @@ -231,7 +251,7 @@ DOCUMENTATION :: END