Update documentation

This commit is contained in:
2020-09-30 21:50:42 +02:00
parent 0ba60e741c
commit 0b282348d7

View File

@ -1,11 +1,11 @@
#!/usr/bin/python3
'''
Checks available MAME Torrents on PleasureDome
Checks available Torrents on PleasureDome
and updates the local versions if more recent
versions are detected
Basically what it does is:
* Get all torrents in a directory and filter MAME torrents
* Get all torrents in a directory torrents
* Get all torrents from PleasureDome RSS
* Get all torrents currently active in Transmission
* Intersect the first two lists to get updatable torrents
@ -14,6 +14,11 @@ Basically what it does is:
- rename the local directory,
- add the new torrent
Supported Torrents:
* MAME
* HBMAME
* No-Intro
Work in progress…
* TODO: implement some error handling