Skip to content

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

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions