Search found 7 matches

by qwench
Fri Mar 07, 2008 5:38 am
Forum: Need Help with Addons? (MMW4)
Topic: Import M3U 3.8 - Updated 26/10/2013
Replies: 158
Views: 125320

hmmmm :-?

All other playlists correctly display greyed tracks.
When I try to play a unavailable track, it becomes grey, but when I play another one, it returns black.

I think it's a problem of song properties not correctly filled...
But which ?
by qwench
Thu Mar 06, 2008 3:11 am
Forum: Need Help with Addons? (MMW4)
Topic: Import M3U 3.8 - Updated 26/10/2013
Replies: 158
Views: 125320

Yes, it does find tracks if it's available. If it's not, it doesn't :P In this case, I would like the track to be created, but greyed out. I updated the code to add a special disk serial named [_notfound]. This way, I can find all tracks created by searching 'notfound' or going in the _notfound node...
by qwench
Wed Mar 05, 2008 10:35 am
Forum: Need Help with Addons? (MMW4)
Topic: Import M3U 3.8 - Updated 26/10/2013
Replies: 158
Views: 125320

I fixed the script to create track not found in mm3 db: Dim trax : Set trax = SDB.Database.QuerySongs(sql) If trax.EOF Then set trax = Nothing If CreateLog Then Call debug("Not found: "&mess&vbcrfl&"**"&sql) End If If CreateNew Then prog.Text = "Creating: &qu...
by qwench
Thu Mar 22, 2007 2:18 am
Forum: Bug Reports (MMW4)
Topic: Pause shortcut does not exist ?
Replies: 7
Views: 5960

The problem is that I have to use the external winamp 5 player (because I want to display media info on my imon vfd, but it is not the problem here). If I want to pause from mm, I click the pause button in the toolbar and the music stops. I click again, and it resumes. No problems here. Now, I have ...
by qwench
Wed Mar 21, 2007 4:50 pm
Forum: Bug Reports (MMW4)
Topic: Pause shortcut does not exist ?
Replies: 7
Views: 5960

hmmm
I tested and I found it works if you use the internal player.

Switch to winamp external player and try.

Unfortunatly, I would like to display media info on my vfd (lcd display), and I can't extract media info from mm, so I'm stick with winamp :(
by qwench
Tue Mar 20, 2007 2:06 am
Forum: Bug Reports (MMW4)
Topic: Pause shortcut does not exist ?
Replies: 7
Views: 5960

Thanks for the reply I use a imon remote, and I must assign shortcut to remote buttons for mediamonkey. Shortcut assigned to winamp works well, but when winamp is running. When the focus is on mm, winamp shortcuts are not working. Winamp shortcut for pause is 'C' which is not a possible shortcut in ...
by qwench
Mon Mar 19, 2007 5:37 am
Forum: Bug Reports (MMW4)
Topic: Pause shortcut does not exist ?
Replies: 7
Views: 5960

Pause shortcut does not exist ?

Hi First, thank you for this software. It's great and I hope version 3.0 will be even better. I would like to use mm with my htpc and I tried to set up remote control shortcuts when I come to a bug. It seems there is no pause shortcut ! ctrl P is play/pause, but when you press it, it stops the track...