From 280cfa05e9ae04d986ef54e6df17271adbc1e788 Mon Sep 17 00:00:00 2001 From: Jeff Hughes Date: Fri, 14 Aug 2020 07:03:23 -0400 Subject: [PATCH] Small changes to readme (Fixes #8) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fed11c..8dfdf23 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![shellcaster logo: Ferris the crab with headphones](https://raw.githubusercontent.com/jeff-hughes/shellcaster/master/img/shellcaster-logo_smol.png) +
shellcaster logo: Ferris the crab with headphones
# Shellcaster Shellcaster is a terminal-based podcast manager, built in Rust. It provides a terminal UI (i.e., ncurses) to allow users to subscribe to podcast feeds, and sync feeds to check for new episodes. Episodes may be downloaded locally, played (with an external media player, at least for now), and marked as played/unplayed. Keybindings and other options are configurable via a config file. -![screenshot of shellcaster](https://raw.githubusercontent.com/jeff-hughes/shellcaster/master/img/screenshot.png) +
screenshot of shellcaster
## Installing shellcaster @@ -130,7 +130,7 @@ The sample file above provides comments that should walk you through all the ava * On Windows: C:\Users\\**username**\AppData\Local\shellcaster\ **play_command**: -* Command used to play episodes. Use "%s" to indicate where file/URL will be entered to the command. Note that shellcaster does *not* include a native media player, so it simply passes the file path/URL to the given command with no further checking as to its success or failure. +* Command used to play episodes. Use "%s" to indicate where file/URL will be entered to the command. Note that shellcaster does *not* include a native media player -- it simply passes the file path/URL to the given command with no further checking as to its success or failure. This process is started *in the background*, so be sure to send it to a program that has GUI controls of some kind so you have control over the playback. * Default: "vlc %s" **simultaneous_downloads**: