cd database

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2009
Posts: 6
Reputation: mimi8469 is an unknown quantity at this point 
Solved Threads: 0
mimi8469 mimi8469 is offline Offline
Newbie Poster

cd database

 
0
  #1
Oct 8th, 2009
hello every1, am doin my final yr dissertation on cd database ( audio cd and mp3 cd). I'm to develop something similar to media player. My software should be able to copy cds and save on computer. user should b able to search 4 a specific song and play it. It should store large amount of music. I'm using visual basic 6 as my programming language but thinkin of using of using sequential files.

1. would sequential files stil be able 2 store large music and also pick specific song to play?

2. how would music be copied to pc? i think its by using a dll but am not sure.

3. pls would really appreciate if ne1 can let me know of some good resources.

thank u very much

P.S I HV JUST 3MNTHS TIL DEADLINE
Last edited by mimi8469; Oct 8th, 2009 at 1:33 pm.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 881
Reputation: vb5prgrmr will become famous soon enough vb5prgrmr will become famous soon enough 
Solved Threads: 164
vb5prgrmr vb5prgrmr is offline Offline
Practically a Posting Shark
 
0
  #2
Oct 8th, 2009
A sequential file, text file, whatever, would be easy enough to search for contents so yes. As for copying a file from a CD to the hard drive is as simple as using FileCopy but going the other way will not be so easy.



Good Luck
If anyone has helped you solve your problem, please mark your thread as solved.

Thanks
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 6
Reputation: mimi8469 is an unknown quantity at this point 
Solved Threads: 0
mimi8469 mimi8469 is offline Offline
Newbie Poster

thnx

 
0
  #3
Oct 9th, 2009
thnk u very much .. really appreciate it. If i use the filecopy method to copy frm cds to hard drive , how could i copy from hard drive to cd?

Originally Posted by vb5prgrmr View Post
A sequential file, text file, whatever, would be easy enough to search for contents so yes. As for copying a file from a CD to the hard drive is as simple as using FileCopy but going the other way will not be so easy.



Good Luck
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 14
Reputation: sinnerFA is an unknown quantity at this point 
Solved Threads: 4
sinnerFA sinnerFA is offline Offline
Newbie Poster
 
0
  #4
Oct 9th, 2009
If you do a FileCopy from the Audio CD to Hard Drive the file type is going to be *.CDA not *.MP3 (for example)... Not to mention the size of a CDA file compared to MP3 is HUGE (because it is a PCM file)! You need to look into Ripping/Encoding the CDA -> WAV -> MP3 (and possibly tagging them)... Lame is a great MP3 encoder and has an optional command line interface. Off the top of my head I am unsure the best option to encode from CDA to WAV though...

HTH's
sinnerFA
Last edited by sinnerFA; Oct 9th, 2009 at 8:44 pm.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 881
Reputation: vb5prgrmr will become famous soon enough vb5prgrmr will become famous soon enough 
Solved Threads: 164
vb5prgrmr vb5prgrmr is offline Offline
Practically a Posting Shark
 
0
  #5
Oct 10th, 2009
Well that really depends upon the manufacturer and the software they provide, the OS, and if there is a prog that allows for drag-n-drop to the CD. It could be as easy as filecopy or the use of API's that are provided by the specific OS or program.

Nowadays however, it should be simplier than the old days where we just had tape drives to backup to...

http://search.yahoo.com/search;_ylt=...fp-t-701&sao=1

http://search.yahoo.com/search;_ylt=...fp-t-701&sao=1

and check out the first link of the second one above!!!!

http://vbaccelerator.com/home/VB/Cod...PI/article.asp

and while you are on that page look on the left side as there are other ways to accomplish what you want.



Good Luck
If anyone has helped you solve your problem, please mark your thread as solved.

Thanks
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 6
Reputation: mimi8469 is an unknown quantity at this point 
Solved Threads: 0
mimi8469 mimi8469 is offline Offline
Newbie Poster

code to copy from audio cd to database or sequential file

 
0
  #6
Oct 22nd, 2009
hello there.. pls does ne1 know of a code i could use to copy from audio cds to database or sequential files.

PLS AM DESPERATE..
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 881
Reputation: vb5prgrmr will become famous soon enough vb5prgrmr will become famous soon enough 
Solved Threads: 164
vb5prgrmr vb5prgrmr is offline Offline
Practically a Posting Shark
 
0
  #7
Oct 23rd, 2009
Time to use your friends (yahoo, google, ask, answers, bing) and/or http://www.planet-source-code.com as there is code out there already...



Good Luck

PS. Please in the future do not hijack or resurrect older threads. Post your own.
If anyone has helped you solve your problem, please mark your thread as solved.

Thanks
Reply With Quote Quick reply to this message  
Reply

Tags
cd, database, vb6

Message:


Thread Tools Search this Thread



Tag cloud for cd, database, vb6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC