Hi!
I was wondering if maybe its possible to finetune the mdb config a bit. Im looking for a way to disable star-rating retrieval for series but keep them for movies from the mdb config. Prefer having only episode num for series and star-ratings for movies exclusively. Much like the distinction done in the site element: <site movies="imdb.com.bing,imdb.com.imdb" series="imdb.com.imdb_series"></site>
Earlier I had series disabled entirely, but now when its possible to scrub posters for series as well I like to enable it, but I cant avoid getting star-ratings on my series.
I suspect the distinction cant be made inside the star-rating element, yes?
Regards
Jagad
Just disable the following lines in imdb.com.imdb_series :
mdb_starrating.scrub {single|p2|Ratings:|itemprop="ratingValue">|</span>|</strong>}
mdb_starratingvotes.scrub {single|p2|Ratings:|itemprop="ratingCount">|</span>|users</a>}
That's all Jan
Ok, in other words not possible from the mdb.config file. Well, tweaking seies.ini will also work.
Thanks Jan!