Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
How many words are in this question?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted 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.
Posted 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
Posted by: nickodemos
« on: January 19, 2014, 03:41:03 pm »

No ideas or hints?
Posted 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.

  • Trying to get script to drop poster at 300x440 and screenshots that match the AR of the movie into directory of the video files.
  • Add imdb urls to the director and producer as I did with the actors.
  • Would like to know if the codec information could be expanded a bit to allow us to know the name of the codecs: XviD, DivX, X264, etc....
  • Maybe have it so that you can do a full printout on export. Maybe even have it call the dll and call a personal template.


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]

anything