metadata and hide.

This commit is contained in:
fiatjaf 2021-03-27 22:16:07 -03:00
parent c6f4372d23
commit 2a198d3186
2 changed files with 19 additions and 5 deletions

View File

@ -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/)

View File

@ -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
}