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.

Next, I configured Ubuntu to mount a network drive and then edited
config.json with the paths for music-similarity. 

I ran the analyse feature and here's the output. Things looks fine until
Failed to open Musly shared library. The file is present and executable
(shown below).


Code:
--------------------
    
  prabbit@system1:/mnt/g/music_cleaning/tools/music-similarity$ 
./music-similarity.py --analyse /mnt/f/flac_mp3/lossless/Abba -l DEBUG
  2022-01-10 12:14:09 D musly.lib set to linux/x86-64/libmusly.so
  2022-01-10 12:14:09 D essentia.extractor set to 
/mnt/g/music_cleaning/tools/music-similarity/linux/x86-64/essentia_streaming_extractor_music
  2022-01-10 12:14:09 D essentia.highlevel set to True
  2022-01-10 12:14:09 I Found: 
/mnt/g/music_cleaning/tools/music-similarity/linux/x86-64/essentia_streaming_extractor_music
  2022-01-10 12:14:09 D Init DB
  2022-01-10 12:14:09 D Analyse /mnt/f/flac_mp3/lossless/Abba
  2022-01-10 12:14:09 D Looking for old tracks to remove
  2022-01-10 12:14:10 D Num old tracks: 0
  2022-01-10 12:14:10 D Init Musly
  2022-01-10 12:14:10 E Failed to open Musly shared library 
(/mnt/g/music_cleaning/tools/music-similarity/linux/x86-64/libmusly.so)!
  prabbit@system1:/mnt/g/music_cleaning/tools/music-similarity$ cd linux/x86-64/
  prabbit@system1:/mnt/g/music_cleaning/tools/music-similarity/linux/x86-64$ ls 
-l
  total 18576
  -rwxrwxrwx 1 root root      898 Jan  8 12:16 README.md
  -rwxrwxrwx 1 root root       88 Jan  8 12:16 config.json
  -rwxrwxrwx 1 root root 18736912 Jan  8 12:16 
essentia_streaming_extractor_music
  -rwxrwxrwx 1 root root   277616 Jan  8 12:16 libmusly.so
  
--------------------


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


Code:
--------------------
    prabbit@system1:/mnt/g/music_cleaning/tools/music-similarity$ 
./linux/x86-64/libmusly.so
  Segmentation fault
  
--------------------


Recognizing that this is working for others, anyone have any ideas?
(Google has very little helpful information to add.)


------------------------------------------------------------------------
prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
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