Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nickodemos

Pages: [1]
1
Scripts and Templates / Re: Personal export script help
« 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.

2
Scripts and Templates / Re: Personal export script help
« on: January 19, 2014, 03:41:03 pm »
No ideas or hints?

3
Scripts and Templates / 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]


4
Development / Simple coding help
« on: March 09, 2009, 10:59:40 am »
Hello. I have searched for half the night and tried many different variation on the coding I found but so far I can not get this to work

Simple Plain List(Person)
%OPTIONS%
filter="Text Files|*.txt"
encoding="UTF8"
%OPTIONS%{%value=2}
Year Released: {%value=5}
Running Time: {%value=19} Minutes
Description:
{%value=15}
Actor/Actress
{%value=52}

Only thing that I need from here is to know how to use the paramiter so that the actors roles are include next to the name. IE:

Actor-Role
Actor2-Role2

Pages: [1]