> Some of the MP3 files I listen to are quite long (1 to 2hrs). It would > be very useful to be able to skip, forwards or backwards, a specified > number of seconds or minutes within a song? Is there an http command I > can use in my browser to control the player to do this?
Not a simple url you could open and be done. But the CLI allows for "<playerid> time <seconds>" (see http://localhost:9000/classic/html/docs/cli-api.html#time). These commands can be wrapped in a JSON package and sent to the server. Send eg. {"id":1,"method":"slim.request","params":["67:1d:9b:bb:a2:85",["time",150]]} to /jsonrpc.js of your SC and it will jump to 2:50 of the current song. Michael _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
