Search found 101 matches

by pokeefe0001
Wed May 14, 2025 1:15 pm
Forum: Need Help - MMW
Topic: Odd popup after initialization
Replies: 3
Views: 345

Re: Odd popup after initialization

Lowlander wrote: Wed May 14, 2025 10:07 am Have you tried disabling (from 3-dot menu) the USB drive under Devices & Services in MediaMonkey?
I'm executing MM from that USB drive. The drive is also where the the music library resides. Disabling it is probably not a good idea. :)
by pokeefe0001
Tue May 13, 2025 10:06 pm
Forum: Need Help - MMW
Topic: Odd popup after initialization
Replies: 3
Views: 345

Odd popup after initialization

After installing MMW 2024 portable on my I copied the installation to a USB flash drive. When I start MM from the flash drive I get an odd popup 5-7 seconds after MM initializes and populates its main display: https://i.ibb.co/mrhfPCR1/Popup.jpg The popup disappears after a few seconds and MM works ...
by pokeefe0001
Mon May 12, 2025 2:55 pm
Forum: Need Help - MMW
Topic: Delete display of playlist image and stats
Replies: 1
Views: 266

Delete display of playlist image and stats

New to MMW v5/2024 so this may be a dumb question. I have View > Main panel view set to "Browser" but this question also applies to "List". When I select a playlist from the Media tree the main panel displays the contents of the playlist (as it should) but also displays an image and playlist ...
by pokeefe0001
Sun May 11, 2025 3:18 pm
Forum: Need Help - MMW
Topic: How to re-assign drive
Replies: 1
Views: 394

How to re-assign drive

I'm finally trying MMW 5/2024 after using MMV4 for many years. I use clones of a portable MM installation and a music library on multiple USB flash drive (and on a couple Windows computers). MMWV4 had a utility (user-written script, I think) called UpdateLocationOfFiles that would change the IDMedia ...
by pokeefe0001
Mon Nov 27, 2023 12:01 pm
Forum: Need Help with Addons? (MMW4)
Topic: Script to save Now Playing list in a new playlist?
Replies: 10
Views: 15489

Re: Script to save Now Playing list in a new playlist?

I gave up trying to find an automatic solution after my last post on this thread - mid 2021. We made manually creating the playlist a step in shutting down after our weekly dance. If there's a "Run on shutdown" feature for invoking VBS scripts in MM then this could possibly be implemented, but that ...
by pokeefe0001
Mon Nov 13, 2023 12:01 am
Forum: Need Help - MMW
Topic: Should I switch to MMW5 yet?
Replies: 1
Views: 587

Should I switch to MMW5 yet?

It's been well over a year since I last looked at MM v5 for Windows. I'd like to know if the show-stoppers I identified back then have been eliminated. Here are the requirements that our little non-profit dance group have. It needs a skin similar enough to MMW4 Blue Monkey that 70-80 year old ...
by pokeefe0001
Wed Feb 08, 2023 2:48 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: How to Sort MM database table within a script
Replies: 0
Views: 7630

How to Sort MM database table within a script

I mistakenly posted a question in the "Need Help? (MMW4)" https://www.mediamonkey.com/forum/viewtopic.php?t=103686 when it should have been posted here, so this is a multiple posting. Sorry. I have a script that accesses the entire Songs table my first selecting Music in the media tree, performing ...
by pokeefe0001
Wed Feb 08, 2023 2:36 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: When are database fields set / reset?
Replies: 3
Views: 10798

Re: When are database fields set / reset?

I haven't looked at MediaMonkey v5 for a year or so, but it was a non-starter then. For a couple of the computer-phobic people in our non-profit group using our MediaMonkey, any changes in MM's look and feel requires retraining. For the untrained person (i.e., me) doing our MM custoimization ...
by pokeefe0001
Wed Feb 08, 2023 12:52 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: When are database fields set / reset?
Replies: 3
Views: 10798

When are database fields set / reset?

I'm looking for an unused (in my installation) integer field in the Songs table that I can use in scripts - a field that will not be reset by MediaMonkey during a library (re)scan, etc. I cannot find a description of when MediaMonkey sets fields in the database. So I've got some questions about ...
by pokeefe0001
Tue Feb 15, 2022 2:35 pm
Forum: Need Help - MMW
Topic: UpdateLocationOfFiles function in MMV5
Replies: 2
Views: 994

Re: UpdateLocationOfFiles function in MMV5

Locate Moved/Missing Files can be used if the Path changed. I can't test the whole function since it seems to be available only to Gold users (and I'm not ready to become one because I'm not convinced MMV5 is even usable for me). I can't use the free Edit Dead Links function because my old and new ...
by pokeefe0001
Tue Feb 15, 2022 1:35 pm
Forum: Need Help - MMW
Topic: UpdateLocationOfFiles function in MMV5
Replies: 2
Views: 994

UpdateLocationOfFiles function in MMV5

Last August I asked if old UpdateLocationOfFiles script was going to be ported to MMW5 and was told its function was built into MMW5 in the Manually_Re-assign_Drive function: https://www.mediamonkey.com/forum/viewtopic.php?p=485571&hilit=UpdateLocationOfFiles#p485571 and https://www.mediamonkey.com ...
by pokeefe0001
Mon Feb 14, 2022 5:45 pm
Forum: MediaMonkey for Windows developer forum
Topic: Need help rewriting MMW4 script for MMW5
Replies: 3
Views: 1857

Re: Need help rewriting MMW4 script for MMW5

1. There is a way in MM5 to prompt the user for a file: app.utils.dialogOpenFile . It's on the API docs but I see now that there's a typo (its title is dialogSaveFile) - https://www.mediamonkey.com/docs/api/classes/Utils.html#method_dialogSaveFile app.utils.dialogOpenFile('.', 'm3u', _('Playlist ...
by pokeefe0001
Mon Feb 14, 2022 1:51 pm
Forum: MediaMonkey for Windows developer forum
Topic: Need help rewriting MMW4 script for MMW5
Replies: 3
Views: 1857

Need help rewriting MMW4 script for MMW5

Note: I am not a "developer". I cobble together bits and pieces from working scripts without necessarily knowing how those original scripts work. That worked in MMW4 but I'm completely lost in MMW5. Luckily this MMW4 script has very little MediaMonkey-specific function in it. Background: We have ...
by pokeefe0001
Sun Feb 13, 2022 5:38 pm
Forum: Need Help - MMW
Topic: How to move (or undock) play list?
Replies: 24
Views: 4467

Re: How to move (or undock) play list?

Are you using "portable" with NAS or external hard drive? I'm sure this is more information than you want, but ... So far I am just testing MMW5 - portable installation is on an internal hard drive. The eventual MMW5 implementations (and my current MMW4 implementations): multiple USB flash drive ...
by pokeefe0001
Sun Feb 13, 2022 4:36 pm
Forum: Need Help - MMW
Topic: How to move (or undock) play list?
Replies: 24
Views: 4467

Re: How to move (or undock) play list?

Erwin Hanzl wrote: Sun Feb 13, 2022 2:58 pm ...
The undocked panel has the content of "Simplifield List" and NOT from "List"
...
I've upgraded to build 2606 and see no difference in behavior. Is that the result of the "Simplified List" vs "List" problem?