English > Scripts and Templates
Imdb Movie Script for Additional Information
facinlaburo:
Thanks Ivek, you're really grosso.
In the tech specs script I changed the name of the custom field to "Datos Técnicos" and it works OK.
The standard AKA field is now filled OK with the releaseinfo script.
Great improvement for me.
afrocuban:
Is this needed because IMDb plugin wasn't updated? If that was the case, does that mean techspecs won't be included in IMDb plugin anymore?
So, if that is the case, once again, is it possible, Ivek, to make a batch file, so called IMDb-all-in-one, and to update it, too? It's hard for a regular user to track which fields are included and which aren't in IMDb plugin. Especially because when IMDb tech specs were included in IDMb plugin, all of us gave different name to a custom field (for example, I gave it a name "IMDb Tech Specs"), so whenever you update this script, I have to edit it to change correspondent custom field name, or to change a skin I use to accommodate appropriate techspecs field name and to run the script again, right?
Thanks in advance!
Ivek23:
--- Quote from: afrocuban on September 11, 2013, 02:08:32 pm ---Is this needed because IMDb plugin wasn't updated?
--- End quote ---
Of course, by the time that as long as Nostra not fix Imdb plugin. It can also be used to update only techspecs without updating the rest of the data. I'll use the script to update only techspecs data for about 500 movies in more Databases.
--- Quote from: afrocuban on September 11, 2013, 02:08:32 pm ---If that was the case, does that mean techspecs won't be included in IMDb plugin anymore?
--- End quote ---
No, it's not, I think it will not happen.
--- Quote from: afrocuban on September 11, 2013, 02:08:32 pm ---So, if that is the case, once again, is it possible, Ivek, to make a batch file, so called IMDb-all-in-one, and to update it, too?
--- End quote ---
No, not a problem, imdb+Imdb Movie(tech specs) Batch file is created and attached in zip and 7z format.
--- Quote from: afrocuban on September 11, 2013, 02:08:32 pm --- It's hard for a regular user to track which fields are included and which aren't in IMDb plugin. Especially because when IMDb tech specs were included in IDMb plugin, all of us gave different name to a custom field (for example, I gave it a name "IMDb Tech Specs"), so whenever you update this script, I have to edit it to change correspondent custom field name, or to change a skin I use to accommodate appropriate techspecs field name and to run the script again, right?
--- End quote ---
It is true that after each update script to change the name of techspecs custom fields. An easier way to change the name [enter your name ("IMDb Tech Specs") for techspecs custom field] techspecs for custom fields is to just open the script with Notepad and change this part of code
--- Code: ---//if fullinfo <> '' then AddCustomFieldValueByName('Technical Specs:', fullinfo);
if fullinfo <> '' then AddCustomFieldValueByName('IMDb Tech Specs', fullinfo);
curPos := EndPos;
end;
end;
procedure ParseSearchResults(HTML : String);
--- End code ---
and all the work is done without further intervention in the skin.
That's all you will need to do, when the new update for script.
afrocuban:
Thanks a lot Ivek. You're cool as usual. 8)
Ivek23:
--- Quote from: afrocuban on September 11, 2013, 08:27:44 pm ---Thanks a lot Ivek. You're cool as usual. 8)
--- End quote ---
Thank you very much.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version