Skip to content

adamsbuilds/plugin.program.authorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON mapping

Edit resources/addons_map.json to define supported addons and auth actions.

Action types:

  • builtin: executes with xbmc.executebuiltin(...)
  • plugin: executes with RunPlugin(plugin://...)

Example service action:

{
  "type": "plugin",
  "value": "plugin://plugin.video.someaddon/?action=auth_trakt",
  "label": "Direct Trakt auth"
}

About

Simple addon to authorize debrid and trakt services.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages