I've upgraded the plugin to 0.4 and refreshed the files from the master
of the MusicSimilarity backend.

Now every time I try to start the service I get this:


Code:
--------------------
    
  Traceback (most recent call last):
  File "M:\My Music\MusicSimilarity\music-similarity\music-similarity.py", line 
38, in <module>
  app.start_app(args, cfg, jukebox_file)
  File "M:\My Music\MusicSimilarity\music-similarity\lib\app.py", line 842, in 
start_app
  similarity_app.init(args, config, jukebox_path)
  File "M:\My Music\MusicSimilarity\music-similarity\lib\app.py", line 43, in 
init
  app_config['essentia']['highlevel'] = app_config['essentia']['enabled'] and 
tdb.files_analysed_with_essentia_highlevel()
  File "M:\My Music\MusicSimilarity\music-similarity\lib\tracks_db.py", line 
330, in files_analysed_with_essentia_highlevel
  self.cursor.execute('SELECT %s FROM tracks WHERE %s is not null LIMIT 1' % 
(ESSENTIA_HIGHLEVEL_ATTRIBS[0], ESSENTIA_HIGHLEVEL_ATTRIBS[0]))
  sqlite3.OperationalError: no such column: danceable
  Server ended at 11:31:51.51 on 06/02/2022
  
--------------------


Seeing as I'm running in Windows, I know I don't have the high-level
analysis fields, so this is likely why... but the config.json file has
"highlevel": false. (Albeit this is under essentia, so may not be
relevant when running the service).

Is there setting I need to exclude the high-level fields in the latest
back end (apologies if I missed it in the docs), or should I just hold
fire and stick to the previous version for now?


------------------------------------------------------------------------
mruddo's Profile: http://forums.slimdevices.com/member.php?userid=65325
View this thread: http://forums.slimdevices.com/showthread.php?t=115609

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to