Monkey Rok 4.1 - Updated 17/08/2009

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by nynaevelan »

TM:

I keep getting the following error for songs with a single quote in their name at their start and stop, I have not changed any options so I am not sure why this is occurring now? Is there something I can change to make this error go away until you have a chance to investigate and/or fix??

Image
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
paulmt
Posts: 1170
Joined: Tue Jul 18, 2006 6:06 pm

Re: Monkey Rok 4.1 [MM2+3]

Post by paulmt »

nynaevelan wrote:TM:

I keep getting the following error for songs with a single quote in their name at their start and stop, I have not changed any options so I am not sure why this is occurring now? Is there something I can change to make this error go away until you have a chance to investigate and/or fix??

Image
I have been getting that exact same error and for some reason I never linked it to MonkeyRok?
Thinking back it may have only started after the last MR upgrade to 4.1 - but is this a MonkeyRok error?
It's not every track and seems random but obviously something in the track title is causing an issue...

Here's a copy of the error message I am getting. The only difference between the two that I can see is nynaevelan's is a capital "S" and mine is lower case "s"
Clicking ignore makes the error message go away, and the occurrence doesn't stop tracks from continuing to play.

Image
MediaMonkey 3.2.4.1304 Gold Lifetime
Hardware: Intel Core 2 Quad 3.33GHz, 8Gb Ram, 2tB Internal Storage, 2tB External Storage (USB & eSATA)
Software: Windows 7 Ultimate x64, FireFox v3.6.x, ThunderBird v3 x64, MailWasher Pro v6.5, Kaspersky Internet Security 2010
Backups by Karens Replicator v3.5.12,
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by trixmoto »

From page 89...
trixmoto wrote:Ooops, this means I forgot to fix the artist name in sql, so line 175...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&exc&"'"
...should be...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&fixsql(exc)&"'"
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
tgriff9020
Posts: 32
Joined: Wed Sep 05, 2007 1:48 pm

Re: Monkey Rok 4.1 [MM2+3]

Post by tgriff9020 »

Hi Trix,
Is there a way to make a mixed mode like the lyrics viewer has. Where MR can switch being a selected song and a now playing song ?
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by nynaevelan »

trixmoto wrote:From page 89...
trixmoto wrote:Ooops, this means I forgot to fix the artist name in sql, so line 175...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&exc&"'"
...should be...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&fixsql(exc)&"'"
Sorry I missed this reference, thanks for the fix. :D
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by trixmoto »

Well I'm not sure how the LyricsViewer does it, but in MR you can right-click on the top section header (where the artist, track and album title are displayed) and then select the mode you want from there.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
tgriff9020 (irshjet35)

Re: Monkey Rok 4.1 [MM2+3]

Post by tgriff9020 (irshjet35) »

Thanks Trix, I will try that out
Dreadlau
Posts: 1967
Joined: Sun Nov 25, 2007 6:49 am

Re: Monkey Rok 4.1 [MM2+3]

Post by Dreadlau »

Hi Trixmoto:)

Do you know how I could hide permanently the element In red in my screenshot?
Image

Ty
Seven Ultimate X64 SP1 / Sansa Clip 2go (with RockBox)
Vyper
Posts: 845
Joined: Tue May 23, 2006 5:53 pm

Re: Monkey Rok 4.1 [MM2+3]

Post by Vyper »

I also wouldn't mind having that one panel being an option to display or not. :)
Stop Button Freak
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by nynaevelan »

Vyper wrote:I also wouldn't mind having that one panel being an option to display or not. :)
Same here. :)
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by trixmoto »

Well you could create a specific style in the "skin.css" file of the skin you are using, something like...

Code: Select all

#info {
  display : none ;
}
I'll add an option in the next version though. :)
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
dypsis
Posts: 1335
Joined: Wed Apr 30, 2008 9:51 pm

Re: Monkey Rok 4.1 [MM2+3]

Post by dypsis »

paulmt wrote:
nynaevelan wrote:TM:

I keep getting the following error for songs with a single quote in their name at their start and stop, I have not changed any options so I am not sure why this is occurring now? Is there something I can change to make this error go away until you have a chance to investigate and/or fix??

Image
I have been getting that exact same error and for some reason I never linked it to MonkeyRok?
Thinking back it may have only started after the last MR upgrade to 4.1 - but is this a MonkeyRok error?
It's not every track and seems random but obviously something in the track title is causing an issue...

Here's a copy of the error message I am getting. The only difference between the two that I can see is nynaevelan's is a capital "S" and mine is lower case "s"
Clicking ignore makes the error message go away, and the occurrence doesn't stop tracks from continuing to play.

Image
Oh. I have been getting this error also, and I didn't think it was linked to MonkeyRok either.

Here is my error. It happens with Guns N' Roses.

Image

Is it a MonkeyRok error? :-?
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by nohitter151 »

dypsis wrote: Is it a MonkeyRok error? :-?
Your question is answered right below Nyn's post which you quoted...
http://www.mediamonkey.com/forum/viewto ... 65#p222809
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
dypsis
Posts: 1335
Joined: Wed Apr 30, 2008 9:51 pm

Re: Monkey Rok 4.1 [MM2+3]

Post by dypsis »

trixmoto wrote:From page 89...
trixmoto wrote:Ooops, this means I forgot to fix the artist name in sql, so line 175...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&exc&"'"
...should be...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&fixsql(exc)&"'"
So what do I do here?
nynaevelan
Posts: 5559
Joined: Wed Feb 07, 2007 11:07 pm
Location: New Jersey, USA
Contact:

Re: Monkey Rok 4.1 [MM2+3]

Post by nynaevelan »

dypsis wrote:
trixmoto wrote:From page 89...
trixmoto wrote:Ooops, this means I forgot to fix the artist name in sql, so line 175...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&exc&"'"
...should be...

Code: Select all

sql = "SELECT Id FROM Artists WHERE Artist='"&fixsql(exc)&"'"
So what do I do here?
Find the code that is in the first box and replace it with the text in the second, you want to look for it in the function.vbs file which is in the \scripts\monkeyrok\ folder. :wink:
3.2x - Win7 Ultimate (Zen Touch 2 16 GB/Zen 8GB)
Link to Favorite Scripts/Skins

Join Dropbox, the online site to share your files
Locked