azzy9 / plugin.video.lbryplus

A Kodi plugin for accessing LBRY & Odysee content
GNU General Public License v2.0
6 stars 0 forks source link

Watch later feature #4

Closed karlo2105 closed 11 months ago

karlo2105 commented 11 months ago

Thanks for having integrated Odysee into Lbry addon. Could you please add watch later feature within Odysee settings ?

azzy9 commented 11 months ago

Hi @karlo2105, I have started to add a simple live stream section in the addon, which needs to be improved upon. I have had a quick look how the watch later feature is used on the site and does look plausible to implement, but I am not 100% sure the best way to implement this. But I guess I will just try and add it and see how it turns out.

Just a note for myself, this is done via the https://api.na-backend.odysee.com/api/v1/proxy?m=preference_set endpoint.

karlo2105 commented 11 months ago

I downloaded lbry + from source file on green button and tried to get to live channels but they stutter much when i put them in favourites. I guess it shall be improved in future.

azzy9 commented 11 months ago

V0.5.0 should now allow you to get/add/delete from your watch later list. The live stream only get the URL and pass it on to Kodi, which then gets the actual live stream. I found enabling the HTTP only setting in the debug section seems to make videos and stream smoother.