How to list deleted files? #5658
Unanswered
Gwouigwoui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 than update will read the metadata of each file.Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions