Is your feature request related to a problem? Please describe:
I would like to recieve rewards from watching videos on the lbry network, Odysee can do this, but fastLBRY and the Desktop LBRY app can't.
Describe the solution you'd like:
A command to manage them
Describe alternatives you've considered:
Using Odysee
**Is your feature request related to a problem? Please describe**:
I would like to recieve rewards from watching videos on the lbry network, Odysee can do this, but fastLBRY and the Desktop LBRY app can't.
**Describe the solution you'd like**:
A command to manage them
**Describe alternatives you've considered**:
Using Odysee
They are called "Odysee Rewards". So I think only Odysee manages them and not lbrynet/LBRY network. So, I am not sure how FastLBRY-terminal could do this at the moment.
They are called "**Odysee** Rewards". So I think only Odysee manages them and not lbrynet/LBRY network. So, I am not sure how FastLBRY-terminal could do this at the moment.
Odysee's source code is released so it is possible to make such a feature. But it has the same problem as with anything else. We need to obtain the auth-token which requires a separate login system.
Odysee's source code is released so it is possible to make such a feature. But it has the same problem as with anything else. We need to obtain the auth-token which requires a separate login system.
Maybe, there can be some features in fastlbry that require auth-token using odysee stuff? All you really need is just instructions on how to get the auth-token. Auth-token once it's been put into fastlbry could be saved in the json config file.
Make sure you are logged in and go to the account page.
Right click and get into inspect element.
In both firefox and chromium based browsers there is a network type of tab. In here you need to find auth token. Inside will be a string with the auth token.
Do not share this to ANYONE! Copy and paste this into the Auth Token prompt.
Maybe, there can be some features in fastlbry that require auth-token using odysee stuff? All you really need is just instructions on how to get the auth-token. Auth-token once it's been put into fastlbry could be saved in the json config file.
Instructions for getting the token:
- Go to https://odysee.com
- Make sure you are logged in and go to the account page.
- Right click and get into inspect element.
- In both firefox and chromium based browsers there is a network type of tab. In here you need to find auth token. Inside will be a string with the auth token.
- Do not share this to ANYONE! Copy and paste this into the Auth Token prompt.
A step toward realizing it. Now, somebody need to document how rewards work.
https://notabug.org/jyamihud/FastLBRY-terminal/commit/8b376993370823a9778a070c1ffb5daf6cd6a91c
A step toward realizing it. Now, somebody need to document how rewards work.
Is your feature request related to a problem? Please describe:
I would like to recieve rewards from watching videos on the lbry network, Odysee can do this, but fastLBRY and the Desktop LBRY app can't.
Describe the solution you'd like: A command to manage them
Describe alternatives you've considered: Using Odysee
They are called "Odysee Rewards". So I think only Odysee manages them and not lbrynet/LBRY network. So, I am not sure how FastLBRY-terminal could do this at the moment.
Odysee's source code is released so it is possible to make such a feature. But it has the same problem as with anything else. We need to obtain the auth-token which requires a separate login system.
Maybe, there can be some features in fastlbry that require auth-token using odysee stuff? All you really need is just instructions on how to get the auth-token. Auth-token once it's been put into fastlbry could be saved in the json config file.
Instructions for getting the token:
8b37699337
A step toward realizing it. Now, somebody need to document how rewards work.