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.
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
- Sun Jun 17, 2007 1:33 pm
- Forum: General Support
- Topic: [solved] Control FFDShow (subtitles' delay)
- Replies: 11
- Views: 7662
- Sat Jun 16, 2007 6:38 pm
- Forum: General Support
- Topic: [solved] Control FFDShow (subtitles' delay)
- Replies: 11
- Views: 7662
- 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 ...
- Sat Jun 16, 2007 11:53 am
- Forum: General Support
- Topic: [solved] Control FFDShow (subtitles' delay)
- Replies: 11
- Views: 7662
- Fri Jun 15, 2007 6:24 pm
- Forum: General Support
- Topic: [solved] Control FFDShow (subtitles' delay)
- Replies: 11
- Views: 7662
- 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 ...
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 ...
- Tue May 29, 2007 1:18 pm
- Forum: Bug Reports
- Topic: [FIXED] Volume change in Windows Vista
- Replies: 24
- Views: 18558
- Tue May 29, 2007 11:59 am
- Forum: Bug Reports
- Topic: [FIXED] Volume change in Windows Vista
- Replies: 24
- Views: 18558
- Wed Sep 13, 2006 1:00 pm
- Forum: General Support
- Topic: [solved] Get the result of SendMessage
- Replies: 2
- Views: 4236
- 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 ...
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 ...
- Tue Sep 12, 2006 4:50 pm
- Forum: General Support
- Topic: [solved] Getting master sound value in a script
- Replies: 9
- Views: 5416
- Tue Sep 12, 2006 4:44 pm
- Forum: General Support
- Topic: [solved] Getting master sound value in a script
- Replies: 9
- Views: 5416
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...