@@ -11,18 +11,18 @@ In the Transmission config file `~/.config/transmission-daemon/settings.json` ch
|
|||||||
Also requires at least Python `3.9`.
|
Also requires at least Python `3.9`.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
###### 1. Install dependencies
|
###### Install dependencies
|
||||||
`pip install feedparser requests`
|
`pip install feedparser requests`
|
||||||
###### 2. Clone repo
|
###### Clone repo
|
||||||
`git clone ...`
|
`git clone ...`
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
###### 3. Adjust `config.json`
|
###### Adjust `config.json`
|
||||||
* `animeDownloadDir` - base path where downloaded anime should be stored. *Without trailing slash*.
|
* `animeDownloadDir` - base path where downloaded anime should be stored. *Without trailing slash*.
|
||||||
Passed as download directory to transmission (`-w`)
|
Passed as download directory to transmission (`-w`)
|
||||||
* `dirPerAnime` - whether to create one directory per anime. Created automatically as sub folder of `animeDownloadDir`
|
* `dirPerAnime` - whether to create one directory per anime. Created automatically as sub folder of `animeDownloadDir`
|
||||||
by replacing spaces in the anime name with underscores
|
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 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
|
* 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
|
`SubsPlease` group
|
||||||
|
|||||||
Reference in New Issue
Block a user