diff options
author | zyp <zyp@localhost> | 2006-05-17 01:54:31 +0200 |
---|---|---|
committer | zyp <zyp@localhost> | 2006-05-17 01:54:31 +0200 |
commit | efbe12547b2250cebd08ad25b6145a902a7b0849 (patch) | |
tree | 9296744342654c57ef3e0a1ef0dfc573bc5ee3af /README | |
parent | cf40dbdb820d1248c0e11c67a15b3cb88851becf (diff) |
[project @ zyp-20060516235431-615621c154308c58]
[project @ 36]
Added distutils metadata, MANIFEST.in, README and COPYING. Incremented clientver. Prevented useless connects.
Diffstat (limited to 'README')
-rw-r--r-- | README | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +PyAniDB +========= + +PyAniDB is a client for AniDB's UDP API. (http://anidb.net/) + +Installation +============ + +For manual installation; run: + + ./setup.py build + sudo ./setup.py install + +Usage +===== + +usage: anidb.py [options] + +options: + -h, --help show this help message and exit + -u USERNAME, --username=USERNAME + AniDB username. + -p PASSWORD, --password=PASSWORD + AniDB password. + -r, --recursive Recurse into directories. + -s SUFFIX, --suffix=SUFFIX + File suffix for recursive matching. + -a, --add Add files to mylist. + +Example: + +$ anidb.py -ar the\ third/ + Logged in as user zyp. + Hashed: ed2k://|file|the third/[Ayu]_The_Third_-_Aoi_Hitomi_no_Shoujo_-_01_[02F71A89].avi|241101858|a282df72fe8bbb6a241c740566e46f91| + Added file: the third/[Ayu]_The_Third_-_Aoi_Hitomi_no_Shoujo_-_01_[02F71A89].avi + Hashed: ed2k://|file|the third/[Ayu]_The_Third_-_Aoi_Hitomi_no_Shoujo_-_02_[DDFB905E].avi|242085640|5c857e5dc73c88108f50f7566aeaa977| + Added file: the third/[Ayu]_The_Third_-_Aoi_Hitomi_no_Shoujo_-_02_[DDFB905E].avi + All operations finished. |