Personal Video Database

English => Development => Scripts and Templates => Topic started by: nickodemos on January 10, 2014, 02:41:55 am

Title: Personal export script help
Post by: nickodemos on January 10, 2014, 02:41:55 am
Spent half the day working on the script since I like to learn things on my own but I am at a impass on finishing it up.



Code: [Select]
%OPTIONS%
encoding="UTF8BOM"
filter="Text Files|*.txt"
nearfiles="%t% (%y%).nfo"
%OPTIONS%
{%value=origtitle} ({%value=year})({%value=rip})(nickodemos)
[size=6]{%value=origtitle} ({%value=year})[/size]
{%value=url}


[b]Year:[/b] {%value=year}
[b]Runtime:[/b] {%value=length}
[b]Film Language(s):[/b] {%value=langs}
[b]Film Country(s):[/b] {%value=country}
[b]Genre(s):[/b] {%value=genre}
[b]Filmed in:[/b] Color
[b]Plot:[/b]

[size=3]{%value=description}[/size]


[b]Director(s):[/b]
{%value=directors template="pages\director_ilc.ptm"}

[b]Producer(s):[/b]
{%value=producers}

[b]Cast:[/b]
{%value=credits template="pages\credits_ILC.ptm"}


[size=2][u]Source:[/u][/size] [size=3][b]{%value=rip}[/b][/size]
[size=2][u]Downloaded from:[/u][/size] [size=3][b]unknown[/b][/size]
[size=2][u]Thanks goes to the uploader:[/u][/size] [size=3][b]unknown[/b][/size]
[size=2][u]Ripper:[/u][/size] [size=3][b]Unknown[/b][/size]

Title: Re: Personal export script help
Post by: nickodemos on January 19, 2014, 03:41:03 pm
No ideas or hints?
Title: Re: Personal export script help
Post by: nostra on January 20, 2014, 04:50:56 pm
You should be able to find all the needed info here: http://www.videodb.info/help/hlp_export.html
Title: Re: Personal export script help
Post by: nickodemos on January 20, 2014, 05:55:23 pm
Only reason I asked was that I have already done that and read through many scripts to get it to the point it was. I was lost.

Thanks anyways.