volumio-plugins-sources
volumio-plugins-sources copied to clipboard
1.0.3
For version 1.0.3
A couple of minor fixes but allot of changes to the plexamp 'activation' script - which is optional and TBH probably should wait until Volumio has moved to bullseye as it can only activate 'old' plexamp now and that may stop working soon.
@balbuze Is this new PR ok ?
hello! I would say yes! But the rule is to merge when stable version is release. So make a volumio plugin submit for this version in beta. When you think it is good enough for stable release, let me know ;-) (you can remove i386 from package.json)
I have tested...
When first enable, does not appears being enables (stay red)
once PIN enabled, config page don't load anymore :

Nov 22 17:28:32 volumio-rpi4 volumio[823]: info: PlexAmp::connect ECONNREFUSED 127.0.0.1:32400
Thanks - that is very odd - I will see why that might happen!
Once installed - the plugin won't work until it have a connection to a local plex. It uses the Plex PIN to get Authorisation from the cloud to query location of your local plex server(s). It then should save the server connection e.g. something like http://plex:32400 to config.json and should then allow the config screen to present a list of 'music' libraries (I have 3 across 2 different plex servers in my house), it will default to the first music library it finds.
Obviously the server location is somehow coming up as 127.0.0.1 which is strange. I will do some investigation this evening.
because I helped an other user with the plugin dstmmix that need to access to server:port. The problem was my RPI4 connected with WIFI, not eth0. So now with the code used, it works. Same thing in FusionDsp to access camilla gui where it was implemented (getIP function) Not sure in your case if this is the same problem but maybe to be checked...