From e6395a42ecfb3569777e20c150954b8803d797c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 28 May 2019 16:54:24 -0500 Subject: Added play with mpv --- templates/video.tpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/video.tpl') diff --git a/templates/video.tpl b/templates/video.tpl index ccdbf5a..8ad4b31 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -141,8 +141,11 @@ - {$baselink} - {$current_url} +

Playing with MPV

+ mpv '{$local_url}?link={$baselink}' + + <iframe width='560' height='315' src='{$local_url}embed?link={$baselink}' frameborder='0' scrolling='no'></iframe> +