Caveman60 wrote: 
> Once again, although the command "spotty.exe -x" works fine
> 
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-
> multi-thread>spotty.exe -x
> ok spotty v1.3.0 - using librespot 0.4.1 c5b689f (Built on 2022-06-04,
> Build ID:
> hSvMvEM6, Profile: release)
> {"autoplay":true,"debug":false,"lms-auth":true,"ogg-direct":true,"podcasts":true
> ,"save-token":true,"version":"1.3.0","volume-normalisation":true,"zeroconf-port"
> :true}
> 
> the full authorization command you suggest just crashes the program
> 
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread>spotty.exe
> -c , -n :Spotify Authorization" -u "timodell" -p "??????????" -a
> --disable-discovery --ap-port 12321 --verbose
> 
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread>

Checke the command line you entered.  Is it really missing a quotation
mark and has a commnand instead of a full stop and an extra colon ?

>From above

Code:
--------------------
    
  
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread>spotty.exe
 -c , -n :Spotify Authorization" -u "timodell" -p "??????????" -a 
--disable-discovery --ap-port 12321 --verbose
  
--------------------

What is correct 

Code:
--------------------
    
  
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\Spotty\Bin\MSWin32-x86-multi-thread>spotty.exe
 -c . -n "Spotify Authorization" -u "timodell" -p "??????????" -a 
--disable-discovery --ap-port 12321 --verbose
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117195

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to