diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-28 16:54:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-28 16:54:24 -0500 |
commit | e6395a42ecfb3569777e20c150954b8803d797c2 (patch) | |
tree | 07c3bbd6104b490c3d98c8bb78e402a2e65959db /templates/video.tpl | |
parent | 11d035d1d630ffb753267140641eb8fa3448f882 (diff) | |
download | ytlibre-e6395a42ecfb3569777e20c150954b8803d797c2.tar.lz ytlibre-e6395a42ecfb3569777e20c150954b8803d797c2.tar.xz ytlibre-e6395a42ecfb3569777e20c150954b8803d797c2.zip |
Added play with mpv
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ <!--EndPlyr--> </div> </section> - <code>{$baselink}</code> - <code>{$current_url}</code> + <h4 class="mpv">Playing with MPV</h4> + <code>mpv '{$local_url}?link={$baselink}'</code> + <code> + <iframe width='560' height='315' src='{$local_url}embed?link={$baselink}' frameborder='0' scrolling='no'></iframe> + </code> <footer> <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" |