MyMovies Scraper for TV?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
harvsingh Offline
Junior Member
Posts: 2
Joined: Mar 2013
Reputation: 0
Post: #1
Hi

I cannot add the MyMovies.dk scraper to the TV series I have

MyMovies has the ability to catalogue (and in my case has done) all TV series also.
However, on XBMC, I cannot select it as a TV Scraper.

Is there a way to fix/make this still work?

Thanks
find quote
fermin Offline
Junior Member
Posts: 5
Joined: Mar 2013
Reputation: 0
Location: Switzerland
Post: #2
That would indeed be very useful, looking forward to it and hoping ...
find quote
DiMag Offline
Senior Member
Posts: 138
Joined: Nov 2012
Reputation: 0
Post: #3

Sometimes it is possible to declare a movie scraper to be a tvshow scraper (and vice versa). All it takes is modify the relevant entry in addon.xml, in that case to change:

<extension point="xbmc.metadata.scraper.movies"
to
<extension point="xbmc.metadata.scraper.tvshows"

Please report back whether it works.

find quote