Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information about supported devices #161

Merged
merged 5 commits into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _faq/supported-devices.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
categories:
- bugs
type: info
title: "Supported devices"
---
<section>
<p>NewPipe supports Android phones and tablets, as well as TVs running Android/Google TV.</p>
<p>On some devices, it may be beneficial to change the appearance manually. This can be done by changing <code class="code-bg-light"><img src="/img/icons/baseline-settings-20px.svg" class="baseline-settings" /> Settings >
<img src="/img/icons/color_lens-20px.svg" class="baseline-settings" /> Appearance > List view mode</code>, which can be toggled between <code>Auto</code>, <code>List</code>, <code>Grid</code> and <code>Card</code>.</p>
<p>NewPipe explicitly does not support Apple devices, whether iOS, macOS, or anything else. There are already good solutions available for those, such as the app <a href="https://github.com/yattee/yattee">Yattee</a>.</p>
<p>There are also OS-agnostic solutions available: websites such as <a href="https://invidious.io/">Invidious</a> and <a href="https://piped.video/">Piped</a>, as well as desktop apps like <a href="https://freetubeapp.io/">FreeTube</a>.</p>
</section>