IMDB script
Categories
It's very nice that I can put 0, 1 or 2 in the script and then it changes itself. Now.. I don't want just one category, and I don't want 8 categories for one movie. Yes, there are single movies with 8 categories in IMDb. That ruins my site layout and usually manually delete overlapping categories leaving just the first three. Can this be done by the script?
Categories
I would also find it very useful to be able to choose how many categories are imported with the IMDb script. Unfortunately, I don't know anything about writing scripts either. If someone could show me how to do this, I would really appreciate it. Thank you. This is the best movie cataloger I've seen, by the way, excellent job.
Movies name
IMDb script gives the movies name like "The Boondock Saints" instead of "Boondock Saints, The" as it should give in my opinion. When I list my movies in my site (which AMC creates very nicely), I face a problem. I have to manually rename all movies with the "the" article. This is not a major problem when I add about one movie to my collection once a week.
Now I found nice way to update all movies (roughly 350) at once. I would have to rename about half of them later. And I also would have to cut some genres (as I mentioned in the earlier post) as IMDb gives more than three genres to some movies.
So, make the rename option so that the "the" article comes last separated by comma. And fixing that genre "problem" would be nice. Thanks, great program.
Now I found nice way to update all movies (roughly 350) at once. I would have to rename about half of them later. And I also would have to cut some genres (as I mentioned in the earlier post) as IMDb gives more than three genres to some movies.
So, make the rename option so that the "the" article comes last separated by comma. And fixing that genre "problem" would be nice. Thanks, great program.
Re: Movies name
There is an option to make that in the display, export and print when you use for these two the "Formatted Title" instead of "Original Title" field. I could add that as an option but I see that as lots of work for nearly nothing since the program can make this change itself when needed for display.Wermine wrote: So, make the rename option so that the "the" article comes last separated by comma.
You mean limit the number of catagories ? I do not see it as a "problem". It simply an option that some people would like to have, I'll probably add that later but it is not a high priority for me.Wermine wrote: And fixing that genre "problem" would be nice. Thanks, great program.
-
- Posts: 2
- Joined: 2006-10-15 15:26:18
IMDN Business
Is it possible for someone to help with the IMDB script to import from the box office and business page /business. I really like to include this info in my AMC.
Thank you.
Please help.
Thank you.
Please help.
En fait c'est tout simple (en regardant la page de Lost sur IMDB je vois que c'est juste le titre au-dessus de la liste qui est différent de celui des films, titre utilisé comme point de repère dans le script)
Il suffit de rajouter
à la ligne 153, après d'autres lignes similaires.
J'ai aussi mis à jour le script sur www.antp.be/temp/scripts/
Il suffit de rajouter
Code: Select all
if Value = '' then
Value := TextBetween(PageText, 'ast Summary:', '</table>');
J'ai aussi mis à jour le script sur www.antp.be/temp/scripts/
Hello,
Is there a way to modify the script to let it import ALL actors from IMDB instead only those from the main page? i searched the forums and found viewtopic.php?t=649&start=0&postdays=0& ... ght=actors but it's seem to be outdated as i tried it with the current amc and it doesn't work
thanx in advance for any help on this!
Is there a way to modify the script to let it import ALL actors from IMDB instead only those from the main page? i searched the forums and found viewtopic.php?t=649&start=0&postdays=0& ... ght=actors but it's seem to be outdated as i tried it with the current amc and it doesn't work
thanx in advance for any help on this!