Kodi Community Forum
Ronie can you help - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Ronie can you help (/showthread.php?tid=76554)



Ronie can you help - AuXBoX - 2010-07-02

I'm tryig to setup the remote to have the record button to activate record tv when watching live tv.
Is there an action that does this?


- ronie - 2010-07-03

are you using the pvr branch of xbmc?

last thing i heard, the recording functionality in the 'standard' version of xbmc is deprecated:

http://forum.xbmc.org/showthread.php?tid=76410


- AuXBoX - 2010-07-04

I am using the pvr branch and have record functionality
But no remote button uses recordtv.
I thought you might know if i pressed the button on your skin what command it was.


- ronie - 2010-07-07

check the wiki: http://wiki.xbmc.org/index.php?title=List_of_Built_In_Functions
Quote:PlayerControl(command)

Allows control of music and videos. The command may be one of Play, Stop, Forward, Rewind, Next, Previous, BigSkipForward, BigSkipBackward, SmallSkipForward, SmallSkipBackward, Random, RandomOn, RandomOff, Repeat, RepeatOne, RepeatAll, RepeatOff, Partymode(music) or Partymode(video) or Partymode(path to .xsp file), and Record. Play will either pause, resume, or stop ffwding or rewinding. Random toggles random playback, Repeat cycles through the repeat modes, Partymode(music/video) toggles the appropriate partymode, defaults to music if no parameter is given, besides the default music or video partymode you can also pass a path to a custom smartplaylist (.xsp) as parameter. Record will work to record shoutcast streams (only?).



- AuXBoX - 2010-07-08

Thanks Ronie,
Totally missed that bit of it