Author Topic: Personal export script help  (Read 5742 times)

0 Members and 1 Guest are viewing this topic.

Offline nickodemos

  • Member
  • *
  • Posts: 4
    • View Profile
Personal export script help
« 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]


Offline nickodemos

  • Member
  • *
  • Posts: 4
    • View Profile
Re: Personal export script help
« Reply #1 on: January 19, 2014, 03:41:03 pm »
No ideas or hints?

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Personal export script help
« Reply #2 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
Gentlemen, you can’t fight in here! This is the War Room!

Offline nickodemos

  • Member
  • *
  • Posts: 4
    • View Profile
Re: Personal export script help
« Reply #3 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.

 

anything