Hi all! Let’s say I deleted some unneeded duplicate music. How do I tell beets the files aren’t there any more?
That’s not my main question, but it’s related. I mainly want to know, if I rename some folders, how do I ask beets to re-synchronize?
I am willing to totally re-import from scratch if necessary, but I don’t know how to do that either besides uninstalling beets and all its metadata files and re-installing…
Hello! This is what the beet update command is supposed to do. It picks up changes to files’ tags and detects deleted files. It cannot, however, detect when you rename files or folders—it will think they were deleted (because filesystems don’t leave behind any evidence of renaming).
Thank you Adrian! I appreciate beets in general and you taking the time. I think I can combine “beet update” with something like ‘beet import -A -W beets-library’ and this will solve the rest of my particular issue.