diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-10-22 20:49:35 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-10-22 22:43:32 +0200 |
commit | 9db654610449d2c6c50f09d16f4ffcd9c60741cd (patch) | |
tree | ba4d67c2eb5881a08ea55261f4b71b202095747e /README | |
parent | 60107f3a5d9283de7914c61b93d1fe985ed8afdd (diff) |
chore: update docs
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,9 +1,18 @@ # -*- mode: org; org-html-head-include-default-style: nil; org-html-postamble: nil; after-save-hook: org-md-export-to-markdown; -*- #+OPTIONS: toc:nil num:nil * Tubo -Tubo is a streaming front-end focused on bringing the [[https://github.com/TeamNewPipe/NewPipe][NewPipe]] experience to the web. It currently supports the same platforms as NewPipe, including YouTube, SoundCloud, and more. +Tubo is a streaming front-end focused on bringing the [[https://github.com/TeamNewPipe/NewPipe][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. -To retrieve the data, it wraps the excellent [[https://github.com/TeamNewPipe/NewPipeExtractor][NewPipe Extractor]] library and exposes the extracted data over a REST API that is consumed by a local re-frame SPA. +To retrieve the data, it wraps the excellent [[https://github.com/TeamNewPipe/NewPipeExtractor][NewPipe Extractor]] library and it exposes the extracted data over a REST API that is consumed by a local re-frame SPA. + +** Features +- [X] No ads +- [X] Audio player +- [X] Media queue +- [ ] Playlists +- [X] Local settings +- [ ] Local subscriptions +- [ ] User management ** Instances | URL | Country | @@ -91,12 +100,6 @@ server { } #+end_src -** Road-map -- [X] Basic audio player -- [ ] Track queuing system -- [ ] Playlists -- [ ] User settings - ** Screenshots [[https://files.migalmoreno.com/tubo_kiosk.jpg]] [[https://files.migalmoreno.com/tubo_channel.jpg]] |