First public pre-alpha Client available

misc client related stuff

Moderators: AniDB, AniDB API

Locked
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

First public pre-alpha Client available

Post by exp »

Well, it's finally here,

a first version of an anidb client by Hisoka[].
be sure to check it out.
http://www.anidb.net/client/

Please post comments and bugreports in either the client feature request or client bugreport sections.

BYe!
EXP
Pixel_K
Posts: 6
Joined: Wed May 21, 2003 11:29 pm

Post by Pixel_K »

System.security.SecurityException on start
address Anidbclienttest3.Form1..ctor

Windows 2000 SP3 - French
PetriW
AniDB Staff
Posts: 1522
Joined: Sat May 24, 2003 2:34 pm

Post by PetriW »

DonGato
Posts: 1296
Joined: Sun Nov 17, 2002 9:08 pm
Location: The Pampas, The land of the Gaucho!
Contact:

Post by DonGato »

exp baka!
Using MS.NET for this!
/me angry at exp. :evil: :P
kidan
Posts: 319
Joined: Thu Feb 13, 2003 9:13 pm
Location: .DE

Post by kidan »

@dongato:

.NET is the wisest choice for an app like the anidb-client. This is because in .NET you have some great classes for async-databases and syncronisation via http.
Last edited by kidan on Tue Jun 17, 2003 11:19 pm, edited 1 time in total.
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

DonGato wrote:exp baka!
Using MS.NET for this!
/me angry at exp. :evil: :P
I'm INNOCENT!

after all it's not /me who's working on that client!

BYe!
EXP
kaoru
Posts: 7
Joined: Tue Nov 19, 2002 4:02 pm
Location: ehrgeiz

Post by kaoru »

i wont install .NET on my pasocon so will there be an version out in the future which will run without installing unnecessary shit? :roll:
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

well,

there is a simple solution, write one yourself :P

BYe!
EXP
darkfader
Posts: 15
Joined: Thu Jan 09, 2003 12:11 am
Location: Netherlands

Post by darkfader »

100 WELCOME TO THE ANIDB API SERVICE
yay!
Hmm... interesting SQL queries :)
Maybe XML looks a bit safer.
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

darkfader wrote:100 WELCOME TO THE ANIDB API SERVICE
yay!
Hmm... interesting SQL queries :)
Maybe XML looks a bit safer.
SQL? the api is not SQL related.
btw. please don't screw witht the api you might make the service unavailable to regular users if you do make a mistake there.
And XML is just bloatware.

BYe!
EXP
darkfader
Posts: 15
Joined: Thu Jan 09, 2003 12:11 am
Location: Netherlands

Post by darkfader »

Oh, whatever. But I saw some SELECT statements in the source-code, so that's why.
I don't have intensions to screw up, but is it really that simple? :?
Do you use any compression at all? Accept-encoding: gzip, deflate ?
It might speed up the updating.
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

darkfader wrote:Oh, whatever. But I saw some SELECT statements in the source-code, so that's why.
I don't have intensions to screw up, but is it really that simple? :?
Do you use any compression at all? Accept-encoding: gzip, deflate ?
It might speed up the updating.
the API supports different compression styles, bzip2 is recommended, however no client supports this so far. And it won't make a big difference speed wise.
the mayor problem with the current .NET client is it's local db, it's way to slow. but that will change in the next versions :o)
and btw. that select belongs to the internal data storage of that client, it has nothing to do with the API.
@screwing up, well not really but playing with the api might lead to availability problems for other clients. you should not be able to corrupt any real db data via the api though.

BYe!
EXP
Locked