blob: 52e55f97508ff7f4fb706bee29c04619e737d9ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Put this under ~/.pyanidb.conf and chmod 600 to prevent other users from reading your password.
[pyanidb]
username = foo
password = password
suffix = avi ogm mkv mp4
format = _[%group]_%anime_-_%epno%ver_[%CRC].%suf
# Uncomment this to disable caching.
#cache = 0
|