How to list deleted files? #5658
Unanswered
Gwouigwoui
asked this question in
Q&A
Replies: 1 comment
-
Beets does not track if files get deleted. That's why you need to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment I'm using
beet update -p | grep -B 1 "deleted"
to list the files that got deleted from my library. It's working, but I feel like it's inefficient, as it's my understanding that update will read the metadata of each file.Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions