Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beets-play: Add the option to pass the "raw" queried pathes to the player command #1578

Merged
merged 6 commits into from
Sep 2, 2015
Merged

Commits on Sep 1, 2015

  1. play-raw: Add the option to play the raw queried pathes

    I slightly rewrote the play plugin in order to improve
    the readability and to introduce the "raw" play config
    option which makes beet simply pass a list of pathes
    to the play command rather than a playlist.
    nath@home committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    18d5c3b View commit details
    Browse the repository at this point in the history
  2. play-raw: Call vlc with one file par arg

    nath@home committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    a23c5d4 View commit details
    Browse the repository at this point in the history
  3. pep8: Correct camelCase to snake_case

    nath@home committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    4eb563a View commit details
    Browse the repository at this point in the history
  4. Refactor util/interactive_open: multiple targets

    interactive_open should now be invoked with at least the list of
    targets and optionally the command to open the targets with.
    This allows beets-play to pass multiple file paths directly to
    the configured command.
    
    The changes to the existing invocations are pretty trivial in
    order to comply to this refactor.
    nath@home committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    9c66343 View commit details
    Browse the repository at this point in the history
  5. play-raw: Fix a docstring and add doc

    nath@home committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    7ed742b View commit details
    Browse the repository at this point in the history
  6. play-raw: Rename the command target:

    passed_to_command -> open_args
    nath@home committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    b9bc06d View commit details
    Browse the repository at this point in the history