Replies: 3 comments 6 replies
-
|
Hi! Thanks for this note; it's a really clear write-up of a common problem. I don't think there is an existing plugin that does stuff like this. I seem to recall some discussion about this long ago, under the banner of thinking about the "metadata lifecycle." That was a bit more of an ambitious (probably too ambitious) plan, where the database would record a kind of "to-do" list for each album/track: have we fetched the album art, lyrics, etc. for this track yet? But I think you're right that the low-hanging fruit here is just being able to:
One "version 1.0" way to realize this plugin might be to just transparently add a field called |
Beta Was this translation helpful? Give feedback.
-
I agree that adding a field is a good way to go. Another idea I had was to do it based on the various I figured a
I think there might be value in a slightly more expressive status, to differentiate the upper corner between "MB tags are right/complete, but I want to tag this differently" and "MB tags are not quite right (e.g. missing my release)". Although I also have an idea for a different* plugin to solve the first case, so then the distinction wouldn't be necessary. *and I need to re-familiarize myself with all the existing plugins, to make sure that the functionality does not already exist :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @smichel17, you gotten around to writing this "pending" plugin or manage to use IHate with it already? I am facing a similar problem I guess. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before using Beets, my music library was already tagged from other sources, in a way that was basically-good-enough, but also managed manually, some
AudioTrack01's, etc. I was considering writing some simple scripts for managing it, but then found Beets. A big draw for me is the ability to sync metadata with "upstream" MusicBrainz (and other sources). I imagine this is a pretty typical story.Also pretty typical: A big pain point has been the time required to import. Well, kind of. It's actually more about having to spend that time up-front. Incremental import helps, but leaves my library split between two locations, which doesn't play well with other tools. Importing without auto-tagging and then gradually re-importing works, but opens up a separate can of worms:
The problem is that Beets' autotagger uses a bag of heuristics to determine whether an album matches an upstream data source, and there's no way for it to tell the difference between
I think the simplest solution would be a plugin which allows marking certain tracks/albums to be skipped during re-import.
Does a plugin (or setting I missed) for this exist? If not, I'd like to write one.
Beta Was this translation helpful? Give feedback.
All reactions