-
Notifications
You must be signed in to change notification settings - Fork 43
Description
The idea would be that there is a context menu option like "Add to library" which then creates a strm and nfo file in e.g. addon_data/plugin.video.youtube/streams/. I am aware of the youtube library addon, but this addon focuses on integrating playlists/channels like tv shows. My use case is that when I encounter a great video (in my case often documentaries) I want to collect it somehow. Currently I do this by creating these files manually, automating this would be really convenient.
It seems like this should be fairly straight forward to implement and I would like to help. However I have no experience with kodi plugins, your plugin code is quite extensive and I failed to find an "entry point" to start understanding the parts relevant for such a feature. If you can point me to relevant code or to some resource on a "general kodi plugin design" (if it exists, probably not), I may look into it (within time constraints...).