prabbit wrote: 
> I want the high-level analysis that is only available from the
> Linux-based Essentia. Lacking a Linux system (beyond my music-playing
> and serving Pis), I am using Windows 10 that has Windows Subsystem for
> Linux (WSL) installed; WSL allows Windows users to run Linux -natively-
> within Windows. Noticing that Craig uses Ubuntu, I chose Ubuntu 20.4
> (from the Microsoft Store). So far so good.

I use Fedora actually :)


prabbit wrote: 
> 
> Believing that the next step in the process is to have libmusly.so run,
> I attempted to run libmusly.so directly, with sad results.

lbmusly is a dynamic library, not an executable. This library is loaded
by the python script, it is not executed. However, libmusly also needs
the libavcodec, libavformat, etc. libraries. If these are not on your
system then the python script will not be able to load libmusly as its
dependencies are not found. The easiest way to install these other
libraries is just to install the ffmpeg package. This is al mentioned in
the linux/INSTALL.md file.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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