dropin

alternative frontend for dropout.tv
git clone https://git.ce9e.org/dropin.git

commit
a647f61762524f19f0851581f3a661a6fcebb9c7
parent
ffe8c3d785d91bfb8896eca76626e6f149cd3b0e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-02-10 03:00
README: add features

Diffstat

M README.md 16 ++++++++++++++++

1 files changed, 16 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -6,6 +6,22 @@ Dropout uses [Vimeo OTT](https://dev.vhx.tv/docs/api/). It should be relatively
    6     6 easy to adapt this code to any other service based on the same technology. The
    7     7 only Dropout-specific code is the authentication.
    8     8 
   -1     9 ## Features
   -1    10 
   -1    11 -   Browse, search, and watch any Dropout videos
   -1    12 -   Use the browser's native `<video>` player
   -1    13 -   RSS feeds
   -1    14 -   Display the release date of videos
   -1    15 -   Display the cost of videos (in MB and estimated g CO₂)
   -1    16 -   Decent performance: lazy load images and cache all requests to Vimeo.
   -1    17     For me, a request to the dropin front page takes 0.6s / 217kb, while the
   -1    18     equivalent request to the dropout front page takes 4s / 1.35MB.
   -1    19 -   Decent accessibility (mostly by simplifying things)
   -1    20 -   No tracking
   -1    21 -   No personalization, e.g. no watchlist, no "continue watching" (depending on
   -1    22     your personal taste this might be a a feature, a missing feature, or you
   -1    23     just don't care either way)
   -1    24 
    9    25 ## Usage
   10    26 
   11    27 ```