Open ryanakca opened 6 years ago
Thanks for noticing that, @ryanakca!
For an example of how to redact configuration options, please see: https://github.com/beetbox/beets/blob/3ede5f26c80be01b9900c158f55356742fe70b47/beetsplug/mpdupdate.py#L75
@ryanakca It may be that you need to update the plugin. The latest version 1.1.0 (on PyPI as well) corrected this behavior. See https://github.com/nolsto/beets-follow/commit/0c74b2e0a4a7a15d55d6dfbbaf37b91147459a3d
Looks like this may not actually not be implemented correctly. Sorry for closing. I'll look into it.
Looks like I probably packaged to PyPI without incrementing the minor version number. I'll repackage to 1.1.1, but in the meantime, you can get the working version with pip install --upgrade --force-reinstall beets-follow
Unlike the
musicbrainz
plugin, thefollow
plugin will leak passwords viabeet config
. Please redact the password instead.