PC Review


Reply
Thread Tools Rate Thread

CD inventory database

 
 
Gus Chuch
Guest
Posts: n/a
 
      26th Feb 2009
I’m starting to work on a CD inventory database, I need a push in the right
direction. I would like to be able to read the information off the CD when I
install the disc into the drive. The artist, title and tracks. I know I did
something similar in a C# class in reading files. Can access do this?

Gus Chuchanis


 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      26th Feb 2009
It's actually a non-trivial task. Few music CDs actually store that
information: you need to get that information from third-party services.

You can take a look in the Developer section at Gracenote
http://www.gracenote.com/

It's a lot easier, though, to buy an already developed product like
http://www.collectorz.com/music/features.php rather than reinvent the wheel!

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Gus Chuch" <(E-Mail Removed)> wrote in message
news:C7EEBC3A-FC96-4CEC-9834-(E-Mail Removed)...
> I'm starting to work on a CD inventory database, I need a push in the
> right
> direction. I would like to be able to read the information off the CD when
> I
> install the disc into the drive. The artist, title and tracks. I know I
> did
> something similar in a C# class in reading files. Can access do this?
>
> Gus Chuchanis
>
>



 
Reply With Quote
 
David W. Fenton
Guest
Posts: n/a
 
      27th Feb 2009
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_gmail.com> wrote in
news:(E-Mail Removed):

> It's a lot easier, though, to buy an already developed product
> like http://www.collectorz.com/music/features.php rather than
> reinvent the wheel!


Except, of course, that hardly any of those pre-developed solutions
handles Classical music well. I'm currently working on a Discography
schema that should work for Classical music (as well as all kinds of
music), and it's a non-trivial problem. I can post the schema if
anyone's interested (it's going to end up as part of a collaborative
project, in any case).

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      27th Feb 2009
"David W. Fenton" <(E-Mail Removed)> wrote in message
news:Xns9BBF10860E1CBf99a49ed1d0c49c5bbb2@74.209.136.93...
> "Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_gmail.com> wrote in
> news:(E-Mail Removed):
>
>> It's a lot easier, though, to buy an already developed product
>> like http://www.collectorz.com/music/features.php rather than
>> reinvent the wheel!

>
> Except, of course, that hardly any of those pre-developed solutions
> handles Classical music well. I'm currently working on a Discography
> schema that should work for Classical music (as well as all kinds of
> music), and it's a non-trivial problem. I can post the schema if
> anyone's interested (it's going to end up as part of a collaborative
> project, in any case).


I'm not quite sure what you're describing, David.

Are you strictly talking about a data model capable of storing the relevant
information about each CD, or are you talking about an online service that
would allow owners of the CDs to download that information?

Without the latter, it strikes me that the former isn't of that much use to
someone who wants to automate the capture process. (although, of course,
it'll be a big boon for people who are willing to key the information in
themselves)

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



 
Reply With Quote
 
David W. Fenton
Guest
Posts: n/a
 
      27th Feb 2009
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_gmail.com> wrote in
news:(E-Mail Removed):

> "David W. Fenton" <(E-Mail Removed)> wrote in message
> news:Xns9BBF10860E1CBf99a49ed1d0c49c5bbb2@74.209.136.93...
>> "Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_gmail.com> wrote in
>> news:(E-Mail Removed):
>>
>>> It's a lot easier, though, to buy an already developed product
>>> like http://www.collectorz.com/music/features.php rather than
>>> reinvent the wheel!

>>
>> Except, of course, that hardly any of those pre-developed
>> solutions handles Classical music well. I'm currently working on
>> a Discography schema that should work for Classical music (as
>> well as all kinds of music), and it's a non-trivial problem. I
>> can post the schema if anyone's interested (it's going to end up
>> as part of a collaborative project, in any case).

>
> I'm not quite sure what you're describing, David.
>
> Are you strictly talking about a data model capable of storing the
> relevant information about each CD, or are you talking about an
> online service that would allow owners of the CDs to download that
> information?


I'm talking about both. The online CD databases are wholly
inadequate for anything but the most basic identification of the
CDs. They use data that comes from the manufacturers of the CDs, who
are concerned with the object, the CD, not with its content, which
is inadequately documented in the data structures that they use.
This is universal in the commercial recording world.

> Without the latter, it strikes me that the former isn't of that
> much use to someone who wants to automate the capture process.
> (although, of course, it'll be a big boon for people who are
> willing to key the information in themselves)


It depends on what you want. Do you want to catalog it properly, or
do you want to catalog it using the priorities of the manufacturers
of the recordings? Or the priorities of people who don't have any
Classical music?

I'm sure the online CD database information could be easily
incorporated into a proper schema, but you'd have to know the schema
the online CD databases were using, and I'm not certain they are all
using the same one (though I haven't checked -- I don't rip any CDs
except those created from recordings of my own group, so I have
never even once acquired any data from any of those databases).

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inventory Database HR 4 Life Microsoft Access Getting Started 2 29th Aug 2008 07:43 PM
database for inventory Talal Itani Microsoft Access 2 29th Dec 2006 07:59 AM
Inventory database =?Utf-8?B?bWRr?= Microsoft Access Database Table Design 2 25th Aug 2005 08:04 PM
Inventory Database Connie Wickam via AccessMonster.com Microsoft Access Getting Started 4 24th Feb 2005 09:24 PM
inventory database... Ernst Guckel Microsoft Access Forms 0 29th Sep 2003 02:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:49 PM.