TVRage agent

I'm having trouble using the TVRage agent from https://github.com/plexinc-agents/TVRage.bundle.

 

I've installed the bundle in ~/Library/Application Support/Plex Media Server/Plug-ins/, and restarted PMS, but it doesn't show up as an agent, at least not on the top line of agents (are these called "primary" agents?)  Honestly, the entire agent configuration process is a bit confusing to me so I may have done it wrong.

 

First, under Settings->Server->Agents->TV Shows, I have Personal Media, TheTVDB, and The Movie Database (but not TVRage).

 

If I select TheTVDB, I can see The Movie Database, TheTVDB, etc configured as contributing additional agents.

 

Under The Movie Database, I can see TVRage, and it's enabled and in the first position.

 

I would expect that that would mean that when I use The Movie Database as my agent for a TV show, the TV Rage metadata would be the selected one.

 

Unfortunately, that isn't happening.  For "Star Wars Rebels", the file I have called S01E01 is reported as "Droids in Distress" (like on TheTVDB) instead of "Spark of Rebellion (parts 1&2)" as on TVRage.

 

So, how can I use TVRage's metadata for this series?

 

 

Also, there's an exception thrown in from the TVRage agent when it tries to update.  (See attached log).  Don't know if that's related...

 

Thanks,

Jon

Try the wrestling agent by akkifokkusu. It makes a decent TVRage metadata agent and I use it for Rebels.

TVRagePlus.bundle.zip (121 KB)

Thanks for this.  I've modified the Wrestling agent to now work as a more general TVRage agent.  This pulls in banners from TVDB by using TheMovieDB to get the correspondence of the series ids.

Excellent! Thanks!

I'll give this a shot but should I be using different API keys?

# TVRage urls
TVRAGE_SEARCH_URL = 'http://services.tvrage.com/feeds/search.php?show=%s'
TVRAGE_SHOW_INFO_URL = 'http://services.tvrage.com/myfeeds/showinfo.php?key=P8q4BaUCuRJPYWys3RBV&sid=%s'
TVRAGE_EP_INFO_URL = 'http://services.tvrage.com/myfeeds/episode_list.php?key=P8q4BaUCuRJPYWys3RBV&sid=%s'

TVDB urls

TVDB_BANNER_LIST_URL = ‘http://thetvdb.com/api/D4DDDAEFAD083E6F/series/%s/banners.xml
TVDB_BANNER_BASE_URL = ‘http://thetvdb.com/banners/

TheMovieDB urls

BASE_URL = ‘https://api.tmdb.org/3
API_KEY = ‘a3dc111e66105f6387e99393813ae4d5’
TVRAGE2TMDB_ID_URL = ‘%s/tv/find/%%s?api_key=%s&external_source=tvrage_id’ % (BASE_URL, API_KEY)
TMDB2TVDB_ID_URL = '%s/tv/%%s/external_ids?api_key=%

@jchrist said:
TVRagePlus.bundle.zip (121 KB)

Thanks for this. I’ve modified the Wrestling agent to now work as a more general TVRage agent. This pulls in banners from TVDB by using TheMovieDB to get the correspondence of the series ids.
I know this is an old post, however I just tried to use this and I cant get it to even show up. The wrestling agent works but doesnt pull down any banners, music, or posters. I would love to get this one working.

I am also struggling with this, I have spent hours checking my filenames, using filebot to rename them according to TVRage so they will pick up, but even though I have the TVRage agent and using this agent when I add the shows they simply refuse to even be detected and simply come up in their season folders with Episode 1, Episode 2 etc.

This is for WWE btw, I tried doing this a while ago and gave up and thought I would give it another go but I just cant get it working and pulling my hair out now!

I tried and the agent work for me with slight mod. I used part of my HAMA agent to enable TMDB series support. If you look at my posts you will know i maintain Hama and wrote Absolute Series Scanner…
I need to know what is the difference between tmdb series support and tvrage? is the numbering different?
Please try attached agent and let me know

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.