mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Changelog for #931
This commit is contained in:
parent
88d7172c5e
commit
558c93f988
2 changed files with 4 additions and 2 deletions
|
|
@ -39,6 +39,8 @@ Fixes:
|
|||
when there is a lot of previously-imported music to skip.
|
||||
* :doc:`/plugins/lyrics`: Remove ``<script>`` tags from scraped lyrics. Thanks
|
||||
to Bombardment.
|
||||
* :doc:`/plugins/play`: Add a ``relative_to`` config option. Thanks to
|
||||
BrainDamage.
|
||||
|
||||
.. _discogs_client: https://github.com/discogs/discogs_client
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ would on the command-line)::
|
|||
play:
|
||||
command: /usr/bin/command --option1 --option2 some_other_option
|
||||
|
||||
The plugin also supports generating the playlist items with relative paths
|
||||
to a folder, just pass the option relative_to specifying the location::
|
||||
You can configure the plugin to emit relative paths. Use the ``relative_to``
|
||||
configuration option::
|
||||
|
||||
play:
|
||||
relative_to: /my/music/folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue