1
Fork 0
poke/html/poketube-music.ejs

158 lines
6.6 KiB
Text
Raw Normal View History

2022-08-19 21:50:58 -04:00
<!--
2022-07-10 17:43:05 -04:00
This Source Code Form is subject to the terms of the GNU General Public License:
2023-10-06 17:55:46 -04:00
Copyright (C) 2021-2022 POKETUBE (https://codeberg.org/Ashley/poketube)
2022-07-10 17:43:05 -04:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
-->
<!DOCTYPE html>
2022-08-16 12:35:07 -04:00
<html class="poketube_desktop">
<head>
2022-08-18 17:06:56 -04:00
<% if (e === false) { %> <!-- if ?e=false,dont show up the meta tags -->
<% } %>
2022-07-10 17:43:05 -04:00
<% if (!e) { %>
<meta content="<%=video.Title%>" name=title>
<meta content="<%=color%>" name="theme-color">
<meta content="<%=video.Channel.Name%>" name=twitter:author>
<meta content=@youtube name=twitter:site>
<meta content="https://poketube.fun/watch?v=<%=video.id%>" name=twitter:url>
2022-08-16 12:35:07 -04:00
<meta content="<%=video.Title%> - PokeTube" name=twitter:title>
2022-08-19 05:06:24 -04:00
<meta content="Listen to this Song by <%=info.artist%> On PokeTube Music!" property=twitter:description>
<meta content="<%=info.artwork%>" property=og:image>
2022-08-16 12:35:07 -04:00
<meta content=summary_large_image name=twitter:card>
2022-07-10 17:43:05 -04:00
<link href="https://poketube.fun/watch?v=<%=video.id%>" itemprop=url>
<link href="http://www.youtube.com/channel/<%=video.Channel.id%>" itemprop=url>
<% } %> <!-- close the } -->
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
2022-08-19 05:06:24 -04:00
<title> <%=info.artist%> - <%=info.title%></title>
2022-07-10 17:43:05 -04:00
<link href=/css/app-cdn.min.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet>
2022-09-01 09:29:37 -04:00
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
2022-07-10 17:43:05 -04:00
<link href="/css/watch.main.css?v=56" rel=stylesheet>
2023-01-21 12:55:48 -05:00
<link href="/css/music.css?v=56" rel=stylesheet>
2023-01-21 13:35:31 -05:00
<style>
.img {
box-shadow: 0px 0 6.4em <%=color%>;
}
2023-03-13 12:06:55 -04:00
.lyrics {
margin-top: -26em;
height: 25em;
max-height: 22em;
overflow: auto;
margin-left: 54em;
}
2023-01-21 13:35:31 -05:00
</style>
2022-09-01 09:29:37 -04:00
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
2022-08-19 12:24:44 -04:00
</head>
2022-08-16 12:35:07 -04:00
2022-07-10 17:43:05 -04:00
<body>
2022-08-16 12:35:07 -04:00
<nav>
2022-08-18 07:45:57 -04:00
<div class="left"><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/music.svg?v=5"> </a> </div>
2022-08-16 12:35:07 -04:00
<div class="middle">
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;"> <button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
</div>
<div class="right">
2023-01-21 12:55:48 -05:00
<a ><i class="fa-light fa-shield" style="visibility: collapse;margin-right: 1.5em;"></i></a>
2022-08-16 12:35:07 -04:00
<a href="/video/upload?from=">
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-video"></i>
</a>
<a href="/download?v=<%=video.id%>">
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-download"></i>
2023-01-21 12:55:48 -05:00
</a>
2022-08-16 12:35:07 -04:00
</div>
</nav>
2023-01-21 12:55:48 -05:00
2022-09-01 09:29:37 -04:00
2022-08-19 17:33:55 -04:00
<div class="align">
2023-01-23 13:11:17 -05:00
<div style="display:flex;align-items:center;flex-direction: column;">
2023-01-21 12:55:48 -05:00
2022-08-19 12:24:44 -04:00
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
2023-01-21 12:55:48 -05:00
<div class="video-title center" style="font-family:Poketube flex;font-weight:900;white-space:yes;text-align: center;font-stretch: extra-expanded">
2023-01-05 10:52:55 -05:00
<%=info.title%> <i title="hq audio" class="fa-light fa-waveform-lines"></i> </div>
2023-01-21 12:55:48 -05:00
<div class="video-title center" style="font-family:Inter;font-weight:900;white-space:yes;text-align: center;"> <%=info.artist%>
2023-03-13 12:06:55 -04:00
</div>
<div class="lyrics">
<div class="video-title center" style="font-family:Poketube flex;font-weight:900;white-space:yes;text-align: center;font-stretch: extra-expanded">
Lyrics </div>
<%- lyrics.replace("&lt;","<").replace("&gt;", ">") || " no lyrics found "%>
<br>
lyrics by: musixmatch
</div>
</div>
2023-01-21 12:55:48 -05:00
2023-02-15 12:24:15 -05:00
2023-01-21 12:55:48 -05:00
<div style=" position: fixed;
bottom: 0;
left: 0;
margin: 67px;
text-decoration: none;
">
2022-08-19 03:22:25 -04:00
<div style="margin-top: 7px;">
<i class="fa-solid fa-heart"></i> <%=engagement.likes.toLocaleString()%>
2022-08-19 05:06:24 -04:00
</div>
<div>
<i class="fas fa-shield-alt"></i><a style="color:#fff" href="/encryption?v=<%=video.id%>"> Encryption </a>
2022-08-19 12:24:44 -04:00
2022-08-19 05:06:24 -04:00
</div>
<div>
<a style="color:#fff" href="/download?v=<%=video.id%>">
<i class="fa-light fa-download"></i>
Download
</a>
</div>
2023-01-21 12:55:48 -05:00
</div>
2022-08-19 12:24:44 -04:00
<div style="position: fixed;bottom: 0;right: 0;margin: 67px;text-decoration: none;">
<p style="margin:0;">
2022-08-19 05:06:24 -04:00
Powered By
2022-08-19 12:24:44 -04:00
</p>
<img src="/css/apple.svg?v=5">
</div>
2022-08-18 18:17:53 -04:00
<div class="downnav">
2022-08-19 12:24:44 -04:00
<audio class="player" id="<%=sha384(video.id)%>" autoplay controls src="https://p.poketube.fun/<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4"><img src="https://t.poketube.fun/t/rep.gif?music=<%=btoa(video.id)%>" style="border:0;width: 0;visibility: hidden;" id="music-track">
2022-08-18 18:17:53 -04:00
</audio>
2023-02-15 12:24:15 -05:00
2022-08-18 18:17:53 -04:00
</div>
2022-08-16 12:35:07 -04:00
<!-- MORE INFO :https://poketube.fun/privacy -->
2022-07-10 17:43:05 -04:00
<!-- MORE INFO :https://poketube.fun/privacy -->
<!-- if you want to change the url - please see config in server.js -->
<!-- START <%=t%> -->
2022-08-16 12:35:07 -04:00
<!-- SESSION -->
2022-07-10 17:43:05 -04:00
<img src="<%=t%>t/rep.gif?ID=<%=btoa(Date.now())%>" style="width: 0;visibility: hidden;" id="SesionID">
2022-08-16 12:35:07 -04:00
<img src="<%=t%>t/rep.gif?piwik=t" style="width: 0;visibility: hidden;" id="piwik_noip_no_personal-info_collect">
<!-- VIDEO -->
2022-07-10 17:43:05 -04:00
<img src="<%=t%>t/rep.gif?video_id=<%=btoa(video.id)%>" style="width: 0;visibility: hidden;" id="videoID">
<img src="<%=t%>t/rep.gif?channel_ID=<%=btoa(video.Channel.id)%>" style="width: 0;visibility: hidden;" id="channel">
2022-08-16 12:35:07 -04:00
2022-07-10 17:43:05 -04:00
2022-08-16 12:35:07 -04:00
<!-- END <%=t%> -->
2023-02-22 10:58:36 -05:00
<script src="/css/custom-css.js"> </script>
2022-07-10 17:43:05 -04:00
</body>
2022-09-01 09:29:37 -04:00