Hello
Is There a Way to Import a picture from local hard disk files ?
I've downloaded Covers for many movies and using Shift -F7 for
Each file is cumbersome. So i tried to write a script.
I've tried a file Url 'file:///Drive:\Path\ImageFileName.jpg'
it didn't work .
Thanks in advance
Search found 25 matches
- 2009-09-01 06:08:57
- Forum: Ant Movie Catalog > Scripts
- Topic: Programmation questions
- Replies: 133
- Views: 109627
- 2008-09-28 12:58:52
- Forum: Ant Movie Catalog > Scripts
- Topic: Skip Flash Pages
- Replies: 2
- Views: 1159
Skip Flash Pages
Sometimes sites display flash adds with/without a seconds countdown counter till the page transfers to the originally requested page.
Is there a way to bypass this in a script ?
Using sleep() is a possible way for sites with automatic page transfer ( when the countdown expires ) but some sites ...
Is there a way to bypass this in a script ?
Using sleep() is a possible way for sites with automatic page transfer ( when the countdown expires ) but some sites ...
- 2007-09-30 18:29:41
- Forum: Ant Movie Catalog > Comments
- Topic: Flash video files not supported
- Replies: 1
- Views: 1392
Flash video files not supported
Hi
Updated version (3.5.1) with mediainfo.dll ( 0.7.5.1) does not support flash video files (.flv) although the seperate mediainfo program ( MediaInfo 0.7.5.2) can detect flv files.
Any ideas ? ( I don't think the slight diff in version is the problem)
Thanks
Updated version (3.5.1) with mediainfo.dll ( 0.7.5.1) does not support flash video files (.flv) although the seperate mediainfo program ( MediaInfo 0.7.5.2) can detect flv files.
Any ideas ? ( I don't think the slight diff in version is the problem)
Thanks
- 2007-02-21 12:16:05
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB
- Replies: 63
- Views: 19355
IMDB
As a temporary solution and if you are a registered IMDB user, you can
set the appearance layout to the old layout in the user preferences.
also the old layout is available at former.imdb.com
so all you need to change in the imdb script is the URL for the search.
set the appearance layout to the old layout in the user preferences.
also the old layout is available at former.imdb.com
so all you need to change in the imdb script is the URL for the search.
- 2005-10-18 15:19:52
- Forum: Ant Movie Catalog > Comments
- Topic: Importing An External Subtitle File
- Replies: 3
- Views: 1740
Importing An External Subtitle File
Usually the files are either zip or rar files.
I think uncompressing it would be a nice addition
but not a necessity.
BTW
i tried GetPage for a zip/rar file ,not working
.It seems the files are
somehow truncated
I think uncompressing it would be a nice addition

BTW
i tried GetPage for a zip/rar file ,not working

somehow truncated
- 2005-10-18 05:34:44
- Forum: Ant Movie Catalog > Comments
- Topic: Importing An External Subtitle File
- Replies: 3
- Views: 1740
Importing An External Subtitle File
Hi,
Lots of us use external subtitle file to watch a movie. Usually the subtitle file is downloaded from web-sites.
I would like to suggest a new feature of importing that external file from a web site , it would require a new function:
GetExternalFile(Address:String) ( similar to GetPicture ...
Lots of us use external subtitle file to watch a movie. Usually the subtitle file is downloaded from web-sites.
I would like to suggest a new feature of importing that external file from a web site , it would require a new function:
GetExternalFile(Address:String) ( similar to GetPicture ...
- 2004-04-08 12:56:00
- Forum: Ant Movie Catalog > Help
- Topic: language automatic import from IMDB
- Replies: 3
- Views: 1351
Import Language
Check the variable "ImportLanguage" on top of script
is should be
ImportLanguage = True;
is should be
ImportLanguage = True;
- 2004-04-08 11:46:19
- Forum: Ant Movie Catalog > Scripts
- Topic: help with old IMDb-script
- Replies: 9
- Views: 2657
Correction
oops my mistakte
should be
'video"> '
instead of 'video"> "

should be
'video"> '
instead of 'video"> "
- 2004-04-08 09:27:12
- Forum: Ant Movie Catalog > Scripts
- Topic: help with old IMDb-script
- Replies: 9
- Views: 2657
IMDB script with picture selection Window
Hi
Made some changes to the GetMoviePicture function as
follows:
procedure GetMoviePicture(Language: string; Page, AllTitles: TStringList);
var
Line, Value, Value2, Aka, PictureAddress: string;
AmazonPage: TStringList;
FoundOnAmazon, PickTreeSelected, PictureAvailable,AlternateRef: Boolean ...
Made some changes to the GetMoviePicture function as
follows:
procedure GetMoviePicture(Language: string; Page, AllTitles: TStringList);
var
Line, Value, Value2, Aka, PictureAddress: string;
AmazonPage: TStringList;
FoundOnAmazon, PickTreeSelected, PictureAvailable,AlternateRef: Boolean ...
- 2003-09-06 08:51:33
- Forum: Ant Movie Catalog > Scripts
- Topic: Script for startrek.com doesn't work
- Replies: 4
- Views: 1502
- 2003-08-14 10:25:27
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB (Batch) & Translated Title Problem
- Replies: 3
- Views: 1823
- 2003-05-06 08:15:49
- Forum: Ant Movie Catalog > Scripts
- Topic: Startrek script problem
- Replies: 3
- Views: 1927
- 2003-05-02 16:04:29
- Forum: Ant Movie Catalog > Scripts
- Topic: [IMDb (Large pic)] I want ALL actors
- Replies: 5
- Views: 3162
- 2003-05-01 12:04:30
- Forum: Ant Movie Catalog > Scripts
- Topic: [IMDb (Large pic)] I want ALL actors
- Replies: 5
- Views: 3162
- 2003-02-26 10:34:51
- Forum: Ant Movie Catalog > Scripts
- Topic: Another improvement to the IMDB (large pic) script
- Replies: 47
- Views: 16237
Another improvement to the IMDB (large pic) script
found a few Bugs in my previous script.
1.
In AnalyzeMoviePage the line after looking for 'exec/obidos/ASIN'
should be
If not PickTreeSelected Then
TitleLine:= FindLine('/exec/obidos/ASIN/',AmazonPage, 0);
if (LineNr > TitleLine) Then LineNr:=-1 [b] ; [/b]
I forgot the ";" (that ...
1.
In AnalyzeMoviePage the line after looking for 'exec/obidos/ASIN'
should be
If not PickTreeSelected Then
TitleLine:= FindLine('/exec/obidos/ASIN/',AmazonPage, 0);
if (LineNr > TitleLine) Then LineNr:=-1 [b] ; [/b]
I forgot the ";" (that ...
- 2003-02-22 09:21:47
- Forum: Ant Movie Catalog > Scripts
- Topic: Another improvement to the IMDB (large pic) script
- Replies: 47
- Views: 16237
Another improvement to the IMDB (large pic) script
Ork Silly me .you're wright.
jwm
Ok . Here is the latest code. only AnalyzeMoviePage section
jwm
Ok . Here is the latest code. only AnalyzeMoviePage section
Code: Select all
- 2003-02-21 15:18:45
- Forum: Ant Movie Catalog > Scripts
- Topic: Another improvement to the IMDB (large pic) script
- Replies: 47
- Views: 16237
Another improvement to the IMDB (large pic) script
Ork
You're right . I've corrected it.
Jwm
1. For the movies I mentioned with "No LARGE Pictures" , The
GetPicture function did not return a picture so you get blank.
Since i can't verify the function success, i don't revert back to IMDB
Picture.
Some ( like "The silence of the hams ...
You're right . I've corrected it.
Jwm
1. For the movies I mentioned with "No LARGE Pictures" , The
GetPicture function did not return a picture so you get blank.
Since i can't verify the function success, i don't revert back to IMDB
Picture.
Some ( like "The silence of the hams ...
- 2003-02-14 08:45:00
- Forum: Ant Movie Catalog > Scripts
- Topic: Another improvement to the IMDB (large pic) script
- Replies: 47
- Views: 16237
Another improvement to the IMDB (large pic) script
I've looked into the movies you cited .
"Pulp Fiction" - The Script DOES find a picture however it's the collection one .I'm Working on Improvement.
"Perfect Murder ,A" - There is no entry in AMAZON for the movie itself only for collections . If you leave ManulaPictureSelect ON you can choose a ...
"Pulp Fiction" - The Script DOES find a picture however it's the collection one .I'm Working on Improvement.
"Perfect Murder ,A" - There is no entry in AMAZON for the movie itself only for collections . If you leave ManulaPictureSelect ON you can choose a ...
- 2003-02-13 11:57:55
- Forum: Ant Movie Catalog > Scripts
- Topic: Another improvement to the IMDB (large pic) script
- Replies: 47
- Views: 16237
Another improvement to the IMDB (large pic) script
I've made (yet) another improvements to the above script. Particularly in the area of assigning a LARGE picture to the movie.
1. Added a function to try to match movie titles between IMDB and AMAZON . It includes matching the case of the movie title,Replacing "xx: yy" with "xx - yy" , and ...
1. Added a function to try to match movie titles between IMDB and AMAZON . It includes matching the case of the movie title,Replacing "xx: yy" with "xx - yy" , and ...
- 2003-02-04 16:56:15
- Forum: Ant Movie Catalog > Comments
- Topic: Request for a change with 'GetPicture'
- Replies: 3
- Views: 1597
Request for a change with 'GetPicture'
I've encountered this during IMDB script writing.
Before you call 'GetPicture' you use 'Stringreplace' to get the
Large picture instead of the thumbnail.
However there are cases that by doing so you get no result .
Several possiblities are :
1. The Large Picture realy does not exits.
2. It is ...
Before you call 'GetPicture' you use 'Stringreplace' to get the
Large picture instead of the thumbnail.
However there are cases that by doing so you get no result .
Several possiblities are :
1. The Large Picture realy does not exits.
2. It is ...