experiments of a tiny cytube-like player with yt-dlp
0

Configure Feed

Select the types of activity you want to include in your feed.

readme: document todos

karitham (Jun 1, 2026, 1:26 AM +0200) 3fae28d6 f1a813da

+30
+30
README.md
··· 4 4 5 5 Requires `ffmpeg` and `yt-dlp` on PATH. 6 6 7 + ## TODO 8 + 9 + - Gifs in chat 10 + - Improved UX 11 + - Perhaps playlist / history should be somewhere else? 12 + - Need space for gifs 13 + - Improve over the default player (audio level normalization?) 14 + - Fix player card layering / layouting 15 + - Room management 16 + - name room 17 + - have link with room name in it 18 + - Built-in search? 19 + - Track handling 20 + - Better caching 21 + - Cleaner file-system backend (s3 at some point?) 22 + - Resolving a link that we have the file for should not re-resolve 23 + - Auto-play w/ live on join 24 + - User management 25 + - ATproto login 26 + - Anon "login" (pick a username -- server-side) 27 + - Nice OG images of a room (name + most played video thumbnail, title, a few active members?) 28 + - Direct track upload 29 + - Vote skip 30 + - Reorder up-next tracks 31 + - Shuffle up-next tracks 32 + - Enable / Disable persistent playlist 33 + - Publish atmo.rsvp events for sharing moments together 34 + - Actual MOQ transport layer for chromium users / polyfill? 35 + - ACL / private rooms? (restrict to a set of dids?) 36 + 7 37 ## Quick Start 8 38 9 39 ```bash