Search found 29 matches

by FinderX
2011-12-01 05:15:54
Forum: Ant Movie Catalog > Scripts
Topic: [REL][EN] MyAnimeList v1.6
Replies: 2
Views: 1749

[REL][EN] MyAnimeList v1.6

"Find More" button Fixed !

---------------------------------------MyAnimeList.ifs---------------------------------------


(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=FinderX
Title=MyAnimeList-v1.6 ...
by FinderX
2011-11-28 07:45:44
Forum: Ant Movie Catalog > Scripts
Topic: [REL][EN] MyAnimeList v1.5
Replies: 2
Views: 1258

---------------------------------------MyAnimeList.ifs---------------------------------------


(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=FinderX
Title=MyAnimeList-v1.5
Description=Script for anime ...
by FinderX
2011-11-28 07:41:00
Forum: Ant Movie Catalog > Scripts
Topic: [REL][EN] MyAnimeList v1.5
Replies: 2
Views: 1258

[REL][EN] MyAnimeList v1.5

Is needed the "MyAnimeListUtils.pas"

Only a corrections of the "Reviews", due to change of the site.
by FinderX
2010-06-18 02:53:01
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.4
Replies: 3
Views: 1491

---------------------------------------MyAnimeList.ifs---------------------------------------

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=FinderX
Title=MyAnimeList
Description=Script for anime ...
by FinderX
2010-06-18 02:50:55
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.4
Replies: 3
Views: 1491

---------------------------------------MyAnimeListUtils.pas---------------------------------------

unit MyAnimeListUtils;

uses StringUtils1;

const

HTML_CODES = '…=…,' + '«=«,' + '»=»,' + '‹=‹,' +
'›=›,' + '‘=‘,' + '’=’,' + '“=“,' +
'”=”,' + '‚=,,' + '„=„,' + '&apos ...
by FinderX
2010-06-18 02:49:52
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.4
Replies: 3
Views: 1491

[UPD][EN] MyAnimeList v1.4

MyAnimeList v1.4

CHANGE: Move one function from MyAnimeListUtils to MyAnimeList main script
CHANGE: More improved codes, significant reduction in strings variables => less resources needed
ADD: more const to easy change the fields to save data in AMC

Hi, i'm very happy by my national futbol ...
by FinderX
2010-06-13 07:55:30
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.3
Replies: 3
Views: 1411

---------------------------------------MyAnimeList.ifs---------------------------------------

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=FinderX
Title=MyAnimeList
Description=Script for anime ...
by FinderX
2010-06-13 07:52:37
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.3
Replies: 3
Views: 1411

---------------------------------------MyAnimeListUtils.pas---------------------------------------

unit MyAnimeListUtils;

uses StringUtils1;

const

HTML_CODES = '…=…,' + '«=«,' + '»=»,' + '‹=‹,' +
'›=›,' + '‘=‘,' + '’=’,' + '“=“,' +
'”=”,' + '‚=,,' + '„=„,' + '&apos ...
by FinderX
2010-06-13 07:49:47
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.3
Replies: 3
Views: 1411

[UPD][EN] MyAnimeList v1.3

MyAnimeList v1.3:

FIX: get all of the reviews
FIX: sometime the reviews have a lot of spaces
CHANGE: the method of get picture, now one less connection needed
CHANGE: one more value in Reviews option
CHANGE: several improvements in MyAnimeListUtils

Hi, this version is only a fix and improved ...
by FinderX
2010-06-05 05:39:15
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.2
Replies: 3
Views: 1683

--------------------------------------- MyAnimeList.ifs ---------------------------------------

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=FinderX
Title=MyAnimeList
Description=Script for anime ...
by FinderX
2010-06-05 05:36:21
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.2
Replies: 3
Views: 1683

--------------------------------------- MyAnimeListUtils.pas ---------------------------------------


unit MyAnimeListUtils;

uses StringUtils1;

const

HTML_CODES = '…=…,' + '«=«,' + '»=»,' + '‹=‹,' +
'›=›,' + '‘=‘,' + '’=’,' + '“=“,' +
'”=”,' + '‚=,,' + '„=„,' + '&apos ...
by FinderX
2010-06-05 05:31:02
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList v1.2
Replies: 3
Views: 1683

[UPD][EN] MyAnimeList v1.2

MyAnimeList v1.2:

FIX: Text coded with HTML numbers, like &#123456 ; (without the space)
FIX: Applied simple patch to UTF8Decode
FIX: In BatchMode only search the first page of results
CHANGE: The percent rate is stored until one satifies the setting percent
CHANGE: StringUtils7552 to StringUtils1 ...
by FinderX
2010-06-01 02:28:02
Forum: Ant Movie Catalog > Bug reports
Topic: UTF8Decode not accept accents in ANSI char
Replies: 9
Views: 5943

You'll be mad but I have to inform, not only HTMLDecode,

UTF8Decode have a bug

I search and look and no find any report...
that's why I do , please read this ...

The idea is that the entire text to be translated in UTF8 to Windows 1252, as original author good say.
But what happens when the ...
by FinderX
2010-05-30 03:32:40
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList.net v1.1
Replies: 5
Views: 2271

Last minute tweaks...

1) I ate a quote...

before

ShowInformation('No results found for "' + MovieName + #13#10 + 'Try another title');


Now

ShowInformation('No results found for "' + MovieName + '"' + #13#10 + 'Try another title');


2) I add erroneously an UTF8Decode in line 195...

before ...
by FinderX
2010-05-30 03:22:39
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList.net v1.1
Replies: 5
Views: 2271

when update from [auto-update] is not appear, is because the first line is blank, please you can delete the first line

THANKS
by FinderX
2010-05-29 11:58:42
Forum: Ant Movie Catalog > Scripts
Topic: [REL][EN] MyAnimeList - Anime Info
Replies: 5
Views: 1930

Problems FIXED and ADDED new features in my new version

Please check a look

viewtopic.php?t=4636
by FinderX
2010-05-29 11:38:39
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList.net v1.1
Replies: 5
Views: 2271



(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=FinderX
Title=MyAnimeList
Description=Script for anime information in MyAnimeList.net
Site=http://myanimelist.net/
Language=EN-Anime
Version=1.1 @ 2010-05 ...
by FinderX
2010-05-29 11:38:01
Forum: Ant Movie Catalog > Scripts
Topic: [UPD][EN] MyAnimeList.net v1.1
Replies: 5
Views: 2271

[UPD][EN] MyAnimeList.net v1.1

MyAnimeList.net
ver 1.1

FIX: users reviews not appear with accented chars (thk to antp)
FIX: [Related Anime] not appear
FIX: reviews not appear when title have parentheses "()"
FIX: sometime name and tag of fansub have tabs in the names

ADD: the LANGUAGE of the fansub (terrible forgetfulness)
ADD ...
by FinderX
2010-05-29 09:39:48
Forum: Ant Movie Catalog > Scripts
Topic: Number of Movies to script ?
Replies: 1
Views: 1057

Well... the plan is...

The idea is that once a window out in bathmode, with an input that set the porcentage of math title.

In summary, with use SetStatic store the value of percentage of title and GetStatic to read this value in bathmode.

But can not get the value of total record to work, selected before run the script ...
by FinderX
2010-05-28 08:43:12
Forum: Ant Movie Catalog > Scripts
Topic: Number of Movies to script ?
Replies: 1
Views: 1057

Number of Movies to script ?

Hi,

Is there any way to know the number of movies that script is going to change?

For example in the Scripting Window there are Movies Limits and the options All - Selected - Marks - Visibles

Is there a variable or function that tells me the amount of records to works?

th