Hi,
I am using the following agents:
-- The following 2 agents I use to grap information about movie/tvshow from an .nfo file formatted for XBMC:
XBMC .nfo Importer.bundle
XBMC nfo TV.bundle
-- The following agent I use to grap subtitles from the popnapisi website:
PodnapisiSubtitles.bundle
All three agents work, but my dilemma is to get podnapisi to work with the XBMC nfo importer.
In another thread on this forum I read that it´s possible to use the accepts_from command in the __init__.py file.
I tried it to add localmedia to the xbmc nfo agent and it worked:
accepts_from = ['com.plexapp.agents.localmedia']
Now I need to add Ponapisisubtitles to the xbmc nfo agent. Any help would be appreciated :)