warbo-utilities: ae9188a69f3bdb5ac42e7c7b53d9d6a5922f57ff

     1: From: Chris Warburton
     2: Date: Sat, 27 Jan 2018 23:33:05 +0000
     3: Subject: Re: Mark podcasts as read
     4: Message-Id: <8be70eab777f70fa-a32fdc5a616a9ae0-artemis@nixos>
     5: References: <8be70eab777f70fa-0-artemis@nixos>
     6: In-Reply-To: <8be70eab777f70fa-0-artemis@nixos>
     7: 
     8: Two thoughts:
     9: 
    10:  - Could we dedupe the resulting files, so even if we download something
    11:    multiple times we never get it in our TODO folder?
    12:  - Should we be including podcasts in our general feed at all? What if
    13:    we just managed them separately, e.g. having get_news write URLs to
    14:    files in an "Audio/Incoming/urls" folder, then fetch_podcasts could
    15:    download them to "Audio/TODO" then delete the URL file.
    16: 
    17: Some considerations:
    18: 
    19:  - We want to have the feeds checked automatically, e.g. as part of
    20:    get_news.
    21:  - We don't want to download the mp3s automatically, since it's highly
    22:    non-atomic and may get interrupted without us noticing, e.g. during a
    23:    suspend/resume. We should keep the fetch_podcasts command to get
    24:    them.

Generated by git2html.