mr_hyde wrote:
> I have probably a similar issue. The GUI and the LMSplaylist plugins are
> working. However, the essentia plugin does not seem to work at all on my
> system. The window opens in the web browser. But I cant do anything in
> Firefox. If I open it in Edge or Internet Explorer, I can at least get
> to the Administration page. But No content is shown.
>
That's weird. I've tested with Firefox (v52esr) and Vivaldi (which is
based on Chromium), both work. Can you check the browser console
(ctrl-shift-k in FF)?
What do you mean by "no content"? An empty page?
>
> I also do not see any entries in the log files although I have enabled
> debugging mode. The LMSGUI plugin does show entries on the log (no
> errors)
> The analysis and the upload was obviously working (I tested only on path
> of my library).
>
Since the upload worked, the plugin was loaded successfully, and in this
case, if logging for the plugin is set to debug, you should at least see
something like:
Code:
--------------------
[17-11-30 22:07:42.5221] Plugins::LMSessentiaIntegration::Plugin::initPlugin
(77) LMSessentiaIntegration init start
[17-11-30 22:07:42.5305]
Plugins::LMSessentiaIntegration::Plugin::createDBtables (419) creating database
tables
[17-11-30 22:07:42.5328] Plugins::LMSessentiaIntegration::Plugin::initPlugin
(127) LMSessentiaIntegration initialized (v0.0.3)
--------------------
Check if debugging is really enabled. It may be easiest to just add
these options to LMS startup:
Code:
--------------------
--debug
plugin.lmsnewgui=DEBUG,plugin.lmsplsedit=DEBUG,plugin.lmsessentia=DEBUG
--------------------
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