Changelog for #931

This commit is contained in:
Adrian Sampson 2014-09-04 10:45:34 -07:00
parent 88d7172c5e
commit 558c93f988
2 changed files with 4 additions and 2 deletions

View file

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

View file

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