whatlastgenre
whatlastgenre copied to clipboard
Improve genre metadata of audio files based on tags from various music sites.
``` $ beet import -L long beach ✔ Traceback (most recent call last): File "/usr/bin/beet", line 33, in sys.exit(load_entry_point('beets', 'console_scripts', 'beet')()) File "/home/jojo/git/beets/beets/ui/__init__.py", line 1285, in main _raw_main(args) File...
Hi, is it possible to get the nice and informative output of the standalone version in beets as well? I tried with -vvvv but no luck, only beets related. I...
Hi, first: Thanks for the great work. * I have multiple folders with mp3 from different genres and artists. Like a folder with Top40 Charts. * I want to assing...
This error could be catched I guess. Haven't looked into it it yet. Can't even find the broken file at the moment. It's a messy folder with non-album tracks. ```...
I have some generally tagged music, but i would like more specific tagging when available. I don't want to lose the original tags. Is there a way to preserve them,...
There were a few missing genres, and some genres that were not matched to the [MusicBrainz genres](https://musicbrainz.org/genres), so I matched them and changed / added the aliases.
I think it would be useful to have an option to display the tags / genres which were discarded as they were not in the whitelist, so that the user...
It would be useful to be able to produce the Musicbrainz / Last.fm / Redacted link for items where a genre wasn't found, so that the user could submit genres...
I am getting an error when I have my redacted credentials in the config file. Here is my config file: ``` [wlg] sources = discogs, lastfm, redacted whitelist = tagsfile...
When I run wlg against my music, I now get this: [code]`Traceback (most recent call last): File "/usr/lib/python3.9/configparser.py", line 789, in get value = d[option] File "/usr/lib/python3.9/collections/__init__.py", line 941, in...