How to use a different album_path
for compilations?
#231
Replies: 2 comments 10 replies
-
Could you give some examples of your desired end-result paths? |
Beta Was this translation helpful? Give feedback.
-
Hey @jtpavlock! Taking another stab at music tagging so I'm revisiting this discussion after almost 2 years lol. I'm thinking of opening a PR implementing your suggestion for an Just feeling a bit rusty. Could you just remind/explain how this hook differs from I know you explained the idea a bit more in https://github.com/orgs/MoeMusic/discussions/229#discussioncomment-4052613. Is the main idea that If it doesn't sanitize that might be good because sanitation could be manually invoked on e.g. artist names in case they have |
Beta Was this translation helpful? Give feedback.
-
I am trying to place compilations (and eventually soundtracks) in separate directories which in beets is achieved by conditioning the album path on the album type. I don't think this is currently possible with Moe but I'm wondering what features are needed to be able to do this.
Not sure how specifying different album paths under certain criteria should work. Can a plugin be used to do this? The beets approach of specifying conditional album paths in the configuration file seems fine to me but it might not necessarily be the best or most flexible.
The other missing piece is having the album type be a
MetaAlbum
andAlbum
property which can be grabbed from Musicbrainz. This should be pretty straightforward to implement I think? Happy to give it a shot if so. It should then be easy to implement the functionality of the beetsalbumtypes
plugin using Moe plugins.Beta Was this translation helpful? Give feedback.
All reactions