快速登录:  

Forum: General Discussion

话题: NEW BPM Detection Software - Page: 6

由于该帖子的部分内容已年深日久,可能包含陈旧过时或描述错误的信息。

djzeroPRO InfinityMember since 2003
dont know you could always make a backup and find out. i think it should still work though, would save leaving the computer on for a cupple of days straight...
 

发表时间 Wed 30 Jun 04 @ 2:08 pm
NAWTBOYPRO InfinityMember since 2003
Yes THANK U macourteau....(thanks for making lose sleep the past few days because I find myself doing Hip Hop sets til the early hours of the morning) yaaaaawn!!! :)

Also Thanks To DJ-In-Norway.....I recommend doing what Norway does....use Tag and Rename Software on your Mp3's....It allows you to take the BPM readout from Mixmeister and it will Tag it at the end of your files....

Britney Spears - Toxic (140.53 BPM)

It's a great way to make sure that you have the actual BPM set in VDJ and it also give's you the ability to search BPM's in the database....

Has anyone checked out that LOOP OUT Plug In!!! Wow what a great Plug IN.....



 

发表时间 Wed 30 Jun 04 @ 2:50 pm
Thanks NAWTBOY :)

@digijoc-Mele: do you mean that you would scan only a part of your collection with mixmeister, and the update that; and then do the same with other parts? If that's what you meant, it should work without a problem :)

@discotronic: do you have the .NET Framework v1.1 installed on your computer? If not, you can install it on the Windows Update page:
http://v4.windowsupdate.microsoft.com

The .NET Framework is a prerequisite for this application to load.

Cheers to all, macourteau
 

发表时间 Wed 30 Jun 04 @ 3:10 pm
ahhhhhhhhhhh thanks
 

发表时间 Wed 30 Jun 04 @ 3:11 pm
spindemPRO InfinityMember since 2004
How do i get it to work on my xp machine?
 

发表时间 Wed 30 Jun 04 @ 4:40 pm
Please read the last few posts concerning the .NET Framework v1.1; and then you simply have to follow the instructions on the effects plugins page :)

macourteau
 

发表时间 Wed 30 Jun 04 @ 5:01 pm
Read the entire post. Please people. After all the hard work. If after you read the entire post you still have questions please feel free to post.
 

发表时间 Wed 30 Jun 04 @ 5:02 pm
all VDJ have to do is update the analyzer make the software read id3 tag info from orther dj software many of us came from useing orther DJ software and also we all play all kind of music so please help us I got over 35000 songs I use BPM PRO to rip all my music anyway I hope in the next up date we will get a few more inmportant update like a pro analyzer that can analyz all kind of music more inf to display in the record case like album/genre/year
 

发表时间 Thu 01 Jul 04 @ 4:24 pm
My application can read id3bpm tags. It's available in the Add-Ons section.

macourteau
 

发表时间 Thu 01 Jul 04 @ 4:39 pm

v1.09 database updater

after spending some time with a hex editor i figured out (i think so :)
where the bpms in the old database are stored. so here is the php
updater for internal Database version 1.09!

WARNING! you need php version >= 4.3. older versions are not binary safe
and will DAMAGE the updated database.

all mp3 needs to be analyzed by vdj before. if vdj shows you no bpm
value enter a gambled value, otherwise the script will not update.

0) store the mixmeister bpms in a file "bar.txt"
1) download http://hal9000.drehmoment.org/vdj1.zip, there is a file
"db.php"
2) copy the file "virtualDJ Internal Database" from vdj and rename to
"vdjdb"
3) store all 3 files in the same folder ("bar.txt" "vdjdb" "db.php")
4) run php db.php, on success in the new file "out" is your updated
database just rename & copy to vdj program folder

on my database it's working, but because i "guessed" the structure you
can maybe DAMAGE your database. so always have a BACKUP!
(the script itself will not touch anything of your vdj setup because the
files needs to be renaming)
does anybody can test & verify my script?


 

发表时间 Thu 01 Jul 04 @ 6:59 pm
Very few people have a PHP server on their computer (and even less know how to use/configure it); also, most people here use VDJ2. Let's hope someone with a PHP server can test it for you :)

macourteau
 

发表时间 Thu 01 Jul 04 @ 9:11 pm
thereis no need for a php-webserver, php can be installed as normal exe.
just download the "PHP 4.3.7 installer" on
http://www.php.net/downloads.php , in the setup dialog there is a
question which webserver you want to configure. choose "None (or other
server) - I will configure the webserver manually".
after install seach for the file "php.ini" which should be in the
%systemroot% folder (C:\winnt\php.ini on win2000, C:\winnt40\php.ini on
xp).
in the file php.ini change the following values:
max_execution_time = 6000 ; old value was 30
memory_limit = 64 ; old value was 8

if php is installed in c:\php and my script is in c:\vdj you can execute
as follows:
click Start->Execute, type in "command", a dos prompt will open. type:
cd c:\vdj
c:\php\php db.php

(well after installing php you can also doubleclick the db.php script,
but if it fails you will not see the error message because the shell is
closed:)
 

发表时间 Fri 02 Jul 04 @ 8:19 am
huh,

the forum cuts the backslashes so my post above is useless!

(forumtest c:\\php)
 

发表时间 Fri 02 Jul 04 @ 8:23 am

thereis no need for a php-webserver, php can be installed as normal exe.
just download the "PHP 4.3.7 installer" on
http://www.php.net/downloads.php , in the setup dialog there is a
question which webserver you want to configure. choose "None (or other
server) - I will configure the webserver manually".
after install seach for the file "php.ini" which should be in the
%systemroot% folder (C:\\winnt\\php.ini on win2000, C:\\winnt40\\php.ini
on xp).
in the file php.ini change the following values:
max_execution_time = 6000 ; old value was 30
memory_limit = 64 ; old value was 8

if php is installed in c:\\php and my script is in c:\\vdj you can
execute as follows:
click Start->Execute, type in "command", a dos prompt will open. type:
cd c:\\vdj
c:\\php\\php db.php

(well after installing php you can also doubleclick the db.php script,
but if it fails you will not see the error message because the shell is
closed:)
 

发表时间 Fri 02 Jul 04 @ 8:25 am
pretty cool interpreter :)

i got 2.0, but hopefully this can add bpms to all with demo/console editon/mixstation

thanx for your great effort!!! :)
 

发表时间 Fri 02 Jul 04 @ 9:16 am
fajnie ale macie najebane w pale !!
 

发表时间 Fri 02 Jul 04 @ 9:43 am
Hey guys, Im having a problem with the database updater.
When I run it, i select the text file to be used, then click update, it stays on loading mp3database.txt indefinately apparently, and dosent show any cpu usage in task manager. I'm a .Net programmer myself, and would love to collaborate with you if you'd like. Either way, please help!

P.S. I dont see the input for loading the location of the virtual dj database OR for the output/ovewrite options.
 

发表时间 Sat 10 Jul 04 @ 3:02 pm
Do you have the most recent version? (as there have been many updates). Also, there is no input for the database's location since my program looks up it's location in the registry :) (also, the program will make a backup of your database before writing the new one, so there is no need for the output/overwrite option).

Is the .txt file you are using the one from the MixMeister app? If so, just leave the default options ("Tab-separated", 1, 4) and it should work :)

Cheers, macourteau
 

发表时间 Sat 10 Jul 04 @ 4:04 pm
I have the latest version, and it is set to tab separated (default options, Im using mixmeister). Its odd, it just sticks there. Btw, I would reccomend having just one update button. As it stands, their purpose can become a bit ambiguous in my opinion.
 

发表时间 Sat 10 Jul 04 @ 4:14 pm
I don't get what you mean by "just one update button"... There's only one button that says "Update" on it... The other one is for the persons that want to use a .txt file (even though it's not necessary).

If you scanned your files with the MixMeister app, you can use the id3tag section to update the fields, since the MixMeister app writes the BPM to the id3bpm tag :) (this might work if the .txt file doesn't)

Also, did you scan all your files with VirtualDJ before running the updater tool? Otherwise no files will be updated as they will not be present in the database.

Regards, macourteau
 

发表时间 Sat 10 Jul 04 @ 4:19 pm
86%