https://github.com/davidhampgonsalves/beets-plugin-play
Beets plugin that sends the results of a music query to your music player.
https://github.com/davidhampgonsalves/beets-plugin-play
beets featured python
Last synced: about 1 month ago
JSON representation
Beets plugin that sends the results of a music query to your music player.
- Host: GitHub
- URL: https://github.com/davidhampgonsalves/beets-plugin-play
- Owner: davidhampgonsalves
- License: mit
- Created: 2014-04-18T11:47:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T17:08:00.000Z (about 11 years ago)
- Last Synced: 2025-12-15T01:15:23.565Z (7 months ago)
- Topics: beets, featured, python
- Language: Python
- Homepage: https://beets.readthedocs.io/en/latest/plugins/play.html
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
beets-plugin-play
=================
Beets plugin that sends track query results to a music player as a playlist.
## Usage
beet play query
## Configuration
By default the play command will use your system default application for m3u files.
To override this you can configure the command attribute in your beets config.yaml.
```YAML
play:
command: /Applications/VLC.app/Contents/MacOS/VLC
```
The command attribute should point to the player of your choice with any arguments required to handle a path to a m3u playlist which the plugin will append. The above example is for VLC on OSX.
You can optionally set a debug attribute to help with setting up your command attribute.
```YAML
play:
command: cvlc
debug: true
```
## Options
-a, --album - search by album and load album folders rather then individual tracks
## Install
this plugin can be placed inside the plugings directory of beets and configured as described above.
~/beets/beetsplug/play.py
or
see: http://beets.readthedocs.org/en/latest/plugins/#other-plugins