Page 7 of 12

Posted: Wed Sep 06, 2006 2:51 pm
by paulmt
The default setting on first start of MonkeyRok should be the same as yours except for where you have personalised the setup.
On first start it should by default look for the "basic" skin which was on my system in the correct folder.

All I did was boot through the error got to Tool\Options\MonkeyRok and select the basic skin.
On the next boot (apart from Active x warning which I have fixed) it started up and ran as it should.

My question was though, when I tried to change the MediaMonkey.ini by adding "Basic" to Skin= MediaMonkey started with default blue skin and had lost my Gold Lifetime registration and all other setting etc including library (it wanted to initial scan)
Why would it do this, does the MediaMonkey.ini have to be edited differently and not with notepad etc?

Thanks

Posted: Wed Sep 06, 2006 4:16 pm
by Lowlander
No, you can edit with notepad. Did you include " in the MediaMonkey.ini. Some error in the MediaMonkey.ini code probably caused MediaMonkey to start with the default MediaMonkey.ini which means all settings are lost.

Posted: Wed Sep 06, 2006 4:22 pm
by paulmt
No not in the string, but I am aware that in some situations files names in NP need to be saved with " "

Posted: Wed Sep 20, 2006 5:15 pm
by Lowlander
MonkeyRok has a bug in displaying ratings when the ratings are custom ratings from a script. See more here: http://www.mediamonkey.com/forum/viewtopic.php?p=60074

MonkeyRok

Posted: Mon Sep 25, 2006 5:06 am
by Araknee
I realy like this feature - but my my album art shows up as crosses.
Is there an easy fix for this?

Posted: Mon Sep 25, 2006 12:49 pm
by Lowlander
How do you have album art stored with your albums? Do all albums show up as crosses?

PS. Oldskool doesn't actively develop this anymore. There might be new versions of MonkeyRok at some point from another developer, but currently it's available as an alpha which means that it might contain bugs.

Posted: Mon Sep 25, 2006 2:02 pm
by DiddeLeeDoo
I believe this script expect you to have the folder
c:\temp\

you may want to create that folder to see if that helps.

MokeyRok

Posted: Tue Sep 26, 2006 3:43 am
by Araknee
Creating the c:\temp\directory has done the trick - thanx

Posted: Tue Sep 26, 2006 5:19 am
by Sebastian78
This is a very good script....this one thing makes me rethink me WMP11 preferances. THIS is what I have been looking for.

Had the same problem with "crosses" and creating the c:\temp folder solved it.

NOW if only someone would create a black skin for MM like the "Basic Black" one in this script.



But some bugs :

I get an error in "Line 378" and in "Line 68" and some of the album art still doesn't work.

This should be implemented in MM 3.OH. But making the scripts album art bigger and removing the "old" album art window.

Posted: Tue Sep 26, 2006 8:21 am
by quest
But some bugs :

I get an error in "Line 378" and in "Line 68" and some of the album art still doesn't work.

This should be implemented in MM 3.OH. But making the scripts album art bigger and removing the "old" album art window.
Would be great if someone can fix these annoying bugs? :|

Anyway, this is the greatest script for Mediamonkey so far! I hope someone really continues developing this...

Preventing 378

Posted: Thu Sep 28, 2006 9:49 am
by alimbourg
68=> add this into Function.vbs
on error resume next
p = cint(p)
if err then p=0
before
If p=0 Then
378=> add this into Function.vbs
on error resume next
rating = cdbl(n)
if err then rating=0
before
i = rating/20
it checks that the value are correct integer and doubles. Some returned values from DB appears to be wrong numbers.

Excellent script anyhow :)

Re: Preventing 378

Posted: Thu Sep 28, 2006 10:34 am
by alimbourg
instead of
alimbourg wrote:68=> add this into Function.vbs
378=> add this into Function.vbs
on error resume next
rating = cdbl(n)
if err then rating=0
before i = rating/20
read
378=> add this into Function.vbs
on error resume next
rating = cdbl(rating)
if err then rating=0
before i = rating/20

sorry people.

Posted: Mon Oct 23, 2006 4:17 pm
by Guest
Got a problem with the script. I have all my songs unrated and when I started rating them and played a rated song the whole sqript and program crashes. What can be the problem?

And yes, it is related to the script, I didn't have the bug before.

Posted: Mon Oct 23, 2006 6:55 pm
by Lowlander
I have no issues with songs be rated. What error messages appears when playing a rated song?

Have you tried reinstalling the script?

Posted: Tue Oct 24, 2006 1:02 pm
by Guest
There is no error message appearing, Mediamonkey freezes and CPU runs up to 100% and the only way to close MM is with taskmanager. This is happening at the exact moment when the album-box is loaded in MonkeyRok.

I tried to re-install MonkeyRok without any result, so I have no idea what causes this problem. :-? Any ideas?


Guess I have to continue without any rating on my tracks; apart from this I love the script.