Page 1 of 10

[EN+others] NEW SCRIPTS REQUESTS : CLICK HERE TO DO THEM

Posted: 2004-11-10 09:07:56
by antp
Please do you requests for new scripts for new sites in this topic rather than create a new one each time.
Thanks.

Image

There is no garantee of result : if someone wants to make one of the requested script, he can do it and he is welcome, but I won't personnally make new scripts on request (I already have too few time for working on the program).

If you make a new script, it is better to create a new topic for it and (if you want) post a link to this topic here rather than directly put the script here, to keep this topic readable.

--
A note for french users :
Pour toute discussion en français, merci d'utiliser l'autre topic.

Posted: 2004-11-14 11:17:46
by -xD-
http://sharereactor.ru/
dont work good

Script 4 amazon.com (audio)!!! please!!!

sharereactor.ru

Posted: 2004-11-17 01:32:39
by Dmitry501
Replace ShareReactor (RU) (large pic).ifs from string #82

Code: Select all

  // Original Title & TranslatedTitle & Year 
   LineNr := FindLine('&nbsp', Page, 0);           //Ïîèñê èìåíè ôèëüìà ÐÓÑ
   Line := Page.GetString(LineNr); 
    
   if LineNr > -1 then 
   begin 
    BeginPos := pos('<H1>', Line);
    if BeginPos > 0 then 
      BeginPos := BeginPos + 4;
    EndPos := pos('</H1>', Line);
    Value := copy(Line, BeginPos, EndPos - BeginPos+1 ); 
    HTMLRemoveTags(Value);
    HTMLDecode(Value);
    SetField(fieldTranslatedTitle, Value);
   end 
for fix TranslatedTitle and from # 124 string

Code: Select all

   //Category 
   LineNr := FindLine('&nbsp', Page, LineNr+1);        //Æàíð 
   Line := Page.GetString(LineNr); 
   if LineNr > -1 then 
   begin 
    BeginPos := pos('("', Line);
    if BeginPos > 0 then 
      BeginPos := BeginPos + 2;
    EndPos := pos('")', Line)-1;
    Value := copy(Line, BeginPos, EndPos - BeginPos+1 );
    HTMLDecode(Value); 
    SetField(fieldCategory, Value); 
   end; 
for fix Category
p.s. (String number maybe is different from your file and me) :(

Posted: 2004-11-25 17:00:41
by -xD-
а ты можешь сделать на amazon.com для аудио?
ну просто очеь нада! так очень что я перепробовал все проги.... :(((
спасибо за шару скрипт!!!

Posted: 2004-12-28 22:37:13
by KoVaR
Hi
could someone tell how to modify imdb script so that tagline would imported into comments field
thnx :cool:

Posted: 2005-01-04 11:55:05
by Sanaa
picture from this script not downloaded :(

thanx for fix "category" and "name"

Posted: 2005-01-04 12:47:52
by antp
KoVaR wrote:Hi
could someone tell how to modify imdb script so that tagline would imported into comments field
thnx :cool:
In the latest version I added an option to get the tagline ;)

Posted: 2005-01-08 18:00:59
by joly
Automatic update from all films, without having to click for each movie.
and getting the data from the given url:
AnalyzePage(GetField(fieldURL));
instead of
// analyzePage('http://imdb.com/find?more=tt;q='+UrlEncode(MovieName));

is that possible ?

Posted: 2005-01-08 18:27:53
by antp
If you want to run a script for selected movies rather than only current movie, use Tools -> Scripting

Posted: 2005-01-09 12:30:06
by joly
Well, when i select 1000 movies, and press F6, select IMDB script and only select RATING in the Modifiable fields, i still have to press ENTER for each movie. BUt every movie has already the correct url, and because
AnalyzePage(GetField(fieldURL));
instead of
// analyzePage('http://imdb.com/find?more=tt;q='+UrlEncode(MovieName));
doesnt seem to work anymore, because it is old script, i have to manually click for every movie OK, and get the selection of possible movies and because choosing batchmode 1 sometimes chooses the wrong movie.

In 3.4.3 i just replaced the line with AnalyzePage(GetField(fieldURL)); and it went trough the complete list without having to click all the time.

And i dont know what to change so it would work in 3.5.0 beta 3
And using the old one isnt an option, because i want it for the comma eg. 7.1 rating.

Posted: 2005-01-09 15:00:28
by antp
you also have to remove the if Input(...) if you do not want it to ask for the title
In the future, I'll add to batch mode the option to use the URL field

Posted: 2005-01-11 07:49:30
by polnjumen
You can simply modify IMDB script like this:

Code: Select all

// ***** beginning of the program *****

begin
  if CheckVersion(3,5,0) then
  begin
    MovieName := GetField(fieldURL);
    if MovieName = '' then
      MovieName := GetField(fieldOriginalTitle);
    if MovieName = '' then
      MovieName := GetField(fieldTranslatedTitle);
    if GetOption('BatchMode') = 0 then
...
and set batchmode to 1

Posted: 2005-02-09 13:34:37
by Guest
Hi, is someone here who has time to update script for www.allmove.com for AMC v3.5.
Its a great site!
I try with the toll called "ScriptConverter" posted in other topic. The script works but not perfectly. Some fields are messed up.
Thank you.

Posted: 2005-02-09 13:37:13
by zile
ouch, forgot to login and made a mistake about the name of the site.
Its www.allmovie.com of course. :)

REQ: some anime database script

Posted: 2005-02-11 09:37:41
by Guest
i saw someone already requested an EN anime database script and i'd like to back him up

please..

www.animenfo.com

or

anidb.info

would be useful to hundreds of people!

Posted: 2005-02-16 00:26:47
by Guest

dvdgo.com

Posted: 2005-02-17 20:50:45
by vicanna
esta en ingles y en español,con todo lujo de detalles (very good)

Posted: 2005-02-17 20:51:46
by vicanna

[REQ] [ES] http://www.cineol.net

Posted: 2005-02-20 23:33:19
by Guest
Someone (spanish people) can make a script from this page?

[DE] www.cinema.msn.de

Posted: 2005-03-13 18:11:16
by DarkSoul
Hat jemand Lust und Zeit ein Script für www.cinema.msn.de zu erstellen?

Could someone do a Script für www.cinema.msn.de, please?