edited:spacefish wrote:Unfortunately, without log data, I can't really begin to understand what might be happening.
http://www.mediamonkey.com/forum/viewto ... 322#132322
Moderator: Gurus
edited:spacefish wrote:Unfortunately, without log data, I can't really begin to understand what might be happening.
I don't have this file.Teknojnky wrote:log file is in MM program folder (same place as mediamonkey.exe) name lastfm_log.txtspacefish wrote:Unfortunately, without log data, I can't really begin to understand what might be happening.
Especially weird for me, I didn't restart after installing and its been working perfectly...Teknojnky wrote:then I suspect the plugin is not installed or not initiated cuase I got LastFM_Log.txt in my mm program folder (not the plugin folder).
The cache file is also stored there, but I don't remember the filename.
I'm not using the plugin atm as it somehow doesn't work from my work (they use some type of 'transparent' web proxy). I'm still using the old 1.1 plugin.
edit:
I am assuming you've restarted MM after installing the plugin yes?
Plugins only init on startup, you have to restart to use it.
Code: Select all
If ini.StringValue("Last.FM", "RatingCondition") = "=" then
Edt.ItemIndex = 1
ElseIf ini.StringValue("Last.FM", "RatingCondition") = "<=" then
Edt.ItemIndex = 2
Else
Edt.ItemIndex = 0
End If