lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 483 forks source link

thumbnails in LBRY #3703

Open lyoshenka opened 1 year ago

lyoshenka commented 1 year ago

the goal is to store claim thumbnails within the LBRY network

changes

there might be some complexity in the file manager or stream manager because we used to have the assumption that one claim = one stream. but with this, one claim might have two streams (the stream itself and the thumbnail)

open questions