Closed somasis closed 10 years ago
Thanks for the report! This seems to be a recent regression in the fetchart
plugin. Paging @KraYmer; this is apparently based on the recent filename-priority sorting.
It looks like an encoding issue in your configuration. Could you post it, @Somasis? (Output of beet config
suffices.)
mpd:
host: /home/somasis/Music/mpd.socket
password: ''
port: 6600
fetchart:
google_search: yes
cautious: no
maxwidth: 0
auto: yes
remote_priority: no
cover_names:
- cover
- front
- art
- album
- folder
color: yes
library: /home/somasis/Music/library.blb
original_date: yes
replaygain:
backend: gstreamer
targetlevel: 89
auto: yes
overwrite: no
plugins: discogs chroma fromfilename lyrics echonest mbsync fetchart embedart replaygain scrub ftintitle mpdstats mpdupdate rewrite web random fuzzy mbcollection bpd info missing duplicates
musicbrainz:
user: Somasis
pass: [redacted]
paths:
default: '%asciify{$albumartist - $album (%if{$year,$year - }%if{$bitdepth,$bitdepth-}$samplerate-$format) %aunique{}}/%asciify{$track - $artist - $title}'
singleton: Non-Album/%asciify{$artist - $title (%if{$year,$year - }%if{$bitdepth,$bitdepth-}$samplerate-$format)}
comp: Compilations/%asciify{$album%aunique{} (%if{$year,$year - }%if{$bitdepth,$bitdepth-}$samplerate-$format)}/%asciify{$track - $artist - $title}
threaded: yes
art_filename: cover
id3v23: yes
acoustid:
apikey: [redacted]
directory: /home/somasis/Music/
import:
write: yes
copy: yes
resume: ask
incremental: yes
timid: no
log: /home/somasis/Music/beets.log
detail: yes
autotag: yes
echonest:
apikey: [redacted]
upload: no
convert: yes
truncate: yes
auto: yes
codegen:
energy: energy
liveness: liveness
tempo: bpm
speechiness: speechiness
acousticness: acousticness
danceability: danceability
valence: valence
match:
preferred:
countries: [US]
media: [Vinyl]
original_year: yes
required: year
missing:
count: no
total: no
format:
rewrite: {}
embedart:
auto: yes
maxwidth: 0
mpdstats:
rating: yes
music_directory: /home/somasis/Music
rating_mix: 0.75
web:
host: ''
port: 8337
ftintitle:
drop: no
fuzzy:
threshold: 0.7
prefix: '~'
lyrics:
auto: yes
google_API_key:
fallback:
google_engine_ID: [redacted]
chroma:
auto: yes
discogs:
source_weight: 0.5
scrub:
auto: yes
duplicates:
album: no
full: no
format: ''
keys: [mb_trackid, mb_albumid]
move: no
tag: no
path: no
copy: no
count: no
checksum:
delete: no
bpd:
host: ''
password: ''
port: 6600
Nothing “wrong ” with your config. But I think I found the error (and fixed). Could you check against the master branch and reopen if it still fails?
Leave it up to vaporwave artists to give tracks titles that break programs.
Sorry for the long post, I figured the most detail wouldn't hurt.