English > Scripts and Templates

Iafd Person e Website link (full)

<< < (11/19) > >>

Ivek23:
iafd_movie (full) script
v 0.2.6.5 on 15.2.2015

I fixed bug in Honors and Awards data transfer.

Change of  CustomField :

--- Quote ---CustomField :

IAFDUpdated                        ----> Long Text
IAFD AKA                        ----> Memo
IAFD Studio                      ----> Multiselect List
IAFD Distributor                   ----> Multiselect List
IAFD Studio (Distributor)            ----> Memo
IAFD Compilation                  ----> Select List OR Multiselect List
--- End quote ---
IAFD Studio                      ----> Select List OR Multiselect List
IAFD Distributor                   ----> Select List OR Multiselect List

Script is the attached.

Ivek23:
iafd_movie(Release) script
v 0.2.5.0 on 16.2.2015

There is now an example of how the above mentioned code now add to the iafd_movie (Release) script and how it works for the transmission of  Released, Release Date, DVD Release, First release and Date of Production data.

CustomField :

IAFDUpdated                  ----> Long Text
IAFD Comments               ----> Memo
IAFD Released               ----> Short Text OR Long Text
IAFD Release Date            ----> Short Text OR Long Text
DVD release                  ----> Short Text OR Long Text
First release               ----> Short Text OR Long Text
Production date               ----> Short Text OR Long Text
Production dates            ----> Short Text OR Long Text

Script is the attached.

Ivek23:
iafd_movie (full) script
v 0.2.7.0 on 15.3.2015

New Added:

* IAFD Magazine Reviews in the IAFD Magazine Reviews memo custom fieldand this function
--- Code: ---function HTMLValue(HTML: string; StartPos, EndPos: Integer; StartValue, EndValue: string): string;
var
  ValueStart, ValueEnd: Integer;
begin
  ValueStart := PosFrom(StartValue, HTML, StartPos);
  if (ValueStart > 0) and ((ValueStart < EndPos) or (EndPos = 0)) then
  begin
    ValueStart := ValueStart + Length(StartValue);
    ValueEnd := PosFrom(EndValue, HTML, ValueStart);
    Result := Copy(HTML, ValueStart, ValueEnd - ValueStart);
  end else
    Result := '';
end;
--- End code ---

CustomField :

IAFD Magazine Reviews            ----> Memo

IAFD Magazine Reviews is also added in comment box.

Transfer information Comments the now only in the IAFD Comments -
Add of  CustomField :
IAFD  Comments            ----> Memo

Script is the attached.

Ivek23:
iafd_movie script
v 0.0.2.8 on 19.3.2015


--- Quote from: Ivek23 on February 11, 2015, 03:15:24 pm ---New Added:

* IAFD Compilation in the IAFD Compilation select list or multiselectlist custom field
Also included is a list of custom fields.

CustomField :

IAFDUpdated                        ----> Long Text
IAFD AKA                        ----> Memo
IAFD Studio                      ----> Multiselect List
IAFD Distributor                   ----> Multiselect List
IAFD Studio (Distributor)            ----> Memo
IAFD Compilation                  ----> Select List OR Multiselect List
--- End quote ---
IAFD Compilation is also added in comment box.

Is also added DVD Bonus in Scene Breakdowns.

Script is the attached.

Ivek23:
iafd_movie(BuyThisMovie) script
v 0.2.7.5 on 29.3.2015

If anyone is interested in Buy This Movie Information is attached below iafd_movie (BuyThisMovie) script with some information, which are listed in the list of custom fields.

Also included is a list of custom fields.

CustomField :

IAFD Buy This Movie                  ----> Memo

IAFD HD-DVD - Buy This Movie         ----> Memo
IAFD DL(HD) - Buy This Movie         ----> Memo
IAFD Pre-Owned BR - Buy This Movie      ----> Memo
IAFD Rent BR - Buy This Movie         ----> Memo
IAFD BR - Buy This Movie            ----> Memo
IAFD DL - Buy This Movie            ----> Memo
IAFD DVD - Buy This Movie            ----> Memo
IAFD Used DVDs - Buy This Movie         ----> Memo

Script is the attached.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version