1
Fork 0

PokeTube Player v09.09.22b :3

This commit is contained in:
Ashley 2022-09-09 17:07:26 +02:00
parent 2babed2d40
commit 5a27c255e4

View file

@ -231,7 +231,7 @@
<p style="font-family:MonoSpace"> <p style="font-family:MonoSpace">
<b> <b>
PokeTube Player v09.09.22a - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) PokeTube Player v09.09.22b - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
</b> </b>
</p> </p>
@ -385,10 +385,7 @@ From <%=video.Channel.Name%> </span></a>
</div> </div>
<% } %> <% } %>
<p style="font-family:Inter;margin:0;">
PokeTube is Free sw: <a href="/license">Licenses</a>
</p>
<% if (lyrics && !r) { %> <% if (lyrics && !r) { %>
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center"> <div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
@ -885,8 +882,8 @@ a{
<div class="divider"></div> <div class="divider"></div>
<div class="divider"></div> <div class="divider"></div>
<%=engagement.viewCount.toLocaleString()%> Views - Uploaded on <%=date%> :3 <%=engagement.viewCount.toLocaleString()%> Views - Uploaded on <%=date%> :3
<div class="video-info-buttons" style="font-family:'Inter';font-weight:900;white-space:yes;"> <div class="video-info-buttons" style="font-family:'Inter';font-weight:900;white-space:yes;background-color: #333;border-radius: 15px;margin: 6px;align-self: center;align-items: center;">
<div> <div>
<i class="fa-light fa-thumbs-up" style="font-size:x-large" ></i> <i class="fa-light fa-thumbs-up" style="font-size:x-large" ></i>
<%=engagement.likes.toLocaleString()%> <%=engagement.likes.toLocaleString()%>
</div> </div>
@ -921,7 +918,10 @@ a{
<% } %> <% if (badges.tooltip === "Official Artist Channel") { %> <% } %> <% if (badges.tooltip === "Official Artist Channel") { %>
<i class="fa-solid fa-music-note" title="<%=badges.tooltip%>"></i> <i class="fa-solid fa-music-note" title="<%=badges.tooltip%>"></i>
<% } %> <% } %> <% } %> <% } %> <% } %> <% } %>
<div class="subscriber-count">
<%= k.Video.Channel.subscriberCount %>
</div>
</div> </div>
</div> </div>
@ -966,6 +966,8 @@ a{
<% if (!f) { %> <% if (!f) { %>
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<div style="display: flex;column-gap: 2.5px;align-self: center;" align="center"> <div style="display: flex;column-gap: 2.5px;align-self: center;" align="center">
<span tabindex="0" draggable="false" style="font-weight: bold;" class="v-chip v-chip--clickable v-chip--active v-chip--no-color theme--dark v-size--default"><a class="v-chip__content"> <span tabindex="0" draggable="false" style="font-weight: bold;" class="v-chip v-chip--clickable v-chip--active v-chip--no-color theme--dark v-size--default"><a class="v-chip__content">
Recommendations Recommendations
@ -976,8 +978,10 @@ From <%=video.Channel.Name%> </span></a>
</div> </div>
<% } %> <% } %> <% } %>
<% if (f) { %> <% if (f) { %>
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<div style="display: flex;column-gap: 2.5px;align-self: center;" align="center"> <div style="display: flex;column-gap: 2.5px;align-self: center;" align="center">
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--active v-chip--no-color theme--dark v-size--default"><a href="/watch?v=<%=video.id%>" style="color:#fff;text-decoration:none;" class="v-chip__content"> <span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--active v-chip--no-color theme--dark v-size--default"><a href="/watch?v=<%=video.id%>" style="color:#fff;text-decoration:none;" class="v-chip__content">
@ -989,7 +993,8 @@ From <%=video.Channel.Name%> </span></a>
</div> </div>
<% } %> <% } %> <% } %>
<% if (!f) { %> <% if (!f) { %>
<% k.Video.Recommendations.Video.forEach(x => { %> <% k.Video.Recommendations.Video.forEach(x => { %>
@ -1141,7 +1146,7 @@ From <%=video.Channel.Name%> </span></a>
navigator.share({ navigator.share({
title: document.title, title: document.title,
text: "", text: "",
url: window.location.href url: window.location.href + "?pk=m"
}) })
.then(() => console.log('Successful share')) .then(() => console.log('Successful share'))
.catch(error => console.log('Error sharing:', error)); .catch(error => console.log('Error sharing:', error));