Replies: 1 comment 4 replies
-
According to https://beets.readthedocs.io/en/stable/dev/plugins.html it looks like something like this should do it:
But the code above does not write the tag :/. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My mp3 player cares about the 'AlbumSort' tag, and I'd like to add it automatically when importing files into my beets library.
I'm imagining a config that looks a lot like
paths:
:Does this look like a viable feature, and if not can you point me in the right direction for authoring a plugin that would add an
AlbumSort
tag in this way? Thanks!Beta Was this translation helpful? Give feedback.
All reactions