PDA

View Full Version : DB Program



ziggyjuarez
12-09-2004, 11:40 AM
I have all my files in two folders "New folder" and "files".My files folder is real small so no trouble looking for stuff in that.But my folder for songs and stuff like that is too big.What im looking for is a real good database program:)

digmen1
12-09-2004, 04:50 PM
I have written my own music database where I enter manually the names and artists of all my songs. I di dthis in Access.

I use a program called Listmaker ([email protected]) to get the file names into a simple text file so I can import them.

Or I use MP3 Tag Studio to create a detailed list of songs including items such as but rate, ID3 tags and time etc.

Regards
Digby

Samurai
12-09-2004, 04:52 PM
Ziggy what do you want this software to do? I have a few ideas but need more info.

whiterook-2
12-10-2004, 04:28 PM
This program will catalog your files into it's own data base. All you do is a search, and it will make up a very nice list, by either artist, or alphabetically. It will also make up pretty cool HTML pages, if you want to put em online.

Orange CD (http://www.firetongue.com/cd-database.html)

4play
12-10-2004, 07:23 PM
pfff be a man and use mysql and write yourself a php frontend.

tesco
12-10-2004, 10:57 PM
Just organise the files into subfolders then you wont have any problems...

ziggyjuarez
12-10-2004, 11:06 PM
Just organise the files into subfolders then you wont have any problems...Trust me,i have too much files to keep track of.progs,music,videos,movies,torrents,pics,and all that crap in one folder is just too hard to sort out.

tesco
12-10-2004, 11:17 PM
start>run>type:
move drive:/folder/*.filetype newdrive:/newfolder/newfolder/

for example, type:
move C:\files\*.jpg C:\files\images\

should work. :)
only problem with this is that long folder names dont seem to work. :(