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