erengy / taiga

A lightweight anime tracker for Windows
https://taiga.moe
GNU General Public License v3.0
2.11k stars 229 forks source link

Support for Crunchyroll Kodi add-on #192

Open wolfgame opened 8 years ago

wolfgame commented 8 years ago

Pretty self-explanatory. The Crunchyroll add-on isn't recognized by Taiga. Alternatively, perhaps scraping of views via Crunchyroll itself.

erengy commented 8 years ago

This is currently not possible due to the fact that Taiga's media detection relies on file handles that are opened by the player. For this to work, we'd need to communicate with Kodi's JSON-RPC API, I imagine.