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

Automatically scan music directories in the background #13192

Open
spotlesscoder opened this issue May 1, 2024 · 4 comments
Open

Automatically scan music directories in the background #13192

spotlesscoder opened this issue May 1, 2024 · 4 comments
Labels

Comments

@spotlesscoder
Copy link
Contributor

Feature Description

I want to be able to specify a time interval in seconds in which all a configured music directory will be re-scanned while mixxx is running and new tracks should then automatically appear in the library

@ronso0
Copy link
Member

ronso0 commented May 3, 2024

IIRC the library scanner gets exclusive database access to avoid database inconsistencies, for this it initiates a modal progress dialog blocks the main GUI.

A timed rescan can of course be implemented, but I think, before starting the scan, users should confirm, i.e. have a chance to reject / delay / reschedule the scan, to not unexpectedly interrupt the current (live?) session.

@spotlesscoder
Copy link
Contributor Author

Yes, that sounds good :)

The rescan confirmation should maybe be a little popup in the bottom right corner while songs are playing so a live session is not interfered with too much.

Just like vscode does it

@daschuer
Copy link
Member

daschuer commented May 3, 2024

What is your use case? You describe a solution only.
Maybe there is another solution for it, because normally the music folders do not change when using Mixxx only.

@spotlesscoder
Copy link
Contributor Author

I am building a library while at the same time trying out the new songs I buy in a set I am preparing for a show

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

No branches or pull requests

3 participants