From 1ee24b443dbdab0b1db5887241d66c3f2d641bf0 Mon Sep 17 00:00:00 2001 From: "Jan Willhaus [bot]" Date: Fri, 9 Feb 2024 21:46:21 +0000 Subject: [PATCH] build(rich-codex): Update screengrabs --- .assets/podcast-archiver-help.svg | 242 +++++++++++++++--------------- 1 file changed, 125 insertions(+), 117 deletions(-) diff --git a/.assets/podcast-archiver-help.svg b/.assets/podcast-archiver-help.svg index d3e7d6e..6634099 100644 --- a/.assets/podcast-archiver-help.svg +++ b/.assets/podcast-archiver-help.svg @@ -1,4 +1,4 @@ - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + - + - + - - $ podcast-archiver --help - -Usage:podcast-archiver [OPTIONS]                                                                                                           - - Archive all of your favorite podcasts                                                                                                       - -╭─ Basic parameters ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---feed-fTEXT       Feed URLs to archive. Use repeatedly for multiple feeds.                                                         -[env var: PODCAST_ARCHIVER_FEED]                                                                                ---opml-oTEXT       OPML files containing feed URLs to archive. OPML files can be exported from a variety of podcatchers. Use        -                          repeatedly for multiple files.                                                                                   -[env var: PODCAST_ARCHIVER_OPML]                                                                                ---dir-dDIRECTORY  Directory to which to download the podcast archive. By default, the archive will be created in the current       -                          working directory  ('.').                                                                                        -[env var: PODCAST_ARCHIVER_DIR]                                                                                 -[default: .]                                                                                                    ---config-cFILE       Path to a config file. Command line arguments will take precedence.                                              -[env var: PODCAST_ARCHIVER_CONFIG]                                                                              -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Output parameters ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---filename-template-FTEXT  Template to be used when generating filenames. Available template variables are: 'episode.title,           -                                'episode.subtitle, 'episode.published_time, 'episode.original_filename, 'show.title, 'show.subtitle,       -                                'show.author, 'show.language', and 'ext' (the filename extension)                                          -[env var: PODCAST_ARCHIVER_FILENAME_TEMPLATE]                                                             -[default: {show.title}/{episode.published_time:%Y-%m-%d} - {episode.title}.{ext}]                         ---write-info-json  Write episode metadata to a .info.json file next to the media file itself.                                 -[env var: PODCAST_ARCHIVER_WRITE_INFO_JSON]                                                               ---slugify-S  Format filenames in the most compatible way, replacing all special characters.                             -[env var: PODCAST_ARCHIVER_SLUGIFY]                                                                       -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Processing parameters ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---update-u  Update the feeds with newly added episodes only. Adding episodes ends with the first episode already         -                              present in the download directory.                                                                           -[env var: PODCAST_ARCHIVER_UPDATE]                                                                          ---max-episodes-mINTEGER  Only download the given number of episodes per podcast feed. Useful if you don't really need the entire      -                              backlog.                                                                                                     -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ -╭─ Miscellaneous Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ ---help-h  Show this message and exit.                                                                         ---quiet-q  Print only minimal progress information. Errors will always be emitted.                             -[env var: PODCAST_ARCHIVER_QUIET]                                                                  ---concurrency-CINTEGER        Maximum number of simultaneous downloads.                                                           -[env var: PODCAST_ARCHIVER_CONCURRENCY]                                                            ---debug-partial  Download only the first 1048576 bytes of episodes for debugging purposes.                           -[env var: PODCAST_ARCHIVER_DEBUG_PARTIAL]                                                          ---verbose-vINTEGER RANGE  Increase the level of verbosity while downloading.                                                  -[env var: PODCAST_ARCHIVER_VERBOSE]                                                                ---version-V  Show the version and exit.                                                                          ---config-generate  Emit an example YAML config file to stdout and exit.                                                -╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ - + + $ podcast-archiver --help + +Usage:podcast-archiver [OPTIONS]                                                                                                           + + Archive all of your favorite podcasts                                                                                                       + +╭─ Basic parameters ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--feed-fTEXT       Feed URLs to archive. Use repeatedly for multiple feeds.                                                         +[env var: PODCAST_ARCHIVER_FEED]                                                                                +--opml-oTEXT       OPML files containing feed URLs to archive. OPML files can be exported from a variety of podcatchers. Use        +                          repeatedly for multiple files.                                                                                   +[env var: PODCAST_ARCHIVER_OPML]                                                                                +--dir-dDIRECTORY  Directory to which to download the podcast archive. By default, the archive will be created in the current       +                          working directory  ('.').                                                                                        +[env var: PODCAST_ARCHIVER_DIR]                                                                                 +[default: .]                                                                                                    +--config-cFILE       Path to a config file. Command line arguments will take precedence.                                              +[env var: PODCAST_ARCHIVER_CONFIG]                                                                              +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Output parameters ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--filename-template-FTEXT  Template to be used when generating filenames. Available template variables are: 'episode.title,           +                                'episode.subtitle, 'episode.published_time, 'episode.original_filename, 'show.title, 'show.subtitle,       +                                'show.author, 'show.language', and 'ext' (the filename extension)                                          +[env var: PODCAST_ARCHIVER_FILENAME_TEMPLATE]                                                             +[default: {show.title}/{episode.published_time:%Y-%m-%d} - {episode.title}.{ext}]                         +--write-info-json  Write episode metadata to a .info.json file next to the media file itself.                                 +[env var: PODCAST_ARCHIVER_WRITE_INFO_JSON]                                                               +--slugify-S  Format filenames in the most compatible way, replacing all special characters.                             +[env var: PODCAST_ARCHIVER_SLUGIFY]                                                                       +--dry-run-n  Do not download anything.                                                                                  +[env var: PODCAST_ARCHIVER_DRY_RUN]                                                                       +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Processing parameters ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--update-u  Update the feeds with newly added episodes only. Adding episodes ends with the first episode already         +                              present in the download directory.                                                                           +[env var: PODCAST_ARCHIVER_UPDATE]                                                                          +--max-episodes-mINTEGER  Only download the given number of episodes per podcast feed. Useful if you don't really need the entire      +                              backlog.                                                                                                     +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +╭─ Miscellaneous Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ +--help-h  Show this message and exit.                                                                         +--quiet-q  Print only minimal progress information. Errors will always be emitted.                             +[env var: PODCAST_ARCHIVER_QUIET]                                                                  +--concurrency-CINTEGER        Maximum number of simultaneous downloads.                                                           +[env var: PODCAST_ARCHIVER_CONCURRENCY]                                                            +--debug-partial  Download only the first 1048576 bytes of episodes for debugging purposes.                           +[env var: PODCAST_ARCHIVER_DEBUG_PARTIAL]                                                          +--verbose-vINTEGER RANGE  Increase the level of verbosity while downloading.                                                  +[env var: PODCAST_ARCHIVER_VERBOSE]                                                                +--version-V  Show the version and exit.                                                                          +--config-generate  Emit an example YAML config file to stdout and exit.                                                +╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ +