lekma / plugin.video.invidious

Invidious Addon for Kodi
GNU General Public License v3.0
50 stars 7 forks source link

Add support for authentication and online feed #73

Open syhlx opened 2 years ago

syhlx commented 2 years ago

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.

lamarios commented 1 year ago

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 ?

syhlx commented 1 year ago

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.

lamarios commented 1 year ago

Great. Thank you