Search found 46 matches
- Tue Sep 01, 2009 10:17 am
- Forum: Coding Corner
- Topic: Once again - how to call an action from within another?
- Replies: 1
- Views: 2172
Once again - how to call an action from within another?
Hi all, After I updated to a new release (1194), my plugin stopped working. I'we managed to get to the point, that I can't call another action anymore in the way BitMonster has told me lot of time ago. Isn't working anymore: class MenuExecute(eg.ActionClass): name = "Execute" description = "Triggers...
- Mon Jul 20, 2009 2:50 pm
- Forum: Coding Corner
- Topic: Plugin for USB PC Remote Controller
- Replies: 111
- Views: 84911
Re: Plugin for USB PC Remote Controller
BTW, if there is no Microsoft Visual C++ Redistributable installed - the driver install crashes... Tested on two PC's with XP SP3
- Mon Jul 20, 2009 2:24 pm
- Forum: Coding Corner
- Topic: Plugin for USB PC Remote Controller
- Replies: 111
- Views: 84911
Re: Plugin for USB PC Remote Controller
BitMonster, please, could You include the link for the driver in the Downloads page, so there would be no need to search forums in the future after each PC reinstall?
- Sat Sep 20, 2008 5:04 pm
- Forum: General Support
- Topic: Keystroke emulations
- Replies: 2
- Views: 1528
Keystroke emulations
Hi all, I don't understand, if it is a bug, or a feature or something... The problem I have, is that I want to control fripTV using keystroke emulation, but it seems that frip does not see them. I attach the simple config - the "Up" keystroke should switch channel. I also have tried with the "f" let...
- Thu Jun 05, 2008 5:32 pm
- Forum: Plugin Support
- Topic: VLC media player
- Replies: 80
- Views: 82458
Re: VLC media player
VLC is using port 1234...what ports are utorrent using? On that specific PC uTorrent randomizes port on each start. Port change for VLC does not fix the problem... Could it be somehow related to maximum connection count in windows? Anyways it does not make any big problem - I just added a "kill tor...
- Sun May 18, 2008 8:56 pm
- Forum: Plugin Support
- Topic: VLC media player
- Replies: 80
- Views: 82458
Re: VLC media player
With my PC there is one interesting thing - EG doesn't connect to VLC if uTorrent is running. Don't know why 
If I turn off uTorrent - it starts working again...

If I turn off uTorrent - it starts working again...
- Wed Apr 23, 2008 8:53 pm
- Forum: General Support
- Topic: logitech Ultrax media remote
- Replies: 2
- Views: 2014
Re: logitech Ultrax media remote
And remember that Ultrax gives some keys as they would come from keyboard. Number keys, arrow keys, enter, volume control...
- Wed Apr 23, 2008 8:49 pm
- Forum: General Support
- Topic: On Screen Menu
- Replies: 27
- Views: 12034
Re: On Screen Menu
I remember to promise reinspect my current version and post it. Please excuse me as for last several weeks I'we been in so much trouble at work, that there was only time for sleeping left(not enough). At last the work is about to be done, so I hope to fullfil my promise next weekend. Excuse me, but...
- Wed Apr 23, 2008 8:48 pm
- Forum: General Support
- Topic: On Screen Menu
- Replies: 27
- Views: 12034
Re: On Screen Menu
I remember to promise reinspect my current version and post it. Please excuse me as for last several weeks I'we been in so much trouble at work, that there was only time for sleeping left(not enough). At last the work is about to be done, so I hope to fullfil my promise next weekend. Excuse me, but ...
- Wed Apr 23, 2008 8:42 pm
- Forum: General Support
- Topic: On Screen Menu
- Replies: 27
- Views: 12034
Re: On Screen Menu
Thanks for the example. I've looked it over and analyzed why your don't have the multiple menu entries after the execution of a menu point: because of the clear osm action before opening it again. Implemented it into my config and working fine now, the multiple menu entries are gone :) But the othe...
- Wed Mar 26, 2008 7:43 pm
- Forum: General Support
- Topic: On Screen Menu
- Replies: 27
- Views: 12034
Re: On Screen Menu
danke für deine Antwort. wie steuert man denn mit ner Fernbedienung durch das Menü (X10) ? Entschuldigen Sie mich, ich spreche nicht Deutsch... If I understand correctly the question sounds "how to control TV(or something else) with the menu". The answer is - You don't. The idea of the menu is to g...
- Wed Mar 26, 2008 7:12 pm
- Forum: General Support
- Topic: On Screen Menu
- Replies: 27
- Views: 12034
Re: On Screen Menu
I haven't tested it with 3.5 version, but will try to do it tomorow.
Maybe also post one more version if I'll have some time to finish few minor things...
Maybe also post one more version if I'll have some time to finish few minor things...
- Sun Mar 09, 2008 4:14 pm
- Forum: General Support
- Topic: VLC plugin - my updates
- Replies: 0
- Views: 5050
VLC plugin - my updates
Hi all, If You'd look at some popular players(winamp, kmplayer) "next playlist item" is working even if the player is not playing. However it is not so with VLC - if it is not playing, "next" is not working. It is not working also if the player has a dificulty to play the stream, i.m. if the stream ...
- Mon Feb 04, 2008 8:00 pm
- Forum: Feature Requests
- Topic: hard disk space (currently 40 MB!)
- Replies: 6
- Views: 4819
Re: hard disk space (currently 40 MB!)
Hmm... Simple wxPython "hello world" is 16 Mb.... Add customized ctypes, WinAPI and so on and so on... Library takes 32 Mb... Then there is 2Mb python dll, some micro&soft dlls and an installer ofr 1 MB. Make some calculations... And if there is a lib that makes what I need, should I make my own cod...
- Mon Feb 04, 2008 7:55 pm
- Forum: General Support
- Topic: Windows service required for Network Sender plugin?
- Replies: 2
- Views: 1678
Re: Windows service required for Network Sender plugin?
Nevermind, I guess I had a bad windows update. This would cause something related to LAN networking to crash svchost.exe at startup and botch a bunch of things up. So inreality it wasn't the sending part at all it was on the recieving machine. Anyway the fix was simple... Turn auto update off, rest...