lrcget icon indicating copy to clipboard operation
lrcget copied to clipboard

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

Open kyxap opened this issue 11 months ago • 1 comments

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

kyxap avatar Mar 23 '24 18:03 kyxap

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.

tranxuanthang avatar Mar 25 '24 09:03 tranxuanthang