mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-08 04:39:29 +01:00
Pass full mb unicode names to beets
Possibly fixes https://github.com/rembo10/headphones/issues/2919
This commit is contained in:
@@ -955,10 +955,8 @@ def correctMetadata(albumid, release, downloaded_track_list):
|
||||
|
||||
try:
|
||||
cur_artist, cur_album, prop = autotag.tag_album(items,
|
||||
search_artist=helpers.latinToAscii(
|
||||
release['ArtistName']),
|
||||
search_album=helpers.latinToAscii(
|
||||
release['AlbumTitle']))
|
||||
search_artist=release['ArtistName'],
|
||||
search_album=release['AlbumTitle'])
|
||||
candidates = prop.candidates
|
||||
rec = prop.recommendation
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user