Results 1 to 10 of 10

Thread: Music Database

  1. #1
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts

    Music Database

    I am looking to data base all of my music that i have, i have started by taking copys of my music first!

    My music are all in cue images (wav). I also want to be able to save it in something that i can send to my friends so they can check what music i have and for various other purposes.

    I dont know much about databases ( i hear people talk about database code, i dont need to know that do i) and the only one i have used was filemaker pro at school.

    I quick look at google shows that there are various different (some "universal") database files, and that you can save in html as well?

    Can someone please guide me in the correct direction?
    (\__/)
    (='.'=)
    (")_(")

  2. #2
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    You could use OpenOffice.org Base, which will let you save files in the OpenDocument format. Alternatively, you could use a spreadsheet, such as OpenOffice.org Calc. Using it, you can sort through the different fields, or whatever you want to do to it. It may not be as well suited as Base, but it will let you save in all sorts of formats, such as HTML.

    If you really wanted, you could also use MySQL and phpMyAdmin to create a MySQL database. That way, you could then put a PHP interface over the top to let other people sort through the database, but you, or somebody else, would have to write the code for that.

    Hope that helps

    Mike.
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  3. #3
    Senior Member ajbrun's Avatar
    Join Date
    Apr 2004
    Location
    York, England
    Posts
    4,840
    Thanks
    4
    Thanked
    25 times in 13 posts
    What kind of information do you want to store in the database?

    Surley if it's just to send to your friends to show them what you have etc, then wouldn't a simple list do?

    Since you mentioned a database, i'm guessing you want to store more than that, but you also don't sound like you know much about them. Therefore, maybe make a spreadsheet with headings for everything you want to store (album, length, artist etc) and fill it in. You can then easily search a particular column for a text string. That's the easiest thing to do, but might not be what you're after.

  4. #4
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    if you don't know much about developing and maintaining a database style app, then the simple solution is to stay clear of a database app.

    Use something simple and effective thats in a readable format to most users, such as word/excel (or openoffice/standards equiv) even a flat text file, as its just going to be a list with say 3 colums, artist/album/tracks. Word could be exported as html (which is a fair suggestion) so you could even display it on the web and just point users at http://www.yoursite.com/music.html as an example that way anyone could see the music list you wanted them to see.

    There is a slight undertone of you want to store the physical music files in a database style app in your initial post, the short and easy answer for this is "don't".

    If you have little experience with database this will become more effort than its worth
    It is Inevitable.....


  5. #5
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    630
    Thanked
    965 times in 816 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb
    I can send you a copy of the database i use if you like. I built it in Access years ago and been tweaking it ever since (not perfect by any means though). It doesn't output to HTML but you can pull the info out into a mail merge in Word (thats what i do for my list).

    i'll need to clear out the data, but let me know if you are interested.

  6. #6
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts
    I was not planing on storing the music, just the album information and picture, what ever happened to filemaker pro cause i could use that, if i can remember lol!

    I was hoping to create something a biut nicer than a list (a list would get quite complicated with all that information as well)

    Or, mabe i should write is in plain HTML code cause i know that? I could set it out like a web site and then implement a search engine into it?

    I could have the main page with a search box, and an alphabet, click on the letter, and it goes to the artist list of that letter, then click on the artist and it comes up with the albums etc.

    That sounds perfect for what i want but if there is a better way then ill do that.
    (\__/)
    (='.'=)
    (")_(")

  7. #7
    Senior Member ajbrun's Avatar
    Join Date
    Apr 2004
    Location
    York, England
    Posts
    4,840
    Thanks
    4
    Thanked
    25 times in 13 posts
    You'd also need to think about how much music you actually have. Now, I don't have much at all (about 2 gigs), but typing the name of each album, song and artist I had would get very time consuming, and I'm sure you've got lots of other (better) things to be doing with your time. Perhaps there's a program that searches your 'my music' folder (or similar), and makes the list/database itself?

  8. #8
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts
    hmmmmmmmmmm, didnt think of that lol

    Im just worried about some random program doing its own thing and then saving it in a propriatory file format, never to be seen again, but ill have a google and see what i find.
    (\__/)
    (='.'=)
    (")_(")

  9. #9
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    75 times in 56 posts
    check it taglib availble on window and id3 tagging, I'm now sure if windows media formats uses id3 tagging or its own very, but I assume it does.

    there are tag lib products that will trawl your music collection and output to a basic text file.

    text file is a format everyone can read, which if you so desire you can import it into more complex format such as word or excel. However - keep in mind, everyone can read a text file in almost any medium, word/openoffice/notepad,wordpad, firefox,IE,excel, etc etc.

    Keep it simple, unless you have need not to.
    It is Inevitable.....


  10. #10
    lazy student nvening's Avatar
    Join Date
    Jan 2005
    Location
    London
    Posts
    4,656
    Thanks
    196
    Thanked
    31 times in 30 posts
    i looked at the website but cant tell wheather it reads .cue sheets? But, all is not lost if it does not because i will be converting everything into mp3 for my new sony nwa3000
    (\__/)
    (='.'=)
    (")_(")

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Online music downloading, p2p etc.
    By THCi in forum Question Time
    Replies: 45
    Last Post: 22-12-2006, 07:35 PM
  2. Blow to online music piracy fight
    By aeonf242 in forum General Discussion
    Replies: 15
    Last Post: 22-12-2003, 02:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •