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