Monkey Rok 4.1 - Updated 17/08/2009
Re: Monkey Rok 3.4 [MM2+3]
That would require the user having to enter last.fm user information into MR somewhere. Right now, a last.fm account is not required to use MR.

MM Gold 3.0.3.1183 : Vista HP SP1 (x86) : Zen Stone (2GB)
Zekton: An original MM3 skin by Eyal.
Scripts in Use: Add/Remove PlayStat | Auto Album DJ | AutoRateAccurate | Backup
Case & Leading Zero Fixer | Classification & Genre Changer | Clean Scripts.ini | Clear
Field | Custom Report | Discogs Auto-Tag Web Search | Forget Crossfade | Invert
Selection/Select None | Last 100... | Lyricator | Lyrics to Instrumental | MonkeyRok
MusicBrainz Tagger | My Custom Nodes | Now Playing Art Node | Play History & Stats
Right Click for Reports | Right Click for Scripts | Right Click for Web | Stop After Current
WebNodes
Re: Monkey Rok 3.4 [MM2+3]
@dypsis - if I remember correctly then if you press "Alt" whilst clicking then it adds it to the end (play last).
@shayguitarra - there doesn't appear to be a webservice to retrieve this data, sorry.
@shayguitarra - there doesn't appear to be a webservice to retrieve this data, sorry.
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.
Re: Monkey Rok 3.4 [MM2+3]
Thanks trixmoto. You remembered correctly.trixmoto wrote:@dypsis - if I remember correctly then if you press "Alt" whilst clicking then it adds it to the end (play last).

Would there be an easy way to make that the default behaviour?

-
- Posts: 27
- Joined: Tue Apr 08, 2008 6:10 am
- Location: Ireland
Re: Monkey Rok 3.4 [MM2+3]
No problem. I overlooked that tiny flaw in my idea!@shayguitarra - there doesn't appear to be a webservice to retrieve this data, sorry
Re: Monkey Rok 3.4 [MM2+3]
If you open "Functions.vbs" in a text editor and find the "PlayTrack" function then you'll see these lines...dypsis wrote:Would there be an easy way to make that the default behaviour?
Code: Select all
If alt = False Then
SDB.Player.CurrentSongIndex = SDB.Player.PlaylistCount-1
End If
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.
Re: Monkey Rok 3.4 [MM2+3]
Thanks trixmoto. That's how I like it.trixmoto wrote:If you open "Functions.vbs" in a text editor and find the "PlayTrack" function then you'll see these lines...dypsis wrote:Would there be an easy way to make that the default behaviour?All you need to do is change "If alt = False Then" to "If alt Then" and the behaviour will be reversed (you'll need to hold "Alt" to play now).Code: Select all
If alt = False Then SDB.Player.CurrentSongIndex = SDB.Player.PlaylistCount-1 End If

And I can still add and replace an entire album in a single click if I wish by clicking on the cover art.

Re: Monkey Rok 3.4 [MM2+3]
I cannot replicate either of these - apostrophe's have already been coded for and work fine on my machine. Is anyone else having issues?SteveMz wrote:I have noticed a small bug which is related to artist information containing apostrophes as in “Guns n' Roses”, I do not appear to be able to navigate to the artist by clicking on the link even when the link reports I have tracks by them.
Also when trying to get "more information" form last fm via the script for above artist I receive the following IE error:
Undetermined String Constant in
file:///C:/Program%20Files/MediaMonkey/Scripts/MonkeyRok/skins/animated_brushed/skin.html
EDIT: Actually I've sorted the "More Information" link, I'd already inadvertently fixed it before I tried to replicate it! I can browse to artists with aprostrophes though and I've not changed that code in the coming release.
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.
Re:
I've finally analysed these pics properly and can see that you are selecting the track in the Now Playing window (or at least that's what it looks like). MonkeyRok will always show what is selected in the main window.Guest wrote:Here's a pic:
http://img123.imageshack.us/my.php?image=rot99aew7.gif
You'll see that "The Pixies" are now playing, and you'll see that "The Pixies" are showing in MonkeyRok. But, I've since "selected" that red looking album (by Bent), and it still shows "Pixies" in MonkeyRok. And if you squint, you'll see that I have MonkeyRok set to display "selected". What gives?
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.
Re:
Do you just want this option (show only in now playing mode) or do people want this to be more configurable in terms of what nodes it is shown and hidden for? Personally I'd like to keep it simple with the first option, but I don't want to do that if people are going to want more!Teknojnky wrote:suggestion/request for future consideration: option to show only in the now playing node, hiding while other node views are active.
Why? well I started using MM without the now playing window and use just the now playing node for most playback situations. However when working with other library nodes, I don't really care to have extra windows taking up screenspace, or toggling windows off and on depending on view.

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.
-
- Posts: 5559
- Joined: Wed Feb 07, 2007 11:07 pm
- Location: New Jersey, USA
- Contact:
Re: Monkey Rok 3.4 [MM2+3]
Not to complicate the issue but if this is an option, I would like to be able to configure it for what nodes it is visible for. Or better yet, be able to configure it to show based on the active filter. But either way, I would like some control over when it is hidden/visible. Just my two cents.
Nyn

Nyn
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
Link to Favorite Scripts/Skins
Join Dropbox, the online site to share your files
-
- Posts: 223
- Joined: Sun Apr 29, 2007 9:45 pm
Re: Monkey Rok 3.4 [MM2+3]
+1 i've stopped using MonkeyRok because it was taking alot of my screenspace away from my laptop but on my desktop i loved it and i really do miss it. Currently i have the nodes on the right now playing up top and the files on the bottom with the media player just below. Monkey Rok was usually placed towards the right but minilyrics is there now however if somehow i can get MR to pop up when needed and close when not i'd use it much more its still installed howevernynaevelan wrote:Not to complicate the issue but if this is an option, I would like to be able to configure it for what nodes it is visible for. Or better yet, be able to configure it to show based on the active filter. But either way, I would like some control over when it is hidden/visible. Just my two cents.![]()
Nyn

Re: Monkey Rok 3.4 [MM2+3]
I think I found a little bug in MonkeyRok.
If you allow the tracks to finish, the last track stays in the queue after it has played. This has nothing to do with MonkeyRok. It is an MM trait.
But if you then Alt-click on a track in MonkeyRok to add it to the end of the queue, the track that was remaining in the queue plays again followed by the track that you selected from MonkeyRok.
If you allow the tracks to finish, the last track stays in the queue after it has played. This has nothing to do with MonkeyRok. It is an MM trait.
But if you then Alt-click on a track in MonkeyRok to add it to the end of the queue, the track that was remaining in the queue plays again followed by the track that you selected from MonkeyRok.
Re: Monkey Rok 3.4 [MM2+3]
@Diabolic-Destiny - can you be more specific than "if somehow i can get MR to pop up when needed and close when not"? When do you need it?
@dypsis - I'll check this out and see what I can do.
@dypsis - I'll check this out and see what I can do.
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.
-
- Posts: 374
- Joined: Sat Feb 02, 2008 1:09 pm
- Location: Texas
Re: Monkey Rok 3.4 [MM2+3]
Trix - how about an option to open MR in a form or non-docked panel when a new song starts, display for x seconds then automatically hide? I don't need this, but perhaps that will address his need?Diabolic-Destiny wrote:however if somehow i can get MR to pop up when needed and close when not i'd use it much more its still installed however
~One
-
- Posts: 291
- Joined: Mon Dec 11, 2006 9:45 pm
Re: Monkey Rok 3.4 [MM2+3]
I have not been following this thread, so I don't know if this has been covered. I have noticed a problem with the artist/band biography not appearing when I play a song. Is this due to a change in the LastFM service?