Search found 26 matches

by tigerray
2024-09-09 15:52:49
Forum: Ant Movie Catalog > Comments
Topic: How is data saved
Replies: 4
Views: 3198

Re: How is data saved

That's an interesting history and a cool program. It's actually very versatile.
by tigerray
2024-09-03 18:25:44
Forum: Ant Movie Catalog > Scripts
Topic: Installation Error
Replies: 9
Views: 3056

Re: Installation Error

I don't have any movies like that but I guess it's possible.
by tigerray
2024-08-30 16:56:50
Forum: Ant Movie Catalog > Scripts
Topic: Installation Error
Replies: 9
Views: 3056

Re: Installation Error

I have a fix that prevents IMBD producing the page that says "Let's confirm you are a human". It is some lines in main.pas I added that remove the parentheses from the title of the movie before passing it to the IMDB search engine.

Here is a link to main.pas:
https://drive.google.com/drive/folders ...
by tigerray
2024-08-26 12:38:36
Forum: Ant Movie Catalog > Comments
Topic: How is data saved
Replies: 4
Views: 3198

Re: How is data saved

Thanks. No problem. I like playing around with this code. You can tell a lot of work has gone into this. The way the subroutines are built, they had to be built as support for the components, like rkSmartView, Toolbar2000, etc.

They had to do a lot of reading on how it works to set it up properly ...
by tigerray
2024-08-23 21:08:01
Forum: Ant Movie Catalog > Comments
Topic: How is data saved
Replies: 4
Views: 3198

How is data saved

I added the following code to the end of the procedure TMainWindow.ThumbsViewerCellFocusedChange in main.pas:

if ((IdxItem >= 0) and (IdxItem < MovieList.Count)) then
LaunchProg(MovieList.Items[IdxItem].strFilePath);

I added the code so that the movie will be played when you click on the picture ...
by tigerray
2024-08-06 12:46:16
Forum: Ant Movie Catalog > Bug reports
Topic: Problem with installation
Replies: 18
Views: 8697

Re: Problem with installation

Thank you. :)
by tigerray
2024-08-01 13:34:10
Forum: Ant Movie Catalog > Bug reports
Topic: Problem with installation
Replies: 18
Views: 8697

Re: Problem with installation

Where is the proper place to post questions about code?

I am looking for where in the code the jpeg pictures are displayed on the screen when in display mode.
by tigerray
2024-07-16 16:47:30
Forum: Ant Movie Catalog > Templates
Topic: Simplix
Replies: 5
Views: 18352

Re: Simplix

Thanks. ;)
by tigerray
2024-07-11 15:14:46
Forum: Ant Movie Catalog > Templates
Topic: Simplix
Replies: 5
Views: 18352

Re: Simplix

Where does the program read from and write to the html file? This should be easy to figure out but I'm having a hard time.

Also, where in the code does it read the list of movies from the scan folder when its in import mode?
by tigerray
2024-07-11 13:37:36
Forum: Ant Movie Catalog > Bug reports
Topic: Problem with installation
Replies: 18
Views: 8697

Re: Problem with installation

Thanks. :)
by tigerray
2024-07-11 12:18:55
Forum: Ant Movie Catalog > Templates
Topic: Simplix
Replies: 5
Views: 18352

Re: Simplix

Thanks.
by tigerray
2024-07-08 17:39:10
Forum: Ant Movie Catalog > Bug reports
Topic: Problem with installation
Replies: 18
Views: 8697

Re: Problem with installation

I am running File-Import-Media Files and I'm pressing "Scan folder". It works fine with the "C:\Program Files (x86)\Ant Movie Catalog" version. But with the compiled one I'm getting the error:

"Debugger Exception Notification"
"Project MovieCatalog.exe raised exception class EOSError with message ...
by tigerray
2024-07-08 12:03:46
Forum: Ant Movie Catalog > Templates
Topic: Simplix
Replies: 5
Views: 18352

Simplix

I am trying to find out how templates fit into the program.

I saw Simplix: A Netflix experience and I had hoped that it was a skin that runs on AMC and simulates a Netflix type interface. But I can't figure out much about templates.

I don't see anything about templates in the documentation.

Since ...
by tigerray
2024-07-08 11:40:57
Forum: Ant Movie Catalog > Scripts
Topic: Installation Error
Replies: 9
Views: 3056

Re: Installation Error

Thanks.
by tigerray
2024-07-06 21:39:48
Forum: Ant Movie Catalog > Templates
Topic: [new] Simplix - an netflix experience on AMC
Replies: 14
Views: 16287

Re: [new] Simplix - an netflix experience on AMC

zippyshare closed in 2023. Do you have the file somewhere else?
by tigerray
2024-07-06 21:02:02
Forum: Ant Movie Catalog > Scripts
Topic: Installation Error
Replies: 9
Views: 3056

Re: Installation Error

I know this is weird, but where do I find the place where the bad URL is found and stops the program to say "Error: HTTP/1.1.405?" I've set a breakpoint in every routine that has "URL" in it in main.pas and I can't find it.

I want the program to run uninterrupted since it takes 45 minutes to ...
by tigerray
2024-07-04 17:35:36
Forum: Ant Movie Catalog > Scripts
Topic: Installation Error
Replies: 9
Views: 3056

Re: Installation Error

Oh, OK. Thanks.
by tigerray
2024-07-03 19:03:11
Forum: Ant Movie Catalog > Scripts
Topic: Installation Error
Replies: 9
Views: 3056

Installation Error

I'm still getting an error. It is when another error occurs.

When I search for a movie using the program in "C:\ProgramData\Ant Movie Catalog" sometimes I get an error. Put "Mad Max (1979)" into the search box for IMDB. It gives the errors: "HTTP/1.1.405 Not Allowed", then "HTTP/1.1.404" and then ...
by tigerray
2024-07-01 14:54:44
Forum: Ant Movie Catalog > Bug reports
Topic: Problem with installation
Replies: 18
Views: 8697

Re: Problem with installation

Thanks.
by tigerray
2024-06-30 16:12:38
Forum: Ant Movie Catalog > Bug reports
Topic: Problem with installation
Replies: 18
Views: 8697

How do you automate it

You said earlier something about batch mode. Can you automatically set the scripts to look at the names of the files in a folder and download the descriptions from IMDB based on those movie names?