From c1625280140cb38f3b7ce47dad3906f0d151190c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20P=C5=82ocki?= Date: Fri, 17 May 2024 22:44:02 +0200 Subject: [PATCH] README: Add the info about the last run mark file --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ac62c..564954a 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,26 @@ Examples: Once you establish the totem file, the script can use it to store the date of its last run. Then, based on this date, the script will download all new episodes that have appeared since then. -Set by `download_since_last_run`. Requires establish the totem file. +Set by `download_since_last_run`. Requires establish the store file by `last_run_mark_file_path`. + +#### Example: + +```json +{ + "last_run_mark_file_path": "~/.totem.json", + "podcasts": [ + { + "name": "The Skeptic Guide", + "rss_link": "https://feed.theskepticsguide.org/feed/rss.aspx", + "path": "~/podcasts/SGTTU" + } + ] +} +``` + +#### The last run mark file + +The script is reading the date of last modification of the file. The file's modification date is updated by the script. ## Download files from gaps