diff options
-rw-r--r-- | configuration.an | 2 | ||||
-rw-r--r-- | readme.md | 4 |
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 @@ -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. |