You need to sign in or sign up before continuing.
Add event hooks
Per @animazing:
What I could consider doing is writing event hooks that other developers could use to plug things into. Right now with subscription support we are already firing off 'movieAdded' and 'episodeAdded' events, with the ability to add listeners to these events in code. If we made it possible to somehow dynamically load code we have a lot of the functionality already tacked. Something to consider.