Skip to content

i96751414/script.flix.dummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script.flix.dummy

A dummy provider for Flix, mainly used for testing providers integration. It's core implementation can be found on provider.py file.

What is a provider?

Providers are normal Kodi script addons and thus can be installed/updated/distributed just like any other addon. However, a provider must follow a set of rules:

  • The provider name must follow the format script.flix.{name}, otherwise it won't be discovered.
  • Provide a xbmc.python.script extension point: see this.
  • Implement the Provider API: see flix.provider.Provider.

About

Flix dummy provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages