Skip to content

Add Kodi library support (without the need for MySQL) #877

@dagwieers

Description

@dagwieers

Feature request

I'm submitting a proposal to ...

  • new feature
  • change an existing feature

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions