Search found 39 matches

by Mguel
2018-04-28 19:57:35
Forum: Ant Movie Catalog > Comments
Topic: Ant Movie Catalog 4.2.2 BETA
Replies: 29
Views: 27019

Re: Ant Movie Catalog 4.2.2 BETA


Strange that it does not work, as previous version was using a similar system....
ou also took the files libeay32.dll & ssleay32.dll provided with the program? (these are the openssl libs)


yes they are in the same folder the exe is.

just to make sure I repeated the process and same errors ...
by Mguel
2018-04-28 02:38:47
Forum: Ant Movie Catalog > Comments
Topic: Ant Movie Catalog 4.2.2 BETA
Replies: 29
Views: 27019

Re: Ant Movie Catalog 4.2.2 BETA

a pity its not workig under linux/wine: "Could not load SSL Libruary" and 4.2.1 version gives IOHandler not valid error, with old script and newer version of ant needed for latelst imdb script.
Cheers
by Mguel
2009-01-01 07:49:57
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Script UPDATE
Replies: 3
Views: 1861

Thanks Sancho! nice fixes ;)
by Mguel
2005-12-30 17:44:46
Forum: Ant Movie Catalog > Scripts
Topic: [REQ][EN] How to modify IMDB script to import large pic url
Replies: 7
Views: 2892

antp wrote:SetField(fieldMedia, Value);
GREAT!

Thanks a lot, for the help and your time... besides from making AMC you waste time helping noobs like me
by Mguel
2005-12-30 13:30:59
Forum: Ant Movie Catalog > Scripts
Topic: [REQ][EN] How to modify IMDB script to import large pic url
Replies: 7
Views: 2892

Thanks!

Now I not receive the complete page ;)

With some movies I still get the error:
Script error in "IMDB": type mismatch at line 547 (on the red quoted code) function ImportSmallPictureURL(PageText: string): Boolean;
var
Value: string;
begin
Result := False;
Value := TextBetween(PageText ...
by Mguel
2005-12-30 05:09:05
Forum: Ant Movie Catalog > Scripts
Topic: [REQ][EN] How to modify IMDB script to import large pic url
Replies: 7
Views: 2892

Check the line that contains "if CanSetPicture then"
Depending on the "ImageKind" option, it calls different function.
These functions call "GetPicture".
One of the way to do what you want may be to add an extra boolean parameter to all these functions to specify if they should do a GetPicture or a ...
by Mguel
2005-12-29 20:43:52
Forum: Ant Movie Catalog > Scripts
Topic: [REQ][EN] How to modify IMDB script to import large pic url
Replies: 7
Views: 2892

Thanks!

Although it's a bit chinese to me... I'll try to figure it out ;)
by Mguel
2005-12-29 19:51:09
Forum: Ant Movie Catalog > Scripts
Topic: [REQ][EN] How to modify IMDB script to import large pic url
Replies: 7
Views: 2892

[REQ][EN] How to modify IMDB script to import large pic url

Hi, I want to import the large pic url to ie Media Field, besides from the "normal" import of the small pic. I use this because I export to html with a small pic but use a (online) link to the large pic (as to save space but to be able to see a big pic)

I previously used a modification of an old ...
by Mguel
2005-03-23 15:53:41
Forum: Ant Movie Catalog > Bug reports
Topic: Renumbering deletes newly added movie by paste...
Replies: 2
Views: 2019

Yep... so sorry for repeating the report.

Thanks!
by Mguel
2005-03-23 00:54:32
Forum: Ant Movie Catalog > Bug reports
Topic: Renumbering deletes newly added movie by paste...
Replies: 2
Views: 2019

Renumbering deletes newly added movie by paste...

It's strange, but I can reproduce it so I think it's a bug. Here are the steps to reproduce it:

On a catalog right clic on a movie -> copy.
Add (alt+ins) and cancel/close
Right clic on the empty added space -> paste
Delete another older movie (right clic -> delete)
Renumber by number

And the ...
by Mguel
2005-03-21 00:21:29
Forum: Ant Movie Catalog > Comments
Topic: Export reverse order, MediaInfo channels (on AC3)
Replies: 5
Views: 2094

;)
Thanks, and congrats again for the new version!

Cheers,
Mguel
by Mguel
2005-03-20 15:23:14
Forum: Ant Movie Catalog > Comments
Topic: Export reverse order, MediaInfo channels (on AC3)
Replies: 5
Views: 2094

1. Will be added later.
Great!

If MediaInfo can give it, you can disable the use of internal engine for AVIs in the Preferences -> Media files importation
Yes, I did that, but I only get "AC3".

I meat MediaInfo can give that info if you use it as a program, but I believe that the problem is ...
by Mguel
2005-03-20 02:33:31
Forum: Ant Movie Catalog > Comments
Topic: Export reverse order, MediaInfo channels (on AC3)
Replies: 5
Views: 2094

Export reverse order, MediaInfo channels (on AC3)

Hi, just testing new version (3.5) and it's great! Lot's of nice new features.

Some features I would like to see on future versions:
Reverse exporting : an option on advance exporting, since now when exporting by i.e. date or rating it leaves (on html export at least) the newer and better movies ...
by Mguel
2005-03-20 02:13:47
Forum: Ant Movie Catalog > Scripts
Topic: Script error: Unit not found at line 4
Replies: 2
Views: 1468

ups... :ha:

Thanks!
by Mguel
2005-03-19 23:33:57
Forum: Ant Movie Catalog > Scripts
Topic: Script error: Unit not found at line 4
Replies: 2
Views: 1468

Script error: Unit not found at line 4

After installing version 3.5 and deleting some scripts from the script folder I get this error when trying to run IMDB:

http://img110.exs.cx/img110/4093/pic00016dm.png

Before deleting the scripts, the IMDB script runned without problem. To make it work again I have to undelete/restores all ...
by Mguel
2005-02-04 21:07:59
Forum: Ant Movie Catalog > Scripts
Topic: How modify latest imdb script to import only first 5 actors
Replies: 2
Views: 1476

Great! thanks a lot...

So the final result in case someone else finds it usefull (remember this uses the Producer field for the five first actors of the movie):

procedure AnalyzeMoviePage(PageText: string);
var
Value, Value2, Value3, FullValue: string;
ActorCount: integer; // to add the new ...
by Mguel
2005-02-02 23:17:01
Forum: Ant Movie Catalog > Scripts
Topic: How modify latest imdb script to import only first 5 actors
Replies: 2
Views: 1476

How modify latest imdb script to import only first 5 actors

Besides from importing the complete list, I used to import the 5 first actors to the producer field for sumarized html export.

As the latest imdb script changed quite a lot, I haven't been able to make it work, I have tested lot's of combinations trying to use repeat - until and so, but I haven't ...
by Mguel
2004-03-22 11:34:01
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Import doesn't work anymore
Replies: 39
Views: 11059

Thanks for the code and explanation!

You're right, I use 3.4.2. I didn't update since the changelog was a bug fix with some P4 (which I don't have) and 3.4.2 was working fine for me, so wanted to wait for another release to update.

Nevertheless, for the next time, I'll update the scripts at least ...
by Mguel
2004-03-21 14:49:49
Forum: Ant Movie Catalog > Scripts
Topic: IMDB Import doesn't work anymore
Replies: 39
Views: 11059

Hi, I've noticed that on some movies I get: "<a href="plotsummary">(more)</a" at the end of the description. I'm using the http://www.antp.be/temp/IMDB%20(pic).ifs linked on this post with short description (DescriptionToImport = 1; ).

I've investigated a bit and noticed that this happens on pages ...
by Mguel
2003-10-25 00:18:27
Forum: Ant Movie Catalog > Comments
Topic: Number of channels in AC3 sound
Replies: 11
Views: 3620

antp wrote:In the future I will probably use this :
http://mediainfo.sourceforge.net/
that will allow me to get much more info ;)
Great! :D

I use GSpot, but it's not open source, so it won't help you... so it's great that Media Info exists.

Thanks,
Mguel