快速登录:  

Forum: General Discussion

话题: Export MS-Access Data to AtomixMP3 "Comments"?

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

wellfmHome userMember since 2005
For twelve years I have maintained an MS-Access-97 database of my songs. I currently have about 10,000 titles(including duplicates).

One of my fields combines intro time with song duration and ending like cart labels in radio stations used to. E.g., ":15/317/FADE."

Is there a way I can export just this one "time" field into AtomixMP3 so that that data will show up as a Comment at the right side of the screen?

Thank you.

W
 

发表时间 Tue 13 Sep 05 @ 11:17 pm
If you have experience creating vb script in access databases you probably will get it working:
Copy the file VirtualDJ Database.xml from the location where VDJ is installed to a location of your choice. With a vb macro or function in access open this file (with filesystem object).
Create a loop through all your records in the database. Try to locate your song in the xml file (with xml domdocument). Modify the information in the xml file.
If you need further information I could give you some code samples.
Good luck and make sure you have a proper backup of your xml file all times
Ewout
 

发表时间 Wed 14 Sep 05 @ 8:48 pm


(陈旧帖子或论坛版块会自动关闭)