Search found 26 matches

by hurrlipurr
Fri Jan 04, 2008 3:39 am
Forum: Deutsches Forum
Topic: [MM3] Deutsche Übersetzung
Replies: 46
Views: 50248

Im Fenster für "Auto-Taggen von Internet" ist Alt-S sowohl Suche als auch Schließen zugeordnet.

Gruß,
Oliver
by hurrlipurr
Fri Jan 04, 2008 3:24 am
Forum: News and Other Stuff
Topic: Let's Hear Your Experiences with MM3
Replies: 75
Views: 41601

Tagging is also much slower. When tagging a set of 400 files (change their genre) MM is doing something for about 2 minutes and only after that starts the tagging (visible on the status bar). The album-art "issue" disappears after MM read all the files on startup (which takes about 30 minutes on my ...
by hurrlipurr
Thu Jan 03, 2008 1:30 pm
Forum: News and Other Stuff
Topic: Let's Hear Your Experiences with MM3
Replies: 75
Views: 41601

Another strange thing: in the new album art views the pictures keep on appearing and disappearing - what is that?
by hurrlipurr
Thu Jan 03, 2008 12:48 pm
Forum: News and Other Stuff
Topic: Let's Hear Your Experiences with MM3
Replies: 75
Views: 41601

I upgraded this morning. My first impressions: I'm a little dissappointed in the new design (too stylish, icons very hard to recognize) - on the other hand I like the new player at the bottom of the window. The database migration didn't work: eg. play counters are lost. :-( Scripts don't work ...
by hurrlipurr
Thu Nov 24, 2005 3:26 pm
Forum: Bug Reports (MMW4)
Topic: misses playcount
Replies: 12
Views: 5578

I played around a little more and made the following detection: some of my music is stored on a netdrive, some on the PC where MM is also located. Strangely enough the playcounter works fine on all songs on the netdrive and does not work at all on the local drive. This is a new phenomena since I ...
by hurrlipurr
Thu Nov 24, 2005 1:10 pm
Forum: Bug Reports (MMW4)
Topic: misses playcount
Replies: 12
Views: 5578

And again: I even checked it directly in the database.
by hurrlipurr
Thu Nov 24, 2005 1:59 am
Forum: Bug Reports (MMW4)
Topic: misses playcount
Replies: 12
Views: 5578

No, in my case they are not updated in the database.
by hurrlipurr
Wed Nov 23, 2005 5:47 pm
Forum: Bug Reports (MMW4)
Topic: misses playcount
Replies: 12
Views: 5578

I think, my issue is different from the one originally described by mjs. For any reason it seems to me that the fields playcounter and lasttimeplayed are not updated when playing from a playlist. When I play from the Albums View it works fine.

Is this a bug in the latest version?
by hurrlipurr
Tue Nov 22, 2005 3:32 pm
Forum: Bug Reports (MMW4)
Topic: misses playcount
Replies: 12
Views: 5578

In the previous version the counter increased in the middle of a song, now it seems that it doesn't work at all most of the times. :-(
by hurrlipurr
Tue Nov 22, 2005 12:43 pm
Forum: Bug Reports (MMW4)
Topic: misses playcount
Replies: 12
Views: 5578

Same behaviour on my system. :-(
by hurrlipurr
Fri Apr 08, 2005 2:36 pm
Forum: News and Other Stuff
Topic: UPnP support to operate with Philips Streamium products
Replies: 11
Views: 7340

yes, please, upnp would be great!
by hurrlipurr
Tue Mar 22, 2005 2:55 pm
Forum: Need Help with Addons? (MMW4)
Topic: Autostart script on start/end of playback
Replies: 0
Views: 2147

Autostart script on start/end of playback

I still didn't figure out if and how this is possible: I want to update a score in a user-defined field after playback. It's possible to update the field in the whole DB on startup of MM, but the following hint from Jiri didn't work for me: Btw, check 'scripting' topic in the MM.chm help file, it's ...
by hurrlipurr
Tue Mar 01, 2005 4:55 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 1.3b (IS OUTDATED SEE NOTE IN FIRST POST)
Replies: 686
Views: 390790

Another question: it seems to be impossible to combine Mood and Occasion, eg.

Code: Select all

Test\<mood|unknown:no>\<occasion|unknown:no>
by hurrlipurr
Tue Mar 01, 2005 4:01 pm
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 1.3b (IS OUTDATED SEE NOTE IN FIRST POST)
Replies: 686
Views: 390790

I'm trying this:

Code: Select all

Jazz Spezial|filter:genre='Jazz'\<occasion>
but I get Access errors (more parameters expected) while

Code: Select all

Spezial\<occasion>

Code: Select all

Jazz Spezial|filter:genre='Jazz'\<artist>
both work fine... :-?
by hurrlipurr
Mon Feb 21, 2005 8:53 am
Forum: Need Help with Addons? (MMW4)
Topic: SQL-Scripting
Replies: 14
Views: 9345

Btw, check 'scripting' topic in the MM.chm help file, it's possible even now to run a script on start of playback. I tried this like [SetCustom1] FileName=SetCUSTOM1.vbs ProcName=SetCUSTOM1 Order=5 DisplayName=Set CUSTOM1 Description=Group Played# into CUSTOM1 Language=VBScript ScriptType=2 and it ...