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

BpmAnalyser not outputting BPM Values #18

Open
OannesGPT opened this issue May 29, 2024 · 2 comments
Open

BpmAnalyser not outputting BPM Values #18

OannesGPT opened this issue May 29, 2024 · 2 comments
Assignees
Labels
more info needed Further information is requested

Comments

@OannesGPT
Copy link

Problem

Running your command in verbose (-vv) mode:

beet bpmanalyser --dry-run title:Tripura - Wizard Project

Led to this problem:

bpmanalyser: BpmAnalyser exec threads: 6
bpmanalyser: Done.

Setup

  • OS: W10
  • Python version: 3.13
  • Beets version: Latest
  • Turning off other plugins made problem go away (yes/no): no

My configuration (output of beet config) is:

directory: C:/Users/Hannes/Desktop/Test
library: C:/Users/Hannes/AppData/Roaming/beets/library.db
import:
  copy: yes
  write: yes
  move: no

plugins:
  - bpmanalyser

bpmanalyser:
  auto: no
  dry-run: no
  write: yes
  threads: "AUTO"
  force: no
  quiet: no

logging:
  level: DEBUG

My plugin version (output of beet bpmanalyser -v) is:

bpmanalyser: Bpm Analyser(beets-bpmanalyser) plugin for Beets: v1.5.9
@OannesGPT
Copy link
Author

OannesGPT commented May 29, 2024

I added an import into the library manually now:
"beet import "C:\Users\Hannes\Desktop\Test\Tripura - Wizard Project.mp3""

After which I had to go through a process of identifiying tags?
I made my way through and tried running dry analysis again:
"beet bpmanalyser --dry-run"
After which I seem to have got it to process the first time, but with error:


bpmanalyser: BpmAnalyser exec threads: 6
bpmanalyser: Error(3221225477): Unknown error! Unparsable response.
bpmanalyser: Done.

Any help would be very appreciated. I tried multiple audio analysis tools with varying results but not reliable enough to count on for an entire library. It looks like this module does more accurate readings and I'm willing to try it out properly.
Thank you all

@adamjakab adamjakab self-assigned this Jun 5, 2024
@adamjakab adamjakab added the more info needed Further information is requested label Jun 5, 2024
@adamjakab
Copy link
Owner

@OannesGPT - I will take a look. We need to get the raw response from the analysis so we can understand why it is not possible to parse.
In the meanwhile you could do the following:

  • test with a few other audio files to see if the error is consistent
  • verify that audio is correctly installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants