Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 15 matches

by Bicou
Sun Jun 17, 2007 1:33 pm
Forum: General Support
Topic: [solved] Control FFDShow (subtitles' delay)
Replies: 11
Views: 7662

This feature is just awesome. I love you.
by Bicou
Sat Jun 16, 2007 6:38 pm
Forum: General Support
Topic: [solved] Control FFDShow (subtitles' delay)
Replies: 11
Views: 7662

I am such a moron...

Anyway thank you very much, it's really cool of you to help me and to add very good features.
by Bicou
Sat Jun 16, 2007 6:25 pm
Forum: General Support
Topic: [solved] Control FFDShow (subtitles' delay)
Replies: 11
Views: 7662

Oh, indeed it works that way. I understood why nothing had been updated during my first test: I added the "Set Subtitle Delay" action, tried to type something like "{int(eg.value)}" but the input only accepts numbers, so I put 0; then I renamed the action to "ffdshow: Set Subtitle Delay: {int(eg ...
by Bicou
Sat Jun 16, 2007 11:53 am
Forum: General Support
Topic: [solved] Control FFDShow (subtitles' delay)
Replies: 11
Views: 7662

It doesn't seem to be working : I put something like that :
- <my remote control key>
- Get Subtitle Delay
- Show OSD: Delay={int(eg.result)} ms

But it always shows 0 ms even if I change the delay myself in FFDShow configuration

I tried that :
- <key>
- Get Subtitle Delay
- Set Subtitle Delay {int ...
by Bicou
Fri Jun 15, 2007 6:24 pm
Forum: General Support
Topic: [solved] Control FFDShow (subtitles' delay)
Replies: 11
Views: 7662

I tested KMPlayer, and I don't really like it.. too many options, and the UI is a bit buggy.
Anyway I browsed the forum BitMonster linked and I read that topic: http://ffdshow-tryout.sourceforge.net/phpBB2/viewtopic.php?t=207&highlight=subtitles
I did not understand all of it... is EG able to ...
by Bicou
Thu Jun 07, 2007 12:41 pm
Forum: General Support
Topic: [solved] Control FFDShow (subtitles' delay)
Replies: 11
Views: 7662

[solved] Control FFDShow (subtitles' delay)

Hi.. err, I ask many questions here, I hope you don't mind :P

I watch many TV shows, most of them with subtitles, and some of them are not perfectly sync'd. Actually in a 40min episode, there are about 4 or 5 ad breaks, and each time I have to delay my subs, and I would like to do that with my ...
by Bicou
Tue May 29, 2007 1:18 pm
Forum: Bug Reports
Topic: [FIXED] Volume change in Windows Vista
Replies: 24
Views: 18558

Nope, and since I have, it works. I apologize.
by Bicou
Tue May 29, 2007 11:59 am
Forum: Bug Reports
Topic: [FIXED] Volume change in Windows Vista
Replies: 24
Views: 18558

Hi!
I was until now using EventGhost 0.3.2 (Setup File Name : EventGhost_0.3.2_Setup.exe) under WindowsXP SP2 until I installed Windows Vista yesterday.
As described here I couldn't change master sound, so I tried to install the build 986 (last build at the time of writing), which terminated by ...
by Bicou
Wed Sep 13, 2006 1:00 pm
Forum: General Support
Topic: [solved] Get the result of SendMessage
Replies: 2
Views: 4236

This is great, thanks again for your help.
by Bicou
Wed Sep 13, 2006 12:26 pm
Forum: General Support
Topic: [solved] Get the result of SendMessage
Replies: 2
Views: 4236

[solved] Get the result of SendMessage

Hello again!
This time I'm trying to communicate with winamp, using windows messages: I'd like to get the shuffle status, for example.
Here's what Winamp SDK gives:
#define WM_WA_IPC WM_USER
// [...]

/* (requires Winamp 2.4+)
** val=SendMessage(hwnd_winamp,WM_WA_IPC,0,IPC_GET_SHUFFLE);
**
** IPC ...
by Bicou
Tue Sep 12, 2006 4:50 pm
Forum: General Support
Topic: [solved] Getting master sound value in a script
Replies: 9
Views: 5416

Wow this is just great ! This works perfectly.
Thank you very much for you FAST help! :-)
by Bicou
Tue Sep 12, 2006 4:44 pm
Forum: General Support
Topic: [solved] Getting master sound value in a script
Replies: 9
Views: 5416

Yep that's right.
But how can I do? I tried to disable Winamp folder if MPC is running, but that does not work either (even if MPC's folder is before WA's one in the Context Folder list)
by Bicou
Tue Sep 12, 2006 4:37 pm
Forum: General Support
Topic: [solved] Getting master sound value in a script
Replies: 9
Views: 5416

Wow, really fast answer, cool :)
Actually I'd like to let Winamp context folder always enabled, except when MPC is turned on. For example if winamp is opened with a playlist, but stopped, and I launch a movie, then I press Play/pause to pause my movie, I don't want winamp to play the playlist!
So I ...
by Bicou
Tue Sep 12, 2006 4:05 pm
Forum: General Support
Topic: [solved] Getting master sound value in a script
Replies: 9
Views: 5416

Thanks a lot! That's really cool :)
I have now another question :p
How can I know if a program has a running instance? I've thought of a Python command testing if mplayerc.exe is running, and right after a conditionnal jump depending on the Python command, is that OK? I just don't know how to make ...
by Bicou
Tue Sep 12, 2006 2:55 pm
Forum: General Support
Topic: [solved] Getting master sound value in a script
Replies: 9
Views: 5416

[solved] Getting master sound value in a script

Hello,
First of all, congratulations for that wonderful program !!! I used to use ATI program, which was buggy (crashy) and then Girder which was way too complicated; so thank you very much for your work.
I have configured my EG as I wanted to, but I want to add some OSD stuff, and particularely the ...