MrObama2022 wrote: 2025-06-18 00:10:35
There are a lot of a code to check, test, add, etc. but if you want to test ..
Thank you very much for your work!
Do you continue to work on it?
I guess it would be counter-productive to both work at the same time on it, as the changes would overlap.
But if I can help for something, I can try.
I suppose we could already publish that script as an updated version of the older one? It is better anyway than the one which does not work, even if it is not finished.
if (fieldName = fieldLength) then
FieldValue := IntToStr(StrToInt(GetParam('MaxActors'), 10) / 60);
I assume that the use of GetParam here is a copy/paste mistake as it makes no sense
The purpose is to convert the duration from seconds to minutes. In Pascal/Delphi, "/" is for floating-point numbers, so it generates an error. For an integer division you have to use "div", so:
Thank you, antp, and thank you humungus for your feedback.
Yes, I'll continue to work on it to finish. I'll ask for your help to improve details because I never used a lot of iMDB options so I don't know which values are expected.
Consider the new page format maybe does not contain all the info of the previous format, so I still don't know if I can replace 100% of parameters with the new page.
Now I need an ice-cream and a coffee to wake up, I'll update asap.
MrObama2022 wrote: 2025-06-18 16:42:29
Thank you, antp, and thank you humungus for your feedback.
Yes, I'll continue to work on it to finish. I'll ask for your help to improve details because I never used a lot of iMDB options so I don't know which values are expected.
Consider the new page format maybe does not contain all the info of the previous format, so I still don't know if I can replace 100% of parameters with the new page.
Now I need an ice-cream and a coffee to wake up, I'll update asap.
To do:
* Awards
* check/add all the options from Awards to TranslatedTitle (and MAYBE I could ask for help because I don't know how all these options worked before)
* TESTTTTTTTTTTTTTTTTTT
MrObama2022 wrote: 2025-06-18 16:42:29
Thank you, antp, and thank you humungus for your feedback.
Yes, I'll continue to work on it to finish. I'll ask for your help to improve details because I never used a lot of iMDB options so I don't know which values are expected.
Consider the new page format maybe does not contain all the info of the previous format, so I still don't know if I can replace 100% of parameters with the new page.
Now I need an ice-cream and a coffee to wake up, I'll update asap.
Thank you so much Mr Obama for your super job. If you are not living far away I will definitely invite you for a coffee. I live near Perugia.
Anyway you really made my day.
I tried to import 2 new movies and I see that now it all works again. Yuppi.
I noticed some fields previously mentioned in previous posts (I will write them again) and some I found out. I wanted to make a simple test with a previously imported movie where I had all following values imported ... and that now aren't imported anymore. Hope it helps:
Directors
Composer
Producer
Writer
IMBD Rating
MOVIE Rating
If I can do something more. Don't hesitate to ask.