cpd73 wrote: 
> So, you have been using just Bliss for mixes? If so, are you happy with
> them? I'm leaning more towards just using Bliss. I've even written a
> mixer in Rust with the intention of writing an lms plugin that will
> start the relevant executable for the host OS. This would make
> installation easier - just the LMS plugin required, and another Rust-exe
> to analyse all files (working on this at the moment - but never written
> Rust before!)
> 
> To me, Essentia takes a lot f time and does not add much.

Thanks... That I can do, but I get the following errors now:

Code:
--------------------
    
  mruddo@M:~/music-similarity$ 
/home/mruddo/music-similarity/linux/x86-64/bliss-analyse "~temp-library/Wolf 
Alice/Visions Of A Life/11-After The Zero Hour.flac"
  /home/mruddo/music-similarity/linux/x86-64/bliss-analyse: 
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by 
/home/mruddo/music-similarity/linux/x86-64/bliss-analyse)
  /home/mruddo/music-similarity/linux/x86-64/bliss-analyse: 
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by 
/home/mruddo/music-similarity/linux/x86-64/bliss-analyse)
  /home/mruddo/music-similarity/linux/x86-64/bliss-analyse: 
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by 
/home/mruddo/music-similarity/linux/x86-64/bliss-analyse)
  
--------------------


Have been Googling ways to resolve this... not quite there yet, but did
see this suggestion...


Code:
--------------------
    
  mruddo@M:~/music-similarity$ apt-cache policy libc6
  libc6:
  Installed: 2.31-0ubuntu9.2
  Candidate: 2.31-0ubuntu9.2
  Version table:
  *** 2.31-0ubuntu9.2 500
  500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
  100 /var/lib/dpkg/status
  2.31-0ubuntu9 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  
--------------------


So if I'm reading that correctly, it seems my libc6 libraries are a
little dated.

(-*You'll also note from the above detail that I've experimented and
renamed/moved a few things - also tried copying some flac files locally
in case there was an issue running against the path of the Windows drive
mount. It doesn't look like those were problems for me though.-)


------------------------------------------------------------------------
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