plugin.video.invidious icon indicating copy to clipboard operation
plugin.video.invidious copied to clipboard

Add support for authentication and online feed

Open syhlx opened this issue 2 years ago • 13 comments

This enables access to a personal feed as user registered user of an Invidious instance.

To enable the feature, go to https://invidious.example.com/authorize_token?scopes=:* to generate a token a paste the entire string into the addon's settings (eg. {"session":"v1:XXXXXXXXXXXXXX","scopes":[":*"],"signature":"XXXXXXXXXXXXXXXXXXXXX"}).

If a token is present in the settings, the feed will default to the user's online feed (from the Invidious instance), if not, it will show the locally selected subscriptions.

This partially solves #41.

syhlx avatar Aug 26 '22 22:08 syhlx

I'm fairly new to kodi, if i want to use your fork of the repo, I just download it as a zip and install it in from it ?

lamarios avatar Nov 30 '22 07:11 lamarios

I'm fairly new to kodi, if i want to use your fork of the repo, I just download it as a zip and install it in from it ?

Yes, just make to sure to select the "authentication" branch before downloading as a zip from Github. Kodi will be able to install the plugin directly from this zip file.

syhlx avatar Nov 30 '22 11:11 syhlx

Great. Thank you

lamarios avatar Nov 30 '22 11:11 lamarios