lbryio / lbry-sdk

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

Add additional metadata options to repost api #2679

Closed tzarebczan closed 2 years ago

tzarebczan commented 4 years ago

Currently you can't set the title, tags, etc. One use case would be to signify dmca vs filtering claims.

                stream_repost (<name> | --name=<name>) (<bid> | --bid=<bid>) (<claim_id> | --claim_id=<claim_id>)
                        [--allow_duplicate_name=<allow_duplicate_name>]
                        [--channel_id=<channel_id> | --channel_name=<channel_name>]
                        [--channel_account_id=<channel_account_id>...]
                        [--account_id=<account_id>] [--wallet_id=<wallet_id>]
                        [--claim_address=<claim_address>] [--funding_account_ids=<funding_account_ids>...]
                        [--preview] [--blocking]
kauffj commented 3 years ago

Allowing tags in supports would open a lot of things up.

tzarebczan commented 3 years ago

And consider https://github.com/lbryio/lbry-sdk/issues/2678