From 0b282348d7f8d24a834d37fa6b2a60da85d2f0ab Mon Sep 17 00:00:00 2001 From: djib Date: Wed, 30 Sep 2020 21:50:42 +0200 Subject: [PATCH] Update documentation --- PDMameUpdate.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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