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

feature request: skip artist/album from full lib scan with condition #58

Open
kyxap opened this issue Mar 23, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@kyxap
Copy link

kyxap commented Mar 23, 2024

Hi there!

I think its make sense to be able to skip folder/artist/album if

  • just do not want to search
  • already found all lyrics
  • etc

adding simple file .lrcget_ignore will be enough for my case

The main idea if I add 1 new album it seems like I need to do full lib re-scan to get new lyrics

thanks

@tranxuanthang tranxuanthang added the enhancement New feature or request label Mar 25, 2024
@tranxuanthang
Copy link
Owner

I think the problem here is that LRCGET currently have to do a full rescan each time there is any changes (new files added or deleted in music folder) and it obviously takes too much time, especially for large library.

I'm still thinking about how we can improve this, maybe implementing some kind of diffing algorithm together with checking file hash.

The .lrcget_ignore file idea seems a bit overkill for me, but we certainly can consider it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants