Is anyone working on updating themoviedb.org plugin to work for tvshows? thetvdb.com has been doing a horrible job for Pokémon and I have been working on updating the Pokémon information on themoviedb.org so that its at least correct.
We've been working on adding this. It requires a little bit more fine-tuning and testing, but then an updated Movie Database agent will be released that will work for TV shows as well.
Thank You!!! I've done a download of the current git version and I was able to get my NHL games to register. I made a couple of changes to the code so that I could compare side-by-side and create a new log.
1. created a new bundle folder (TheMovieDB_TV.bundle) on Linux in /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins
2. changed the following in __init__.py
class TMDbAgent(Agent.Movies):
name = 'The Movie Database (GIT)'
class TMDbAgent)Agent.TV_Show):
name = 'The Movie Database (GIT)'
3. changed the bundle id in Info.plist:
com.plexapp.agents.themoviedb to com.plexapp.agents.themoviedb.tv
Thank You!!! I've done a download of the current git version and I was able to get my NHL games to register. I made a couple of changes to the code so that I could compare side-by-side and create a new log.
1. created a new bundle folder (TheMovieDB_TV.bundle) on Linux in /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins
2. changed the following in __init__.py
class TMDbAgent(Agent.Movies):
name = 'The Movie Database (GIT)'
class TMDbAgent)Agent.TV_Show):
name = 'The Movie Database (GIT)'
3. changed the bundle id in Info.plist:
com.plexapp.agents.themoviedb to com.plexapp.agents.themoviedb.tv
4. restarted plexmediaserver and golden..
YMMV
FxProgrm was there anything else you did to get the agent to show up? I done each step you posted but its not showing up as a TV Show agent.
Also sander1 are then anymore updates for when a update to the Moviedb update is going to be released? I hate having to organize each of the over 800+ episodes of Pokemon cause the thetvdb is a mess and anidb has the episode all listed wrong :-/ Just can't wait for a much better TV database.