Skip to content

Commit

Permalink
play-raw: Fix a docstring and add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nath@home committed Sep 1, 2015
1 parent 9c66343 commit 7ed742b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beets/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down
3 changes: 3 additions & 0 deletions docs/plugins/play.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand Down

0 comments on commit 7ed742b

Please sign in to comment.