Monkey Rok 4.1 - Updated 17/08/2009
Use of MonkeyRock with the AlbumArtistName field
I'd like to share with you a useful way to use MR with the AlbumArtistName field for Various Artists albums:
I have a lot of Various Artists albums, all named "VA" or "Various" in AlbumArtist name. When I began to use MR, I set in its options to use the AlbumArtistName as seed field instead of ArtistName. Then I realized that it was taking forever for MR to query the database each time I was selecting a VA track. I tried to put "VA" in [Exclude artists] options, but it did not work in my case, don't know why.
Anyway, it happens that all my VA albums has nothing in common in general, so I took advantage of MR possibilities and changed the AlbumArtistName field to correspond to the genre category:
VA-[Ambient Psy-Chill]
VA-[Chillout]
VA-[Metal]
VA-[Psytrance]
VA-[Pop]
VA-[Rock]
VA-[Techno]
VA-[Trance]
...
Now,each time I select a Various Artists track, MR is listing all other VA albums of the same genre in the [Albums By] panel. And I like that!
Eyal
I have a lot of Various Artists albums, all named "VA" or "Various" in AlbumArtist name. When I began to use MR, I set in its options to use the AlbumArtistName as seed field instead of ArtistName. Then I realized that it was taking forever for MR to query the database each time I was selecting a VA track. I tried to put "VA" in [Exclude artists] options, but it did not work in my case, don't know why.
Anyway, it happens that all my VA albums has nothing in common in general, so I took advantage of MR possibilities and changed the AlbumArtistName field to correspond to the genre category:
VA-[Ambient Psy-Chill]
VA-[Chillout]
VA-[Metal]
VA-[Psytrance]
VA-[Pop]
VA-[Rock]
VA-[Techno]
VA-[Trance]
...
Now,each time I select a Various Artists track, MR is listing all other VA albums of the same genre in the [Albums By] panel. And I like that!
Eyal
@Rojer - sounds like an encoding bug, I'll take a look.
@Eyal - i'll take a look at why the exclude isn't working, but I'm glad you've found a suitable workaround for now!
@Eyal - i'll take a look at why the exclude isn't working, but I'm glad you've found a suitable workaround for now!
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.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
w/o meaning to criticize, get a decent anti-virus and firewall combinationtrek wrote:I dl'd MokeyRok, and Google Art Finder, and my friggin zone alarm keeps quarantining googleartfinder.vbs and then i get an error when the tracks change because it cant find the file....is there a way to get around this?
(jk afaik you can permanetnly set zone alarm to ignore certain scripts, search in the help files)
With respect to this problem found by gege and andryx where the statistics are remaining: I still can't replicate it but I think I know why it's happening. When you double click on the track to play it the OnStop and OnPlay events are fired, the OnStop shows the statistics and the OnPlay shows the rest, so if the timing is a little off then you get bits of each. I think this is a problem with the event firing and I've reported it to Jiri. Not really sure what I can do about it myself but I'll provide a workaround in the script if possible.
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.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
New version (2.3) is now available to download from my website. Changes include...
- Added german translation (thanks to Mattisse, RedX and Powerpill-Pacman)
- Fixed french translation (thanks to Eyal and Rojer)
- Added swedish translation (thanks to Feppa)
- Added extra messaging when loading language files
- Fixed typos in Functions.js causing errors with context menus
- Fixed top tracks panel not showing artists
- Fixed encoding of apostrophe when querying Last.Fm
- Fixed current album not shown after showing statistics when player stopped
- Fixed statistics still showing after player stopped and new song played
- Fixed exclusion list so it now compares with seed field value
Let me know if you have any more translations, using the new english.txt!
- Added german translation (thanks to Mattisse, RedX and Powerpill-Pacman)
- Fixed french translation (thanks to Eyal and Rojer)
- Added swedish translation (thanks to Feppa)
- Added extra messaging when loading language files
- Fixed typos in Functions.js causing errors with context menus
- Fixed top tracks panel not showing artists
- Fixed encoding of apostrophe when querying Last.Fm
- Fixed current album not shown after showing statistics when player stopped
- Fixed statistics still showing after player stopped and new song played
- Fixed exclusion list so it now compares with seed field value
Let me know if you have any more translations, using the new english.txt!
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.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
trixmoto wrote:With respect to this problem found by gege and andryx where the statistics are remaining: I still can't replicate it but I think I know why it's happening. When you double click on the track to play it the OnStop and OnPlay events are fired, the OnStop shows the statistics and the OnPlay shows the rest, so if the timing is a little off then you get bits of each. I think this is a problem with the event firing and I've reported it to Jiri. Not really sure what I can do about it myself but I'll provide a workaround in the script if possible.
I've made a few tests and it looks like it's really fixed. Thank you.trixmoto wrote:New version (2.3) is now available to download from my website. Changes include...
...
- Fixed statistics still showing after player stopped and new song played
...
Suggestion
Hi, trix
I have a little suggestion regarding the columns layout:
In various MonkeyRok's panels, the Artist column has a fixed width, no matter how wide MonkeyRok itself is, sometimes forcing rows to span across two lines of text unnecessarily. See (1) and (2) in image below:

I suggest you to change the table layout in skins, in order to make both Title AND Artist columns proportional to the MonkeyRok's width, like in (3). Did you understand what I mean? What do you think?
I have a little suggestion regarding the columns layout:
In various MonkeyRok's panels, the Artist column has a fixed width, no matter how wide MonkeyRok itself is, sometimes forcing rows to span across two lines of text unnecessarily. See (1) and (2) in image below:

I suggest you to change the table layout in skins, in order to make both Title AND Artist columns proportional to the MonkeyRok's width, like in (3). Did you understand what I mean? What do you think?
Jiri has confirmed that it's not a bug, but it is incorrect behaviour, so the OnStop event will not be fired in this situation in the next version. I managed to find a workaround though which I'm glad is working for you.
I'll take a look at why this column is not resizing properly and try to get it sorted for the next version.
I'll take a look at why this column is not resizing properly and try to get it sorted for the next version.
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.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
Guest
Do you know the WebSearch Panels script?Anonymous wrote:great script getting better and better trixmoto, just one thing i would like to see on next update dunno if its possible the addition of tabs that can connect to sites with info about the music like wikipedia, last fm, etc...
I think it can provide the type of information you want. Here is the link:
http://www.mediamonkey.com/forum/viewtopic.php?t=11254
-
powerpill-pacman
- Posts: 154
- Joined: Mon Feb 21, 2005 1:07 pm
- Location: berlin, germany
- Contact:
The script works like a charm and gets better every time, but i get a little error. I don't know whether it's a bug in the script or on my side (whatever that means), but in the album overview i don't get album-artwork allthought it shows up in the artwork panel. Here's a screenshot:

I nearly forgot: Thanks very much for your continuous work.

I nearly forgot: Thanks very much for your continuous work.
