From 7ed742b268a600df3b1ca547f5d50af334ba4bbf Mon Sep 17 00:00:00 2001 From: "nath@home" Date: Tue, 1 Sep 2015 23:38:25 +0200 Subject: [PATCH] play-raw: Fix a docstring and add doc --- beets/util/__init__.py | 2 +- docs/plugins/play.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/beets/util/__init__.py b/beets/util/__init__.py index 261edd587..158a6c8e1 100644 --- a/beets/util/__init__.py +++ b/beets/util/__init__.py @@ -736,7 +736,7 @@ def open_anything(): def interactive_open(targets, command=None): - """Open the file `target` by `exec`ing a new command. (The new + """Open the files in `targets` by `exec`ing a new command. (The new program takes over, and Python execution ends: this does not fork a subprocess.) diff --git a/docs/plugins/play.rst b/docs/plugins/play.rst index 08172c7c9..9af886c13 100644 --- a/docs/plugins/play.rst +++ b/docs/plugins/play.rst @@ -44,6 +44,9 @@ configuration file. The available options are: paths to each track on the matched albums. Enable this option to store paths to folders instead. Default: ``no``. +- **raw**: Instead of creating a temporary m3u playlist and then opening it, + simply call the command with the paths returned by the query as arguments. + Default: ``no``. Optional Arguments ------------------