beetbox / beetbox/beets

Beets scrub plugin ignore custom tag from scrubbing

Open
#6,537 3 comments 0 reactions 0 assignees View on GitHub
scrub
Dominant language
Python
Stars
15.7k
Forks
2.1k
Avg merge
4d 21h
Merged PRs (30d)
31

Description

According to description of scrub plugin, it only scrubs tags that are not tracked by beets

https://beets.readthedocs.io/en/v1.3.3/plugins/scrub.html

I have a custom tag "SUBBOX_ID" that I write to files. I want scrub to NOT remove this custom tag, but to remove everything else.

I've tried adding the following item_fields to my config but scrub still seems to remove the tag:

item_fields:

subbox_id: subbox_id
SUBBOX_ID: SUBBOX_ID

How can I get beets to track my custom tag so it is not scrubbed by the scrub plugin?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.