[FR][EN] Ant Movie Catalog 4.2.1 (04/11/17)
very fast fixing and on top some new functions, perfect
just a little suggest for an additional function to get all the real cookies from the server (for now I have to take a look in the browser)
for example:
GetServerCookies('URL');
which returns a string like
'cok=1;PHPSESSID=2d29anbco92ell1fefsargjgo0;last_visit=1439244886'
especially a changing sessionID-cookie can be usefull for some navigating through the pages.
thanks & good night.
J.
just a little suggest for an additional function to get all the real cookies from the server (for now I have to take a look in the browser)
for example:
GetServerCookies('URL');
which returns a string like
'cok=1;PHPSESSID=2d29anbco92ell1fefsargjgo0;last_visit=1439244886'
especially a changing sessionID-cookie can be usefull for some navigating through the pages.
thanks & good night.
J.
hm strange, not for me. It returns only the cookies I set before with AddCookie.Function GetCookies('URL') already returns all real cookies from the server.
Code: Select all
program c_test;
var
Value : string;
begin
Value := GetCookies('http://www.moviemeter.nl');
ShowMessage(Value);
Value := GetCookies('http://www.filmstarts.de');
ShowMessage(Value);
end.
Hi,
You have to send a request to the server before to get cookies .
When you close scripting window, all cookies are deleted and you need to reconnect at least one time to the server to get cookies.
Soulsnake.
You have to send a request to the server before to get cookies .
When you close scripting window, all cookies are deleted and you need to reconnect at least one time to the server to get cookies.
Code: Select all
program c_test;
var
Value : string;
begin
// Send a request to the server
Value := GetPage('http://www.moviemeter.nl');
// Now you can show cookies send by the server
Value := GetCookies('http://www.moviemeter.nl');
ShowMessage(Value);
// Send a request to the server
Value := GetPage('http://www.filmstarts.de');
// Now you can show cookies send by the server
Value := GetCookies('http://www.filmstarts.de');
ShowMessage(Value);
end.
ahhh alright, understood.
But there are still some cookies set in the browser which are not shown by AMC, e.g. cok=1 for moviemeter and a POPUPCHECK-cookie sent by filmstarts.
These seem to be special cookies, only set after using Javascript in the browser. If JS is turned off, the cookies are also not set in the browser.
guess not, but is there a way to get these cookies as well in AMC?
thanks
J.
But there are still some cookies set in the browser which are not shown by AMC, e.g. cok=1 for moviemeter and a POPUPCHECK-cookie sent by filmstarts.
These seem to be special cookies, only set after using Javascript in the browser. If JS is turned off, the cookies are also not set in the browser.
guess not, but is there a way to get these cookies as well in AMC?
thanks
J.
hi,
tried to install the new beta AMC because 4.2.0.2 isn't collecting info from moviemeter anymore even not with the new moviemeter script 2.8.26.
I got an errer message:
Runtime error (at 1:633).
Failed to expand shell folder constant "userdocs"
I'm using windows 10.
Does someone has any idear how to solve it?
kr. Bianca
tried to install the new beta AMC because 4.2.0.2 isn't collecting info from moviemeter anymore even not with the new moviemeter script 2.8.26.
I got an errer message:
Runtime error (at 1:633).
Failed to expand shell folder constant "userdocs"
I'm using windows 10.
Does someone has any idear how to solve it?
kr. Bianca
well, you can do this yourself for pictures very easy.Add actors Database
for example just use for importing actors the IMDB (actors) script and set preference/picture import in AMC to save extra pictures on your HD (eg. picture folder).
use as naming scheme:
prefix:none; movie information:none; extra information:title
Change the IMDB actor script to set "nm0000000.jpg" as title first, do a check if picture already exists, then import pic and then set back real name as title.
you should get all the actor pictures with their IMDB-numbers on your HD.
This is not a full database, but you can use just one pic for all movies.
All 3 "Find" options should be sticky across sessi
If you leave the "'Find" tool displayed on your ribbon, there are 3 options - "Whole Field Only", "Reverse Results", and "Display Results".
For whatever reason, the first two are sticky across sessions (when closing and reopening the program).
I would like to request that "Display Results" also become sticky across sessions like the other two. Whenever I open the program that is the first thing that I find I have to do prior to searching for a movie.
This is currently the same as the previous stable 4.2.0 release - I am hoping that it can be corrected prior to the release of 4.2.1.
I'm not sure if this would be considered a bug or a feature request, but since the first 2 work that way, I'd consider it a bug.
Thank you,
Greg
For whatever reason, the first two are sticky across sessions (when closing and reopening the program).
I would like to request that "Display Results" also become sticky across sessions like the other two. Whenever I open the program that is the first thing that I find I have to do prior to searching for a movie.
This is currently the same as the previous stable 4.2.0 release - I am hoping that it can be corrected prior to the release of 4.2.1.
I'm not sure if this would be considered a bug or a feature request, but since the first 2 work that way, I'd consider it a bug.
Thank you,
Greg
In such case the search term should be remembered too, then.
The problem with "display results" is that by default it may prevent anything to be displayed, depending on the options in the other fields.
And then I'll get people asking me by e-mail why the program does not work anymore, forgetting they clicked that
It is kind of an action (filtering) in addition of an option; the two others have no effect until you actually do a search.
One possible solution: if it was checked in the last session, when starting the program having the checkbox greyed (3rd possible state of the checkbox) instead of checked or unchecked, and automatically check it when one of the items of the search toolbar gets the focus (i.e. when using the toolbar).
The problem with "display results" is that by default it may prevent anything to be displayed, depending on the options in the other fields.
And then I'll get people asking me by e-mail why the program does not work anymore, forgetting they clicked that
It is kind of an action (filtering) in addition of an option; the two others have no effect until you actually do a search.
One possible solution: if it was checked in the last session, when starting the program having the checkbox greyed (3rd possible state of the checkbox) instead of checked or unchecked, and automatically check it when one of the items of the search toolbar gets the focus (i.e. when using the toolbar).
"Find" options
I really like your idea of a "gray checkmark" to automatically start searching when you type something.
I'm not in favor of keeping the search terms across sessions - when I search for something I'll watch it, and probably not have to search for the exact same thing again.
What would be nice, though, would to have an "X" in the right-hand end of the box (like Microsoft's file explorer's search) to clear out whatever was typed in the search box.
Thanks for your consideration,
Greg
I'm not in favor of keeping the search terms across sessions - when I search for something I'll watch it, and probably not have to search for the exact same thing again.
What would be nice, though, would to have an "X" in the right-hand end of the box (like Microsoft's file explorer's search) to clear out whatever was typed in the search box.
Thanks for your consideration,
Greg
-
- Posts: 13
- Joined: 2012-10-27 07:25:50