English > Support
AllRovi movie script
rick.ca:
--- Quote ---...have something in common in the Cast & Crew tab, there is only the Crew section, but is not there Cast section, so AllRovi script did not pass the info data with Section Crew.
--- End quote ---
Nice catch. This situation seems to be very common for TV Series. I hadn't noticed because I don't use AllRovi for Series. It's rare for movies, but not so uncommon for documentaries. The script seems to work for all of them.
And it works for all my test records, so this is it. I'm uploading version 1.3 now.
Ivek23:
--- Code: ---//~Crew~curPos := Pos('<div class="profession-box">', HTML);
if curPos < 1 then
Exit;
--- End code ---
It was my mistake.
--- Code: ---//~Crew~
curPos := Pos('<div class="profession-box">', HTML);
if curPos < 1 then
Exit;
--- End code ---
Meant it was such a piece of code.
--- Code: ---//~Crew~
if curPos < 1 then
Exit;
--- End code ---
Even this piece of code works great, I have a feeling that the script works even better with this part of code than with the part above the proper codes meant, and it was quite right that it was this one piece of code
--- Code: ---curPos := Pos('<div class="profession-box">', HTML);
--- End code ---
removed. I tested with this part of the code
--- Code: ---//~Crew~
if curPos < 1 then
Exit;
--- End code ---
test movies, series and documentaries, is really perfect works. so sorry if I just now spoke up and answered the question.
rick.ca:
Well, we're not programmers. If some things didn't work by accident, where would we be? ;)
Ivek23:
--- Quote from: rick.ca on August 19, 2011, 10:26:30 am ---Well, we're not programmers. If some things didn't work by accident, where would we be? ;)
--- End quote ---
I agree.
RazorHall:
--- Quote from: rick.ca on August 18, 2011, 06:32:04 am ---Who knows what we'll hear from, say, the art film crowd... ;)
--- End quote ---
Oh, I like those too and have plenty of them in my collection. Just haven't run into any problems with them yet. 8)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version