Req Convert the (abandoned?) Sonarr plugin to a script with a context menu. - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Requests (https://forum.kodi.tv/forumdisplay.php?fid=251) +---- Thread: Req Convert the (abandoned?) Sonarr plugin to a script with a context menu. (/showthread.php?tid=371745) |
Convert the (abandoned?) Sonarr plugin to a script with a context menu. - htpcmac - 2023-02-01 The plugin.program.sonarr plugin is has the ability to 'add show' to the sonarr database. I would like the be able to access 'add show' to the context menu within Kodi. A case usage for this would be one of the many tmdb widgets where you can browse content not on your device. I managed to get a sonarr icon in the information screen of a TV show but can't 'hack' together the code to get it to work. This is the last thing I tried. Quote: xbmc.executebuiltin("RunPlugin(plugin.program.sonarr,action=?/name=Add+Show&mode=addShow&type=dir,return)" |