Compare commits

6 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ def update_torrents():
"filename" : torrent['remote-link'],
"magnet_link": True,
"download_dir" : torrent['local-path'],
"paused" : True,
"paused" : False,
}
responce = client.torrent.add(arguments)
logging.debug('clutch responce : %s', responce)

View File

@ -8,7 +8,7 @@ Supported torrents:
* MAME
* HBMAME
![Sample output](https://djib.fr/djib/PDMameUpdate/raw/branch/master/screenshot.png)
![Sample output](https://git.djib.fr/djib/PDMameUpdate/raw/branch/master/screenshot.png)
## Installation
You need to rename `PDMameUpdate.template.json` to `PDMameUpdate.json` and modify it with the proper information.