Skip to content
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

Rescanning Library Does Not Omit Removed Files #742

Open
foglabs opened this issue Feb 22, 2024 · 3 comments
Open

Rescanning Library Does Not Omit Removed Files #742

foglabs opened this issue Feb 22, 2024 · 3 comments
Milestone

Comments

@foglabs
Copy link

foglabs commented Feb 22, 2024

Hey! Love the project so far, thanks!

On osx 13.4, I did the following:
-Scanned a folder of music ( Mooz/ )
-Deleted an album from a subfolder of the scanned folder ( Mooz/Lucky Daye/Candydrip )
-Rescanned the folder of music ( Mooz/ )

The Mooz/ folder is on my local machine, within my home folder.

I expected the deleted album to be removed from my library, but it instead remained present. I can retest or provide additional details if needed!

@martpie
Copy link
Owner

martpie commented Feb 22, 2024

Yeah, it's a known limitation, because the other way around would be a bit painful for users to revert. I have a few ideas how we could make it work thought, via storing blacklisted paths in the config, and allowing clearing the blocklist from the UI.

@martpie martpie added this to the 0.14 milestone Feb 22, 2024
@foglabs
Copy link
Author

foglabs commented Feb 23, 2024

thanks for responding! is the need that people might have a library with some externally-stored files that won't always be present during a scan?

anyway, let me know if I can help in some way

@martpie
Copy link
Owner

martpie commented Feb 23, 2024

Sorry I realize I wasn't super clear. Basically when tracks are removed from the library, they are just removed from the DB, but Museeks does not keep track of those deletions. Meaning during a re-scan, Museeks just re-import them.

The reason I did not implement a fix for that so far, was that in case someone really want to add them back (after deleting them), they should be able to "delete the deletion" from the UI, and I did not really find a good way to do that.

But I have a couple of ideas in mind now :)

@martpie martpie modified the milestones: 0.14, 0.20 Sep 12, 2024
@martpie martpie mentioned this issue Sep 12, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants