Play specific playlist item by pressing corresponding numeral key on IR remote
#5
You need "(" and ")" around your offset numbers and they have to start at 0 i.e. 0 is the first entry (as it is in most programming languages). Furthermore IIRC <1>, <2> etc won't work, it needs to be <one>, <two> etc.

So that would result in
Code:
<one>Playlist.PlayOffset(0)</one>
and so on.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply


Messages In This Thread
[No subject] - by spiff - 2012-02-02, 18:28
[No subject] - by AussieFries - 2012-02-02, 19:32
[No subject] - by spiff - 2012-02-02, 19:43
[No subject] - by Montellese - 2012-02-02, 19:50
[No subject] - by AussieFries - 2012-02-02, 21:55
Logout Mark Read Team Forum Stats Members Help
Play specific playlist item by pressing corresponding numeral key on IR remote0