Adam Jakab

Results 10 comments of Adam Jakab

Hi, yes same here - dropdown does not get populated - however even if it was, the 'database_options' is not flexible enough to be able to present a dropdown with...

Sidenote on Picard plugin development: Any time you make a change to the plugin code you need to shut down the application and run it again. Quite tedious... Ref.: https://community.metabrainz.org/t/plugin-development-debugging/420344

No, not really - I am playing about with JTab because I want to put up an on-line service (mostly for my own necessities) where one can register songs with...

Hi @CartoonFan. Inteersting issue. Looking at your config I cannot point to the cause of the error so it needs a bit more investigation. Can you try the following to...

I think I get it now... [ref](https://github.com/MTG/essentia/issues/594). can you pls try to change the configuration key from `essentia_extractor: /home/jeremiah/Downloads/workshop/beets/extractors/beta5/essentia_streaming_extractor_music_svm` to `essentia_extractor: /home/jeremiah/Downloads/workshop/beets/extractors/beta5/essentia_streaming_extractor_music` and try again?

the attached config shows that you are still using `essentia_extractor: /home/jeremiah/Downloads/workshop/beets/extractors/beta5/essentia_streaming_extractor_music_svm` Please change the binary from `essentia_streaming_extractor_music_svm` to `essentia_streaming_extractor_music` and try again.

Ok, the config is now pointing to the correct binary. Please try this from the console: `essentia_streaming_extractor_music INPUT OUTUT PROFILE` - `INPUT` is your music file - `OUTPUT` is the...

Something has gone haywire with your binary. Not sure TBH. I would remove it fully, install all dependencies and recompile essentia from scratch. I suggest you ask for some help...

I am also experiencing this BUT the console does NOT freeze. It just does not display any input after the command is run. STDOUT is probably used to dump binary...