edi: zkusil jsem tam napovedu k tem skriptum a dostal jsem tohle, takze by to chtelo asi pohledat ten jejich ISCP, ale jestli pres to pujde menit i region, to nevim. Moc se mi to nezda, protoze proc by tam tu volbu jinak vubec davali, kdyby si to mohl kazdy zmenit, jak ho napadne, ale kdovi

- Kód: Vybrat vše
OnkRemote Scripting
Scripts allow you to pass a series of commands to the receiver using Onkyo's ISCP language. This allows you to do things that aren't normally possible in the app, such as go directly to a network service, choose a specific menu item, and start playing.
You can find a list of all of the ISCP commands by searching online for Onkyo ISCP excel spreadsheets or contacting Onkyo and requesting it. A command the OnkRemote supports that is not part of ISCP is PAUSE, followed by a number in milliseconds.
This will allow the app to wait briefly if there will be a delay while connected to a service for example.
ie. PAUSE 2000 will wait 2 seconds.
Note all standard ISCP commands will be uppercase and have no spaces.
For example:
PWR01
turns on the receiver
PWR00
turns off the receiver
The following is a more advanced example of a script that will do the following:
1. Select Network services
2. Choose favorites
3. Select the second favorite
4. Begin playing
You can pin this script to a tile on the start screen or add it as a button. Here is the script itself, comments are in red and are not to be entered.
SLI2B
Choose Network Services source (2B) on main zone
PAUSE 2000
Wait 2 seconds for services to load
NSV01
Choose "My Favorites" service (01)
NTCDOWN
Cursor down one menu item to the second favorite
NTCSELECT
Selects the current menu items, begins playing