English > Scripts and Templates
Allmovie Script
Ivek23:
Here is my modified AllMovie+ -Ivek23- script
Ivek23:
--- Quote from: Ivek23 on April 30, 2010, 05:50:19 am ---
--- Quote from: rick.ca on April 29, 2010, 09:07:49 pm ---What is your question? ???
--- End quote ---
A special AllMovie+ DVD script for this site
--- End quote ---
I'm at work its AllMovie DVD script and it would ask for help.
For this
--- Quote from: Ivek23 on April 29, 2010, 10:01:52 pm ---I'm interested in this:
Street Date,Screen Format,Sound,Studio
--- End quote ---
but I can not find solution so I could get help with this.
At this address next cahill-us-marshall-commemorative-packaging is all what is listed above there also visible.
Thanks
Ivek23:
--- Quote ---Obviously it will be necessary to manually enter this address
http://www.allmovie.com/dvd/cahill-us-marshall-commemorative-packaging-161910
you must manually enter the url.
--- End quote ---
It is true that the need to manually enter the url address but the choice of movie titles (although here in this title really does, because the only, elsewhere there are more titles, or even some direct to dvd movie site) what movie
you choose.
Ivek23:
Here's the script AllMovie DVD Test and AllMovie DVD Test 1 for testing and corrections. For help with testing and I also added two skin made for this script.
Extend, this
--- Quote ---It is true that the need to manually enter the url address but the choice of movie titles (although here in this title really does, because the only, elsewhere there are more titles, or even some direct to dvd movie site) what movie
you choose.
--- End quote ---
BTW:
I'm not an expert in writing scripts (or plugin) or read the source code for the web page but only an amateur enthusiast movies.
[attachment deleted by admin]
Ivek23:
In cahill-us-marshall-commemorative-packaging the Street Date Source code
--- Code: --- <tr>
<td colspan="3" class="artist">
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td><div id="left-sidebar-title"><span>Street Date</span></div></td></tr>
<tr><td><img src="http://images.allmediaguide.com/spacer.gif" height="1" width="1"></td></tr>
<tr><td class="formed-sub">May 22, 2007</td></tr>
</tbody></table>
</td>
</tr>
</tr>
--- End code ---
the script but I have used this code
--- Code: ---//Street Date
AddCustomFieldValueByName('Street Date', HTMLValues(HTML,
'<span>Street Date</span>', '</table>',
'<li>', '</li>',
', ', EndPos));
--- End code ---
or this code
--- Code: ---//Street Date
AddCustomFieldValueByName('Street Date', HTMLValues(HTML,
'<span>Street Date</span>', '</table>',
'<li>', '</li>',
', ', EndPos));
EndPos := PosFrom('class="formed-sub"', HTML, curPos);
--- End code ---
but not one or the other code is not working properly (other data transfers, but not for Street Date).
What did I do wrong?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version