Questions about AniDB Client and AniDB API
Posted: Mon Jun 20, 2005 2:22 pm
Hi there,
how get the anidb client the Anime Data infos from anidb database ?
Its possible with UDP-API or something ?
Simple i want to do this:
Retrieve all for my own anidb client relevant infos, because i want to include this in my storage application.
I dont want to hash ed2k/crc or something like this.
I want to add manually Animes, from a Combobox.
of course i want to this one time and store this in a local database and update only the changes.
i have absolutly no idea how to do this.
I heard from a TCP/IP API in AniDB, but i dont found a docu for this.
thx,
Final
how get the anidb client the Anime Data infos from anidb database ?
Its possible with UDP-API or something ?
Simple i want to do this:
Retrieve all for my own anidb client relevant infos, because i want to include this in my storage application.
I dont want to hash ed2k/crc or something like this.
I want to add manually Animes, from a Combobox.
Code: Select all
AniDB.WantToReadAllTables;
while (AniDB.GetTableEntry <> NULL) do
begin
AnimeName = AniDB.GetAnimeFromActualTableEntry;
AnimeEpisodesCount = AniDB.GetAnimeEpsCountFromActualTableEntry;
...
end;
i have absolutly no idea how to do this.
I heard from a TCP/IP API in AniDB, but i dont found a docu for this.
thx,
Final