01-07-2019, 04:31 PM
You could try this simple php script
sudo nano ./restartSpot.php
paste script code into file
save the file
chmod 0755 ./restartSpot.php
./restartSpot.php
Code:
#!/usr/bin/php
<?php
set_include_path('/var/www/inc');
require_once 'playerlib.php';
stopSpotify();
startSpotify();
sudo nano ./restartSpot.php
paste script code into file
save the file
chmod 0755 ./restartSpot.php
./restartSpot.php