firsttris / plugin.video.sendtokodi

:tv: plays various stream sites on kodi using youtube-dl
MIT License
125 stars 28 forks source link

Support video descriptions for resolved items #68

Closed anohren closed 2 years ago

anohren commented 2 years ago

Video descriptions can be viewed in the Kodi player view.

This doesn't add descriptions to the list view since the youtube extractor doesn't seem to provide descriptions when extracting flat playlists, but at least you should be able to view it after you start watching (default hotkey I).

Video dates should be interesting too.

nullket commented 2 years ago

I always missed this feature. Looks good, thanks, I will merge it.

I have a more general idea concerning the handling of playlists, maybe we can shortly hijack this PR: Wouldn't it be better to:

This would increase the overall computation but also enable thumbnails and descriptions for playlists

What is your opinion on that?

anohren commented 2 years ago

We've started talking about that strategy here