py-beets: updated to 1.4.7

1.4.7:

This new release includes lots of new features in the importer and the
metadata source backends that it uses.
We've changed how the beets importer handles non-audio tracks listed in
metadata sources like MusicBrainz:

* The importer now ignores non-audio tracks (namely, data and video tracks)
  listed in MusicBrainz. Also, a new option, :ref:ignore_video_tracks, lets
  you return to the old behavior and include these video tracks.
* A new importer option, :ref:ignored_media, can let you skip certain media
  formats.

There are other subtle improvements to metadata handling in the importer:
* In the MusicBrainz backend, beets now imports the
  musicbrainz_releasetrackid field. This is a first step toward
* A new importer configuration option, :ref:artist_credit, will tell beets
  to prefer the artist credit over the artist when autotagging.

And there are even more new features:
* :doc:/plugins/replaygain: The beet replaygain command now has
  --force, --write and --nowrite options.
* A new importer configuration option, :ref:incremental_skip_later, lets you
  avoid recording skipped directories to the list of "processed" directories
  in :ref:incremental mode. This way, you can revisit them later with
  another import.
* :doc:/plugins/fetchart: The configuration options now support
  finer-grained control via the sources option. You can now specify the
  search order for different *matching strategies* within different backends.
* :doc:/plugins/web: A new cors_supports_credentials configuration
  option lets in-browser clients communicate with the server even when it is
  protected by an authorization mechanism (a proxy with HTTP authentication
  enabled, for example).
* A new :doc:/plugins/sonosupdate plugin automatically notifies Sonos
  controllers to update the music library when the beets library changes.
* :doc:/plugins/discogs: The plugin now stores master release IDs into
  mb_releasegroupid. It also "simulates" track IDs using the release ID
  and the track list position.
* :doc:/plugins/discogs: Fetch the original year from master releases.

There are lots and lots of fixes
This commit is contained in:
adam 2018-07-09 08:06:18 +00:00
parent 1497f2b9e8
commit 55ba649e8d
3 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2018/01/30 14:10:11 adam Exp $
# $NetBSD: Makefile,v 1.22 2018/07/09 08:06:18 adam Exp $
DISTNAME= beets-1.4.6
DISTNAME= beets-1.4.7
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/beets/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2017/07/23 19:04:10 adam Exp $
@comment $NetBSD: PLIST,v 1.12 2018/07/09 08:06:18 adam Exp $
bin/beet${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@ -260,6 +260,9 @@ ${PYSITELIB}/beetsplug/scrub.pyo
${PYSITELIB}/beetsplug/smartplaylist.py
${PYSITELIB}/beetsplug/smartplaylist.pyc
${PYSITELIB}/beetsplug/smartplaylist.pyo
${PYSITELIB}/beetsplug/sonosupdate.py
${PYSITELIB}/beetsplug/sonosupdate.pyc
${PYSITELIB}/beetsplug/sonosupdate.pyo
${PYSITELIB}/beetsplug/spotify.py
${PYSITELIB}/beetsplug/spotify.pyc
${PYSITELIB}/beetsplug/spotify.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.14 2018/01/30 14:10:11 adam Exp $
$NetBSD: distinfo,v 1.15 2018/07/09 08:06:18 adam Exp $
SHA1 (beets-1.4.6.tar.gz) = 7984f8c372b0925a3a6054b17f62f9289db62d85
RMD160 (beets-1.4.6.tar.gz) = b82a5bacd33e7e1abe0b3526d5efe9c703d86d75
SHA512 (beets-1.4.6.tar.gz) = 26007fff252d26fdbabbfa60271bfb0454eeae0e510addf620dfa21cc9c4da2282ab5abfa3c6585eac810117aa331f966844d97b09624e51a438973bdeb8dcec
Size (beets-1.4.6.tar.gz) = 1451376 bytes
SHA1 (beets-1.4.7.tar.gz) = 6b8b3e87a8e9a6c5d22ae174285f2d8c84e1d5f0
RMD160 (beets-1.4.7.tar.gz) = f28876dee58f359377d763ef5508f2d7c95c5647
SHA512 (beets-1.4.7.tar.gz) = 6663a2ffece208a510fce9f5d3dd9c8e617cab60cdb994f7bdb13fd759cfea8882290c75c3cdf4f6de9c7d9b78845b6ed29f98b41c787c89ff8782e4ac3ec152
Size (beets-1.4.7.tar.gz) = 1458621 bytes