Search found 64 matches

by Just Guessing
Tue Jul 18, 2017 8:56 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Script native MM Panels view on/off??
Replies: 0
Views: 8761

Script native MM Panels view on/off??

I had been a purist - using a dedicated computer for mediamonkey and music. But I'm now going to evolve and enjoy the ability to make MediaMonkey my VIDEO center as well. ONE MAJOR GOAL is challenging right off the bat: I REQUIRE a second monitor to have a custom panel for music info/art/lyrics/etc ...
by Just Guessing
Tue Jul 18, 2017 8:25 am
Forum: MediaMonkey 4 Addons developer forum
Topic: How to use MM COM objects with a test MM database?
Replies: 9
Views: 15470

Re: How to use MM COM objects with a test MM database?

If I had a 2nd version of MM running how would I connect to the correct instance? ALSO INTERESTED. I experimented for 2/3 days with such a pursuit and concluded its not gonna happen without major experimental hacking of installation registry files. I'd love it if someone can share/reveal a clean me...
by Just Guessing
Mon Oct 03, 2016 8:59 pm
Forum: Need Help with Addons? (MMW4)
Topic: DUPPY CONQUEROR script (MM4 2016)
Replies: 4
Views: 6274

Re: DUPPY CONQUEROR script (MM4 2016)

Hi. Answer=both. I have improved two important aspects already and will post new v5 code shortly. Beyond that honestly, I'm just perhaps resolving bugs. (script is doing almost exactly what I want it to do) What I don't see myself doing any time soon, is generating a big option page to set form size...
by Just Guessing
Thu Sep 22, 2016 5:27 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: PlayList.RemoveTrackNoConfirmation behavior?
Replies: 3
Views: 6518

Re: PlayList.RemoveTrackNoConfirmation behavior?

I get a type mismatch with that, unless I use "SongObject.ID". But even though SongObject.ID gets no error, I don't find the track removed from the playlist. example: I want SDB.SelectedSongList.Item(0) removed from playlist "Testing" SDB.PlaylistByTitle("Testing").Trac...
by Just Guessing
Tue Sep 20, 2016 3:13 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: PlayList.RemoveTrackNoConfirmation behavior?
Replies: 3
Views: 6518

Re: PlayList.RemoveTrackNoConfirmation behavior?

well, came up with a sub one can use, in case the SDB method behavior isn't as friendly as it could be (if this is needed) so I'd use this: PlaylistTrackRemove "Test Playlist", objSong to call this: sub PlaylistTrackRemove(PlaylistName, SongObject) Dim i, ThePlaylist, TrackCount Set ThePla...
by Just Guessing
Tue Sep 20, 2016 9:33 am
Forum: MediaMonkey 4 Addons developer forum
Topic: PlayList.RemoveTrackNoConfirmation behavior?
Replies: 3
Views: 6518

PlayList.RemoveTrackNoConfirmation behavior?

I have a playlist ("Test Playlist") and I want to remove a track (objSong) from it. Experimenting with "RemoveTrackNoConfirmation" I find this will NOT work (unless certain challenging conditions are true): SDB.PlaylistByTitle("Test Playlist").RemoveTrackNoConfirmation ...
by Just Guessing
Tue Sep 13, 2016 11:29 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Clever method to check if song in playlist?
Replies: 4
Views: 7386

Re: Clever method to check if song in playlist?

No, I mean in order to accomplish an IF/THEN like below: If Not In Playlist "whatever"( theSong) then SDB.PlaylistByTitle("whatever").AddTrack( theSong ) end if I can tighten the goal down to 5 lines of code, but wonder if I haven't missed some single line that does the job: Dup ...
by Just Guessing
Tue Sep 13, 2016 10:18 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Clever method to check if song in playlist?
Replies: 4
Views: 7386

Clever method to check if song in playlist?

Is there a simple scripting method to test if a song is already in a playlist?

I'd like to avoid the MM duplication confirmation page I would get otherwise. Obviously one could go through a loop of each song in playlist, but I'm wondering if it isn't easier than that.
by Just Guessing
Tue Aug 30, 2016 3:37 pm
Forum: Need Help with Addons? (MMW4)
Topic: DUPPY CONQUEROR script (MM4 2016)
Replies: 4
Views: 6274

DUPPY CONQUEROR script (MM4 2016)

DUPPY CONQUEROR v4.dave ***v4 updated 9/8/2016 This script is designed to offer side by side graphic and sonic comparisons of duplicate (and seemingly duplicate) music tracks, in a floating MediaMonkey form . https://s13.postimg.org/aun9rfxvr/fullform.png I offer this script not so much as a finish...
by Just Guessing
Sat Apr 09, 2016 12:00 am
Forum: Need Help? (MMW4)
Topic: All tracks duplicated
Replies: 7
Views: 2616

Re: All tracks duplicated

I have seen this quite a bit! However, I never nailed down exact causes. In my case it was RELATED to a SCRIPT that filled the main window with tracks. If I wasn't on a certain type of node in the media tree, then this nonsense showed up. Once it showed up, I think I had to remove tracks from librar...
by Just Guessing
Thu Mar 17, 2016 10:47 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Scripts & MULTIPLE Instances of MM
Replies: 2
Views: 3940

Re: Scripts & MULTIPLE Instances of MM

Wow, I thought I'd gotten a glimpse of all the strong scripts out there and yet "Quick Play Keys" and "Audio Monitor" are new to me, and look interesting! Let me focus on this question; what would one need to do to externally connect with the API of a PORTABLE installations?? [ n...
by Just Guessing
Sun Mar 13, 2016 3:55 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Portable installation
Replies: 1
Views: 3453

Re: Portable installation

I am pursuing a somewhat related objective, and I just saw a post that MIGHT help: http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=2063 Note poster describing an entry in the registry, (which of course a portable install won't create). Maybe manual creation of a single registry entry will w...
by Just Guessing
Sun Mar 13, 2016 3:45 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Scripts & MULTIPLE Instances of MM
Replies: 2
Views: 3940

Scripts & MULTIPLE Instances of MM

I need to script the playing of two files AT THE SAME TIME. (I want to create a prolonged sound environment with a playlist of musical tracks overlayed with random soundeffects). I see this as pretty easy to pull off quite nicely with MediaMonkey, using two 'instances' of MediaMonkey. The challenge:...
by Just Guessing
Tue Feb 23, 2016 12:16 am
Forum: MediaMonkey 5 developer forum
Topic: Porting MM4 scripts
Replies: 57
Views: 87073

Re: Porting MM4 scripts

Funny, I just joined today as well, and was thinking along similar lines with monetization of some kind; in order to stimulate fast and numerous script offerings/conversions. Another real benefit - the chaotic hunting and searching for available scripts would mostly get a refined and sane interface/...
by Just Guessing
Sat Feb 20, 2016 3:37 pm
Forum: Need Help? (MMW4)
Topic: Album Art and Tagging
Replies: 5
Views: 3345

Re: Album Art and Tagging

Anyone following my posts is going to accuse me of working for this entity - but, seriously, I'm just a fan... JAIKOZ absolutely can do your entire collection, and I wouldn't call it slow. It won't get everything, and there will be erroneous stuff - but its amazing how much it can get. The author ha...