[spotify]
librespotPath = "/absolut/path/to/librespot"
dotnet build --framework netcoreapp3.1 --configuration Release TS3SpotifyPlugin
.\TS3SpotifyPlugin\bin\Release\netcoreapp3.1\plugins
to your bot!plugin load {id}
System.IO.FileNotFoundException: Could not load file or assembly 'TS3AudioBot, Version=0.12.3.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
Make sure to use the right version of TS3AudioBot. The Buildversion of plugin and bot must match!
Librespot error.
Something is wrong with librespot. If are already logged in you can start librespot from cli:
mkfifo /tmp/TS3AudioBotFifo
/path/librespot -b 160 --enable-volume-normalisation --initial-volume 100 --backend pipe -n TS3AudioBot -c "/opt/ts3bot/bot/plugins/lib/**YOUR_SPOTIFY_ID**" --device /tmp/TS3AudioBotFifo
it should say something to you.