Search found 51 matches

by SHR
Fri Mar 23, 2007 9:49 pm
Forum: Need Help? (MMW4)
Topic: Tagging
Replies: 2
Views: 865

Right next to the tracknumber field is a checkbox. If you want to modify just the album- and artistname of the selected tracks, then this checkbox should be unchecked. Otherwise all tracks get the number shown in the tracknumberfield.
by SHR
Fri Mar 23, 2007 9:41 pm
Forum: Need Help? (MMW4)
Topic: Removing Volume Leveling Info
Replies: 3
Views: 1078

There is a script called "AlbumVolumeLeveler", which can remove leveling info in MM: http://www.mediamonkey.com/forum/viewtopic.php?t=6649
Perhaps this can help or is of some interest for you.
by SHR
Fri Mar 23, 2007 9:33 pm
Forum: Need Help? (MMW4)
Topic: Numeric filename masks
Replies: 1
Views: 698

Try $IF(condition, condition=true then, condition=false else) :wink: :
.\$IF(<Artist@1>=0-9,#,<Artist:1>)\<Artist> - <Title>

In your example leading to:
.\#\10 Years - <Title>
.\#\3 Doors Down - <Title>
.\A\ABBA - <Title>

Let me know, if it helped.
by SHR
Fri Mar 23, 2007 3:00 am
Forum: Deutsches Forum
Topic: Hotkey für schnelles Vor- und Zurückspulen
Replies: 10
Views: 7481

:( Tut mir wirklich leid, dass Du damit nicht zurecht kommst. Ich habe mich daher nochmal nach einer anderen Möglichkeit umgesehen. Aber laut der Beschreibung der MM-Scripting-Schnittstelle gibt es leider keine Möglichkeit dies direkt anzusteuern. Und da diese Funktion auch in den Winamp-Plugins nic...
by SHR
Wed Mar 21, 2007 3:41 pm
Forum: Deutsches Forum
Topic: Hotkey für schnelles Vor- und Zurückspulen
Replies: 10
Views: 7481

Hi Heinz, am einfachsten ist es, wenn Du AutoHotkey installierst. Downloaden kannst Du es über: http://www.autohotkey.com/download/ Es gibt dort aber auch ein ZIP-Archiv. Verknüpfungen, etc. muss man dann aber selbst erstellen. Mit dem Skript gibt es verschiedene Möglichkeiten: - Wenn Du AutoHotkey ...
by SHR
Tue Mar 20, 2007 5:59 pm
Forum: Deutsches Forum
Topic: Hotkey für schnelles Vor- und Zurückspulen
Replies: 10
Views: 7481

Hi, Ich wüsste nicht, dass dies mit "Bordmitteln" geht. Entweder hat man ein entsprechendes Keyboard (Meine Cherry kann Zeichenfolgen "senden") oder man verwendet das grandiose AutoHotkey. Da hat man dann zwar einen zusätzlichen Prozess (welcher aber sehr schlank ist), aber dafür...
by SHR
Mon Mar 19, 2007 10:27 pm
Forum: Need Help? (MMW4)
Topic: HMOG please help me
Replies: 5
Views: 1144

Search in Folder c:\documents and settings\...\My music\ for a MediaMonkey-Folder. Maybe there is a MediaMonkey.ini with your older settings and a MediaMonkey.mdb. MediaMonkey stores drive/folder/path-informations of your songs in this file. It's possible, that this is causing your problems, as this...
by SHR
Mon Mar 19, 2007 10:18 pm
Forum: Need Help with Addons? (MMW4)
Topic: Monkey Rok 4.1 - Updated 17/08/2009
Replies: 1597
Views: 555210

As decimalseperator-problem is still there, I still prefer my shorter approach: BTW: L ocale S eperator D ecimal ...maybe its just strange naming :D I've added some comments to the code. dim lsd : lsd = "." lsd = mid(formatnumber(0,2,-1,0,0),2,1) Format 0 as 0,00 or 0.00 depending on local...
by SHR
Wed Mar 14, 2007 6:43 pm
Forum: Need Help with Addons? (MMW4)
Topic: Backup 6.0 - Updated 01/07/2014
Replies: 1508
Views: 813060

Great script! :) I used it very often. Especially when I change a lot in the scripts, plugins, etc. it is extremly useful. But in this case I sometimes need more than one backup :oops: and I always have to change the backupname by hand. :-? So what about adding a placeholder like e.g. %DATE%%TIME% f...
by SHR
Fri Mar 09, 2007 4:09 pm
Forum: Need Help with Addons? (MMW4)
Topic: Monkey Rok 4.1 - Updated 17/08/2009
Replies: 1597
Views: 555210

Hi Trixmoto, :oops: I'm sorry for this. But how about this: dim lsd : lsd = "." lsd = mid(formatnumber(0,2,-1,0,0),2,1) if not instr(rating,lsd) then rating = replace(rating,".",lsd) end if and: If InStr(rating, lsd) Then rating = Left(rating,InStr(rating, lsd)-1) End if This sho...
by SHR
Fri Mar 09, 2007 3:28 am
Forum: Need Help? (MMW4)
Topic: previous track button
Replies: 2
Views: 777

I don't know any way to change this behavior. But maybe you should check out this script:

http://www.mediamonkey.com/forum/viewtopic.php?t=8483

With little modification; maybe Trixmoto will add this for you; you can assign a button to this script in the toolbar.
by SHR
Thu Mar 08, 2007 4:05 am
Forum: Deutsches Forum
Topic: Help File
Replies: 6
Views: 2302

Na Ja. Der Titel "Help file" ist vielleicht nicht so ganz aussagekräftig. Dafür ist das Help-File super.
by SHR
Thu Mar 08, 2007 3:54 am
Forum: Deutsches Forum
Topic: MP3 taggen
Replies: 5
Views: 3702

:lol: Hi Firence, natürlich hast Du recht!!! Tatsächlich gibt es wenig, was man nicht mit den Bordmitteln und/oder Scripts machen kann. Allerdings gibt es doch noch eine Daseinsberechtigung für diese Programme. Leider mag mein CD-MP3-Player keine APE-Tags. Mit MP3TAG konnte ich diese entfernen. Geht...
by SHR
Wed Mar 07, 2007 9:15 pm
Forum: Deutsches Forum
Topic: Help File
Replies: 6
Views: 2302

Deutsches Forum - 2ter Eintrag: Sticky: Help file

http://www.mediamonkey.com/forum/viewtopic.php?t=15698 :wink:
by SHR
Wed Mar 07, 2007 1:03 pm
Forum: Deutsches Forum
Topic: MP3 taggen
Replies: 5
Views: 3702

ID3-TagIt ist ebenfalls ein ganz nettes Programm. Man benötigt allerdings .NET 1.1.

http://www.id3-tagit.de/german/index.htm