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.
Media Player Classic
Re: Media Player Classic
Yes, i will try this as soon as possible 
Re: Media Player Classic
Hi Pako,
1. Start Eventghost with Plugin "Media Player Classic" enabled
2. Navigate to a video file in Windows Explorer and start/open it with MPC-HC (Doubleclick or Enter)
3. See described behaviour (a second, empty MPC-HC window pops up)
This second window catches, as far as i can tell, all commands issued from Eventghost. That means the playing window receives no commands, even if i close the empty one.
This is the example configuration used: This also shows the Events after starting and closing the video / MPC-HC.
If you disable the plugin and redo step 2, everything is fine. Except that you are not able to control MPC-HC with Eventghost
Edit: No improvement with latest MPC-HC beta.
liggers
The exact steps are:Pako wrote:1. Can you please write the exact steps that leads to the described behavior?liggers wrote:I stumbled upon a problem just after upgrading from EventGhost_0.4.1.r1572. The problem started appearing in r1580.
If i activate the Media Player Classic Plugin and i open a video file with MPC, an additional empty MPC window is opened.
2. Can you please try the latest beta MPC-HC (1.6.6.6723 now) ?
Pako
1. Start Eventghost with Plugin "Media Player Classic" enabled
2. Navigate to a video file in Windows Explorer and start/open it with MPC-HC (Doubleclick or Enter)
3. See described behaviour (a second, empty MPC-HC window pops up)
This second window catches, as far as i can tell, all commands issued from Eventghost. That means the playing window receives no commands, even if i close the empty one.
This is the example configuration used: This also shows the Events after starting and closing the video / MPC-HC.
If you disable the plugin and redo step 2, everything is fine. Except that you are not able to control MPC-HC with Eventghost
Edit: No improvement with latest MPC-HC beta.
liggers
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Media Player Classic
That's interesting. I tried, as you describe it, but nothing bad happened.
But then I tried the same way to open a file located on a network drive. And voila - now the problem appeared!
I found that the problem lies in the fact that EventGhost is trying to connect with MPC-HC when MPC-HC is in a "Not responding".
So I had to add a loop in which the above condition is tested. EventGhost will try to connection only at the point when MPC-HC is responsible.
You can download the corrected plugin from the SVN repository.
It is possible that the some problem will reappear, but it should be much better. During my testing, everything was fine.
Pako
But then I tried the same way to open a file located on a network drive. And voila - now the problem appeared!
I found that the problem lies in the fact that EventGhost is trying to connect with MPC-HC when MPC-HC is in a "Not responding".
So I had to add a loop in which the above condition is tested. EventGhost will try to connection only at the point when MPC-HC is responsible.
You can download the corrected plugin from the SVN repository.
It is possible that the some problem will reappear, but it should be much better. During my testing, everything was fine.
Pako
Re: Media Player Classic
Hi,I'm of course thinking of the latest version of EG, which contains the latest version of the plugin.nonob wrote:This is my evenghost version: 0.4.1.r1572.
For try, do i just have to update evenghost to the last version ? (is mpchc plugin would be updated too ?)
or can i download you plugin separatly ?
Can you please try the problem with the double event as well?
I can't try anything since i updated EG from 0.4.1.r1572 to 0.4.1.r1610 i have a lot of error message as soon as EG start:
Code: Select all
D├®marrage automatique
Greffon: IgorPlug-USB
Greffon: XBMC2
JSON-RPC connected
HTTP API connected
Greffon: Media Player Classic
Erreur lors du d├®marrage du greffon: Media Player Classic
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\PluginInstanceInfo.py", line 177, in Start
self.instance.__start__(*self.args)
File "C:\Program Files\EventGhost\plugins\MediaPlayerClassic\__init__.py", line 2363, in __start__
if not exists(mpcPath):
File "genericpath.pyc", line 18, in exists
TypeError: coercing to Unicode: need string or buffer, NoneType found
Greffon: Task Create/Switch Events
Greffon: Windows Media Player
Greffon: MediaMonkey
Greffon: Speech
Greffon: Broadcaster
Greffon: Webserver (Serveur Web)
Main.OnInit
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Task.Activated.Desktop
Task.Deactivated.Desktop
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
Task.Activated.explorer
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Task.NewWindow.explorer
Task.Deactivated.explorer
Task.Activated.explorer
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Task.Deactivated.explorer
Task.Activated.EventGhost
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\Scheduler.py", line 137, in MainLoop
func(*args, **kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1366, in checkIsRunning
if not self.isRunning():
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1360, in isRunning
hwnd = FindWindowEx(None, None, "TFMainWindow", "MediaMonkey")
error: (2, 'FindWindowEx', 'Le fichier sp\xe9cifi\xe9 est introuvable.')I have windows XP SP3.
So i downgrade plugin mediamonkayu to "#Last change: 2010-02-10 12:24 " and plugin mpchc to 1.6 , i keeped EG version 0.4.1.r1610: it works, no more error messages.
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Media Player Classic
That's for us to find the cause may not help.nonob wrote:So i downgrade plugin mediamonkayu to "#Last change: 2010-02-10 12:24 " and plugin mpchc to 1.6 , i keeped EG version 0.4.1.r1610: it works, no more error messages.
1. Have you tried also MPC-HC plugin version 2.5 ?
2. I do not understand a problem with MediaMonkey. There occurs quite illogical message "The specified file was not found" (Le fichier sp├®cifi├® est introuvable).
Your computer is something special. You will understand that I can not find the problem, which does not occur to me. I need more information (but at the moment I do not know which). Maybe he could help someone else with a similar problem encountered.
Pako
Re: Media Player Classic
I can upgrade plugins to newer version as soon as i have to test something, but waiting i need to use my remoteThat's for us to find the cause may not help.
No, where can i download it ?1. Have you tried also MPC-HC plugin version 2.5 ?
Tell me if you want i test anything, i will do.2. I do not understand a problem with MediaMonkey. There occurs quite illogical message "The specified file was not found" (Le fichier sp├®cifi├® est introuvable).
Your computer is something special. You will understand that I can not find the problem, which does not occur to me. I need more information (but at the moment I do not know which). Maybe he could help someone else with a similar problem encountered.
Re: Media Player Classic
I tried mpchc plugin 2.5 :
Code: Select all
---> Bienvenue dans EventGhost <---
D├®marrage automatique
Greffon: IgorPlug-USB
Greffon: XBMC2
JSON-RPC connected
HTTP API connected
Greffon: Media Player Classic
Erreur lors du d├®marrage du greffon: Media Player Classic
Traceback (most recent call last) (1610):
File "C:\Program Files\EventGhost\eg\Classes\PluginInstanceInfo.py", line 177, in Start
self.instance.__start__(*self.args)
File "C:\Program Files\EventGhost\plugins\MediaPlayerClassic\__init__.py", line 2401, in __start__
if not exists(mpcPath):
File "genericpath.pyc", line 18, in exists
TypeError: coercing to Unicode: need string or buffer, NoneType found
Greffon: Task Create/Switch Events
Greffon: Windows Media Player
Greffon: MediaMonkey
Greffon: Speech
Greffon: Broadcaster
Greffon: Webserver (Serveur Web)
Main.OnInit
Task.Activated.Desktop
Task.Created.firefox
Task.NewWindow.firefox
Task.Deactivated.Desktop
Task.Activated.firefox
Task.Deactivated.firefox
Task.ClosedWindow.firefox
Task.Destroyed.firefox
Task.Activated.Desktop
Task.Created.firefox
Task.NewWindow.firefox
Task.Deactivated.Desktop
Task.Activated.firefox
Task.Deactivated.firefox
Task.Activated.EventGhost
Task.Deactivated.EventGhost
Task.ClosedWindow.EventGhost
Task.Destroyed.EventGhost
Task.Activated.explorer
Task.Deactivated.explorer
Task.Activated.explorer
Task.Created.mpc-hc
Task.NewWindow.mpc-hc
Task.Deactivated.explorer
Task.Activated.mpc-hc
Switch to mode: MPCHC
Activation exclusive: Media Player Classic
IgorPlugUSB.Unknown.2F5FE1FAF4
Toggle OSD Elapsed Time
Media Player Classic: Toggle OSD Elapsed Time
Le greffon "Media Player Classic" n'est pas actif
info- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Media Player Classic
Ah, now I understand.
You did not set the path to MPC-HC in the main configuration dialog plugin.
Under normal circumstances (x86) it does not matter because the plugin can find the path myself in the registry. But you probably have a x64!
I have to make such adjustments to make it work in both versions. Meanwhile please set the appropriate path manually.
Problem with MediaMonkey possibly related to x64 too. However, I tried it and no problem occurred.
Pako
You did not set the path to MPC-HC in the main configuration dialog plugin.
Under normal circumstances (x86) it does not matter because the plugin can find the path myself in the registry. But you probably have a x64!
I have to make such adjustments to make it work in both versions. Meanwhile please set the appropriate path manually.
Problem with MediaMonkey possibly related to x64 too. However, I tried it and no problem occurred.
Pako
Re: Media Player Classic
I'm not on 64 bits version, i have 32 bits windows XP SP3 version but i checked path settings and it was wrong:
C:\Program Files\MediaPlayerClassic\mpc-hc.exe
instead of good one :
C:\Program Files\Media Player Classic - Home Cinema\mpc-hc.exe
So i changed it and it works now, i haven't error message anymore.
But i always have the ID keys problem.
Some of them are: "Menu DVD", "Up,down,left,right DVD" ..etc..
About my second mpchc problem (control dubbed), i have to take more time to test it because it isn't a permanent problem.
About mediamonkey error message, i found that if i start mediamonkey before starting eventghost, it works:
In fact, i already had this problem since 0.3.3 plugin version:
viewtopic.php?f=9&t=563&hilit=mediamonk ... 180#p21927
Thanks
C:\Program Files\MediaPlayerClassic\mpc-hc.exe
instead of good one :
C:\Program Files\Media Player Classic - Home Cinema\mpc-hc.exe
So i changed it and it works now, i haven't error message anymore.
But i always have the ID keys problem.
Some of them are: "Menu DVD", "Up,down,left,right DVD" ..etc..
About my second mpchc problem (control dubbed), i have to take more time to test it because it isn't a permanent problem.
About mediamonkey error message, i found that if i start mediamonkey before starting eventghost, it works:
Code: Select all
---> Bienvenue dans EventGhost <---
D├®marrage automatique
Greffon: IgorPlug-USB
Greffon: XBMC2
JSON-RPC connected
HTTP API connected
Greffon: Media Player Classic
Greffon: Task Create/Switch Events
Greffon: Windows Media Player
Greffon: MediaMonkey
Greffon: Speech
Greffon: Broadcaster
Greffon: Webserver (Serveur Web)
Main.OnInit
MediaMonkey.IsRunningviewtopic.php?f=9&t=563&hilit=mediamonk ... 180#p21927
Thanks
Re: Media Player Classic
+1:I stumbled upon a problem just after upgrading from EventGhost_0.4.1.r1572. The problem started appearing in r1580.
If i activate the Media Player Classic Plugin and i open a video file with MPC, an additional empty MPC window is opened.
eventghost_r1580_mpc-hc_bug.PNG
I have the same problem with MPC-HC.1.6.5.6366.x86 and EventGhost_0.4.1.r1610 and mpchc plugin 2.5.
EDIT:
I found the problem:
As mentionned in plugin settings:

I checked my mpchc settings and it wasn't the good setting,..., this is the good one:

My test were wrong because i had the window problem.But i always have the ID keys problem.
Some of them are: "Menu DVD", "Up,down,left,right DVD" ..etc..
Now it seems to work fine too
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Media Player Classic
nonob wrote:C:\Program Files\MediaPlayerClassic\mpc-hc.exe
instead of good one :
C:\Program Files\Media Player Classic - Home Cinema\mpc-hc.exe
So i changed it and it works now, i haven't error message anymore.
We call it "sabotage"nonob wrote:EDIT:
I found the problem:
As mentionned in plugin settings: ...
I checked my mpchc settings and it wasn't the good setting,...,
this is the good one: ...
Other problems related to MediaMonkey please write to the appropriate topic.
Pako
Re: Media Player Classic
The revision 1616 doesn't fix the problem, it just delayed the opening of the second MPC window.Pako wrote:That's interesting. I tried, as you describe it, but nothing bad happened.
But then I tried the same way to open a file located on a network drive. And voila - now the problem appeared!
I found that the problem lies in the fact that EventGhost is trying to connect with MPC-HC when MPC-HC is in a "Not responding".
So I had to add a loop in which the above condition is tested. EventGhost will try to connection only at the point when MPC-HC is responsible.
You can download the corrected plugin from the SVN repository.
It is possible that the some problem will reappear, but it should be much better. During my testing, everything was fine.
Pako
But i use the option in MPC that says "Open a new player for each media file played".
I suppose i have to stick to plugin revision 1560 if the new plugin can't support this option in MPC.
liggers
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: Media Player Classic
Yes, in this case, you have bad luck and you have to use plugins version 1.x.liggers wrote:The revision 1616 doesn't fix the problem, it just delayed the opening of the second MPC window.
But i use the option in MPC that says "Open a new player for each media file played".
I suppose i have to stick to plugin revision 1560 if the new plugin can't support this option in MPC.
The last version was 1.7, which was included in EventGhost r1572. For plugins version 2.0 and later, this rule applies:The way back is not possible. Version 2.x have much more options. Some functions (which are now included in the plugin) would not have been possible before.
Pako
Re: Media Player Classic
I just updated/corrected the few IDs i need for SendMessage in plugin version 1.7, works like a charm.Pako wrote:Yes, in this case, you have bad luck and you have to use plugins version 1.x.
The last version was 1.7, which was included in EventGhost r1572. For plugins version 2.0 and later, this rule applies:
The way back is not possible. Version 2.x have much more options. Some functions (which are now included in the plugin) would not have been possible before.
Pako
FYI: This description box you showed doesn't exist if i run Eventghost with German language, this is why i never knew about this restriction.
Thanks for the help anyway!
liggers