Skip to main content

Beets plugin that provides a customizable flexible field/tag, vt_albumartist, which defaults to the track's albumartist.

Project description

Beets - VT Album Artist

This is a plugin for Beets. It provides a customizable flexible field/tag, vt_albumartist, which defaults to the track's albumartist. With this tag you'll be able to group different artists under a same group if your music player supports custom tags (e.g.: MusicBee).

Plugin only lightly tested by me. Use at your own risk!

Install

To install it, use pip:

pip install beets-vtalbumartist

or

git clone https://github.com/rafaelparente/beets-vtalbumartist.git
cd beets-vtalbumartist
python setup.py install

Configuration

Enable the plugin in beets' config.yaml

plugins: vtalbumartist

How to use it

It works as an extra import stage, after Apply-like actions, which allows the user to Edit the "Virtual Album Artist", saving this value under the field/tag "vt_albumartist". If not edited, its value will be the same as the album's artist field/tag.

To change this field/tag for already imported tracks (but not set it), use the modify function on beets like it's explained here in the Docs. For example:

beet modify vt_albumartist='beastie men' artist:'beastie boys'

will change the tag for all tracks whose artist is "beastie boys".

It's compatible with built-in plugins that modify tags, like scrub and mbsync. Currently, the only way to set this field/tag for already imported tracks is by using the plugin scrub. By running it, tracks without this field/tag will be set with the default value (albumartist).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beets-vtalbumartist-1.0.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

beets_vtalbumartist-1.0.2-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page