diff --git a/PDMameUpdate.py b/PDMameUpdate.py index 166d692..5337383 100755 --- a/PDMameUpdate.py +++ b/PDMameUpdate.py @@ -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