Code: Select all
curl -d 'Next=' http://soundbridge/Forms/SoundBridgeNP_1
This command "pushes" the next button.
And these commands are for previous, pause, play:
Code: Select all
curl -d 'Prev=' http://soundbridge/Forms/SoundBridgeNP_1
Code: Select all
curl -d 'Pause=' http://soundbridge/Forms/SoundBridgeNP_1
Code: Select all
curl -d 'Play=' http://soundbridge/Forms/SoundBridgeNP_1