BosseJ wrote: 
> 
> Anyway, at last there were some useful information (I think) in the log
> when I opened the Essentia attributes list in the LMS Playlist Editor:
> > 
Code:
--------------------
  >   > [17-11-29 01:38:10.0090] Slim::Networking::IO::Select::__ANON__ (131) 
Error: Select task failed calling Slim::Web::HTTP::processHTTP: Can't locate 
object method "selectall_array" via package "DBI::db" at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/LMSessentiaIntegration/Plugin.pm
 line 692.
  > 
--------------------
> > 
> 
> Anything that seems odd? Any missing Perl module or similar?
That's helpful. It seems one perl module (DBI) bundled with LMS is so
old that it's missing a method the plugin is using (which I didn't
notice, since I have a newer version of said module installed).
I've release a new version which hopefully works around this issue.

BosseJ wrote: 
> 
> Is there any way to view the database without using the webgui?
Yes, the data is stored in: /var/lib/squeezeboxserver/cache/persist.db
(tables essentia_tracks and essentia_values)
e.g.

Code:
--------------------
    
  sqlite3 /var/lib/squeezeboxserver/cache/persist.db 
  SQLite version 3.21.0 2017-10-24 18:55:49
  sqlite> select count(*) from essentia_tracks;
  2641
  
--------------------



SW: 'extGUI4LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
| ' update perl modules'
(http://forums.slimdevices.com/showthread.php?107040-Howto-update-perl-modules-bundled-with-LMS)
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=108278

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to