play-raw: Fix a docstring and add doc

This commit is contained in:
nath@home 2015-09-01 23:38:25 +02:00
parent 9c663432bd
commit 7ed742b268
2 changed files with 4 additions and 1 deletions

View file

@ -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.)

View file

@ -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
------------------