Hi man, thanks!
I was wondering, could this be modified to get the mpaa descriptions added to movies? Theres a similar script here and I tried modifying that one but it was too hard. This one looks like it might be a bit easyer to do?
I just need it to run once to add the mpaa description to 900 movies. Thanks for any help, and thanks for the addon
EDIT: Not sure this matters but in the Default.py you have:
Code:
command='{"jsonrpc": "2.0", "method": "VideoLibrary.SetMovieDetails", "params": { "movieid" : ' + movieid + ', "rating" : '+ rating + ', "votes" : "' + votes + '"}, "id": 2}'
Note:
Code:
{ "movieid" : ' + movieid + ', "rating" : '+ rating + ', "votes" : "' + votes + '"}
Theres a missing space between the ' and + rating + '
Like I said I have no idea if that matters or not but noticed it while I was attempting to modify this to add the mpaa descriptions and thought Id mention it.