From 2a198d318631d58d155462a34623bd27c2a6ce09 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 27 Mar 2021 22:16:07 -0300 Subject: [PATCH] metadata and hide. --- lnbits/extensions/livestream/README.md | 14 +++++++++++++- lnbits/extensions/livestream/config.json | 10 ++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/lnbits/extensions/livestream/README.md b/lnbits/extensions/livestream/README.md index 2d53c694..59e54000 100644 --- a/lnbits/extensions/livestream/README.md +++ b/lnbits/extensions/livestream/README.md @@ -1 +1,13 @@ -# Livestream +# DJ Livestream + +An extension to help DJs to conduct music livestreams. + +It produces a single static QR code that can be shown on screen. Once someone scans that QR code with an lnurl-pay capable wallet they will see the name of the track being played at that time and the name of the producer. + +They will then be given the opportunity to send a tip and a message related to that specific track and if they pay an amount over a specific threshold they will be given a link to download it (optional). + +The revenue will be sent to a wallet created specifically for that producer, with optional revenue splitting between the DJ and the producer. + +## Sponsored by + +[![](https://cdn.shopify.com/s/files/1/0826/9235/files/cryptograffiti_logo_clear_background.png?v=1504730421)](https://cryptograffiti.com/) diff --git a/lnbits/extensions/livestream/config.json b/lnbits/extensions/livestream/config.json index a5d15592..b5db0997 100644 --- a/lnbits/extensions/livestream/config.json +++ b/lnbits/extensions/livestream/config.json @@ -1,8 +1,10 @@ { - "name": "Livestream Manager", - "short_description": "Do music livestreams, sell songs with revenue splitting from a single QR code.", + "name": "DJ Livestream", + "short_description": "Take tips or messages, sell tracks and split revenue with a static QR code.", "icon": "speaker", "contributors": [ - "fiatjaf" - ] + "fiatjaf", + "cryptograffiti" + ], + "hidden": true }