English > Feature Suggestions

Suggestion for Ivek23

<< < (8/16) > >>

Ivek23:

--- Quote from: Ivek23 on March 04, 2014, 03:18:26 pm ---
--- Quote from: Legin76 on January 31, 2014, 10:19:00 pm ---Also would it be possibe to also add the Audiance rating from RT as I often go by an average of the two.

--- End quote ---

Audiance rating

It is possible, but there is a small problem that can be seen only one rating in PVD database:
Tomatometer rating or Audiance rating.

Recommendation or advice:

First of all, Tomatometer rating info you download with Rottentomatoes script. If Tomatometer rating not stand it now, but whoever wants you Audiance rating may be transferred to Rottentomatoes (a) script. If it was not yet the transfer, then they use Rottentomatoes (a1) script for Audiance rating, this script will Audiance rating surely passed if, of course, is added to the movies web sites.

One warning:

Rottentomatoes (a) or Rottentomatoes (a1) script will overwrite Tomatometer rating information.

Rottentomatoes (a) script
v 0.1.0.5.a

Rottentomatoes (a1) script
v 0.1.0.5.a

--- End quote ---

These Rottentomatoes scripts still work as before.

deazo:
Thanks a lot Ivek, working GREAT!

Ivek23:

--- Quote from: deazo on August 06, 2014, 01:28:44 am ---Thanks a lot Ivek, working GREAT!
--- End quote ---

Welcome and thank you for feedback.

Ivek23:
Rottentomatoes script
v 0.1.1.0

Due to changes in the source code on Rottentomatoes pages, it was necessary that I again had to fix "process ParseSearchResults" to restore the functioning of the search results. The good side of these changes is, that it will now transfer rating data using only one Rottentomatoes script. Up to now, for the transmission of rating data were in many cases required two or even three script that was made a successful transfer of data for TOMATOMETER rating or AUDIENCE SCORE rating. Now for the transmission of data over rating requires only one script namely Rottentomatoes script, because I added code for TOMATOMETER rating and AUDIENCE SCORE rating.
In addition, Average Rating for All Critics,  the yet added Average Rating for Top Critics and Average Rating for Audience Score.

Custom field:

RT data:                                           custom field:
---------------                                       -------------------

Rating for All Critics                                     RT Rating      
Rating for Top Critics                                   RT Top Rating
Rating for Audience Score                           RT Audience Rating

Notice:

Rottentomatoes (a) script
v 0.1.0.5.a

Rottentomatoes (a1) script
v 0.1.0.5.a
is no longer necessary because now it's all in one script.


Rottentomatoes script is attached.

Ivek23:
In Average Rating for All Critics also features such possibility in the code


--- Code: ---//  ~Rating for All Critics~
//~Average Rating~ or ~RT Rating~ for All Critics
.
.
.
if GET_RATING then
AddFieldValue(mfRating, TmpStr);
AddCustomFieldValueByName('RT Rating', TmpStr);
 if TmpStr = '' then
TmpStr := 'rating unknown';
end;
--- End code ---

it is possible to do this

--- Code: --- GET_RATING = True; //Set to False to ensure ~mfRating~ not set even if 'Overwrite setting' fields setting allows
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version