From a75cb1710becff7bdc820faefbf0d2f498312fc8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 2 Aug 2016 01:59:07 -0700 Subject: [PATCH] Update README.rst --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0e0f2da..b6332ad 100644 --- a/README.rst +++ b/README.rst @@ -121,16 +121,15 @@ how RTV will open different types of links | | A mailcap file allows you to associate different MIME media types, like ``image/jpeg`` or ``video/mp4``, with shell commands. -To get started, copy the default mailcap template to your home directory. +This feature is disabled by default because it takes a a few extra steps to configure. To get started, copy the default mailcap template to your home directory. .. code-block:: bash $ rtv --copy-mailcap -This template contains examples for common MIME types as well as popular reddit websites like `imgur `_, and `gfycat `_. - -This setting is disabled by default because it takes a few extra steps to configure. +This template contains examples for common MIME types as well as popular reddit websites like `imgur `_, `youtube `_, and `gfycat `_. Open the mailcap template and follow the `instructions `_ given inside. +Once you've setup your mailcap file, enable it by launching rtv with the ``rtv --enable-media`` flag (or set it in your **rtv.cfg**) ----------- Environment