Magic Node tempo script
All my files are MP3, and I am using ID3v2 tags.
I am aware of the Mixmeister software. I tried it on another set of tracks on another machine, and found some gross innacuracies (but most BPM's were correct), so I didnt use it.
BTW, there is a script by onkel_enno in another thread re BPMs. that has read all my BPM values, and set the Tempo tag to one of the values "Presto", "Allegro", etc. So the BPM values are all correct.
I am aware of the Mixmeister software. I tried it on another set of tracks on another machine, and found some gross innacuracies (but most BPM's were correct), so I didnt use it.
BTW, there is a script by onkel_enno in another thread re BPMs. that has read all my BPM values, and set the Tempo tag to one of the values "Presto", "Allegro", etc. So the BPM values are all correct.
Regards
Philby
Philby
You are not looking very hard, it is two posts away from this thread
http://www.mediamonkey.com/forum/viewtopic.php?t=5668
http://www.mediamonkey.com/forum/viewtopic.php?t=5668
Regards
Philby
Philby
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
well thanks for posting the link to it as i am wanting this now also 

roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
oh its that script i already knew about it but just cant use it yet will keep trying 

roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
Why can't you use it?
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
check the other post i just put the code in that i had to adjust but it just don't work. 

roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
If you're getting the messages:
You either need to open MediaMonkey.mdb in Access (or other database program) and go to the "Lists" table and edit the entries (just add the names at the bottom of the list making sure the Type is entered at 1).
Or you can change the script to say or other categories alraedy in this list.
Then it's because you don't have Largo, Andante, Allegro and Presto in your tempo list. This line looks in the MediaMonkey.mdb database:"Largo is not part of the Tempo-List"
"Andante is not part of the Tempo-List"
"Allegro is not part of the Tempo-List"
"Presto is not part of the Tempo-List"
Code: Select all
Set dsTemp = SDB.Database.OpenSQL("SELECT ID FROM Lists WHERE IDListType = 1 AND TextData = 'Largo'")
Or you can change the script to say
Code: Select all
... AND TextData = 'Slow'")
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
in my script i posted in that other thread i changed all those to work with what media monkey had in it properties listing for the songs.
so if it worked before with the others for other people then it should work now for me with those changes.
but yet all it did was not cause an error. and not put the tempo in to the tempo area for the songs?
so how do i get it to put the tempo in to the tempo area for the songs.
so if it worked before with the others for other people then it should work now for me with those changes.
but yet all it did was not cause an error. and not put the tempo in to the tempo area for the songs?
so how do i get it to put the tempo in to the tempo area for the songs.
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
I ran the script externally. Just double clicking on the vbs file and when i rescanned my music the values were there. I have not tried running it from within MM.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
you mean you have to rescan the libriary?
after you run the file?
after you run the file?
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
i have tryed the script that i got to work with out causeing any errors.
and posted in the other thread.
every which way to sunday and it just will not put the tempo's in to the tempo area.
which os's and formats are you to use it with? as it will not put the tempo on midi wav mid rmi ogg mp3.
so just what the ... ....... is wrong?
all i did in the script was to add the one for very fast. and change all them strange words? like largo to the ones used in my meida monkeys english
so i don't under stand why the words are not being put in the text area for tempo.?
i have double clicked on the vbs when monkey was off. it started monkey then closed monkey.
i then started monkey and rescaned it still did not show the tempo?
as i said every which way to sunday and i still can't get it to work.
so the only thing i can think of is the os? i am trying to use it on win98 and all the other scripts i got work with monkey on that os?

and posted in the other thread.
every which way to sunday and it just will not put the tempo's in to the tempo area.
which os's and formats are you to use it with? as it will not put the tempo on midi wav mid rmi ogg mp3.
so just what the ... ....... is wrong?
all i did in the script was to add the one for very fast. and change all them strange words? like largo to the ones used in my meida monkeys english
so i don't under stand why the words are not being put in the text area for tempo.?
i have double clicked on the vbs when monkey was off. it started monkey then closed monkey.
i then started monkey and rescaned it still did not show the tempo?

as i said every which way to sunday and i still can't get it to work.
so the only thing i can think of is the os? i am trying to use it on win98 and all the other scripts i got work with monkey on that os?

roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
I use WinXPpro.
It could be the version of Windows, but we should get an opinion on that from onkel_enno, the author of the original script. There are some powerful SQL statements being executed in this script, and there may be an issue with Win98 or the VB runtime files (I am only guessing though).
Are you looking in the Properties section of each track to see if the Tempo is there ?
Do you have your Tempo entries set up according to those defined in the script ?
All my tracks are mp3.
It could be the version of Windows, but we should get an opinion on that from onkel_enno, the author of the original script. There are some powerful SQL statements being executed in this script, and there may be an issue with Win98 or the VB runtime files (I am only guessing though).
Are you looking in the Properties section of each track to see if the Tempo is there ?
Do you have your Tempo entries set up according to those defined in the script ?
All my tracks are mp3.
Regards
Philby
Philby