Search found 10 matches

by birwin2
Wed Sep 13, 2023 8:15 pm
Forum: Need Help? (MMW4)
Topic: Missing Options
Replies: 1
Views: 1545

Missing Options

Below is a screen shot of the bottom of my MM4 "Now Playing" window, along with the "Art & Details" window that sits below it. My version of MM4 has the 3 options shown, List, Edit and Copy. A friend has somehow lost these 3 options and I have been unable to figure out how to...
by birwin2
Thu Jul 15, 2021 8:46 am
Forum: MediaMonkey 5 developer forum
Topic: Seek/Progress Bar
Replies: 1
Views: 849

Seek/Progress Bar

First let me apologize for my faux pas' in my previous post. I guess I may have broken some forum rules. Ok, so I am developing an addon that will display, in a separate window, 5 tracks from the Now Playing playlist. The current playing track is at the top, followed by the next 4 tracks. The window...
by birwin2
Thu Jul 01, 2021 7:39 am
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

Ok. Feeling a little stupid this morning. Just discovered that MM already supports tagging a song with multiple genres.
by birwin2
Wed Jun 30, 2021 10:06 pm
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

Okay, so here's the latest. Installed portable version of MediaMonkey 5.0.1.2419 RC-4 (debug). Was eventually able to get the Exception Error while trying to Sync from Spotify and submitted it. I was able to get a (somewhat) successful Sync. All Song records were brought over, but after I closed tha...
by birwin2
Tue Jun 29, 2021 6:53 am
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

Thank you, thank you, thank you, Peke. This is huge for me.

Bill Irwin
Richmond, VA
by birwin2
Mon Jun 28, 2021 5:37 pm
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

I understand that the overhaul from v4 to v5 prevents coding an addon to work in both. No problem, and coding the addon for v5 will be fine. Right now my major issue in v5 has to do with Genres in the Media Tree (left pane). In v4 there was a little triangle, and when clicked I would get an alphabet...
by birwin2
Wed Jun 23, 2021 5:29 pm
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

One more thing, Ludek. After downloading and reviewing MM5, I have found some changes and minor issues that will cause me to delay using that version in my DJ'ing. Can the example Addon be coded to work in both v4 and v5? If not, v4 would be my preference. Thanks again for your help. Bill Irwin Rich...
by birwin2
Wed Jun 23, 2021 5:07 pm
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

Hi Ludek, I don't need it to be a separate application. What you are describing would be perfect. Click a button in MM and a window launches that has the required data, and follows the player playlist (Playing), always showing the currently playing track at the top, and then the next 4 tracks on sub...
by birwin2
Sat Jun 19, 2021 1:17 pm
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Re: Need SQL Help

I am not sure that I understand the use-case correctly. Are you looking for a way how to build a Playing list using SQL and put it into the Playing queue (or as a new list) or do you want rather get the current user's Playing list and get its metadata to put it somewhere into custom DB table? A lit...
by birwin2
Wed Jun 16, 2021 8:28 am
Forum: MediaMonkey 5 developer forum
Topic: Need SQL Help
Replies: 13
Views: 2490

Need SQL Help

Hi Folks, I'm looking for some help putting together a SQL statement to get the list of songs in the Playing List. The specific data I would like to retrieve are: IDSong, SongOder, SongTitle, Genre and BPM. Additionally I would like to get IDSong for the now playing song. Also, is there any document...