Feature request: Simplify moviesets setup
#1
Actually, my suggestion is for more than just moviesets.

Here is one of my .nfo files (it will be easier to explain what I looking for with this example)

Code:
<movie>
<set>Jurassic Park Adventure Pack</set>
<sorttitle>jurassic park 1</sorttitle>
</movie>
http://www.themoviedb.org/movie/329

This works fine, but what happens if I decide to switch to the IMDB scraper. Now the nfo is broken.

My suggestion is to do something like this:

Code:
<movie>
<set>Jurassic Park Adventure Pack</set>
<sorttitle>jurassic park 1</sorttitle>
<scrapefordetails>1</scrapefordetails>
</movie>

The <scrapefordetails> would tell the scraper to use what it finds in the nfo file, and then scrape the web source for the rest of the info.

The advantages of this idea are that changing the scraper does not break the nfo file, when initially creating the nfo file, you don't have to go to the web source and look up the movie info.

Does this make sense?

Brian
Reply

Logout Mark Read Team Forum Stats Members Help
Feature request: Simplify moviesets setup0