Replies: 5 comments 1 reply
-
I'm not sure what you are trying to do here, but your flags do not look right. If you are just trying to import your library, start with |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response, I have just started out with beets so it is very likely that I am doing multiple things wrong. I have mostly single tracks as opposed to albums and I need to use resume because gstreamer, which is used by bpmanalyser and replaygain, keeps crashing after about a hundred or so tracks. I'm using this library as a base library for DJ'ing, so right now I have just shy of 7K tracks in either MP3, Flac or AIFF format and they are almost exlusively single tracks. My goal is, after the first large batch import is complete, to have an input directory with music. The contents of this directory will then be moved to the library during import. The genre is part of the file structure, and bpm and quality data is part of the file name. It seems to me therefore that after the initial import a second move or update or import -L cycle is needed in order to reflect the newly discovered metadata in the path and filenames. config.yaml:
|
Beta Was this translation helpful? Give feedback.
-
You are using a relatively old version. Please update beets - My recommendation would be to import the library first before you run the bpmanalyser and replaygain plugins. Once the library is imported, everything is so much easier. BTW... |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks. will try to update beets even though I installed it just a few days ago so unsure how it pulled an old version. I would not mind an album file structure for singles as the end result, but my input directory is one big chunk of unrelated files so not sure if beets would be able to make albums out of an unsorted list. Will test with moving some of the optional plugins to a secondary step outside of the import process as well. |
Beta Was this translation helpful? Give feedback.
-
Oh that's a nice way to fix it.
I have beets 1.6.1 installed now through the command you posted. I'm still
not sure how I got 1.6.0 a couple of days ago by following the readthedocs
instructions, and github still seems to show that version first.
I currently have Spotify, beatport4, discogs and bandcamp enabled but once
a song gets tagged it'll set the ID for one of these (whichever was first)
and then on subsequent runs it'll send Spotify ID's to bandcamp or other
bad combinations, which seem to effectively disable their purpose. Is that
correct or can it still benefit from having multiple sources for Metadata?
This might be fixed in the new version by the way, I'm still running the
new import.
…On Wed, Mar 13, 2024, 01:54 Alok Saboo ***@***.***> wrote:
If you use Spotify tagger, it will update the album name. Then, you can
add $album to the path for singletons, and you will end up with the right
folder structure.
—
Reply to this email directly, view it on GitHub
<#5143 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABU7TCC4SREU6ZUXJNQADHDYX46N3AVCNFSM6AAAAABER5OJQKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONRTGQYTA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm building my library with beets at the moment, and while playing around with various plugins to get more metadata and so on I noticed that every time I run
beet import -s -L -p
There are a number of songs that keep asking me for confirmation no matter how many times I confirm that I want to apply or take any other kind of action.
/media/music/Library/House/&ME - Garden - 122 320kbps 44kHz.mp3 Tagging track: &ME - Garden URL: https://open.spotify.com/track/00cJqEccK1XmxioVYcbQPs (Similarity: 88.0%) (index, source) (Spotify) [A]pply, More candidates, Skip, Use as-is, Enter search, enter Id, aBort, Print tracks, eDit, edit Candidates?
In the example above, the match on spotify is correct. I am not sure why it only scores 88% similarity, but I would like to commit to this match and not have beets ask me again about this file, unless something about it has changed.
I'm running repeated imports and beet update commands, as well as others while getting genre identification and tagging to work correctly so I am not sure if I am inadvertently triggering beets to keep ask me about the same songs every time.
When I run exactly the same command after it finishes the first time, it starts immediately by asking me about the same song again.
Beta Was this translation helpful? Give feedback.
All reactions