diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-08-25 18:19:08 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-08-25 18:20:48 +0200 |
commit | ce29c6df2803fdd125dbc67e89908b00c73a4dc6 (patch) | |
tree | c54ee0ba1b4c9722cf47494b3ab4730b7ddc47cd /README | |
parent | 137f87f3cd3675618f6da185295ab661194b6c53 (diff) |
docs: document features, public instances, and extension support
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -3,6 +3,13 @@ * Tubo Tubo is a streaming front-end focused on bringing the [[https://newpipe.net/][NewPipe]] experience to the web. It aims at providing a clean and simple user interface to consume media from your favorite streaming platforms. It currently supports the same services as NewPipe, including YouTube, SoundCloud, Bandcamp, and more. +** Features +- No ads +- Background player +- Playback queue +- User playlists +- System/Light/Dark themes + ** Installation *** Packaging **** Uberjar @@ -54,6 +61,13 @@ server { } #+end_src +** Public Instances +| URL | Country | +|-------------------------------+---------| +| https://tubo.media (Official) | 🇪🇸 | +| https://tubo.reallyaweso.me | 🇩🇪 | +| https://tubo.ducks.party | 🇩🇪 | + ** Browser Extension Support *** [[https://einaregilsson.com/redirector/][Redirector]] You can manually add any redirect rule based on regex patterns with this extension. Below are some sample configurations to redirect links from supported services to Tubo so you get a basic idea of how to write manual Redirector rules. Note the =serviceId= of each service is: YouTube (0), SoundCloud(1), media.ccc.de(2), PeerTube(3), and Bandcamp(4). @@ -110,3 +124,12 @@ Example result: https://<TUBO_HOST>/search?query=37c3&serviceId=2 Pattern type: Regular Expression Apply to: Main window (address bar) #+end_src + +*** [[https://libredirect.github.io/][LibRedirect]] +Redirects many popular services to their alternative front-ends. Has a ton of features and an active community. Tubo is supported by default for YouTube and SoundCloud. + +*** [[https://github.com/libreom/predirect][Predirect]] +Serves the same purpose as LibRedirect but is Manifest V3 compatible. Tubo is supported by default for SoundCloud. + +*** [[https://github.com/dybdeskarphet/privacy-redirector][Privacy Redirector]] +A user-script that redirects popular social media platforms to their privacy respecting front-ends. Tubo is supported by default for YouTube and SoundCloud. |