aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-01-19 18:33:35 +0100
committerlonkaars <loek@pipeframe.xyz>2022-01-19 18:33:35 +0100
commit60ddbddc997ea2294604f2fbac402ad6f65cadc1 (patch)
treebd205333e5d2f797a5bfea5fbcc322c0715fa005
parenta74e31ef38eb7a14d630578a77d8d273b9a83626 (diff)
configuration note
-rw-r--r--configuration.an2
-rw-r--r--readme.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/configuration.an b/configuration.an
index 680601b..698f0a1 100644
--- a/configuration.an
+++ b/configuration.an
@@ -3,5 +3,5 @@ filename Sabikui-Bisco_s01e${e}.${x}
match-submitter subsplease
match-name /\[SubsPlease\] Sabikui Bisco - (\d{2}) \(1080p\) \[[0-9A-F]{8}\]\.(.+)/ e x
destination /mnt/e/anime/Sabikui Bisco
-episodes 12
+episodes e 12
diff --git a/readme.md b/readme.md
index def9204..a2939c1 100644
--- a/readme.md
+++ b/readme.md
@@ -8,6 +8,10 @@ it keeps working (well) for long enough i'll refactor/document the code better.
## configuration
+> because autonyaa is intentionally janky, it expects all configuration.an keys
+> to be defined for each section. any behavior caused by missing keys is
+> considered undefined.
+
autonyaa is configured through two files: configuration.an and
transmission.json. both have to be located in the same folder as the python
script itself. example config files are included.