Bases: object
Marks a series episode as acquired in your myepisodes.com account.
Simple Example:
Most shows are recognized automatically from their TVDBname. And of course the plugin needs to know your MyEpisodes.com account details.
Advanced Example:
In some cases, the TVDB name is either not unique or won’t even be discovered. In that case you need to specify the MyEpisodes id manually using the set plugin.
myepisodes_id: 5111
chuck
How to find the MyEpisodes id: http://matrixagents.org/screencasts/myep_example-20110507-131555.png
Populates myepisodes_id field for an entry, and returns the id.
Call will also set entry field myepisode_id if successful.
Mark episode as acquired.
Mark all accepted episodes as acquired on MyEpisodes
Bases: object
Marks all accepted TV episodes or movies as acquired in your trakt.tv library.
Finds accepted movies and series episodes and submits them to trakt as acquired.
Dumps data as json and POSTs it to the specified url.