Feature request
I'm submitting a proposal to ...
Describe your request
We started implementing a solution that allows you to add Movies and Series to Kodi without the need of having a MySQL database or a complex setup. The implementation is quite straightforward.
Describe the use case
The way this works is that the user adds 2 new sources to Kodi, pointing to a Movies and TV shows listing, eg.
- plugin://plugin.video.netflix/library/movies
- plugin://plugin.video.netflix/library/tvshows
These sources are typical Virtual Directories (comprising ListItem objects) and will be indexed into Kodi's library.
This works both with Kodi setups using local databases, or a shared MySQL Videos library.
Development tips
Here is the implementation for:
Specific details
See more information at:
Feature request
I'm submitting a proposal to ...
Describe your request
We started implementing a solution that allows you to add Movies and Series to Kodi without the need of having a MySQL database or a complex setup. The implementation is quite straightforward.
Describe the use case
The way this works is that the user adds 2 new sources to Kodi, pointing to a Movies and TV shows listing, eg.
These sources are typical Virtual Directories (comprising ListItem objects) and will be indexed into Kodi's library.
This works both with Kodi setups using local databases, or a shared MySQL Videos library.
Development tips
Here is the implementation for:
Specific details
See more information at: