-
Beta Was this translation helpful? Give feedback.
Answered by
arogl
Sep 22, 2024
Replies: 3 comments 8 replies
-
You could use as-is, but you may want to add some meta data to the files for album and year so that beets can then put all the files into the folder. You may just want to define a path like: paths:
default: ($year) $album/$artist - $title It all depends on how you want your music stored. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Import them as singletons and match each track. Spotify tag source should work well here. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete the
singleton
in path or comment out with a#
in your config file.Try
beet import -s <folder>
orbeet import <folder>
and then selectT
racks