-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Expose floating-point BPM in MediaFile or normalize floats to ints in database #762
Comments
Currently, MediaFile exposes the Alternatively, we could ensure that the database always stores integers. Currently, the field (via the |
Hi! I guess this was never resolved? It is somewhat annoying that "beet update" Is there any way to tell "write" and "update" to ignore the bpm field?
|
Not currently; sorry. |
Running "beet write" causes updates of bpm values from integer to float (bpm: 113 -> 113.145) despite multiple runs of "beet write". "beet update -p" suggests same changes the other way around (bpm: 113.145 -> 113).
The text was updated successfully, but these errors were encountered: