Music from Spotify not being tagged on import #6458
Unanswered
lukebarone
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
Please paste your config. There is something wrong with your |
Beta Was this translation helpful? Give feedback.
1 reply
-
How did you run your initial import process? I would assume that |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have a thousand songs from Spotify saved. I attempt to import it into beets, and it moves everything into
Compilations/[2]/${trackNumber} ${trackName}.mp3. When I runbeet ls -f "[$format] $album ($year) - $artist - $title" | sort | uniq, I get only one line:... indicating that the files are imported, but data is not populating.
The original files are in one mass folder, named
${artist} - ${trackName}.mp3. My goal was to get album art embedded into the files, which is what turned me to beets in the first place.Reading further, I realize that beets expects folders of albums, not one massive folder of MP3s. Is there a way to get beets to import the music with the embedded ID3 tags, and read that info into its database?
Beta Was this translation helpful? Give feedback.
All reactions