I am trying to make a metadata agent for TV Series, but it will only show up and be selectable in Movies section. What am I doing wrong?
The first thing that comes to mind is that maybe you have
class YourAgent(Agent.Movies):
instead of
class YourAgent(Agent.TV_Shows):
?
Put your TV series in a seperate folder from the movies. Then add that folder to tv shows. It should work correctly then. I had the same issue.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.