-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip based on mtime, not folder #5455
Comments
What do you mean by "won't pick up the changes"? What beet command is it you're running that is ignoring the changes? Can you please provide the output when running it with We already use Lines 1660 to 1667 in 03f1205
|
My imports are always done with something like After all these years you're telling me I could use I thought that was only for re-tagging existing media, not for detecting changes and re-importing them. I was under the impression that only The docs here don't make this very clear: https://beets.readthedocs.io/en/stable/reference/cli.html#update |
Yeah it sounds like Am I right in understanding that you have a "source" library (at |
Yes that's correct.
Beets' files are hardlinks. |
I have one piece of software that manages ingestion of my library and I rely on Beets for proper tagging and naming. I'm having Beets hardlink the files to its own view of the library which works great, but when I change an album it won't pick up the changes because it's skipping the directory. It would be great if instead it could scan and skip importing based on a file's mtime.
Right now I have to work around it by manually re-importing the album directory with
--flat
which works but is very tedious and makes it hard to automate.The text was updated successfully, but these errors were encountered: