diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,6 +5,11 @@ Tubo is a streaming front-end focused on bringing the [[https://github.com/TeamN 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. +** Screenshots +| https://files.migalmoreno.com/tubo_kiosk_light.jpg | https://files.migalmoreno.com/tubo_channel_light.jpg | https://files.migalmoreno.com/tubo_stream_light.jpg | https://files.migalmoreno.com/tubo_queue_light.jpg | https://files.migalmoreno.com/tubo_settings_light.jpg | +|----------------------------------------------------+------------------------------------------------------+-----------------------------------------------------+-------------------------------------------------------+-------------------------------------------------------| +| https://files.migalmoreno.com/tubo_kiosk_dark.jpg | https://files.migalmoreno.com/tubo_stream_dark.jpg | https://files.migalmoreno.com/tubo_queue_dark.jpg | https://files.migalmoreno.com/tubo_bookmarks_dark.jpg | https://files.migalmoreno.com/tubo_mobile_dark.jpg | + ** Features - [X] No ads - [X] Audio player @@ -100,10 +105,5 @@ server { } #+end_src -** Screenshots -| Kiosk | Channel | Stream | -|----------------------------------------------+------------------------------------------------+-----------------------------------------------| -| [[https://files.migalmoreno.com/tubo_kiosk.jpg]] | [[https://files.migalmoreno.com/tubo_channel.jpg]] | [[https://files.migalmoreno.com/tubo_stream.jpg]] | - ** Contributing Feel free to open an issue with bug reports or feature requests. PRs are more than welcome too. |