Using advancedrewrite only on singletons doesn't work when importing #5827
Unanswered
mattijsbliek
asked this question in
Q&A
Replies: 0 comments
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.
-
The way I handle my music organization for singletons is by putting them into a single album. I set the album artist to "Various artists", and the album to "Singles". This way all my singles are grouped in a single album in all my media players.
Now I was hoping to achieve this by letting advancedrewrite set these fields on import, and using
match: "singleton:true"
to make sure it doesn't do this for album imports.This doesn't work however, advancedrewrite is trying to rewrite everything I import, also albums. My theory is that perhaps advancedrewrite runs before beets had a chance to tag the import as a singleton. I don't this for sure however.
Any solutions or workarounds would be much appreciated 🙏
This is my config:
Beta Was this translation helpful? Give feedback.
All reactions