@@ -11,18 +11,18 @@ In the Transmission config file `~/.config/transmission-daemon/settings.json` ch
|
||||
Also requires at least Python `3.9`.
|
||||
|
||||
## Install
|
||||
###### 1. Install dependencies
|
||||
###### Install dependencies
|
||||
`pip install feedparser requests`
|
||||
###### 2. Clone repo
|
||||
###### Clone repo
|
||||
`git clone ...`
|
||||
|
||||
## Config
|
||||
###### 3. Adjust `config.json`
|
||||
###### Adjust `config.json`
|
||||
* `animeDownloadDir` - base path where downloaded anime should be stored. *Without trailing slash*.
|
||||
Passed as download directory to transmission (`-w`)
|
||||
* `dirPerAnime` - whether to create one directory per anime. Created automatically as sub folder of `animeDownloadDir`
|
||||
by replacing spaces in the anime name with underscores
|
||||
###### 4. Adjust `animes.json`
|
||||
###### Adjust `animes.json`
|
||||
* Add a Feed - it has to have an `ID` that's used in output. Freetext
|
||||
* Add the RSS URL to the feed, e.g. `https://subsplease.org/rss/?t&r=1080` for the RSS feed of the 1080p releases of the
|
||||
`SubsPlease` group
|
||||
|
||||
Reference in New Issue
Block a user