Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scholtes committed Nov 24, 2018
1 parent ba6162d commit 7f89f86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Change Log
==========

## Upcoming
## v0.9.0 - 2018-11-24
* The package is now on PyPI
* Require at least beets v1.4.7
* Update album art in alternatives when it changes
* Python 3 support (Python 2.7 continuous to be supported)
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,20 @@ Your favorite iPlayer has limited space and does not support Ogg Vorbis? You
want to keep lossless versions on a large external drive? You want to
symlink your audio to other locations?

With this [beets][beets-docs] plugin every file in you music library have
multiple alternate versions in separate locations.

Getting Started
---------------

The basic idea of this plugin is that every file in your library can
have multiple alternate versions in separate locations.

Since this plugin is in early development you will need to install it from the
master branch. You will also need at least version 1.4.7 of beets.
You will also need at least version 1.4.7 of beets.

```
pip install --upgrade beets>=1.4.7
pip install git+git://github.com/geigerzaehler/beets-alternatives.git@master
pip install --upgrade beets>=1.4.7 beets-alternatives
```

Don’t forget to [enable the plugin][using plugins]. You may use the
`beet config --edit` command to add the *alternatives* plugin to the
configuration.
Then, [enable the plugin][using plugins]. You may use the `beet config --edit`
command to add the *alternatives* plugin to the configuration.

```yaml
plugins:
Expand Down Expand Up @@ -259,6 +256,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


[beets-docs]: https://beets.readthedocs.io/en/latest/index.html
[beets-issue-split-symlinks]: https://github.com/sampsyo/beets/issues/153
[config-directory]: http://beets.readthedocs.org/en/latest/reference/config.html#directory
[config-paths]: http://beets.readthedocs.org/en/latest/reference/config.html#path-format-configuration
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

setup(
name='beets-alternatives',
version='0.8.3-dev',
version='0.9.0',
description='beets plugin to manage multiple files',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Thomas Scholtes',
author_email='thomas-scholtes@gmx.de',
url='http://www.github.com/geigerzaehler/beets-alternatives',
Expand Down

0 comments on commit 7f89f86

Please sign in to comment.