TMM to scrape multiple Rating sources
#1
Is it possible for TMM to scrape from multiple rating sources and post in the NFO file? I have another platform that does this but I would like for TMM to be my primary Media Management tool. I'm  looking for it to add values like seen below, from IMDB, metacritic, TMDB, and Rotten Tomatoes. From what I've found so far, it only seems to do one or the other....is there a way to force all? 


 
Code:
<ratings>
        <rating name="imdb" max="10" default="true">
            <value>7.1</value>
            <votes>129984</votes>
        </rating>
        <rating name="metacritic" max="10">
            <value>6.0</value>
            <votes>31</votes>
        </rating>
        <rating name="tomatometerallcritics" max="10">
            <value>5.7</value>
            <votes>183</votes>
        </rating>
        <rating name="tomatometerallaudience" max="10">
            <value>5.6</value>
            <votes>282129</votes>
        </rating>
        <rating name="themoviedb" max="10">
            <value>6.8</value>
            <votes>2289</votes>
        </rating>


Messages In This Thread
TMM to scrape multiple Rating sources - by Shredder_guitar - 2020-06-10, 00:23
Logout Mark Read Team Forum Stats Members Help
TMM to scrape multiple Rating sources0