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