Search found 5 matches

by ninov
Fri Jun 06, 2014 4:23 pm
Forum: Need Help? (MMW4)
Topic: MM resets every once in a while
Replies: 3
Views: 826

Re: MM resets every once in a while

Hello,
I will try starting DBGView before starting MediaMonkey until MediaMonkey resets again.
Maybe I'll have "luck" and it will happen on two consecutive days.
by ninov
Fri Jun 06, 2014 4:49 am
Forum: Need Help? (MMW4)
Topic: MM resets every once in a while
Replies: 3
Views: 826

MM resets every once in a while

Hello, About every two weeks MediaMonkey resets completly when I start it. Then it starts with the default skin and I have to go through the first-start-wizard again, enter my gold key again, rescan my library again, switch to my favourite skin again and switch the language again to German. This is ...
by ninov
Sat May 24, 2014 6:59 am
Forum: MediaMonkey 4 Addons developer forum
Topic: OnPause-event doesn't always fire when using keyboard keys
Replies: 0
Views: 2116

OnPause-event doesn't always fire when using keyboard keys

Hello, I'm using the MediaMonkey COM interface in a C#-programm. Now, I use this example code to detect a play/pause-change: [...] SDB.OnPause += OnPauseEvent; [...] private void OnPauseEvent() { Debug.WriteLine("OnPause"); } Everything works fine when I'm using the play/pause button in Me...
by ninov
Mon Oct 21, 2013 2:57 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Python - COM interface file pointer
Replies: 2
Views: 2858

Re: Python - COM interface file pointer

Oh, thanks.
Stupid me.
by ninov
Sun Oct 20, 2013 8:52 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Python - COM interface file pointer
Replies: 2
Views: 2858

Python - COM interface file pointer

Hi, I am trying to access the cover of the currently playing song in Python via COM interface. # (...) song = self.Player.CurrentSong cover = song.AlbumArt if cover.Count >= 1: cover = cover.Item(0).Image.ImageData # (...) Now cover only returns a integer as file pointer. How can I use this file poi...