Re: VLC media player
Posted: Mon Jan 31, 2011 3:39 pm
thanks for the update Pako!
digg it!
digg it!
Code: Select all
[oldrc] # Remote control interface
# Show stream position (boolean)
rc-show-pos=1
# Do not open a DOS command box interface (boolean)
rc-quiet=1
# TCP command input (string)
rc-host=localhost:1234Thank you for your guide, it works well now. I missed a step initially so here are some pics to help people like me.jinxdone wrote:In VLC do the following:
In "Tools -> Preferences -> check "Show settings: All" -> Interface -> Main Interfaces"
---
Check box "Remote Control Interface"
In "Tools -> Preferences -> check "Show settings: All" -> Interface -> Main Interfaces -> RC"
---
Check box "Show stream position"
Check box "Do not open a DOS command box interface"
Type in the "TCP command input" the address you want to bind to.. so for example "127.0.0.1:1234"
Action Seek.Sagehorn wrote:Can anybody tell me how it's possible to jump x seconds back- and forwards?
I can hardly have any ideas, when I do not know your situation.Sagehorn wrote:Any idea why?
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1534">
<Folder Name="JumpControlForVLC" Expanded="True">
<Macro Name="ShortJump" id="476" Enabled="False" Expanded="True">
<Event Name="Lirc.OK" />
<Action>
EventGhost.ShowOSD(u'\u0412\u043a\u043b\u044e\u0447\u0435\u043d \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043f\u0440\u044b\u0436\u043e\u043a', u'0;-35;0;0;0;700;0;0;0;204;3;2;1;34;Arial', (255, 255, 255), (0, 0, 0), 4, (0, 0), 0, 2.0, True)
</Action>
<Action>
EventGhost.EnableItem(XmlIdLink(527))
</Action>
<Action>
EventGhost.EnableItem(XmlIdLink(533))
</Action>
<Action>
EventGhost.DisableItem(XmlIdLink(528))
</Action>
<Action>
EventGhost.DisableItem(XmlIdLink(534))
</Action>
<Action>
EventGhost.EnableExclusive(XmlIdLink(484))
</Action>
</Macro>
<Macro Name="LongJump" id="484" Expanded="True">
<Event Name="Lirc.OK" />
<Action>
EventGhost.ShowOSD(u'\u0412\u043a\u043b\u044e\u0447\u0435\u043d \u0434\u043b\u0438\u043d\u043d\u044b\u0439 \u043f\u0440\u044b\u0436\u043e\u043a', u'0;-35;0;0;0;700;0;0;0;204;3;2;1;34;Arial', (255, 255, 255), (0, 0, 0), 4, (0, 0), 0, 2.0, True)
</Action>
<Action>
EventGhost.EnableItem(XmlIdLink(528))
</Action>
<Action>
EventGhost.EnableItem(XmlIdLink(534))
</Action>
<Action>
EventGhost.DisableItem(XmlIdLink(533))
</Action>
<Action>
EventGhost.DisableItem(XmlIdLink(527))
</Action>
<Action>
EventGhost.EnableExclusive(XmlIdLink(476))
</Action>
</Macro>
</Folder>
</EventGhost>
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1534">
<Macro Name="JumpControlMacroForward" Expanded="True">
<Event Name="Lirc.Right" />
<Action>
EventGhost.ShowOSD(u'\u0412\u043f\u0435\u0440\u0451\u0434', u'0;-35;0;0;0;700;0;0;0;204;3;2;1;34;Arial', (128, 255, 128), (0, 0, 0), 4, (0, 250), 0, 0.29999999999999999, True)
</Action>
<Action id="533">
VLC.SimulateKey(16)
</Action>
<Action id="534" Enabled="False">
VLC.SimulateKey(20)
</Action>
<Action>
EventGhost.AutoRepeat(0.20000000000000001, 0.20000000000000001, 0.050000000000000003, 1.0)
</Action>
</Macro>
</EventGhost>
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1534">
<Macro Name="JumpControlMacroBackward" Expanded="True">
<Event Name="Lirc.Left" />
<Action>
EventGhost.ShowOSD(u'\u041d\u0430\u0437\u0430\u0434', u'0;-35;0;0;0;700;0;0;0;204;3;2;1;34;Arial', (255, 255, 128), (0, 0, 0), 4, (0, 250), 0, 0.29999999999999999, True)
</Action>
<Action id="527">
VLC.SimulateKey(15)
</Action>
<Action id="528" Enabled="False">
VLC.SimulateKey(19)
</Action>
<Action>
EventGhost.AutoRepeat(0.20000000000000001, 0.20000000000000001, 0.050000000000000003, 1.0)
</Action>
</Macro>
</EventGhost>