Search found 28 matches
- 2025-06-24 11:38:30
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB script doesn't work
- Replies: 145
- Views: 11245
Re: IMDB script doesn't work
Thanks mo2022!
- 2025-06-17 01:19:44
- Forum: Ant Movie Catalog > Help
- Topic: No scrollbars
- Replies: 2
- Views: 282
Re: No scrollbars
Antp addresses it here: viewtopic.php?p=92105#p92105
- 2024-09-09 15:52:49
- Forum: Ant Movie Catalog > Comments
- Topic: How is data saved
- Replies: 4
- Views: 3436
Re: How is data saved
That's an interesting history and a cool program. It's actually very versatile.
- 2024-09-03 18:25:44
- Forum: Ant Movie Catalog > Scripts
- Topic: Installation Error
- Replies: 9
- Views: 3458
Re: Installation Error
I don't have any movies like that but I guess it's possible.
- 2024-08-30 16:56:50
- Forum: Ant Movie Catalog > Scripts
- Topic: Installation Error
- Replies: 9
- Views: 3458
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 ...
Here is a link to main.pas:
https://drive.google.com/drive/folders ...
- 2024-08-26 12:38:36
- Forum: Ant Movie Catalog > Comments
- Topic: How is data saved
- Replies: 4
- Views: 3436
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 ...
They had to do a lot of reading on how it works to set it up properly ...
- 2024-08-23 21:08:01
- Forum: Ant Movie Catalog > Comments
- Topic: How is data saved
- Replies: 4
- Views: 3436
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 ...
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 ...
- 2024-08-06 12:46:16
- Forum: Ant Movie Catalog > Bug reports
- Topic: Problem with installation
- Replies: 18
- Views: 9247
Re: Problem with installation
Thank you. 

- 2024-08-01 13:34:10
- Forum: Ant Movie Catalog > Bug reports
- Topic: Problem with installation
- Replies: 18
- Views: 9247
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.
I am looking for where in the code the jpeg pictures are displayed on the screen when in display mode.
- 2024-07-16 16:47:30
- Forum: Ant Movie Catalog > Templates
- Topic: Simplix
- Replies: 5
- Views: 19508
Re: Simplix
Thanks. 

- 2024-07-11 15:14:46
- Forum: Ant Movie Catalog > Templates
- Topic: Simplix
- Replies: 5
- Views: 19508
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?
Also, where in the code does it read the list of movies from the scan folder when its in import mode?
- 2024-07-11 13:37:36
- Forum: Ant Movie Catalog > Bug reports
- Topic: Problem with installation
- Replies: 18
- Views: 9247
Re: Problem with installation
Thanks. 

- 2024-07-11 12:18:55
- Forum: Ant Movie Catalog > Templates
- Topic: Simplix
- Replies: 5
- Views: 19508
Re: Simplix
Thanks.
- 2024-07-08 17:39:10
- Forum: Ant Movie Catalog > Bug reports
- Topic: Problem with installation
- Replies: 18
- Views: 9247
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 ...
"Debugger Exception Notification"
"Project MovieCatalog.exe raised exception class EOSError with message ...
- 2024-07-08 12:03:46
- Forum: Ant Movie Catalog > Templates
- Topic: Simplix
- Replies: 5
- Views: 19508
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 ...
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 ...
- 2024-07-08 11:40:57
- Forum: Ant Movie Catalog > Scripts
- Topic: Installation Error
- Replies: 9
- Views: 3458
Re: Installation Error
Thanks.
- 2024-07-06 21:39:48
- Forum: Ant Movie Catalog > Templates
- Topic: [new] Simplix - an netflix experience on AMC
- Replies: 14
- Views: 16723
Re: [new] Simplix - an netflix experience on AMC
zippyshare closed in 2023. Do you have the file somewhere else?
- 2024-07-06 21:02:02
- Forum: Ant Movie Catalog > Scripts
- Topic: Installation Error
- Replies: 9
- Views: 3458
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 ...
I want the program to run uninterrupted since it takes 45 minutes to ...
- 2024-07-04 17:35:36
- Forum: Ant Movie Catalog > Scripts
- Topic: Installation Error
- Replies: 9
- Views: 3458
Re: Installation Error
Oh, OK. Thanks.
- 2024-07-03 19:03:11
- Forum: Ant Movie Catalog > Scripts
- Topic: Installation Error
- Replies: 9
- Views: 3458
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 ...
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 ...