-
I don't get any results from the Discogs plugin when running on singletons like Does the Discogs plugin have the ability to search for single tracks using the Discogs API? I can enter search mode and successfully find the album to which a track belongs when messing around with I see from the My config is below, most notable is probably that I only receive results from Discogs since I've turned off Musicbrainz directory: '~/Temporary/Beets Sandbox/Music Library'
library: ~/.config/beets/library.db
plugins: convert discogs fetchart embedart
import:
move: yes # move files into destination directory
write: yes # permit editing of file tags
paths:
singleton: $artist - $title
convert:
format: mp3 # convert to MP3
auto: yes # automatically convert
delete_originals: true
musicbrainz:
enabled: no # disables Musicbrainz for releases after March 2022
discogs:
source_weight: 0.0
index_tracks: yes |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
-s is not implemented in the beets discogs plugin. You should be able to import single files in regular album mode though. You will see missing tracks being reported in the importer ui. I use it often that way myself. Have you tried using "Enter search" in the importer prompt and give artist and album title? That should find discogs matches alongside musicbrainz matches even when mb is still enabled! |
Beta Was this translation helpful? Give feedback.
-
That said, there is another way you can try with your "multi album folder": beet import --group-albums folder/ I hope I've triggered you anyway to help with discogs singleton docs and feature pushing forward :-) |
Beta Was this translation helpful? Give feedback.
-
I found two issues: #2544, #3574 Nothing recent like you suggested though. Should I revive one or more of these issues/PRs? |
Beta Was this translation helpful? Give feedback.
-
Sounds good! @JOJ0 Do you want dibs on this? If not, I'm happy to give it a go, but turn around may be a bit slower since I need to get familiar with how |
Beta Was this translation helpful? Give feedback.
-
Thanks to @ghbrown for implementing the feature and improving docs in #4634 |
Beta Was this translation helpful? Give feedback.
Thanks to @ghbrown for implementing the feature and improving docs in #4634