Unwanted behavior when updating a music library

Joschi

New member
I automatically update the music library every night to read in any newly added songs.

However, the last few days I have encountered a massive load on the server because one option is not working as it should.

I use the following command:
Code:
makelibrary <normalize:-12,0;skip|silence:skip|bpm:skip> “90s”|"C:\Users\Päddy\Music\90s\”

If there are no changes, this task should be completed within a few seconds. But it is not. It takes over 30 minutes, which puts a massive load on the server.

The cause is as follows:
Code:
bpm:skip


The “skip” option does not work with BPM. Everything is read in again each time, which results in a high load every day.
If I change the command as follows

Code:
makelibrary <normalize:-12,0;skip|silence:skip> “90s”|"C:\Users\Päddy\Music\90s\”

the execution takes only 3 seconds.

We use the version 7.0.6.3 Standard
 
Back
Top