mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
53 lines
2.3 KiB
HTML
53 lines
2.3 KiB
HTML
---
|
|
layout: default
|
|
title: Support
|
|
---
|
|
|
|
<section class="section">
|
|
<div class="container">
|
|
<nav class="breadcrumb" aria-label="breadcrumbs">
|
|
<ul>
|
|
<li><a href="/">Singlebox</a></li>
|
|
<li class="is-active"><a href="support">Support</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="content">
|
|
<h1>Singlebox Support</h1>
|
|
<hr />
|
|
|
|
<div class="columns">
|
|
<div class="column is-half">
|
|
<form action="https://formspree.io/singlebox.developer@gmail.com" method="POST">
|
|
<div class="field">
|
|
<div class="control">
|
|
<input type="text" class="input" name="name" placeholder="Name" required>
|
|
</div>
|
|
</div>
|
|
<div class="field">
|
|
<div class="control">
|
|
<input type="email" class="input" name="_replyto" placeholder="Email" required>
|
|
</div>
|
|
</div>
|
|
<div class="field">
|
|
<div class="control">
|
|
<textarea class="textarea" name="message" placeholder="Message" required></textarea>
|
|
</div>
|
|
</div>
|
|
<input type="submit" class="button is-primary" value="Send">
|
|
</form>
|
|
</div>
|
|
<div class="column is-half">
|
|
<p><b>Email</b><br>
|
|
Email us at <a href="mailto:support@singleboxapp.com">support@singleboxapp.com</a>.</p>
|
|
|
|
<p><b>GitHub</b><br>
|
|
Create an issue on <a href="https://github.com/quanglam2807/singlebox/issues">GitHub</a>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h3>Frequently Asked Questions (FAQs) </h3>
|
|
<p><b>Does Singlebox support Linux and Windows?</b><br/>From version 2 and later, we no longer support Singlebox for Windows and Linux due to low usage. </p>
|
|
<p><b>Does Singlebox support Amazon Music, Amazon Prime Video, BBC iPlayer, Hulu, Netflix and Spotify?</b><br/>No, it doesn't. We would love to support these apps. But they rely on a technology call <a href="https://en.wikipedia.org/wiki/Widevine">WidevineDRM</a> which is not available in Singlebox because of technical and legal constraints <a href="https://electronjs.org/docs/tutorial/testing-widevine-cdm">[1]</a> <a href="https://www.theregister.co.uk/2019/04/03/googles_widevine_drm/">[2]</a>.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|