Hi Pako,
When I try to use "get basic song info" with just artist selected (or combination of checkboxes selected) I get this error:
I haven't really used this plugin for a while so I don't know when this might have started happening.
I am using MediaMonkey 4.0.2.1462
using EventGhost 0.4.1.r1544, Oct 31 2011
I tried with the mediamonkey plugin that comes preinstalled in eventghost, and also with the one at the beginning of this post and I get an error in both cases:
edit: this only happens on my laptop, it works fine on my htpc which is running EG r1540

I have no idea why.
- Code: Select all
MediaMonkey: ___X_____________
Error in Action: "MediaMonkey: ___X_____________"
Traceback (most recent call last) (1544):
File "C:\Program Files\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 1620, in __call__
SongData,ix = self.plugin.GetSongData(self.value)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 943, in GetSongData
return self.workerThread.CallWait(partial(self.workerThread.GetSongData, index),1000)
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 234, in CallWait
return self.Func(func, timeout)()
File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files\EventGhost\plugins\MediaMonkey\__init__.py", line 270, in GetSongData
SongDataDict[item] = str(itm)
ValueError: can't format dates this early