English > Scripts and Templates

AllRovi movie script

<< < (14/26) > >>

rick.ca:

--- Quote ---Thanks!  With the above info I was able to get the script to download most of the data in question exactly as the AllMovie one did.
--- End quote ---

You're welcome. Please let us know if you have any problems or comments. I expect there must be some glitches and unforeseen circumstances. Feedback would be helpful.

RazorHall:

--- Quote from: rick.ca on July 24, 2011, 09:38:28 am ---I expect there must be some glitches and unforeseen circumstances. Feedback would be helpful.

--- End quote ---

I haven't noticed any glitches so far.  Of course I really just use the script to get the Rovi Rating and fill in Category and any other fields that the IMDB plugin didn't cover.  Also, on rare occasions IMDB doesn't have the movie I'm looking for in their database, in which case I'll use AllRovi's info.  Right now I can only think of one additional thing I'd like to see, which is the ability to have the run time downloaded into the Duration field, for those who don't use the program to scan actual media.  The IMDB plugin does this, as did the AllMovie, so it'd be nice to have that option.

rick.ca:

--- Quote ---Right now I can only think of one additional thing I'd like to see, which is the ability to have the run time downloaded into the Duration field, for those who don't use the program to scan actual media.
--- End quote ---

Okay, I'll add that option.

Ivek23:

--- Quote from: rick.ca on July 24, 2011, 05:19:26 pm ---
--- Quote ---Right now I can only think of one additional thing I'd like to see, which is the ability to have the run time downloaded into the Duration field, for those who don't use the program to scan actual media.
--- End quote ---

Okay, I'll add that option.

--- End quote ---

It can also be added Awards hyperlink for custom 'Awards Link' field.

--- Code: ---//Get Awards URL
 //addwd by Ivek23 07/24/2011 hyperlink to 'Awards' page in custom 'Awards link' field
  EndPos := Pos('"><span>awards</span>', HTML);
  if EndPos > 0 then begin
curPos := PrevPos('href="/movies', HTML, EndPos);
TmpStr := BASE_URL + Copy(HTML, curPos + 6, EndPos - curPos - 6);
  end;

 //AddFieldValue(mfFeatures, '<link url="' + TmpStr + '">Awards</link>');
  AddCustomFieldValueByName('Awards link', '<link url="' + TmpStr + '">Awards</link>');

--- End code ---

rick.ca:

--- Quote from: rick.ca on July 12, 2011, 02:06:18 am ---Suggested TODO List:

* Add Rovi Rating to custom field and optionally to [orating]. Beg nostra for help?
* Add Awards and Releases to custom fields using same technique as Cast & Crew.
* OMG, is there nothing else? :o
* Wait for Rovi to add the missing AllMovie data. ::)
--- End quote ---

Okay. Would we then be at number 3? ;)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version